/* Repost/quote/like/save count in expanded post */ :has(> [data-testid*="Count-expanded"]), div[data-testid="bookmarkCount-expanded"] { display: none; } div:has(> a > [data-testid*="Count-expanded"]), div:has(> div > [data-testid*="Count-expanded"]) { border-top: 0; padding: 0 !important; } /* Like/repost counts on buttons */ [data-testid="likeCount"], [data-testid="repostCount"] { display: none; } /* +n indicator next to avatar icons in notifications */ div[style="flex-direction: row; align-items: center;"] > div[dir=auto][style*="font-size: 13.125px;"] { display: none; } /* Replace "n others" with "several others" in notifications */ :is(a[aria-label$="'s profile"], :has(> div > a[aria-label$="'s profile"])) + span:not([style*="color: rgb(147, 165, 183);"], [style*="color: rgb(147, 147, 183);"], [style*="color: rgb(175, 170, 153);"]) { font-size: 0 !important; &::before { font-size: 15px; content: "several others"; } } /* Unread count on notification indicator */ div[aria-label*=" unread item"] { font-size: 0 !important; }