WS Hook

WebSocket Hook

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/432651/976567/WS%20Hook.js

作者
Alp Gul
版本
0.0.1.20211005172321
创建于
2021-09-19
更新于
2021-10-05
许可证
暂无

WebSocket Hook

document.addEventListener('globalWebsocketMessage',()=>{});
document.addEventListener('globalWebsocketClose',()=>{});
webHook.filter=(args)=>{...return true;}
webHook.filterSend=(webSocket,args)=>{...return true;}
webHook.beginSend=(webSocket,args)=>{...}
webHook.endSend=(webSocket,args)=>{...}
webHook.WSList[/*index*/].send(/*data*/)