Add Userscript proxy
This commit is contained in:
11
util/risuUserscript.user.js
Normal file
11
util/risuUserscript.user.js
Normal 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
|
||||
Reference in New Issue
Block a user