Created
April 17, 2011 05:54
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now with less hackiness. I learned that Favstar has a /t/[tweet ID] URL scheme, so I’m using that now.