Hide GMail Invites

2005-06-10 12:17 - Web

Okay, I'm lame, I have no friends. I have noone to give gmail invites to. (Well, what few friends I have, I've already given invites to!). So, it's annoying to always get the blue box for invites, and the "invite soandso to gmail" link in every message. If you use Firefox (and why wouldn't you?!) then there's relief! Put the following into your userContent.css file and it will hide both!

/* Hide GMail invites */
span[class~=ilc][class~=sxs] {
	display: none !important;
}
div#nb_1 {
	display: none !important;
}

Comments:

No comments!

Post a comment:

Username
Password
  If you do not have an account to log in to yet, register your own account. You will not enter any personal info and need not supply an email address.
Subject:
Comment:

You may use Markdown syntax in the comment, but no HTML. Hints:

If you are attempting to contact me, ask me a question, etc, please send me a message through the contact form rather than posting a comment here. Thank you. (If you post a comment anyway when it should be a message to me, I'll probably just delete your comment. I don't like clutter.)