xhr event monitor
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/404457/829696/xhreventjs.js
```javascript
window.addEventListener('ajaxReadyStateChange', function(e) {
});
```