Skip to content

Instantly share code, notes, and snippets.

@abrahamvegh
Created April 17, 2011 05:54
Show Gist options
  • Save abrahamvegh/923789 to your computer and use it in GitHub Desktop.
Save abrahamvegh/923789 to your computer and use it in GitHub Desktop.
Redirects you from a tweet on Twitter.com to the same tweet on Favstar.FM
javascript:(function(){if%20%28window.location.host%20%3D%3D%20%27twitter.com%27%29%7Ba%20%3D%20location.hash%3Bif%20%28a%20%3D%3D%20%27%27%29%7Ba%20%3D%20location.pathname%3B%7Da%20%3D%20a.split%28%27/%27%29%3Bb%20%3D%20a%5Ba.length%20-%201%5D%3Blocation.href%20%3D%20%27http%3A//favstar.fm/t/%27%20+%20b%3B%7D})();
@abrahamvegh
Copy link
Author

Now with less hackiness. I learned that Favstar has a /t/[tweet ID] URL scheme, so I’m using that now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment