From 8a5a5c7d1e6ab733254be6a7e6f46a4f5fab45fb Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sun, 4 Dec 2022 13:58:29 +0100 Subject: UserScript: add csp bypassing fetch (#284) --- browser/userscript.meta.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser/userscript.meta.js') diff --git a/browser/userscript.meta.js b/browser/userscript.meta.js index 81cf3e7..5b2a39b 100644 --- a/browser/userscript.meta.js +++ b/browser/userscript.meta.js @@ -7,7 +7,7 @@ // @supportURL https://github.com/Vendicated/Vencord // @license GPL-3.0 // @match *://*.discord.com/* -// @grant none +// @grant GM_xmlhttpRequest // @run-at document-start // @compatible chrome Chrome + Tampermonkey or Violentmonkey // @compatible firefox Firefox Tampermonkey -- cgit