// ==UserScript== // @name Time // @namespace http://tampermonkey.net/ // @version 2026-04-21 // @description try to take over the world! // @author You // @match https://cme.wsjkw.zj.gov.cn // @icon https://www.google.com/s2/favicons?sz=64&domain=tencent.com // @grant none // ==/UserScript== (function() { 'use strict'; document.body.innerHTML = document.body.innerHTML.replace(/旧内容/g, '新内容'); })();