Skip to content

Instantly share code, notes, and snippets.

@justinrainbow
Created April 3, 2012 19:25
Show Gist options
  • Save justinrainbow/2294905 to your computer and use it in GitHub Desktop.
Save justinrainbow/2294905 to your computer and use it in GitHub Desktop.
see all the gifs on bukk.it at once
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