New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zan-proxy-remote-debug-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zan-proxy-remote-debug-plugin

zan-proxy plugin for remote debug web

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

zan-proxy-remote-debug-plugin

zan-proxy 插件, 功能包括:

  • 向HTML页面注入 vconsole 工具

例如原本的页面内容为:

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

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

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script><script>new VConsole();</script>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

vconsole 介绍 https://github.com/Tencent/vConsole

修改插件配置

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

使用 vconsole

开启 注入vconsole 功能后, 再次打开页面, 页面右下角将会多出一个绿色的vConsole悬浮按钮, 如下图:

Keywords

zan-proxy

FAQs

Package last updated on 17 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts