Skip to content

Instantly share code, notes, and snippets.

@minacle
Last active December 22, 2015 07:59
Show Gist options
  • Save minacle/6441898 to your computer and use it in GitHub Desktop.
Save minacle/6441898 to your computer and use it in GitHub Desktop.
Script of Azurea for Pakutsui(tweeting a copied tweet).
function pakuriTweet(id) {
TwitterService.status.update(TwitterService.status.get(id).text, 0);
}
System.addContextMenuHandler('パクツイ', 0, pakuriTweet);
System.addKeyBindingHandler('T'.charCodeAt(0), 1, pakuriTweet);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment