js hook Cookie
2022-07-04 本文已影响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);
}
})()