🏠 

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


Ask a question, post a review, or report the script.
Author
Exnonull
Version
1.2
Created
2022-04-17
Updated
2022-04-17
Size
1.92 KB
License
MIT

Example

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