discord adds frames, i remove frames
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
/* hide guild tags */
|
/* hide guild tags */
|
||||||
[class*="chipletContainerInner_"]:has([src*="/clan-badges/"]) { display: none; }
|
[class*="chipletContainerInner_"]:has([src*="/clan-badges/"]) { display: none; }
|
||||||
|
|
||||||
|
/* flashy cosmetic trash that obscures actual content */
|
||||||
|
[class*="profileFrame"] {display: none}
|
||||||
|
[class*="profileEffect"] {display: none}
|
||||||
|
|
||||||
/* if you have a lot of people blocked, you can enable this one to remove the date divider entirely
|
/* if you have a lot of people blocked, you can enable this one to remove the date divider entirely
|
||||||
so you dont see like four in a row when only blocked people talk in a specific channel (mostly for NoBlockedMessages) */
|
so you dont see like four in a row when only blocked people talk in a specific channel (mostly for NoBlockedMessages) */
|
||||||
/* [class*="hasContent__908e2"]:not([class*="isUnread__908e2"]) { display: none; } */
|
/* [class*="hasContent__908e2"]:not([class*="isUnread__908e2"]) { display: none; } */
|
||||||
|
|||||||
Reference in New Issue
Block a user