2022-10-21 19:22:44 -04:00
|
|
|
// ==UserScript==
|
|
|
|
// @name Vencord
|
|
|
|
// @description A Discord client mod - Web version
|
|
|
|
// @version %version%
|
|
|
|
// @author Vendicated (https://github.com/Vendicated)
|
|
|
|
// @namespace https://github.com/Vendicated/Vencord
|
|
|
|
// @supportURL https://github.com/Vendicated/Vencord
|
|
|
|
// @license GPL-3.0
|
|
|
|
// @match *://*.discord.com/*
|
2022-12-04 07:58:29 -05:00
|
|
|
// @grant GM_xmlhttpRequest
|
2022-10-21 19:22:44 -04:00
|
|
|
// @run-at document-start
|
|
|
|
// @compatible chrome Chrome + Tampermonkey or Violentmonkey
|
|
|
|
// @compatible firefox Firefox Tampermonkey
|
|
|
|
// @compatible opera Opera + Tampermonkey or Violentmonkey
|
|
|
|
// @compatible edge Edge + Tampermonkey or Violentmonkey
|
|
|
|
// @compatible safari Safari + Tampermonkey or Violentmonkey
|
|
|
|
// ==/UserScript==
|
2022-10-21 19:17:06 -04:00
|
|
|
|
2022-10-13 18:12:30 -04:00
|
|
|
|
|
|
|
// this UserScript DOES NOT work on Firefox with Violentmonkey or Greasemonkey due to a bug that makes it impossible
|
|
|
|
// to overwrite stuff on the window on sites that use CSP. Use Tampermonkey or use a chromium based browser
|
|
|
|
// https://github.com/violentmonkey/violentmonkey/issues/997
|
|
|
|
|
|
|
|
// this is a compiled and minified version of Vencord. For the source code, visit the GitHub repo
|