Skip to content

Instantly share code, notes, and snippets.

@chriszarate
Created May 23, 2013 17:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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)
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