Please test my Gmail stylish script

Soldato
Joined
4 Nov 2004
Posts
4,220
Location
Seattle area, USA
I've just created a quick script to remove the annoying 'Congratulations! You've read all the important messages in your inbox.' message from Gmail.

Before:
38649_before.jpeg



After:
38649_after.jpeg


In order to test this you will need:

1)Firefox.

2)Stylish addon.

3)My script.

4)Gmail account with Priority Inbox enabled.

If you'd like this on different browsers, let me know and I will see what I can do.

The CSS is very simple.

Code:
html.cQ body.cP div.nH div.nH div.nH div.nH div.nH div.nH div.qd {
display:none;
}

Any feedback is appreciated :)
 
Back
Top Bottom