XHS

XML Http 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/443537/1041211/XHS.js

Autor
Exnonull
Verzija
1.2
Napravljeno
17/04/2022
Ažurirano
17/04/2022
Licenca
MIT

Example

XHS.setHook({
    priority: 0,
    
    open() {
        return arguments;
    },
    load(e) {
        return arguments;
    },
    send(data) {
        return arguments;
    },
});