替换新时代为后现代

try to take over the world!

当前为 2018-04-07 提交的版本,查看 最新版本

// ==UserScript==
// @name         替换新时代为后现代
// @namespace    http://tampermonkey.net/
// @version      0.111
// @description  try to take over the world!
// @author       You
// @match        *://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
document.body.innerHTML = document.body.innerHTML.replace(/后现代/g, '后现代');
    // Your code here...
})();