Skip to content

Instantly share code, notes, and snippets.

@shizone
Last active December 29, 2018 14:11
Embed
What would you like to do?
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