01:37 pm, betabit
Text
Black Bar Banisher

Do you have the new Google navigation like this?

Google Welcome Screen

Do you hate that wasted space of a “black” notifying you of the great “new way to navigate Google”?

Do you use Safari?

Then you owe it to yourself to download this Safari Extension. It removes the message and bar therefore giving you your precious pixels. It should work on all Google properties over either HTTP or HTTPS.

Black Bar Banisher: BlackBarBanisher.safariextz

“Black Bar Banisher” is just some CSS that turns some parts invisible and restructures some box sizes.  If you’d rather not install an extension, or are running another browser, you can grab this CSS:

#gb{
	height:72px !important
}

#gbx3, #gbx4 {
	height: 0px !important;
	visibility: hidden !important
}

#gbpr {
	height: 0px !important;
	visibility: hidden !important
}

.gbpro #gbu, .gbpro #gbn {
	top: 0px !important;
}

.gbpro #gbx1,.gbpro #gbx2 {
	top: 0px !important;
}


#gbbw, .gbpro.gbesi#gb #gbbw {
	top: 72px !important;
}

.gbpro.gbes#gb, .gbpro.gbesi#gb {
	height: 72px !important;
}

.gbpro #gbq, .gbpro #gbu, .gbpro #gbn {
	top: 0px !important;
}