Skip to content

Instantly share code, notes, and snippets.

@blackle
Last active October 2, 2024 19:45
Show Gist options
  • Save blackle/e5b0d2de991c2afa4f5d9d7755f1ace2 to your computer and use it in GitHub Desktop.
Save blackle/e5b0d2de991c2afa4f5d9d7755f1ace2 to your computer and use it in GitHub Desktop.
Bluesky numbers deleter
a[href$="/followers"] > span:first-child,
a[href$="/follows"] > span:first-child
{
display: none;
}
a[href$="/followers"] > span:nth-child(2)::before,
a[href$="/follows"] > span:nth-child(2)::before
{
content: '? ' !important;
font-weight: 600 !important;
color: black;
}
[data-testid="profileCardButton"] > div:last-child {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment