Skip to content

Instantly share code, notes, and snippets.

@azu
Created July 31, 2009 10:12
Show Gist options
  • Save azu/159168 to your computer and use it in GitHub Desktop.
Save azu/159168 to your computer and use it in GitHub Desktop.
addBefore(Twitter, 'post', function(ps){
var pre_str = "見てる:";
ps.item = ps.item || "";
ps.description = ps.description ? ps.description : pre_str.convertToUnicode();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment