Here is new simplified filter that I've been using since 2010-05-20.
It doesn't use the old "Google Search: Alternate Display 9.04.30 (multi) [sd ku] (d.s)" filter at all. Uncheck all its components and put the new filter (see below) right in front of it:
Code:
Name = "Google Light Theme 10.05.20 (!nn) [ozo] (o.s)"
Active = TRUE
URL = "$TYPE(htm)www.google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))[^:/]+/(intl/[^/]+/(^?)|search\?(^q\=cache:)|webhp|(^?))"
Limit = 15000
Match = "(</style><noscript><style>)\1"
Replace = "\r\n/* Google New Theme: */\r\n"
"a{text-decoration:none;}\r\n"
"a:link,.q a:link,a.toplink:visited{color:#00A!important;}\r\n"
"a:visited{color: #A0D;}a:active,.q a:active,a.fl:active{color:#D00!important;}\r\n"
"a:hover,.q a:hover,a.fl:hover{text-decoration:underline;color:#000!important;}\r\n"
"li.g{background:#F8F8F8;margin-bottom:0.5em;padding:0 .5em;}\r\n"
"#center_col,#cnt,.s{margin:0px;max-width:none;}div.med{padding:4px!important;}\r\n"
"div.tsf-p,#foot{max-width:none;margin:0 1em;}/*make query window wider*/\r\n"
"div.rshdr div form div div{visibility:hidden;}div.rshdr div.tsf-p,div.rshdr div.tsf-p div{visibility:inherit;}\r\n"
"\1$STOP()"
Name = "++ Google - Hide left bar 10.05.20 (!nn) [ozo] (o.s)"
Active = TRUE
URL = "$TYPE(htm)www.google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))[^:/]+/(intl/[^/]+/(^?)|search\?(^q\=cache:)|webhp|(^?))"
Limit = 15000
Match = "(<div id=leftnav)\1"
Replace = "\r\n<!-- Hide LeftNav Bar -->\r\n<style>#leftnav {visibility:hidden;border:solid 1px blue;}</style>\r\n<div style=\"position:absolute;top:-1.5em;left:.5em;cursor:pointer;color:blue;font-size:75%;\" title=\"Toggle Left Bar\" onclick=\"c=document.getElementById('leftnav').style;c.visibility!='visible'?(c.visibility='visible',this.innerHTML='&#9668;'):(c.visibility='hidden',this.innerHTML='&#9658;');return false;\">&#9658;</div>\r\n\1$STOP()"
Name = "+ Google - No "Info" bar 10.05.08 (!nn) [ozo] (o.s)"
Active = TRUE
URL = "$TYPE(htm)www.google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))[^:/]+/(intl/[^/]+/(^?)|search\?(^q\=cache:)|webhp|(^?))"
Limit = 500
Match = "<div id=tbbc*</div>"
Replace = "\r\n<!-- Removed Info bar -->\r\n$STOP()"
It's tested with IE7/FF3.6.
The filter makes Google search results page look like this:
![[Image: proxogoogle100605.png]](http://img130.imageshack.us/img130/5604/proxogoogle100605.png)
As usual, clicking on blue arrow sign in upper left corner of the page will toggle left side menu bar (if you ever need it).