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