Skip to content

Instantly share code, notes, and snippets.

@geta6
Created May 21, 2012 09:55
Show Gist options
  • Save geta6/2761585 to your computer and use it in GitHub Desktop.
Save geta6/2761585 to your computer and use it in GitHub Desktop.
表示中の文章をアンビエントにほむほむに変換します
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