From e5b18475ed834db351d5b935628322a8e6ec954f Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 10 May 2026 23:16:20 -0400 Subject: [PATCH] server boost nag begone --- vencord.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vencord.css b/vencord.css index fe2dfd5..e58b6fc 100644 --- a/vencord.css +++ b/vencord.css @@ -21,6 +21,9 @@ [class*="container_e45859"]:has([href*="/shop"]), [class*="container_e45859"]:has([href*="/store"]) { display: none; } +/* "Server Boosts" bullshit that masquerades as a text channel when you're about to lose a boost status */ +li:has([aria-label*="Server Boosts"]) { display: none; } + /* get rid of the "Activity" thing at the top of user lists */ [class*="membersGroup_c8ffbb"]:has([class*="toggleExpandIcon__095fe"]) { display: none; }