Skip to content

Instantly share code, notes, and snippets.

@useless
Created October 12, 2009 20:45
Show Gist options
  • Save useless/208718 to your computer and use it in GitHub Desktop.
Save useless/208718 to your computer and use it in GitHub Desktop.
Open “unsaveable” images in a new window.
javascript:if(frames[1]){var%20d=frames[1].document;}else{var%20d=document;}var%20is=d.getElementsByTagName("img");window.open(is[is.length-1].getAttribute("src"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment