Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
Created June 8, 2025 22:22
Show Gist options
  • Select an option

  • Save mistydemeo/d34132d838d37a0186b45597f6495a36 to your computer and use it in GitHub Desktop.

Select an option

Save mistydemeo/d34132d838d37a0186b45597f6495a36 to your computer and use it in GitHub Desktop.
[data-testid="likeCount"],
[data-testid="repostCount"],
[data-testid="likeCount-expanded"],
[data-testid="repostCount-expanded"],
[data-testid="profileHeaderFollowsButton"],
[data-testid="profileHeaderFollowersButton"],
[aria-label$=followers],
[aria-label$=following],
/* lights out "follows you" */
[style="background-color: rgb(20, 27, 35); border-radius: 4px; padding: 4px 8px;"],
/* dim "follows you" */
[style="background-color: rgb(30, 41, 54); border-radius: 4px; padding: 4px 8px;"],
/* light "follows you" */
[style="background-color: rgb(241, 243, 245); border-radius: 4px; padding: 4px 8px;"] {
display: none;
}
.css-175oi2r + div:has(> div > div > a[href="/profile/bsky.app/feed/with-friends"]) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment