I made a CSS override that hides interaction numbers on Bluesky on the timeline as well as in posts:
[data-testid="likeCount"],
[data-testid="repostCount"],
[data-testid="replyBtn"] > div,
[data-testid="repostCount-expanded"] > span,
[data-testid="likeCount-expanded"] > span{
display: none
}
It’s not perfect (you can see some movement whenever you like a post of the animation ticking when you like a post and the number changes) but it’s fine I guess
(originally posted at flawbee.net/s/n25-1b)