Created
April 19, 2018 14:57
-
-
Save DawnPaladin/0eb2a4efca971ae9b4159ddf237e07f1 to your computer and use it in GitHub Desktop.
Hide Hangouts notification badge in Google Inbox
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
div[title="Hangouts"] .qb { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment