Skip to content

Instantly share code, notes, and snippets.

@tobynet
Created February 20, 2010 01:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tobynet/309432 to your computer and use it in GitHub Desktop.
Save tobynet/309432 to your computer and use it in GitHub Desktop.
addBefore(Twitter, 'post', function(ps){
var pre_str = "見てる:";
if (ps.item) { ps.item = "『" + ps.item + "』"; }
ps.item = ps.item || "";
ps.description = ps.description ? ps.description : pre_str;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment