install XHook
Dette script bør ikke installeres direkte. Det er et bibliotek, som andre scripts kan inkludere med metadirektivet // @require https://update.greasyfork.org/scripts/15379/96218/installXHook.js
var xhook = installXHook(unsafeWindow); xhook.enable(); xhook.before(function(req, cb) { /* See https://github.com/jpillora/xhook */ });