@soccerfan
Here is the code that I currently use with the latest 10/23 config:
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='◄'):(c.visibility='hidden',this.innerHTML='►');return false;\">►</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()"
I put it right above the old line:
Code:
Name = "Google Search: Alternate Display 10.08.22 (multi) [sd ku] (d.s)"
Remember, if you use "Google Light Theme" you don't need "Google Search: Alternate Display" components. Just turn them all off:
Code:
Google Search: Alternate Display 10.08.22 (multi) [sd ku] (d.s)
. + Google Toggle: Left NavBar 10.08.22 (!nn multi) [ozo] (d.s)
. + Google Theme: Dark Blue 10.09.15 (!nn) [vc sd st] (d.s)
. + Google Theme: Dark Gray 10.09.15 (!nn) [vc sd st] (o.s)
. + Google Theme: Light Blue 10.08.22 (!nn) [...] (o.s)
Let me know any questions...