js-script-hook

用来给script类型的请求打断点

Version vom 09.01.2025. Aktuellste Version

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 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.

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
CC11001100 CC11001100
Bewertungen
0 0 0
Version
0.3
Erstellt am
02.01.2021
Letzte Aktualisierung
09.01.2025
Größe
116 KB
Lizenz
n/a
Wird angewandt auf
Alle Seiten

为script请求/响应打断点

在爬虫分析目标网站的时候经常会需要打xhr断点追溯调用栈,但是Chrome没有提供script断点,有一些跨站请求是script类型的,但这个时候还想对其打断点,于是就只好自己写脚本实现了。

注意: 只测试了Chrome浏览器版本87+,其它浏览器请自行测试。

源代码与文档请移步: https://github.com/JSREI/js-script-hook