|
|
|
|
|
by lini
1053 days ago
|
|
You can also use a MITM proxy tool to intercept the JS files and modify their response body to remove or replace the `debugger;` statements with something else. Might require inspecting the JS files first to see what needs to be replaced exactly, but should not take more than a few minutes. |
|
It will also not work if the script is some initially obfuscated string that is passed to eval() or something more complex assembling the actual code on the fly.