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

Author
Exnonull
Version
2.7.1
Created
2022-01-12
Updated
2022-04-22
License
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);