Gmail - Remove logo on printer friendly page

Gmail - Remove logo on printer friendly page
3328
****½
Last updated Sep 14 2008
13 installs this week, 865 total.

This style removes logo only on the printer friendly page.

Jul 18 2007 : Initial Release
Jan 30 2008 : Updated for Google Apps Gmail. Thanks war59312.
src^="/mail/help/images/logo" ---> src*="/images/logo"
Sep 14 2008 : Remove email address (top right) too. Thanks Dave Holland and bugmenot2.
note:
/* --- logo --- */
body > table:first-child img[src*="/images/logo"]
/* --- email address (top right) --- */
body > table:first-child b
/* --- both --- */
body > table:first-child

Before
After

Install options

Feedback

Reviews

artprod said on Oct 25 2008

Hi shigefumi!
body > table:first-child img[src*="/images/logo"] {display: none !important;} does not remove the logo anymore.
Two others work but I would like only remove the logo
/* --- email address (top right) --- */
body > table:first-child b
/* --- both --- */
body > table:first-child

Is it possible to correct this?
Thank in advance and for your work
****

arsenic said on Sep 26 2008

*****

bugmenot2 said on Aug 31 2008

This style works great. BTW I have the same request as Dave, Id like the email address (top right) to be removed. ****

Dave Holland said on Jun 15 2008

Hi
The idea as it is is displayed is brilliant and exactly what I need. But I just cannot get the script to work - it simply has no effect. I am using Better GMail2 and Greasemonkey.

Am I missing anything "simple" please? Any info would be greatly appreciated

Well, it's funny: Now I'm using BetterGMail2 with 'Redesigned' skin it works although sometimes it fails and I need to reload Firefox/GMail. One BIG question: Is there any possibility to remove the GMail address that prints above the line (on the right where the logo would have been)? This would be terrific - I use GMail for sending/receiving from other addresses and if I make a print it defeats the objective. Many thanks! ***

war59312 said on Feb 06 2008

Nice, if only it worked on hosted domains as well. :(

Update: Thanks a lot!! *****

DonBex said on Sep 08 2007

Good style. *****