Created
May 23, 2013 17:06
-
-
Save chriszarate/5637671 to your computer and use it in GitHub Desktop.
Bookmarklet to get largest available photo from a Flickr photo page. Fits in a tweet! (82 characters)
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:P=FLICKR.photo.getSizes();window.location=P[Object.keys(P).pop()].url; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment