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
Example
XHS.setHook({ priority: 0, open() { return arguments; }, load(e) { return arguments; }, send(data) { return arguments; }, });