Created
April 1, 2011 16:54
-
-
Save tomchuk/898471 to your computer and use it in GitHub Desktop.
Reddit Mold Bookmarklet
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
| 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