diff options
author | Cloudburst <18114966+C10udburst@users.noreply.github.com> | 2022-12-04 13:58:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-04 13:58:29 +0100 |
commit | 8a5a5c7d1e6ab733254be6a7e6f46a4f5fab45fb (patch) | |
tree | eee3a214c6c6c6f15a12ff04adcc42879a9a0d20 /browser/userscript.meta.js | |
parent | 53d0a555618bd3f67aca281284b62a3d20080fe6 (diff) | |
download | Vencord-8a5a5c7d1e6ab733254be6a7e6f46a4f5fab45fb.tar.gz Vencord-8a5a5c7d1e6ab733254be6a7e6f46a4f5fab45fb.tar.bz2 Vencord-8a5a5c7d1e6ab733254be6a7e6f46a4f5fab45fb.zip |
UserScript: add csp bypassing fetch (#284)
Diffstat (limited to 'browser/userscript.meta.js')
-rw-r--r-- | browser/userscript.meta.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |