PageSpy-2

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

Dette script bør ikke installeres direkte. Det er et bibliotek, som andre scripts kan inkludere med metadirektivet // @require https://update.greasyfork.org/scripts/483696/1643595/PageSpy-2.js

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

Skaber
WhiteSevs
Version
0.0.1.20250817152041
Oprettet
02.01.2024
Opdateret
17.08.2025
Size
286 kB
Licens
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
    
  2. Node部署

    yarn global add @huolala-tech/page-spy-api
    
    # 如果你使用 npm
    
    npm install -g @huolala-tech/page-spy-api
    

信息