Skip to content

Instantly share code, notes, and snippets.

@douglaswth
Last active July 17, 2022 03:06
Show Gist options
  • Save douglaswth/39124a9b6d9307099860 to your computer and use it in GitHub Desktop.
Save douglaswth/39124a9b6d9307099860 to your computer and use it in GitHub Desktop.
Bookmarklet to get from a Flickr image URL to its photo page
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