From 872eb855f82d03bac8512a66d416ab6c836a9fa0 Mon Sep 17 00:00:00 2001
From: Weilbyte <git@weilbyte.net>
Date: Thu, 19 Dec 2019 01:51:14 +0100
Subject: [PATCH] Fixed regex

---
 discordDark.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discordDark.css b/discordDark.css
index cf92188..da9fbc7 100644
--- a/discordDark.css
+++ b/discordDark.css
@@ -1,4 +1,4 @@
-@-moz-document regexp("https://.*:8006/.*")
+@-moz-document regexp("(https:\/\/.*):(8006)\/?(.*)")
 {
 .x-box-inner {
 overflow:hidden;
-- 
GitLab