Gmail Spam-count Hide

By Arend Last update Jul 5, 2009 — Installed 4,098 times. Daily Installs: 0, 2, 2, 2, 2, 5, 7, 1, 3, 1, 5, 1, 3, 1, 6, 1, 5, 5, 2, 2, 6, 2, 3, 3, 4, 4, 4, 0, 5, 3, 0, 5

There are 5 previous versions of this script.

// ==UserScript==
// @name           Gmail Spam-count Hide
// @namespace      http://userscripts.org/scripts/show/22660
// @description    Hide the spam-counter in Gmail.
// @include        https://mail.google.com/*
// @include        http://mail.google.com/*
// @version        1.22 2009-07-05
// ==/UserScript==

/* Written 2008 by Arend v. Reinersdorff, arendvr.com
 * Original version by daniel Rozenberg, http://userscripts.org/scripts/show/2210
 * This script is Public Domain.
 */

GM_addStyle("span#ds_spam b, tr.Alfa2e a[href$='#spam']{visibility:hidden;} span#ds_spam b:before, tr.Alfa2e a[href$='#spam']:before{content:'Spam';visibility:visible;font-weight:400;text-decoration:underline;}");
GM_addStyle("tr.Alfa2e.ol a[href$='#spam']{visibility:visible;} tr.Alfa2e.ol a[href$='#spam']:before{content: normal;}");