解除限制

233

// ==UserScript==
// @name         解除限制
// @description  233
// @version      1
// @author       You
// @match        *://*/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/12375
// ==/UserScript==

(function(w){
    [...w.document.all].forEach(e=>{
        ["contextmenu","dragstart","mouseup","copy","beforecopy","selectstart","select","keydown"]
        .forEach(x=>e['on'+x]=null);
        e.style?.setProperty('user-select','unset','important');
    });
})(window);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址