Skip to content

Instantly share code, notes, and snippets.

@leoallen85
Created October 30, 2015 16:02
Show Gist options
  • Save leoallen85/c163ff6a28d555188eb7 to your computer and use it in GitHub Desktop.
Save leoallen85/c163ff6a28d555188eb7 to your computer and use it in GitHub Desktop.
SANJIFY
javascript:((function()%20%7B%20%20var%20imgs%3Ddocument.getElementsByTagName(%27img%27)%3Bfor(var%20i%3D0%3Bi%3Cimgs.length%3Bi%2B%2B)%7Bimgs%5Bi%5D.setAttribute(%27src%27,%27https://avatars1.githubusercontent.com/u/4478671%3Fv%3D3%26s%3D400%27)%3B%7D%7D)())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment