MonkeyDebugger

Debug js using monkey patch

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
JiyuShao
Installationen heute
0
Installationen gesamt
63
Bewertungen
0 0 0
Version
2024-07-18
Erstellt am
28.05.2024
Letzte Aktualisierung
18.07.2024
Größe
4,93 KB
Lizenz
MIT
Wird angewandt auf
Alle Seiten

Monkey Debugger

由于在工作中会有很多调试 JS 沙箱的场景,写了这个脚本专门用于方便调试 new Functioneval 里面的代码,有如下能力:

  • new Function 运行前注入自定义代码,默认是 debugger;
  • new Function 运行前去除 debugger 逻辑(反反调试)
  • eval 运行前注入自定义代码,默认是 debugger;
  • eval 运行前去除 debugger 逻辑(反反调试)
  • 移除 console-ban 在谷歌高版本浏览器内的限制(反反调试)
  • 添加 Fetch with credentials 功能