1
0

server boost nag begone

This commit is contained in:
2026-05-10 23:16:20 -04:00
committed by GitHub
parent a21382463f
commit e5b18475ed

View File

@@ -21,6 +21,9 @@
[class*="container_e45859"]:has([href*="/shop"]), [class*="container_e45859"]:has([href*="/shop"]),
[class*="container_e45859"]:has([href*="/store"]) { display: none; } [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 */ /* get rid of the "Activity" thing at the top of user lists */
[class*="membersGroup_c8ffbb"]:has([class*="toggleExpandIcon__095fe"]) { display: none; } [class*="membersGroup_c8ffbb"]:has([class*="toggleExpandIcon__095fe"]) { display: none; }