Created
January 22, 2010 18:41
-
-
Save visnup/284019 to your computer and use it in GitHub Desktop.
bookmarklet version of http://gist.github.com/284005
This file contains 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%20c(a){if(a.nodeType==3)a.nodeValue=a.nodeValue.replace(/\b(you)(r)\b/ig,"$1'$2e");else{a=a.childNodes;for(var%20b=0;b<a.length;b++)c(a[b])}})(document.body); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment