// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://ks.wjx.top/* // @grant none // @downloadURL none // ==/UserScript== (function() { document.oncontextmenu=document.onselectstart=null // Your code here... })();