Skip to content

Instantly share code, notes, and snippets.

@johnholdun
Created May 29, 2013 20:37
Show Gist options
  • Save johnholdun/5673634 to your computer and use it in GitHub Desktop.
Save johnholdun/5673634 to your computer and use it in GitHub Desktop.
Add some business to your social network
Array.prototype.slice.call(document.querySelectorAll("img[class*='avatar'], img[class*='profile']"), 0).forEach(function(e,i,a){ e.src = ("http://avatarpro.biz/avatar/" + encodeURIComponent(e.src.replace(/\//g, "-"))) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment