Anti Anti-debugger

Stops most anti debugging implementations by JavaScript obfuscaters, and stops the console logs from being automatically cleared.

As of 2022-02-15. See the latest version.

Author
hacker09
Ratings
0 0 0
Version
1
Created
2022-02-15
Updated
2022-02-15
License
N/A
Applies to
All sites
How to Install scripts? (Click here)

A short script to disable common anti debugger codes found in obfuscated JavaScripts. It will stop dynamically created functions from executing debugger expressions, and remove debugger expressions from detected statically defined functions.