Skip to content

Instantly share code, notes, and snippets.

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