破解切屏检测

破解所有网站的切屏检测

当前为 2023-01-08 提交的版本,查看 最新版本

// ==UserScript==
// @name         破解切屏检测
// @match        *://*/*
// @run-at       document-start
// @grant        none
// @namespace    http://tampermonkey.net/
// @version      0.1.2
// @description  破解所有网站的切屏检测
// @author       share121
// @license      MIT
// ==/UserScript==
["visibilitychange","blur","focus","focusin","focusout"].forEach(e=>{window.addEventListener(e,e=>{e.stopImmediatePropagation();e.stopPropagation();e.preventDefault();return false},true)});

QingJ © 2025

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