代码量极少, 页游也能到点不被踢出
// ==UserScript==
// @name 防沉迷终结者(4399专用, 精简无比)
// @description 代码量极少, 页游也能到点不被踢出
// @namespace https://fcmsb250.github.io/
// @version 0.1.1
// @icon https://dsy4567.github.io/Anti-addiction-terminator/extension/icon/logo.svg
// @author dsy4567 https://gf.qytechs.cn/zh-CN/users/822325 / dsy4567 https://github.com/dsy4567
// @run-at document-start
// @license GPL-3.0
// @match *://*.4399.com/*
// @match *://*.aiwan4399.com/*
// @match *://*.iwan4399.com/*
// @grant unsafeWindow
// @homepageURL https://fcmsb250.github.io/
// @supportURL https://github.com/dsy4567/Fucking-Anti-Indulgence/
// ==/UserScript==
try {
Object.defineProperty(unsafeWindow, "smevent", {
value: null, // 原来是Function, 这样做可以使防沉迷报错
writable: false,
});
} catch (e) {}
try {
Object.defineProperty(unsafeWindow, "PageWebApiSdk", {
value: null,
writable: false,
});
} catch (e) {}
try {
Object.defineProperty(unsafeWindow, "getBizid", {
value: null,
writable: false,
});
} catch (e) {}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址