Anti Anti-debugger

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

目前為 2024-02-12 提交的版本,檢視 最新版本

作者
hacker09
評價
0 0 0
版本
2
建立日期
2022-02-15
更新日期
2024-02-12
尺寸
2.0 KB
授權條款
未知
腳本執行於
所有網站


How to Install scripts? (Click here)



If you like my work, please consider supporting it!

https://www.patreon.com/hacker09





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.


1 Open dev tools in a new window, otherwise sites may detect using viewport width/height information.
2 Disable source maps in dev tools. Some sites will detect when source maps are automatically loaded through the dev tools.
3 Open dev tools first, and then navigate to the site