Created
March 22, 2009 15:41
-
-
Save maraigue/83205 to your computer and use it in GitHub Desktop.
Twitterのページ中の「@koziro_P」をすべて「@こじろーきゅん」に置換
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
| // Twitterのページ中の「@koziro_P」をすべて「@こじろーきゅん」に置換 | |
| // 使い方:以下のコードをコピーし、ブラウザのアドレスバーに貼り付けてEnter | |
| javascript:(function(){document.body.innerHTML=document.body.innerHTML.replace(/>koziro_P?/g,'>こじろーきゅん')})(); | |
| // 3/24 0:45(JST)更新:「@koziro_P」のほか「@koziro_」も置換対象に追加。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment