Skip to content

Instantly share code, notes, and snippets.

@molotovbliss
Created June 1, 2015 09:24
Show Gist options
  • Save molotovbliss/fff75e11f21759c84a13 to your computer and use it in GitHub Desktop.
Save molotovbliss/fff75e11f21759c84a13 to your computer and use it in GitHub Desktop.
Everyone gets a kitten bookmarklet
javascript:(function(){var kittens=function(){for(var b=document.images,a=0;a<b.length;a++){var c=b[a].width,d=b[a].height;if(c&&d)b[a].src='http://placekitten.com/'+c+'/'+d}return false};kittens();})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment