2024-12-30 18:06:53 +08:00

14 lines
299 B
Smarty

// ==UserScript==
// @name New Userscript
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.1.0
// @description try to take over the world!
// @author You
// @match {{match}}
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();