Equicord/browser/userscript.meta.js
2024-07-13 00:06:01 -04:00

24 lines
1.1 KiB
JavaScript

// ==UserScript==
// @name Equicord
// @description A Discord client mod - Web version
// @version %version%
// @author Equicord (https://github.com/Equicord)
// @namespace https://github.com/Equicord/Equicord
// @supportURL https://github.com/Equicord/Equicord
// @license GPL-3.0
// @match *://*.discord.com/*
// @grant GM_xmlhttpRequest
// @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==
// 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 Equicord. For the source code, visit the GitHub repo