UNPKG

@sec-ant/gm-fetch

Version:

A fetch API for GM_xmlhttpRequest / GM.xmlHttpRequest

17 lines 760 B
// ==UserScript== // @name GM Fetch // @namespace https://github.com/Sec-ant // @version 1.2.3 // @author Ze-Zheng Wu // @description A fetch API for GM_xmlhttpRequest / GM.xmlHttpRequest // @license MIT // @homepage https://github.com/Sec-ant/gm-fetch // @homepageURL https://github.com/Sec-ant/gm-fetch // @source https://github.com/Sec-ant/gm-fetch.git // @supportURL https://github.com/Sec-ant/gm-fetch/issues // @downloadURL https://fastly.jsdelivr.net/npm/@sec-ant/gm-fetch@latest/dist/gm-fetch.user.js // @updateURL https://fastly.jsdelivr.net/npm/@sec-ant/gm-fetch@latest/dist/gm-fetch.meta.js // @match *://*/* // @grant GM.xmlHttpRequest // @grant GM_xmlhttpRequest // ==/UserScript==