Add Userscript proxy

This commit is contained in:
Kwaroran
2025-02-19 16:40:21 +09:00
parent 6177957c64
commit c6daf369e3
3 changed files with 46 additions and 37 deletions

View File

@@ -0,0 +1,11 @@
// ==UserScript==
// @name RisuAI Requester
// @version 1.0.0
// @match https://risuai.xyz/*
// @grant GM.xmlHttpRequest
// @require https://cdn.jsdelivr.net/npm/@trim21/gm-fetch@0.2.3
// @run-at document-end
// @connect *
// ==/UserScript==
window.fetchWithUSFetch = GM_fetch