Skip to content

Instantly share code, notes, and snippets.

@tomchuk
Created April 1, 2011 16:54
Show Gist options
  • Select an option

  • Save tomchuk/898471 to your computer and use it in GitHub Desktop.

Select an option

Save tomchuk/898471 to your computer and use it in GitHub Desktop.
Reddit Mold Bookmarklet
javascript:(function(){r=function(s){t=['Α','Β','С','ⅅ','Ε','Ϝ','Ԍ','ℍ','Ι','ℐ','Κ','ℒ','Μ','ℕ','Ο','ℙ','ℚ','ℝ','Տ','Τ','Ц','Ѵ','Ѿ','Χ','Υ','Ζ'];for(i=97;i<123;i++){s=s.replace(new RegExp(String.fromCharCode(i), 'gi'),t[i-97]);}return s;};ta=document.getElementsByTagName('textarea');for(j=0;j<ta.length;j++){try{ta[j].value=r(ta[j].value);}catch(e){}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment