Skip to content

Instantly share code, notes, and snippets.

@japanetfutan
Created July 30, 2015 01:33
Show Gist options
  • Select an option

  • Save japanetfutan/4a9d3ed130730ec0ea4d to your computer and use it in GitHub Desktop.

Select an option

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