Created
May 21, 2012 09:55
-
-
Save geta6/2761585 to your computer and use it in GitHub Desktop.
表示中の文章をアンビエントにほむほむに変換します
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:with(document.body)innerHTML=innerHTML.replace(/[%E4%B8%80-%E9%BE%A0|%E3%80%85]+/g,'%E3%81%BB%E3%82%80%E3%81%BB%E3%82%80').replace(/([w%EF%BD%97%E3%80%82%EF%BC%8E%EF%BC%81])/g,'%E3%81%BB%E3%82%80%E3%81%A3$1').replace(/!(?!-)/g,'%E3%81%BB%E3%82%80%E3%81%A3!').replace(/([%E2%80%A6%E3%80%81%EF%BC%8C,?%EF%BC%9F])/g,'%E3%81%BB%E3%82%80%E3%81%85$1');focus(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment