Skip to content

Instantly share code, notes, and snippets.

@timonus
Last active August 29, 2015 14:05
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 timonus/cde07eefa77f1c39fe86 to your computer and use it in GitHub Desktop.
Save timonus/cde07eefa77f1c39fe86 to your computer and use it in GitHub Desktop.
Bookmarklets
Open Tweet in Tweetbot:
javascript:var url = window.location;var tweetRegex = new RegExp('https?://(www.|mobile.)?twitter.com/.*/status/([0-9]{18})(/.*)?');var tweetIdentifier = url.match(tweetRegex)[2];window.location='tweetbot:///status/' + tweetIdentifier;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment