常用的js hook 脚本
1. 解除反debugger调试 var _constructor constructor;
Function.prototype.constructor function(s) {if ( s "debugger") {console.log(s);return null;}return _constructor(s);
}2. hook headers!(function () {var org window.XMLHttpRequest.prototype.setR…
2026/8/21 14:43:10