// ==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... })();