MonkeyDebugger

Debug js using monkey patch

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey 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 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.

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

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

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!)

Author
JiyuShao
Daily installs
0
Total installs
63
Ratings
0 0 0
Version
2024-07-18
Created
2024-05-28
Updated
2024-07-18
Size
4.93 KB
License
MIT
Applies to
All sites

Monkey Debugger

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

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