Created
June 17, 2009 16:54
-
-
Save filipsalo/131350 to your computer and use it in GitHub Desktop.
When someone links directly to a jpg on flickr, use this as a bookmarklet to get to the photo page
This file contains 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:void(function(){n=parseInt((location.href.split("/").pop().split("_")[0]),10);s="";while(n>0){s="123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"[n%2558]+s;n=Math.floor(n/58)};window.location="http://flic.kr/p/"+s;}()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment