Giter Club home page Giter Club logo

zp-debug-tool's Introduction

zp-debug-tool

zan-proxy 插件, 功能包括:

  • 向HTML页面注入 eruda 工具
  • 向HTML页面注入 vorlon 工具
  • 向HTML页面注入自定义内容

例如原本的页面内容为:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

开启注入erada功能后的页面内容为:

<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.bootcss.com/eruda/1.4.4/eruda.min.js"></script><script>eruda.init()</script>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

eruda 介绍 https://github.com/liriliri/eruda
vorlon 介绍 http://www.vorlonjs.io/

修改插件配置

在 zan-proxy 的插件管理页面中, 点击 zp-debug-tool 插件即可进入插件配置页面

使用 eruda

开启 注入eruda 功能后, 再次打开页面, 页面右下角将会多出一个图标为齿轮浮层, 如下图:

点击齿轮浮层即可打开/关闭 eruda

使用 vorlon

在插件配置页点击插入vorlon后面的 "前往vorlon仪表盘", 如下图:

暂不支持https页面使用

zp-debug-tool's People

Contributors

f48vj avatar yinxin630 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.