Skip to content

Instantly share code, notes, and snippets.

@hakobe
Created September 19, 2008 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakobe/11543 to your computer and use it in GitHub Desktop.
Save hakobe/11543 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name imouto_kabu
// @namespace jp.hakobe.gm
// @include *
// ==/UserScript==
document.body.innerHTML = document.body.innerHTML.replace(/株/g, '妹'); // 無茶しすぎ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment