Created
October 14, 2013 13:43
-
-
Save benhowdle89/6975823 to your computer and use it in GitHub Desktop.
Displays all images on a page on sites like http://bukk.it for example. Run in console or make a Bookmarklet.
This file contains 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
var a=document.links;i=0;for(l=a.length;i<l;i++){var b=new Image;b.src=a[i].href;a[i].insertBefore(b)}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment