Last active
October 2, 2024 19:45
-
-
Save blackle/e5b0d2de991c2afa4f5d9d7755f1ace2 to your computer and use it in GitHub Desktop.
Bluesky numbers deleter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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