Skip to content

Instantly share code, notes, and snippets.

@japanetfutan
Created July 30, 2015 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save japanetfutan/4a9d3ed130730ec0ea4d to your computer and use it in GitHub Desktop.
Save japanetfutan/4a9d3ed130730ec0ea4d to your computer and use it in GitHub Desktop.
Current page select text + title + url -> Tweetbot-New Tweet Bookmarklet
javascript:var v='';v=window.getSelection()==''?'':window.getSelection()+' "';window.location='tweetbot:///post?text='+encodeURIComponent(v+document.title+' '+window.location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment