Greasy Fork is available in English.

CWSS

Complete WebSocket Sniffer

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://update.greasyfork.org/scripts/438408/1042744/CWSS.js

Maker
Exnonull
Versie
2.7.1
Gemaakt op
12-01-2022
Bijgewerkt op
22-04-2022
Grootte
3,69 KB
Licentie
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);