Bluesky: hide engagement counters on the timeline
Hides like, repost and reply counts on posts so engagement metrics don't pull your attention.
Code to copy
/* Hide like / repost / reply counts on timeline posts */
[data-testid="postsFeedItem"] [data-testid="likeCount"],
[data-testid="postsFeedItem"] [data-testid="repostCount"],
[data-testid="postsFeedItem"] [data-testid="replyCount"],
[data-testid="feedItem-by-"] [data-testid="likeCount"],
[data-testid="feedItem-by-"] [data-testid="repostCount"],
[data-testid="feedItem-by-"] [data-testid="replyCount"] {
visibility: hidden !important;
width: 0 !important;
min-width: 0 !important;
margin: 0 !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.