google sidebar

Message Bookmarked
Bookmark Removed

Now whenever I use Google I get this lefthand sidebar with various crap next to the results. Maybe I accidently turned it on or something, but I can't for the life of me work out how to turn it off. Any ideas?

Zelda Zonk, Thursday, 6 May 2010 15:15 (fifteen years ago)

http://googleblog.blogspot.com/2010/05/spring-metamorphosis-googles-new-look.html

ksh, Thursday, 6 May 2010 15:16 (fifteen years ago)

lock thread

ksh, Thursday, 6 May 2010 15:16 (fifteen years ago)

Yeah, well, I don't like it. Is it possible to switch back?

Zelda Zonk, Thursday, 6 May 2010 15:18 (fifteen years ago)

*shrugs*

ksh, Thursday, 6 May 2010 15:18 (fifteen years ago)

i fucking hate it.

Tracer Hand, Thursday, 6 May 2010 16:56 (fifteen years ago)

i mean seriously - LEFT nav? what is this, 1997? content should be the first thing your eye hits on the left. end of story. all blogs know this.

Tracer Hand, Thursday, 6 May 2010 16:57 (fifteen years ago)

looks like google is going to be "left" behind

vike me down (dyao), Thursday, 6 May 2010 16:58 (fifteen years ago)

I didn't actually read the link ksh posted but I saw they wrote that message on 05/05 and I've had that new design for at least... um for at least more than since yesterday. What gives?
Also, don't really care about new design, i'm pretty sure everybody'll whine and in a week or two will adopt it as being great because that's what always happens when something changes on a website right?

Jibe, Thursday, 6 May 2010 17:01 (fifteen years ago)

first buzz, now this.

mark e, Thursday, 6 May 2010 17:16 (fifteen years ago)

I had it, now it's gone again. MAKE YR MINDS UP!

Bill A, Thursday, 6 May 2010 17:19 (fifteen years ago)

yup, hate it too

makes google look cheap

manish pseud (cozen), Thursday, 6 May 2010 17:29 (fifteen years ago)

i fucking hate it.

― Tracer Hand, Thursday, May 6, 2010 11:56 AM (37 minutes ago) Bookmark

World B. FAP (J0rdan S.), Thursday, 6 May 2010 17:34 (fifteen years ago)

They took my sidebar away just when I'd gotten used to seeing it! And now i find the old design cheap!

Jibe, Thursday, 6 May 2010 17:35 (fifteen years ago)

Depends on the server your search goes through, right? Which is why it keeps switching between old and new?

James Mitchell, Thursday, 6 May 2010 17:40 (fifteen years ago)

There is an add-on:
http://www.seotools.com/hide-google-options/index.htm

But I found a Greasemonkey script that seemed to be better, it's at home. I'll find it later.

clay/tone nut/mother (doo dah), Thursday, 6 May 2010 18:40 (fifteen years ago)

Here it is.

// ==UserScript==
// @name Google Search Right Navigation menu
// @namespace tag:dan✧✧✧@roas✧✧✧.fakem✧✧✧.i✧,2010-05-05:GoogleRightNav
// @include http://www.google.*/search*
// ==/UserScript==\
function AddStyle(Style) {
var style = document.createElement('style');
style.type = "text/css";
style.innerHTML = Style;
document.getElementsByTagName('head')[0].appendChild(style);
};

AddStyle("#leftnav {display:none}");
AddStyle("#center_col {margin-left:0}");

clay/tone nut/mother (doo dah), Thursday, 6 May 2010 22:53 (fifteen years ago)

Oh, hm. probably the creator's email address doesn't matter.

clay/tone nut/mother (doo dah), Thursday, 6 May 2010 22:54 (fifteen years ago)

that graphical "wonder wheel" search tool is some futuristic shit. I started out searching for cows, and 30 mouse clicks later I've finally arrived at "black velvet cone bra." HOW DID THEY KNOW?

not having a luxury watch is terrible (unregistered), Friday, 7 May 2010 12:14 (fifteen years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.