Skip to content

Instantly share code, notes, and snippets.

@Creeot
Creeot / GM_download_polyfill.js
Created August 8, 2020 15:40 — forked from ccloli/GM_download_polyfill.js
GM_download polyfill, a polyfill to make your userscript supports GM_download
/*
* GM_download polyfill
*
* @description A polyfill to make your userscript supports GM_download
* @author ccloli
* @version 1.0
*/
// to use this polyfill, you must add "@grant GM_xmlhttpRequest" at userscript metadata block