jQuery AJAX wrapper for GM_xmlhttpRequest
Acest script nu ar trebui instalat direct. Aceasta este o bibliotecă pentru alte scripturi care este inclusă prin directiva meta a // @require https://updategf.qytechs.cn/scripts/401399/938754/GM%20XHR.js
Allows you to use GM_xmlhttpRequest for $.ajax instead of the default XHR. This means that you can do CORS requests, as long as @connect is set properly.
// Setup GM_XHR
$.ajaxSetup({ xhr: function() {return new GM_XHR; } });