diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-20 22:14:57 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-20 22:14:57 +0100 |
commit | 69a9bc1defed71e26ad59cf6d6329f3df0621616 (patch) | |
tree | 8fab32259035a8756ebedef89f1149cbc4371897 /.config/BetterDiscord/data/stable/custom.css | |
parent | c2cfc06ff4be982f078c244d65eb821a61355060 (diff) |
also hide shop from discord
Diffstat (limited to '.config/BetterDiscord/data/stable/custom.css')
-rw-r--r-- | .config/BetterDiscord/data/stable/custom.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/BetterDiscord/data/stable/custom.css b/.config/BetterDiscord/data/stable/custom.css index 90ee285..c2a6d52 100644 --- a/.config/BetterDiscord/data/stable/custom.css +++ b/.config/BetterDiscord/data/stable/custom.css @@ -1 +1,2 @@ -li:has(a[href="/shop"]) { display: none; }
\ No newline at end of file +li:has(a[href="/shop"]) { display: none; } +li:has(a[href="/store"]) { display: none; }
\ No newline at end of file |