Created
September 19, 2008 05:06
-
-
Save hakobe/11543 to your computer and use it in GitHub Desktop.
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
// ==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