Skip to content

Instantly share code, notes, and snippets.

@mattrubin
Created July 22, 2011 13:21
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 mattrubin/1099436 to your computer and use it in GitHub Desktop.
Save mattrubin/1099436 to your computer and use it in GitHub Desktop.
Instructions for using user stylesheets to hide the Google Plus notifications count
Step 1. Download and install a browser extension that allows you to apply user styles to a page.
For Safari:
http://code.grid.in.th/
For Chrome:
https://chrome.google.com/webstore/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe
For Firefox:
https://addons.mozilla.org/en-US/firefox/addon/stylish/
Step 2. Create a new user style with the following information.
Apply to URLS Starting with:
https://mail.google.com/
Or in some plugins:
https://mail.google.com/*
Add the following to the user stylesheet:
#gbg1{
display:none;
}
Step 3: Enjoy blissful freedom from the intrusion of your social network.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment