PageSpy-2

一个网页调试的脚本做成的库

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/483696/1375155/PageSpy-2.js

Author
WhiteSevs
Version
0.0.1.20240512020458
Created
2024-01-02
Updated
2024-05-12
License
N/A

介绍

可自定义PageSpy的对象名,用于适配一些网页上重复的对象名

🎈注意

接入调试端的注意隐私,默认的test.jikejishu.com是测试使用,别人也可以看得到你的调试信息,如果可以请自己部署一个调试服务器

官方文档:https://github.com/HuolalaTech/page-spy-web/blob/main/README_ZH.md

  1. docker部署
docker run -d --restart=always -p 6752:6752 --name="pageSpy" ghcr.io/huolalatech/page-spy-web:release
  1. Node部署
yarn global add @huolala-tech/page-spy-api

# 如果你使用 npm

npm install -g @huolala-tech/page-spy-api

信息