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

Penulis
JiyuShao
Pemasangan harian
0
Total pemasangan
63
Nilai
0 0 0
Versi
2024-07-18
Dibuat
28 Mei 2024
Diperbarui
18 Juli 2024
Size
4,93 KB
Lisensi
MIT
Berlaku untuk
Semua situs

Monkey Debugger

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

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