Skip to content

Instantly share code, notes, and snippets.

@enisozgen
Created February 25, 2020 19:05
Show Gist options
  • Save enisozgen/51477b58b54d80b75d572b7a90245cbd to your computer and use it in GitHub Desktop.
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
.tagged-ignored {
display: none;
}
.tagged-interesting {
background-color: #ff76508c;
}
@enisozgen
Copy link
Author

enisozgen commented Aug 3, 2020

Today I learn it's easy to put picture 🎉
How-it-look-in-browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment