Greasy Fork is available in English.
2023/9/20 21:55:23
当前为
// ==UserScript==
// @name Text
// @namespace https://github.com/jin-lin0/tampermonkey-demo
// @match *://*/*
// @grant none
// @version 0.2
// @author -
// @description 2023/9/20 21:55:23
// @license MIT
// ==/UserScript==
(function () {
"use strict";
console.log("tamper test");
})();