Skip to content

Instantly share code, notes, and snippets.

@konfou
Created August 8, 2013 17:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save konfou/6186663 to your computer and use it in GitHub Desktop.
Save konfou/6186663 to your computer and use it in GitHub Desktop.
Bookmarklet that turns an opened Facebook picture to its full size.

It's a simple bookmarklet that turns an opened (Right Click > View Image) Facebook picture to its full size. Try it on my timeline cover. Using it will remove the "/s720x720" string (actually replace "/s720x720/" with "/") which limits the size.

javascript:location.href=window.location.href.replace(/\/s\d{3}x\d{3}\//g,%20"/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment