GM web hooks

Makes GM_xmlhttpRequest and GM_download queued

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/460385/1221394/GM%20web%20hooks.js

作者
PYUDNG
版本
0.1.2
建立日期
2023-02-20
更新日期
2023-07-17
授權條款
GPL-v3

GMXHRHook(5); => makes all GM_xmlhttpRequest queued, and ongoing GM_xmlhttpRequests will be no more than 5
GMDLHook(3); => makes all GM_download queued, and ongoing GM_downloads will be no more than 3