Skip to content

Instantly share code, notes, and snippets.

@telekineticyeti
Created August 8, 2016 11:32
Show Gist options
  • Save telekineticyeti/218d9030fec20724c5ffea6daccb918a to your computer and use it in GitHub Desktop.
Save telekineticyeti/218d9030fec20724c5ffea6daccb918a to your computer and use it in GitHub Desktop.
Gallery Nucleus Bookmarklet
// Open the source image of an art piece's detail page. Simply paste into the code console or a bookmarklet.
javascript:(function(){window.open(getComputedStyle(document.getElementsByClassName("zoomWindow")[0],'').getPropertyValue('background-image').replace('url(\"', '').replace('\"\)', ''), "_self");})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment