Skip to content

Instantly share code, notes, and snippets.

@hibiii
Created June 18, 2025 23:23
Show Gist options
  • Save hibiii/2d40cefe9b6f62bc1745c23f240b6ea4 to your computer and use it in GitHub Desktop.
Save hibiii/2d40cefe9b6f62bc1745c23f240b6ea4 to your computer and use it in GitHub Desktop.
Hide your own engagement numbers
/* 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