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; }