Created
June 18, 2025 23:23
-
-
Save hibiii/2d40cefe9b6f62bc1745c23f240b6ea4 to your computer and use it in GitHub Desktop.
Hide your own engagement numbers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Reminder to change all instances of `hibiscus.pet` to your username (not your display name) */ | |
@-moz-document domain("bsky.app") { | |
/* Followers on your profile */ | |
[href*="hibiscus.pet/followers"], | |
/* Quick action buttons on posts */ | |
[data-testid*="hibiscus.pet"] [aria-label*="("] > div:not(:has(svg)), | |
[data-testid*="hibiscus.pet"] [aria-label="Repost or quote post"] > div, | |
/* Engagement summary on posts */ | |
[data-testid*="hibiscus.pet"] [aria-label="Likes on this post"], | |
[data-testid*="hibiscus.pet"] [aria-label="Reposts of this post"], | |
[data-testid*="hibiscus.pet"] [aria-label="Quotes of this post"] | |
{ | |
display: none; | |
/* background-color: red !important; */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment