Created
April 3, 2012 19:25
-
-
Save justinrainbow/2294905 to your computer and use it in GitHub Desktop.
see all the gifs on bukk.it at once
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
var r=/gif$/,b=document.body,i="",h="innerHTML";b[h].replace(/href="([^"]*?)"/g,function(m,u){if(r.test(u))i+="<img src='"+u+"'>"});b[h]=i; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment