Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created February 20, 2012 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/1871735 to your computer and use it in GitHub Desktop.
Save TooTallNate/1871735 to your computer and use it in GitHub Desktop.
Hide GitHub's "unread notifications" count

Hide GitHub's "unread notifications" count

Go from this:

To this:

You need to add this CSS to your web browser's custom.css file:

#header .container #userbox #user-links li a .unread_count {
  display: none;
}

Where's the custom.css file?

Browser Operating System Location
Chrome Mac OS X ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
Chrome Windows %HOMEDIR%\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css

Fork and fill out the table!

@balupton
Copy link

Would love this a userscript, that way we can just click to install :)

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