Greasy Fork is available in English.

CWSS

Complete WebSocket Sniffer

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

作者
Exnonull
版本
2.7.1
创建于
2022-01-12
更新于
2022-04-22
许可证
MIT

Example

const self = {
    priority: 0,
    args() {
        return arguments;
    },
    init() {
        return arguments;
    },
    
    open() {
        return arguments;
    },
    close() {
        return arguments;
    },
    message(e) {
        return arguments;
    },
    send(data) {
        return arguments;
    },
};
CWSS.setHook(self);