Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created December 17, 2019 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohemohe/c5f580d0e1affcf19e9f5e7110ec378a to your computer and use it in GitHub Desktop.
Save mohemohe/c5f580d0e1affcf19e9f5e7110ec378a to your computer and use it in GitHub Desktop.
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