CyberNotes: Hiding Gmail’s Spam Counter In Firefox And Opera
Posted in: CyberNotes, Google, Software, Today's ChiliThis article was written on November 16, 2006 by CyberNet.
Back in July (my how the time flies) we demonstrated a way that would keep your Spam folder clear in Gmail. Every time Google labeled an email as “Spam” it would be sent straight to your trash. That is a good solution for some people but sometimes it is nice to go flip through the messages before you dump them to make sure you haven’t missed the $1,000,000 you’ve inherited from your second cousin’s aunt’s nephew-in-law who lives in Norway. Yes, you know those emails.
Firefox users can optionally hide the Spam count by installing the CustomizeGoogle extension but there isn’t anything else that I really use in that extension so it isn’t worth me installing it. This fix can easily be applied to both Opera and Firefox though without installing a single thing.
Firefox users:
- Locate and open the userContent.css in your Firefox profile directory. The file is in the Chrome folder inside your profile. If the file does not exist you will have to make it (see here for more details). Another alternative would be to download and use the Stylish Firefox extension which makes it easy to add custom CSS for websites.
- Copy the following text and paste it into the userContent.css file:
@-moz-document url-prefix(http://mail.google.com),url-prefix(https://mail.google.com)
{#ds_spam b {visibility: hidden;}
#ds_spam b::before {content: "Spam"font-weight: normal;visibility: visible;}} - Save that file and pull up Gmail in Firefox…the Spam counter is all gone!
Opera users:
- Right-click and save this file to your computer.
- Press F12 and choose “Edit site preferences” from the context menu.
- Select the Display tab and in the “My style sheet” section choose the file that you just saved.
- Press OK to save your changes and reload Gmail to see that your Spam counter is all gone!
That is one thing I have always loved about Opera and that is how you can easily add custom stylesheets for websites without having to install anything. There is so much that you can do with creating your own stylesheets to make your web browsing experience a lot better. Hopefully this will just tip the iceberg for you and maybe you’ll start to think up some of your own stylesheets that you can create or maybe you’ll find some nifty ones at userstyles.org.
Copyright © 2011 CyberNetNews.com
Related Posts:
- CyberNotes: Your Week In Review With Sunday’s SummaryHide Spam Counter In GmailHelpful Tip: Automatically Delete or Mark Spam as Read in GmailYour Week in Review with Sunday’s SummaryYour Week in Review with Sunday’s Summary