Skip to content

Instantly share code, notes, and snippets.

@jasisk
Created March 1, 2011 04:28
Show Gist options
  • Save jasisk/848610 to your computer and use it in GitHub Desktop.
Save jasisk/848610 to your computer and use it in GitHub Desktop.
Kittenator Bookmarklet
javascript:(function(){var a=document.getElementsByTagName('img'),i=a.length;while(b=a[--i]){b.setAttribute('src','http://placekitten.com/'+b.width+'/'+b.height);}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment