Greasy Fork is available in English.
A fetch-like polyfill for userscript managers.(TM,GM,VM)
Este script não deve ser instalado diretamente. Este script é uma biblioteca de outros scripts para incluir com o diretório meta // @require https://greasyfork.org/scripts/372917-gmxhr-fetch/code/gmxhr-fetch.js?version=639024
A fetch-like polyfill for userscript managers.(TM,GM,VM)
Add the following content into your script's metablock.
// @require https://unpkg.com/gmxhr-fetch
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
Then you can call gmfetch
anywhere in the script just like fetch
.
gmfetch('https://example.com').then(console.log)