Skip to content

Instantly share code, notes, and snippets.

@shizone
Created September 10, 2015 01:17
Show Gist options
  • Save shizone/d32e895c917d6082de5b to your computer and use it in GitHub Desktop.
Save shizone/d32e895c917d6082de5b to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Joudai
// @namespace http://shizone.github.io/
// @description Joudai
// @include http://www.apple.com/jp/ipad-pro/
// ==/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