script request/response hook

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

ของเมื่อวันที่ 02-01-2021 ดู เวอร์ชันล่าสุด

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

ผู้เขียน
CC11001100 CC11001100
คะแนน
0 0 0
เวอร์ชัน
0.2
สร้างเมื่อ
02-01-2021
อัปเดตเมื่อ
02-01-2021
Size
4.76 กิโลไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ
ไซต์ทั้งหมด

为script请求/响应打断点

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

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