Created
May 29, 2013 20:37
-
-
Save johnholdun/5673634 to your computer and use it in GitHub Desktop.
Add some business to your social network
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
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