Skip to content

Instantly share code, notes, and snippets.

@maraigue
Created March 22, 2009 15:41
Show Gist options
  • Select an option

  • Save maraigue/83205 to your computer and use it in GitHub Desktop.

Select an option

Save maraigue/83205 to your computer and use it in GitHub Desktop.
Twitterのページ中の「@koziro_P」をすべて「@こじろーきゅん」に置換
// 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