// ==UserScript== // @name New Userscript CPXT-1 // @namespace https://docs.scriptcat.org/ // @version 0.1.0 // @description try to take over the world! // @author You // @match https://*/* // @grant none // @noframes // @license All Rights Reserved // ==/UserScript== (function() { 'use strict'; // Your code here... })();