Last active
December 29, 2018 14:11
-
-
Save shizone/ace656ad3dd547c84bcee47cb4213cb4 to your computer and use it in GitHub Desktop.
pixela-suzuei-warcry
This file contains 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 pixela-suzuei-warcry | |
// @namespace http://shizone.github.io/ | |
// @version 0.1 | |
// @description pixela-suzuei-warcry | |
// @author razon | |
// @match https://suzuri.jp/pixela* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
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