Greasy Fork is available in English.

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

Aŭtoro
Exnonull
Versio
1.2
Kreita
2022/04/17
Ĝisdatigita
2022/04/17
Licenco
MIT

Example

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