CWSS

Complete WebSocket Sniffer

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/438408/1042744/CWSS.js

Aŭtoro
Exnonull
Versio
2.7.1
Kreita
2022/01/12
Ĝisdatigita
2022/04/22
Licenco
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);