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

Author
Exnonull
Version
1.2
Created
2022-04-17
Updated
2022-04-17
License
MIT

Example

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