fix: update fetchWithUSFetch assignment to use unsafeWindow

This commit is contained in:
Kwaroran
2025-02-19 16:43:04 +09:00
parent c6daf369e3
commit 52363552de

View File

@@ -8,4 +8,4 @@
// @connect *
// ==/UserScript==
window.fetchWithUSFetch = GM_fetch
unsafeWindow.fetchWithUSFetch = GM_fetch