美文网首页
js hook Cookie

js hook Cookie

作者: 久伴我还是酒伴我 | 来源:发表于2022-07-04 15:10 被阅读0次
(() =>{
    Function.prototype.__constructor_back = Function.prototype.constructor;
    Function.prototype.constructor = function() {
        if (arguments && typeof arguments[0] === 'string') {
            if ("debugger" === arguments[0]) {
                return
            }
        }
        return Function.prototype.constructor_back.apply(this, arguments);
    }
})()

相关文章

网友评论

      本文标题:js hook Cookie

      本文链接:https://www.haomeiwen.com/subject/thvdbrtx.html