Created
November 13, 2018 19:40
-
-
Save jcklpe/fa3118cc33445feaa8cfa184d976d77b to your computer and use it in GitHub Desktop.
Userstyle to hide unread badge on gmail
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
/*hide unread button*/ | |
.bhZ:not(.bym):not(.bjB) .bsU{ | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment