Skip to content

Instantly share code, notes, and snippets.

@visnup
Created January 22, 2010 18:41
Show Gist options
  • Save visnup/284019 to your computer and use it in GitHub Desktop.
Save visnup/284019 to your computer and use it in GitHub Desktop.
bookmarklet version of http://gist.github.com/284005
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