Created
June 1, 2015 09:24
-
-
Save molotovbliss/fff75e11f21759c84a13 to your computer and use it in GitHub Desktop.
Everyone gets a kitten bookmarklet
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
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