Last active
July 17, 2022 03:06
-
-
Save douglaswth/39124a9b6d9307099860 to your computer and use it in GitHub Desktop.
Bookmarklet to get from a Flickr image URL to its photo page
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:void(location.href=location.href.replace(new RegExp('^https?://farm.+\.static\.?flickr\.com/.+/(.+?)_.+(?:_[mstzbo])?\.(?:jpg|gif|png)$'), 'https://flickr.com/photo.gne?id=$1')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment