Created
February 25, 2020 19:05
-
-
Save enisozgen/51477b58b54d80b75d572b7a90245cbd to your computer and use it in GitHub Desktop.
A little snippet which changes stackoverflow UI by looking tags for more http://en.enisozgen.com/do-not-display-unnecessary-stackoverflow-tags
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
.tagged-ignored { | |
display: none; | |
} | |
.tagged-interesting { | |
background-color: #ff76508c; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today I learn it's easy to put picture 🎉