用于方便地产生各种协议接口。实现为在原来的协议外套一层编码和解码接口,不但可以伪装成其它协议流量,还可以把原协议转换为其它协议进行兼容或完善(但目前接口功能还没有写完,目前还在测试完善中),需要服务端与客户端配置相同的协议插件。插件共分为两类,包括混淆插件和协议定义插件。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name 自动翻译->字幕中文简体 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description translate to Chinese automatically. | |
| // @author qwertyuiop6 | |
| // @match https://www.youtube.com/watch* | |
| // @require https://cdn.bootcss.com/jquery/3.4.0/jquery.min.js | |
| // @grant none | |
| // ==/UserScript== |