Created
August 8, 2016 11:32
-
-
Save telekineticyeti/218d9030fec20724c5ffea6daccb918a to your computer and use it in GitHub Desktop.
Gallery Nucleus Bookmarklet
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
// 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