Skip to content

Instantly share code, notes, and snippets.

@shizone
Last active December 29, 2018 14:11
Show Gist options
  • Save shizone/ace656ad3dd547c84bcee47cb4213cb4 to your computer and use it in GitHub Desktop.
Save shizone/ace656ad3dd547c84bcee47cb4213cb4 to your computer and use it in GitHub Desktop.
pixela-suzuei-warcry
// ==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