-
-
Save mohemohe/c5f580d0e1affcf19e9f5e7110ec378a to your computer and use it in GitHub Desktop.
This file contains hidden or 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*="/following"]::after { | |
content: "監視対象"; | |
color: #9baec8; | |
} | |
a[href*="/follower"]::after { | |
content: "変態"; | |
color: #9baec8; | |
} | |
a[href*="/following"] > span, | |
a[href*="/followers"] > span { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment