Skip to content

Instantly share code, notes, and snippets.

@hirataya
Created October 20, 2012 04:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirataya/3922024 to your computer and use it in GitHub Desktop.
Save hirataya/3922024 to your computer and use it in GitHub Desktop.
Bookmarklet/keyconfig for Tweetbot
// bookmarklet
javascript:window.location='tweetbot:///post?text=Browsing%3A%20%22'
+encodeURIComponent(document.title)+'%22%20'+encodeURIComponent(encodeURI(window.location.href));
// keyconfig
loadURI('tweetbot:///post?text=Browsing%3A%20%22' + encodeURIComponent(window._content.document.title)+'%22%20' + encodeURIComponent(window._content.location.href));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment