Gmail Spam-count Hide

By daniel Rozenberg Last update Nov 20, 2007 — Installed 19,255 times. Daily Installs: 0, 1, 1, 0, 2, 6, 6, 3, 1, 2, 0, 1, 4, 1, 9, 2, 2, 0, 1, 3, 2, 3, 1, 3, 1, 1, 0, 4, 0, 3, 0, 2
// ==UserScript==
// @name           Gmail Spam-count Hide
// @namespace      grease1 DOT daniboy AT antichef DOT com
// @description    Never see how much spam you have, since you don't care about it anyways :)
// @include        https://mail.google.com/*
// @include        http://mail.google.com/*
// @date           2007-11-20
// @version        0.2.2
// ==/UserScript==

GM_addStyle('#ds_spam b,div[id$="^s"] span{visibility:hidden;}#ds_spam b::before,div[id$="^s"] span::before{content:"Spam";visibility:visible;font-weight:400;text-decoration:underline;}');