破解无限debugger

用于破解网页无限debugger

< Feedback on 破解无限debugger

Question/comment

§
Posted: 2022/05/22

https://iios.ga
无法使用,控制台有错误,请尝试修复

qianjiachunAuthor
§
Posted: 2022/05/22

麻烦把中评改成无评价谢谢

这个好像不是因为该脚本造成的?

§
Posted: 2022/05/22

实验发现 这个页面如果等页面加载完,再ctrl+c ctrl+v 脚本代码,则可正常使用。
不知作者有无修改方案?

qianjiachunAuthor
§
Posted: 2022/05/22

尝试添加setTimeout延后执行代码试试

setTimeout(() => {
var constructorHook = constructor;
Function.prototype.constructor = function(s) {
    if (s == "debugger") {
        return function() {}
    }
    return constructorHook(s);
}
}, 2000)

Post reply

Sign in to post a reply.