Post Reply 
Google Updates...
Aug. 07, 2012, 02:46 AM
Post: #106
RE: Google Updates...
in-process updates attached...
URL match patterns simplified (why complicate them, lol)...
minor changes to Google's "spell check" (aka, "Search instead for")...

still using Opera user-agent, though testing "Googlebot" user-agent as it would return "child results" more similar to what Google used to use... may possibly just highlight the new style being used for "child results" and add new-tab/preview to the "children"...

to-do - it's a d@mn MUST to revert the search field back and PREVENT the d@mn "looks like Chrome" 'blue magnifying lens' PIECE OF CRAP, lol...


Attached File(s)
.txt  Google Alt Disp - 8-6-12.txt (Size: 18.52 KB / Downloads: 694)
Add Thank You Quote this message in a reply
Aug. 08, 2012, 11:33 PM
Post: #107
RE: Google Updates...
updates attached...
only thing remaining is cross-browser testing (should only result in one change, where the toggled top-nav is placed)...


Attached File(s)
.txt  alt-disp 8-8-12.txt (Size: 19.02 KB / Downloads: 674)
Add Thank You Quote this message in a reply
Aug. 09, 2012, 12:32 AM
Post: #108
RE: Google Updates...
didn't quite make the above attachment...

adds background coloring for "weather for" results -
Code:
Name = "Google: Alt Disp 02 - Maps/Finance/Weather  12.08.08 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(*.)+{1}google."
Limit = 384
Match = "("
        "(<li class="g">\2<a href="http:\/\/maps.google.com)"
        "$SET(9=<li style="background-color: #FAE7EC; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em; margin-bottom: -2px;">"
        "\2<a href="http://maps.google.com)"
        "|"
        "(<div class="e"><div><h3 class="r">)"
        "$SET(9=<div style="background-color: #F2F9F8; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em; margin-bottom: -4px;"><div><h3 class="r">)"
        "|"
        "(<table class="obcontainer" cellspacing="0" cellpadding="0" style="padding-bottom:5px">)"
        "$SET(9=<table cellspacing="0" cellpadding="0" width="100%" "
        "style="background-color: #E7F3F1; padding-top: 4px; padding-bottom: 2px; "
        "padding-left: 0.5em; padding-right: 0.5em; margin-bottom: -23px;">)"
        ")"
Replace = "\9"
Add Thank You Quote this message in a reply
Aug. 09, 2012, 03:00 PM
Post: #109
RE: Google Updates...
irony of ironies - works in all browser except Opera...
an irony 'cause we're faking an Opera user agent in ALL browsers...

updates attached...
will look into why Opera isn't working within the next few days or so...


Attached File(s)
.txt  google alt disp - 8-9-12.txt (Size: 19.71 KB / Downloads: 698)
Add Thank You Quote this message in a reply
Aug. 09, 2012, 03:08 PM
Post: #110
RE: Google Updates...
Opera works if we update our Exc-U entry to fake a Googlebot user agent...
Code:
# Google Search - results pages
(www|images).google.com/
    $SET(0=a_code.f_ua_gbot.i_script:2.i_level:4.)

this breaks the top-nav toggle and where the search bar is positioned, but this will be our easiest fix to ensure that "all" browsers work as intended...

i'll fix the top-nav later this afternoon or so...
but for now, everything is on its way using the Googlebot user agent...
Add Thank You Quote this message in a reply
Aug. 09, 2012, 10:33 PM
Post: #111
RE: Google Updates...
now functioning in all browsers (using Googlebot user agent)...

updates attached, will also update the "official release" thread shortly...
for those updating, don't forget the f_ua_gbot entry in Exc-U...


Attached File(s)
.txt  Google Alt-Disp - 8-9-12.txt (Size: 20.51 KB / Downloads: 727)
Add Thank You Quote this message in a reply
Aug. 10, 2012, 09:42 PM
Post: #112
RE: Google Updates...
missed yesterday's "major release"...
all this does is add highlighting for the 'calculator' search results, not major enough to update the "major release" thread -
Code:
Name = "Google: Alt Disp 02 - Maps/Finance/Weather/Calculator  12.08.10 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 384
Match = "("
        "(<li class="g">\2<a href="http:\/\/maps.google.com)"
        "$SET(9=<li style="background-color: #FAE7EC; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em; margin-bottom: -2px;">"
        "\2<a href="http://maps.google.com)"
        "|"
        "(<div class="e"><div><h3 class="r">)"
        "$SET(9=<div style="background-color: #F2F9F8; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em; margin-bottom: -4px;"><div><h3 class="r">)"
        "|"
        "(<table class="obcontainer" cellspacing="0" cellpadding="0" style="padding-bottom:5px">)"
        "$SET(9=<table cellspacing="0" cellpadding="0" width="100%" "
        "style="background-color: #E7F3F1; padding-top: 4px; padding-bottom: 2px; "
        "padding-left: 0.5em; padding-right: 0.5em; margin-bottom: -23px;">)"
        "|"
        "(<table style="margin-bottom:19px">)"
        "$SET(9=<table cellspacing="0" cellpadding="0" width="100%" "
        "style="background-color: #E7F3F1; border-top: 2px solid #A5D3CA; margin-bottom: 0px; padding-top: 1px; padding-left: 1px;">)"
        "|"
        "(<img src="/images/icons/onebox/calculator-40.gif" height="40" width="40" alt="">)"
        "$SET(9=<img src="/images/icons/onebox/calculator-40.gif" height="40" width="40" alt="" style="margin-right: -33px;" >)"
        ")"
Replace = "\9"
Add Thank You Quote this message in a reply
Jan. 01, 2013, 10:59 AM
Post: #113
RE: Google Updates...
two minor updates...

fixes blocking of the "sponsored ads" top-of-page seen for a few search results yesterday...

updates the "interstitial" removal...

Code:
Name = "Google: Alt Disp 01a - Remove URL Tracking  13.01.01 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 1024
Match = "<li\1>\2<h3\3><a href="\/(interstitial\?url|url\?q)\=\4\&amp;\5">"
Replace = "<li\1>\2<h3\3><a href="$UESC(\4)">"

Name = "Google: Alt Disp 07 - Kills/Replaces/Edits  13.01.01 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 2048
Match = "<div style="\2class="(spon|wtali)\3"$SET(1=<div style="display:none;\2class="\3")"
        "|<div id="rhs_block" style="$SET(1=<div id="rhs_block" style="display:none;)"
        "|<div><tr><th\2</th></tr>$SET(1=<!-- columns killed -->\r\n\r\n)"
        "|<tr><td\2id="logo"\3</td>$SET(1=<!-- logo killed -->\r\n\r\n)"
        "|<td class="sfbgg" valign="top" colspan="2" style="padding-left:8px">"
        "<form\2 style="display:block;margin:0;background:none">\3value="\4"\5</button></div></div></td>"
        "$SET(1=<td align="center"><form\2 style="border-bottom:1px solid #8DC7BB;margin-top:17px;margin-left:-4px;padding:2px 4px;"
        "position:fixed;background-color:white;z-index:997;width:100%;">\r\n"
        "<table width="100%" border="0" cellpadding="0">\r\n<tr><td>\r\n"
        "<input type="text" name="q" maxlength="255" value="\4" style="font-size:16px;font-weight:bold;padding:0 2px;width:93%;" />\r\n"
        "<input type="submit" value="Search" style="font-size:14px;width:auto;" /></td></tr>"
        "\r\n\r\n<!-- search form adjusted -->\r\n\r\n)"
        "|<td (width="259" |)style\2SafeSearch\3</td></tr>$SET(1=<!-- SafeSearch Indicator Killed -->\r\n\r\n)"
        "|<td class="sfbgg">\2<span>Search</span></div></td><td class="ab_bg" colspan="2">$SET(1=<!-- Search Header Killed I -->\r\n\r\n)"
        "|</td><td class="ab_bg">\&nbsp;</td></tr>$SET(1=<!-- Search Header Killed II -->\r\n\r\n)"
        "|<div id="tbbc"\2</div>$SET(1=<!-- tbbc killed -->\r\n\r\n)"
        "|<p (class="flc" |)id="bfl"\2</p>$SET(1=<!-- bfl killed -->\r\n\r\n)"
        "|<div (class="flc" |)id="fll"\2</div>$SET(1=<!-- fll Help killed -->\r\n\r\n)"
        "|<p id="mfr"\2DMCA\scomplaint\3</p>$SET(1=<!-- DMCA killed -->\r\n\r\n)"
        "|<p id="ofr"\2relevant\sresults\3</p>$SET(1=<!-- relevant killed -->\r\n\r\n)"
        "|<cite>\2</cite>$SET(1=<cite><span class="flc">\2</span></cite>)"
        "|>Cached</a>$SET(1=><span class="flc">Cached</span></a>)"
        "|>Similar</a>$SET(1=><span class="flc">Similar</span></a>)"
        "|<td style="width:25%;word-wrap:break-word">$SET(1=<td style="width:25%;padding-left:65px;word-wrap:break-word;">)"
        "|<div id="subform_ctrl"><div style="float:right">$SET(1=<div id="subform_ctrl" style="margin-top:55px;"><div style="float:right;margin-right:15px;">)"
        "|($TST(a=odd))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #EFCDF8; padding-left: 1em; padding-right: 1em;">)"
        "|($TST(a=even))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #F8E9FC; padding-left: 1em; padding-right: 1em;">)"
        "|<span class="csb ch" style="background-position:(-|)[#0:100](px|) 0;(float:right;|)width:[#0:100]px">$SET(1=<span style="display:block;margin-left:15px;">)"
        "|<span style="display:block;margin-(right|left)\2:(35|53)px(;|")(clear:right"|)>$SET(1=<span style="display:block;margin-\2:15px;clear:right;">)"
        "|#gbx3,#gbx4\{background-color:#2d2d2d$SET(1=#gbx3,#gbx4\{background-color:Navy;)"
        "|a.gb1,a.gb4\{text-decoration:underline !important\}$SET(1=a.gb1,a.gb4{text-decoration:none !important;})"
        "|#ires\{padding-top:6px\}"
        "|spell\{font-size:16px\}$SET(1=spell{font-size:12px; color: #336600;})"
        "|spell_orig\{font-size:13px\}$SET(1=spell_orig{font-size:11px; color: #336600;})"
        "|<div id="resultStats">$SET(1=<div id="resultStats" style="margin-top:70px;margin-left:-4px;position:absolute;">)"
        "|<u>More</u> \&raquo;$SET(1=More &raquo;)"
Replace = "\1"
Add Thank You Quote this message in a reply
Jan. 01, 2013, 03:22 PM
Post: #114
RE: Google Updates...
Thanks for the updates and Happy New Year Cheers

soccerfan
Add Thank You Quote this message in a reply
Feb. 11, 2013, 08:08 PM
Post: #115
RE: Google Updates...
an updated for when the search field contains ' or " (single or double quotation marks) -
Code:
Name = "Google: Alt Disp 07 - Kills/Replaces/Edits  13.02.11 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 2048
Match = "<div id="rhs_block" style="$SET(1=<div id="rhs_block" style="display:none;)"
        "|<div><tr><th\2</th></tr>$SET(1=<!-- columns killed -->\r\n\r\n)"
        "|<tr><td\2id="logo"\3</td>$SET(1=<!-- logo killed -->\r\n\r\n)"
        "|<td class="sfbgg" valign="top" colspan="2" style="padding-left:8px">"
        "<form\2 style="display:block;margin:0;background:none">\3value=\4 title="Search"\5</button></div></div></td>"
        "$SET(1=<td align="center"><form\2 style="border-bottom:1px solid #8DC7BB;margin-top:17px;margin-left:-4px;padding:2px 4px;"
        "position:fixed;background-color:white;z-index:997;width:100%;">\r\n"
        "<table width="100%" border="0" cellpadding="0">\r\n<tr><td>\r\n"
        "<input type="text" name="q" maxlength="255" value=\4 style="font-size:16px;font-weight:bold;padding:0 2px;width:93%;" />\r\n"
        "<input type="submit" value="Search" style="font-size:14px;width:auto;" /></td></tr>"
        "\r\n\r\n<!-- search form adjusted -->\r\n\r\n)"
        "|<td (width="259" |)style\2SafeSearch\3</td></tr>$SET(1=<!-- SafeSearch Indicator Killed -->\r\n\r\n)"
        "|<td class="sfbgg">\2<span>Search</span></div></td><td class="ab_bg" colspan="2">$SET(1=<!-- Search Header Killed I -->\r\n\r\n)"
        "|</td><td class="ab_bg">\&nbsp;</td></tr>$SET(1=<!-- Search Header Killed II -->\r\n\r\n)"
        "|<div id="tbbc"\2</div>$SET(1=<!-- tbbc killed -->\r\n\r\n)"
        "|<p (class="flc" |)id="bfl"\2</p>$SET(1=<!-- bfl killed -->\r\n\r\n)"
        "|<div (class="flc" |)id="fll"\2</div>$SET(1=<!-- fll Help killed -->\r\n\r\n)"
        "|<p id="mfr"\2DMCA\scomplaint\3</p>$SET(1=<!-- DMCA killed -->\r\n\r\n)"
        "|<p id="ofr"\2relevant\sresults\3</p>$SET(1=<!-- relevant killed -->\r\n\r\n)"
        "|<cite>\2</cite>$SET(1=<cite><span class="flc">\2</span></cite>)"
        "|>Cached</a>$SET(1=><span class="flc">Cached</span></a>)"
        "|>Similar</a>$SET(1=><span class="flc">Similar</span></a>)"
        "|<td style="width:25%;word-wrap:break-word">$SET(1=<td style="width:25%;padding-left:65px;word-wrap:break-word;">)"
        "|<div id="subform_ctrl"><div style="float:right">$SET(1=<div id="subform_ctrl" style="margin-top:55px;"><div style="float:right;margin-right:15px;">)"
        "|($TST(a=odd))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #EFCDF8; padding-left: 1em; padding-right: 1em;">)"
        "|($TST(a=even))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #F8E9FC; padding-left: 1em; padding-right: 1em;">)"
        "|<span class="csb( ch|)" style="background-position:(-|)[#0:100](px|) 0;(float:right;|)width:[#0:100]px">$SET(1=<span style="display:block;margin-left:15px;">)"
        "|<span style="display:block;margin-(right|left)\2:(35|53)px(;|")(clear:right"|)>$SET(1=<span style="display:block;margin-\2:15px;clear:right;">)"
        "|#gbx3,#gbx4\{background-color:#2d2d2d$SET(1=#gbx3,#gbx4\{background-color:Navy;)"
        "|a.gb1,a.gb4\{text-decoration:underline !important\}$SET(1=a.gb1,a.gb4{text-decoration:none !important;})"
        "|#ires\{padding-top:6px\}"
        "|spell\{font-size:16px\}$SET(1=spell{font-size:12px; color: #336600;})"
        "|spell_orig\{font-size:13px\}$SET(1=spell_orig{font-size:11px; color: #336600;})"
        "|<div id="resultStats">$SET(1=<div id="resultStats" style="margin-top:70px;margin-left:-4px;position:absolute;">)"
        "|<u>More</u> \&raquo;$SET(1=More &raquo;)"
Replace = "\1"
Add Thank You Quote this message in a reply
[-] The following 2 users say Thank You to ProxRocks for this post:
chatterer, soccerfan
Feb. 22, 2013, 07:32 PM (This post was last modified: Feb. 22, 2013 07:34 PM by ProxRocks.)
Post: #116
RE: Google Updates...
an update for the three "toggles" to now be 'fixed' (no longer scrolls with the screen) -
Code:
Name = "Google: Alt Disp 07 - Kills/Replaces/Edits  13.02.22 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 2048
Match = "<div id="rhs_block" style="$SET(1=<div id="rhs_block" style="display:none;)"
        "|<div><tr><th\2</th></tr>$SET(1=<!-- columns killed -->\r\n\r\n)"
        "|<tr><td\2id="logo"\3</td>$SET(1=<!-- logo killed -->\r\n\r\n)"
        "|<td class="sfbgg" valign="top" colspan="2" style="padding-left:8px">"
        "<form\2 style="display:block;margin:0;background:none">\3value=\4 title="Search"\5</button></div></div></td>"
        "$SET(1=<td align="center"><form\2 style="border-bottom:1px solid #8DC7BB;margin-top:-22px;padding:2px 4px;"
        "position:fixed;background-color:white;z-index:997;width:100%;">\r\n"
        "<table width="99%" border="0" cellpadding="0">\r\n<tr><td>\r\n"
        "<input type="text" name="q" maxlength="255" value=\4 style="font-size:16px;font-weight:bold;padding:0 2px;width:93%;" />\r\n"
        "<input type="submit" value="Search" style="font-size:14px;width:auto;" /></td></tr>"
        "\r\n\r\n<!-- search form adjusted -->\r\n\r\n)"
        "|<td (width="259" |)style\2SafeSearch\3</td></tr>$SET(1=<!-- SafeSearch Indicator Killed -->\r\n\r\n)"
        "|<td class="sfbgg">\2<span>Search</span></div></td><td class="ab_bg" colspan="2">$SET(1=<!-- Search Header Killed I -->\r\n\r\n)"
        "|</td><td class="ab_bg">\&nbsp;</td></tr>$SET(1=<!-- Search Header Killed II -->\r\n\r\n)"
        "|<div id="tbbc"\2</div>$SET(1=<!-- tbbc killed -->\r\n\r\n)"
        "|<p (class="flc" |)id="bfl"\2</p>$SET(1=<!-- bfl killed -->\r\n\r\n)"
        "|<div (class="flc" |)id="fll"\2</div>$SET(1=<!-- fll Help killed -->\r\n\r\n)"
        "|<p id="mfr"\2DMCA\scomplaint\3</p>$SET(1=<!-- DMCA killed -->\r\n\r\n)"
        "|<p id="ofr"\2relevant\sresults\3</p>$SET(1=<!-- relevant killed -->\r\n\r\n)"
        "|<cite>\2</cite>$SET(1=<cite><span class="flc">\2</span></cite>)"
        "|>Cached</a>$SET(1=><span class="flc">Cached</span></a>)"
        "|>Similar</a>$SET(1=><span class="flc">Similar</span></a>)"
        "|<td style="width:25%;word-wrap:break-word">$SET(1=<td style="width:25%;padding-left:65px;word-wrap:break-word;">)"
        "|<div id="subform_ctrl"><div style="float:right">$SET(1=<div id="subform_ctrl" style="margin-top:55px;"><div style="float:right;margin-right:15px;">)"
        "|($TST(a=odd))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #EFCDF8; padding-left: 1em; padding-right: 1em;">)"
        "|($TST(a=even))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #F8E9FC; padding-left: 1em; padding-right: 1em;">)"
        "|<span class="csb( ch|)" style="background-position:(-|)[#0:100](px|) 0;(float:right;|)width:[#0:100]px">$SET(1=<span style="display:block;margin-left:15px;">)"
        "|<span style="display:block;margin-(right|left)\2:(35|53)px(;|")(clear:right"|)>$SET(1=<span style="display:block;margin-\2:15px;clear:right;">)"
        "|#gbx3,#gbx4\{background-color:#2d2d2d$SET(1=#gbx3,#gbx4\{background-color:Navy;)"
        "|a.gb1,a.gb4\{text-decoration:underline !important\}$SET(1=a.gb1,a.gb4{text-decoration:none !important;})"
        "|#ires\{padding-top:6px\}"
        "|spell\{font-size:16px\}$SET(1=spell{font-size:12px; color: #336600;})"
        "|spell_orig\{font-size:13px\}$SET(1=spell_orig{font-size:11px; color: #336600;})"
        "|<div id="resultStats">$SET(1=<div id="resultStats" style="margin-top:30px;margin-left:3px;position:absolute;">)"
        "|<u>More</u> \&raquo;$SET(1=More &raquo;)"
Replace = "\1"

Name = "Google: Alt Disp 08 - Toggle Left Tools  13.02.22 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 10000
Match = "("
        "<style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Left NavBar Adjustments */\r\n"
        "#leftnav {visibility: hidden; z-index: 999;}\r\n"
        "#center_col {margin-top: 8px; margin-left: 0; border: none;}\r\n"
        "}\r\n"
        ")"
        ""
        "|<tr><td valign=$AV(top) id=$AV(leftnav)$STOP()(*>)+{1}\2</td>"
        "$SET(1="
        "</table>\r\n<!-- Hide LeftNav -->\r\n<style>"
        "#leftnav {visibility:hidden;border:solid 1px blue;width:10.2em;position:fixed;top:2.7em;left:0.2em;background:white;}"
        "#cont{width:100%;}"
        "</style>\r\n"
        "<div style=\"margin-top:50px;position:fixed;z-index:999;top:-32px;left:2px;cursor:pointer;color:#EAF1FB;font-size:90%;\" title=\"Toggle Left Tools\"  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"
        "<div id="leftnav">\2</div><table id=cont><tr>"
        ")"
        ")"
Replace = "\1"

Name = "Google: Alt Disp 09a - Toggle Top-Left NavBar  13.02.22 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 256
Match = "("
        "<style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Top NavBar Adjustments */\r\n"
        "#gbar {visibility: hidden; z-index: 999;}\r\n"
        "}\r\n"
        ")"
        "|<div id=gbar$STOP()"
        "$SET(1="
        "\r\n\r\n<!-- PROX-S: Inserted by Toggle Top NavBar -->\r\n"
        "<div style=\"position:fixed;z-index:999;top:-0.2em;left:0.2em;cursor:pointer;color:#EAF1FB;font-size:90%;\" title=\"Toggle Top Bar Left-Side\"  onclick=\"c=document.getElementById('gbar').style;c.visibility!='visible'?(c.visibility='visible',this.innerHTML='&#9668;'):(c.visibility='hidden',this.innerHTML='&#9658;');return false;\">&#9658;</div>\r\n"
        "\r\n\r\n<div id=gbar class="prox-nav" style="visibility:hidden;z-index:999;position:fixed;top:4px;left:16px;height:22px;background-color:lavender; padding-left:8px; padding-right:8px;")"
        ")"
Replace = "\1"

Name = "Google: Alt Disp 09b - Toggle Top-Right NavBar  13.02.22 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 256
Match = "("
        "<style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Top NavBar Adjustments */\r\n"
        "#guser {visibility: hidden; z-index: 998;}\r\n"
        "}\r\n"
        ")"
        "|<div id=guser$STOP()"
        "$SET(1="
        "\r\n\r\n<!-- PROX-S: Inserted by Toggle Top NavBar -->\r\n"
        "<div style=\"position:fixed;z-index:999;top:0.7em;left:0.2em;cursor:pointer;color:#EAF1FB;font-size:90%;\" title=\"Toggle Top Bar Right-Side\"  onclick=\"c=document.getElementById('guser').style;c.visibility!='visible'?(c.visibility='visible',this.innerHTML='&#9668;'):(c.visibility='hidden',this.innerHTML='&#9658;');return false;\">&#9658;</div>\r\n"
        "\r\n\r\n<div id=guser class="prox-nav" style="visibility:hidden;z-index:998;position:fixed;top:4px;left:437px;height:15px;background-color:lavender; padding-left:8px; padding-right:8px;")"
        ")"
Replace = "\1"

99% complete...
i will be axing the "search button" later this afternoon or so...
it tends to 'drop down a line' on "some" screen resolutions...
and i never use it anyway, i type in the search field and hit ENTER on the keyboard Smile!

edit: oh, better call it 90% instead of 99% - haven't tested in other browsers but that "shouldn't" be an issue since we 'fake' a User Agent...
Add Thank You Quote this message in a reply
Feb. 22, 2013, 09:38 PM
Post: #117
RE: Google Updates...
one quick update to remove the "search" button (keep the filter in the above post if you prefer to keep that button) -
Code:
Name = "Google: Alt Disp 07 - Kills/Replaces/Edits  13.02.22 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 2048
Match = "<div id="rhs_block" style="$SET(1=<div id="rhs_block" style="display:none;)"
        "|<div><tr><th\2</th></tr>$SET(1=<!-- columns killed -->\r\n\r\n)"
        "|<tr><td\2id="logo"\3</td>$SET(1=<!-- logo killed -->\r\n\r\n)"
        "|<td class="sfbgg" valign="top" colspan="2" style="padding-left:8px">"
        "<form\2 style="display:block;margin:0;background:none">\3value=\4 title="Search"\5</button></div></div></td>"
        "$SET(1=<td align="center"><form\2 style="border-bottom:1px solid #8DC7BB;margin-top:-22px;padding:2px 4px;"
        "position:fixed;background-color:white;z-index:997;width:100%;">\r\n"
        "<table width="99%" border="0" cellpadding="0">\r\n<tr><td>\r\n"
        "<input type="text" name="q" maxlength="255" value=\4 style="font-size:16px;font-weight:bold;padding:0 2px;width:99%;" /></td></tr>\r\n"
        "\r\n\r\n<!-- search form adjusted -->\r\n\r\n)"
        "|<td (width="259" |)style\2SafeSearch\3</td></tr>$SET(1=<!-- SafeSearch Indicator Killed -->\r\n\r\n)"
        "|<td class="sfbgg">\2<span>Search</span></div></td><td class="ab_bg" colspan="2">$SET(1=<!-- Search Header Killed I -->\r\n\r\n)"
        "|</td><td class="ab_bg">\&nbsp;</td></tr>$SET(1=<!-- Search Header Killed II -->\r\n\r\n)"
        "|<div id="tbbc"\2</div>$SET(1=<!-- tbbc killed -->\r\n\r\n)"
        "|<p (class="flc" |)id="bfl"\2</p>$SET(1=<!-- bfl killed -->\r\n\r\n)"
        "|<div (class="flc" |)id="fll"\2</div>$SET(1=<!-- fll Help killed -->\r\n\r\n)"
        "|<p id="mfr"\2DMCA\scomplaint\3</p>$SET(1=<!-- DMCA killed -->\r\n\r\n)"
        "|<p id="ofr"\2relevant\sresults\3</p>$SET(1=<!-- relevant killed -->\r\n\r\n)"
        "|<cite>\2</cite>$SET(1=<cite><span class="flc">\2</span></cite>)"
        "|>Cached</a>$SET(1=><span class="flc">Cached</span></a>)"
        "|>Similar</a>$SET(1=><span class="flc">Similar</span></a>)"
        "|<td style="width:25%;word-wrap:break-word">$SET(1=<td style="width:25%;padding-left:65px;word-wrap:break-word;">)"
        "|<div id="subform_ctrl"><div style="float:right">$SET(1=<div id="subform_ctrl" style="margin-top:55px;"><div style="float:right;margin-right:15px;">)"
        "|($TST(a=odd))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #EFCDF8; padding-left: 1em; padding-right: 1em;">)"
        "|($TST(a=even))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #F8E9FC; padding-left: 1em; padding-right: 1em;">)"
        "|<span class="csb( ch|)" style="background-position:(-|)[#0:100](px|) 0;(float:right;|)width:[#0:100]px">$SET(1=<span style="display:block;margin-left:15px;">)"
        "|<span style="display:block;margin-(right|left)\2:(35|53)px(;|")(clear:right"|)>$SET(1=<span style="display:block;margin-\2:15px;clear:right;">)"
        "|#gbx3,#gbx4\{background-color:#2d2d2d$SET(1=#gbx3,#gbx4\{background-color:Navy;)"
        "|a.gb1,a.gb4\{text-decoration:underline !important\}$SET(1=a.gb1,a.gb4{text-decoration:none !important;})"
        "|#ires\{padding-top:6px\}"
        "|spell\{font-size:16px\}$SET(1=spell{font-size:12px; color: #336600;})"
        "|spell_orig\{font-size:13px\}$SET(1=spell_orig{font-size:11px; color: #336600;})"
        "|<div id="resultStats">$SET(1=<div id="resultStats" style="margin-top:30px;margin-left:3px;position:absolute;">)"
        "|<u>More</u> \&raquo;$SET(1=More &raquo;)"
Replace = "\1"
Add Thank You Quote this message in a reply
Feb. 22, 2013, 10:22 PM
Post: #118
RE: Google Updates...
hold off if anyone is updating...
i'm going to make another quick change and will post within an hour or so...
Add Thank You Quote this message in a reply
Feb. 22, 2013, 11:26 PM
Post: #119
RE: Google Updates...
okay, i'm happy with 'em now - minor toggle placement edits...
and i moved the "about X,000 results" text up-and-right and moved the first result butted up against the search field -
Code:
Name = "Google: Alt Disp 07 - Kills/Replaces/Edits  13.02.22 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 2048
Match = "<div id="rhs_block" style="$SET(1=<div id="rhs_block" style="display:none;)"
        "|<div><tr><th\2</th></tr>$SET(1=<!-- columns killed -->\r\n\r\n)"
        "|<tr><td\2id="logo"\3</td>$SET(1=<!-- logo killed -->\r\n\r\n)"
        "|<td class="sfbgg" valign="top" colspan="2" style="padding-left:8px">"
        "<form\2 style="display:block;margin:0;background:none">\3value=\4 title="Search"\5</button></div></div></td>"
        "$SET(1=<td align="center"><form\2 style="border-bottom:1px solid #8DC7BB;margin-top:-22px;padding:2px 4px;"
        "position:fixed;background-color:white;z-index:997;width:100%;">\r\n"
        "<table width="99%" border="0" cellpadding="0">\r\n<tr><td>\r\n"
        "<input type="text" name="q" maxlength="255" value=\4 style="font-size:16px;font-weight:bold;padding:0 4px;width:98%;margin-right:12px;" /></td></tr>\r\n"
        "\r\n\r\n<!-- search form adjusted -->\r\n\r\n)"
        "|<td (width="259" |)style\2SafeSearch\3</td></tr>$SET(1=<!-- SafeSearch Indicator Killed -->\r\n\r\n)"
        "|<td class="sfbgg">\2<span>Search</span></div></td><td class="ab_bg" colspan="2">$SET(1=<!-- Search Header Killed I -->\r\n\r\n)"
        "|</td><td class="ab_bg">\&nbsp;</td></tr>$SET(1=<!-- Search Header Killed II -->\r\n\r\n)"
        "|<div id="tbbc"\2</div>$SET(1=<!-- tbbc killed -->\r\n\r\n)"
        "|<p (class="flc" |)id="bfl"\2</p>$SET(1=<!-- bfl killed -->\r\n\r\n)"
        "|<div (class="flc" |)id="fll"\2</div>$SET(1=<!-- fll Help killed -->\r\n\r\n)"
        "|<p id="mfr"\2DMCA\scomplaint\3</p>$SET(1=<!-- DMCA killed -->\r\n\r\n)"
        "|<p id="ofr"\2relevant\sresults\3</p>$SET(1=<!-- relevant killed -->\r\n\r\n)"
        "|<cite>\2</cite>$SET(1=<cite><span class="flc">\2</span></cite>)"
        "|>Cached</a>$SET(1=><span class="flc">Cached</span></a>)"
        "|>Similar</a>$SET(1=><span class="flc">Similar</span></a>)"
        "|<td style="width:25%;word-wrap:break-word">$SET(1=<td style="width:25%;padding-left:65px;word-wrap:break-word;">)"
        "|<div id="subform_ctrl"><div style="float:right">$SET(1=<div id="subform_ctrl" style="margin-top:55px;"><div style="float:right;margin-right:15px;">)"
        "|($TST(a=odd))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #EFCDF8; padding-left: 1em; padding-right: 1em;">)"
        "|($TST(a=even))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #F8E9FC; padding-left: 1em; padding-right: 1em;">)"
        "|<span class="csb( ch|)" style="background-position:(-|)[#0:100](px|) 0;(float:right;|)width:[#0:100]px">$SET(1=<span style="display:block;margin-left:15px;">)"
        "|<span style="display:block;margin-(right|left)\2:(35|53)px(;|")(clear:right"|)>$SET(1=<span style="display:block;margin-\2:15px;clear:right;">)"
        "|#gbx3,#gbx4\{background-color:#2d2d2d$SET(1=#gbx3,#gbx4\{background-color:Navy;)"
        "|a.gb1,a.gb4\{text-decoration:underline !important\}$SET(1=a.gb1,a.gb4{text-decoration:none !important;})"
        "|#ires\{padding-top:6px\}"
        "|spell\{font-size:16px\}$SET(1=spell{font-size:12px; color: #336600;})"
        "|spell_orig\{font-size:13px\}$SET(1=spell_orig{font-size:11px; color: #336600;})"
        "|<div id="resultStats">$SET(1=<div id="resultStats" style="margin-left:81%;margin-top:2px;position:fixed;z-index:999;">)"
        "|<u>More</u> \&raquo;$SET(1=More &raquo;)"
Replace = "\1"

Name = "Google: Alt Disp 08 - Toggle Left Tools  13.02.22 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 10000
Match = "("
        "<style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Left NavBar Adjustments */\r\n"
        "#leftnav {visibility: hidden; z-index: 999;}\r\n"
        "#center_col {margin-top: -16px; margin-left: 0; border: none;}\r\n"
        "}\r\n"
        ")"
        ""
        "|<tr><td valign=$AV(top) id=$AV(leftnav)$STOP()(*>)+{1}\2</td>"
        "$SET(1="
        "</table>\r\n<!-- Hide LeftNav -->\r\n<style>"
        "#leftnav {visibility:hidden;border:solid 1px blue;width:10.2em;position:fixed;top:2.6em;left:0.2em;background:white;}"
        "#cont{width:100%;}"
        "</style>\r\n"
        "<div style=\"margin-top:50px;position:fixed;z-index:999;top:-33px;left:2px;cursor:pointer;color:#EAF1FB;font-size:90%;\" title=\"Toggle Left Tools\"  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"
        "<div id="leftnav">\2</div><table id=cont><tr>"
        ")"
        ")"
Replace = "\1"

Name = "Google: Alt Disp 09a - Toggle Top-Left NavBar  13.02.22 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 256
Match = "("
        "<style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Top NavBar Adjustments */\r\n"
        "#gbar {visibility: hidden; z-index: 999;}\r\n"
        "}\r\n"
        ")"
        "|<div id=gbar$STOP()"
        "$SET(1="
        "\r\n\r\n<!-- PROX-S: Inserted by Toggle Top NavBar -->\r\n"
        "<div style=\"position:fixed;z-index:999;top:-0.2em;left:0.2em;cursor:pointer;color:#EAF1FB;font-size:90%;\" title=\"Toggle Top Bar Left-Side\"  onclick=\"c=document.getElementById('gbar').style;c.visibility!='visible'?(c.visibility='visible',this.innerHTML='&#9668;'):(c.visibility='hidden',this.innerHTML='&#9658;');return false;\">&#9658;</div>\r\n"
        "\r\n\r\n<div id=gbar class="prox-nav" style="visibility:hidden;z-index:999;position:fixed;top:4px;left:16px;height:22px;background-color:lavender; padding-left:8px; padding-right:8px;")"
        ")"
Replace = "\1"

Name = "Google: Alt Disp 09b - Toggle Top-Right NavBar  13.02.22 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 256
Match = "("
        "<style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Top NavBar Adjustments */\r\n"
        "#guser {visibility: hidden; z-index: 998;}\r\n"
        "}\r\n"
        ")"
        "|<div id=guser$STOP()"
        "$SET(1="
        "\r\n\r\n<!-- PROX-S: Inserted by Toggle Top NavBar -->\r\n"
        "<div style=\"position:fixed;z-index:999;top:0.6em;left:0.2em;cursor:pointer;color:#EAF1FB;font-size:90%;\" title=\"Toggle Top Bar Right-Side\"  onclick=\"c=document.getElementById('guser').style;c.visibility!='visible'?(c.visibility='visible',this.innerHTML='&#9668;'):(c.visibility='hidden',this.innerHTML='&#9658;');return false;\">&#9658;</div>\r\n"
        "\r\n\r\n<div id=guser class="prox-nav" style="visibility:hidden;z-index:998;position:fixed;top:4px;left:437px;height:15px;background-color:lavender; padding-left:8px; padding-right:8px;")"
        ")"
Replace = "\1"
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to ProxRocks for this post:
chatterer
Mar. 07, 2013, 12:31 PM
Post: #120
RE: Google Updates...
some minor updates...
adds back in the kill for the "sponsored ads" box at the top of the page of some searches...
and removes the <h3> for FTP/PDF/etc so that they sometimes don't show up as two lines instead of one...
Code:
Name = "Google: Alt Disp 03 - Videos/News/Shopping/Similar/FTP  13.03.07 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 384
Match = "("
        "(<li class="g"><h3\3>"
        "<a href="\1">(Videos$SET(5=#F4CAD6;)|Shopping results$SET(5=#FAE7EC;))\4 for)"
        "$SET(9=<li style="background-color: \5 border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em;"><h3\3><a href="\1">\4 for)"
        "|"
        "(<li class="g"><div><h3\3>"
        "<a href="\1">News for)"
        "$SET(9=<li class="g" style="margin-bottom: 0px;">"
        "<div style="background-color: #F0B9C8; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em; margin-top: -2px;"><h3\3><a href="\1">News for)"
        "|"
        "(<li class=g><div class=vsc\2</a></h3>)"
        "$SET(9=<li style="background-color: #F4CAD6; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em; padding-bottom: 10px;"><div class=vsc\2</a></h3>)"
        "|"
        "(<li class="g"><h3\3>"
        "<a href="\1">Pages similar to\4</h3><div style="padding-top:2px">)"
        "$SET(9=<li style="background-color: #FFEAEA; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em;"><h3\3><a href="\1">"
        "Pages similar to\4</h3><div style="padding-top:2px">)"
        "|"
        "(<li class="g"><h3\3>"
        "<a href="ftp\4</h3>)"
        "$SET(9=<li style="background-color: #D881ED; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em; overflow-y: hidden !important;">"
        "<font color="purple"><b>FTP&nbsp;&nbsp;&nbsp;</b></font><a href="ftp\4)"
        "|"
        "(<li class="g"><blockquote style="margin-bottom:0"><h3\3>"
        "<a href="ftp\4</h3>)"
        "$SET(9=<li style="background-color: #D881ED; border-top: 2px solid #A5D3CA; "
        "padding-left: 1em; padding-right: 1em; overflow-y: hidden !important;">"
        "<font color="purple"><b>FTP&nbsp;&nbsp;&nbsp;</b></font><a href="ftp\4)"
        ")"
Replace = "\9"

Name = "Google: Alt Disp 04 - PDF/XLS/DOC/ZIP/TXT  13.03.07 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 384
Match = "("
        "(<li class="g"><h3\3>"
        "<a href="\4.pdf">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #FFC4FF; "
        "padding-left: 0.5em; padding-right: 0.5em;">"
        "<font color="red"><b>PDF&nbsp;&nbsp;&nbsp;</b></font><a href="\4.pdf">\5)"
        "|"
        "(<li class="g"><blockquote style="margin-bottom:0"><h3\3>"
        "<a href="\4.pdf">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #FFC4FF; "
        "padding-left: 1em; padding-right: 1em;">"
        "<font color="red"><b>PDF&nbsp;&nbsp;&nbsp;</b></font><a href="\4.pdf">\5)"
        "|"
        "(<li class="g"><h3\3>"
        "<a href="\4.xls">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #8DC7BB; "
        "padding-left: 0.5em; padding-right: 0.5em;">"
        "<font color="green"><b>XLS&nbsp;&nbsp;&nbsp;</b></font><a href="\4.xls">\5)"
        "|"
        "(<li class="g"><blockquote style="margin-bottom:0"><h3\3>"
        "<a href="\4.xls">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #8DC7BB; "
        "padding-left: 1em; padding-right: 1em;">"
        "<font color="green"><b>XLS&nbsp;&nbsp;&nbsp;</b></font><a href="\4.xls">\5)"
        "|"
        "(<li class="g"><h3\3>"
        "<a href="\4.doc">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #B7B7FF; "
        "padding-left: 0.5em; padding-right: 0.5em;">"
        "<font color="darkblue"><b>DOC&nbsp;&nbsp;&nbsp;</b></font><a href="\4.doc">\5)"
        "|"
        "(<li class="g"><blockquote style="margin-bottom:0"><h3\3>"
        "<a href="\4.doc">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #B7B7FF; "
        "padding-left: 1em; padding-right: 1em;">"
        "<font color="darkblue"><b>DOC&nbsp;&nbsp;&nbsp;</b></font><a href="\4.doc">\5)"
        "|"
        "(<li class="g"><h3\3>"
        "<a href="\4.zip">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #FFF06A; "
        "padding-left: 0.5em; padding-right: 0.5em;">"
        "<font color="darkgoldenrod"><b>ZIP&nbsp;&nbsp;&nbsp;</b></font><a href="\4.zip">\5)"
        "|"
        "(<li class="g"><blockquote style="margin-bottom:0"><h3\3>"
        "<a href="\4.zip">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #FFF06A; "
        "padding-left: 1em; padding-right: 1em;">"
        "<font color="darkgoldenrod"><b>ZIP&nbsp;&nbsp;&nbsp;</b></font><a href="\4.zip">\5)"
        "|"
        "(<li class="g"><h3\3>"
        "<a href="\4.txt">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #ECD9D9; "
        "padding-left: 0.5em; padding-right: 0.5em;">"
        "<font color="darkslategray"><b>TXT&nbsp;&nbsp;&nbsp;</b></font><a href="\4.txt">\5)"
        "|"
        "(<li class="g"><blockquote style="margin-bottom:0"><h3\3>"
        "<a href="\4.txt">\5</h3>)"
        "$SET(9=<li class="g" style="background-color: #ECD9D9; "
        "padding-left: 1em; padding-right: 1em;">"
        "<font color="darkslategray"><b>TXT&nbsp;&nbsp;&nbsp;</b></font><a href="\4.txt">\5)"
        ")"
Replace = "\9"

Name = "Google: Alt Disp 07 - Kills/Replaces/Edits  13.03.07 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|images).google."
Limit = 2048
Match = "<div style="\2class="(spon|wtali)\3"$SET(1=<div style="display:none;\2class="\3")"
        "|<div id="rhs_block" style="$SET(1=<div id="rhs_block" style="display:none;)"
        "|<div><tr><th\2</th></tr>$SET(1=<!-- columns killed -->\r\n\r\n)"
        "|<tr><td\2id="logo"\3</td>$SET(1=<!-- logo killed -->\r\n\r\n)"
        "|<td class="sfbgg" valign="top" colspan="2" style="padding-left:8px">"
        "<form\2 style="display:block;margin:0;background:none">\3value=\4 title="Search"\5</button></div></div></td>"
        "$SET(1=<td align="center"><form\2 style="border-bottom:1px solid #8DC7BB;margin-top:-22px;padding:2px 4px;"
        "position:fixed;background-color:white;z-index:997;width:100%;">\r\n"
        "<table width="99%" border="0" cellpadding="0">\r\n<tr><td>\r\n"
        "<input type="text" name="q" maxlength="255" value=\4 style="font-size:16px;font-weight:bold;padding:0 4px;width:98%;margin-right:12px;" /></td></tr>\r\n"
        "\r\n\r\n<!-- search form adjusted -->\r\n\r\n)"
        "|<td (width="259" |)style\2SafeSearch\3</td></tr>$SET(1=<!-- SafeSearch Indicator Killed -->\r\n\r\n)"
        "|<td class="sfbgg">\2<span>Search</span></div></td><td class="ab_bg" colspan="2">$SET(1=<!-- Search Header Killed I -->\r\n\r\n)"
        "|</td><td class="ab_bg">\&nbsp;</td></tr>$SET(1=<!-- Search Header Killed II -->\r\n\r\n)"
        "|<div id="tbbc"\2</div>$SET(1=<!-- tbbc killed -->\r\n\r\n)"
        "|<p (class="flc" |)id="bfl"\2</p>$SET(1=<!-- bfl killed -->\r\n\r\n)"
        "|<div (class="flc" |)id="fll"\2</div>$SET(1=<!-- fll Help killed -->\r\n\r\n)"
        "|<p id="mfr"\2DMCA\scomplaint\3</p>$SET(1=<!-- DMCA killed -->\r\n\r\n)"
        "|<p id="ofr"\2relevant\sresults\3</p>$SET(1=<!-- relevant killed -->\r\n\r\n)"
        "|<cite>\2</cite>$SET(1=<cite><span class="flc">\2</span></cite>)"
        "|>Cached</a>$SET(1=><span class="flc">Cached</span></a>)"
        "|>Similar</a>$SET(1=><span class="flc">Similar</span></a>)"
        "|<td style="width:25%;word-wrap:break-word">$SET(1=<td style="width:25%;padding-left:65px;word-wrap:break-word;">)"
        "|<div id="subform_ctrl"><div style="float:right">$SET(1=<div id="subform_ctrl" style="margin-top:55px;"><div style="float:right;margin-right:15px;">)"
        "|($TST(a=odd))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #EFCDF8; padding-left: 1em; padding-right: 1em;">)"
        "|($TST(a=even))<blockquote style="margin-bottom:0">$SET(1=<blockquote style="margin-top: 0; margin-bottom: 0; margin-left: -0.5em; margin-right: -0.5em;"
        " background-color: #F8E9FC; padding-left: 1em; padding-right: 1em;">)"
        "|<span class="csb( ch|)" style="background-position:(-|)[#0:100](px|) 0;(float:right;|)width:[#0:100]px">$SET(1=<span style="display:block;margin-left:15px;">)"
        "|<span style="display:block;margin-(right|left)\2:(35|53)px(;|")(clear:right"|)>$SET(1=<span style="display:block;margin-\2:15px;clear:right;">)"
        "|#gbx3,#gbx4\{background-color:#2d2d2d$SET(1=#gbx3,#gbx4\{background-color:Navy;)"
        "|a.gb1,a.gb4\{text-decoration:underline !important\}$SET(1=a.gb1,a.gb4{text-decoration:none !important;})"
        "|#ires\{padding-top:6px\}"
        "|spell\{font-size:16px\}$SET(1=spell{font-size:12px; color: #336600;})"
        "|spell_orig\{font-size:13px\}$SET(1=spell_orig{font-size:11px; color: #336600;})"
        "|<div id="resultStats">$SET(1=<div id="resultStats" style="margin-left:81%;margin-top:2px;position:fixed;z-index:999;">)"
        "|<u>More</u> \&raquo;$SET(1=More &raquo;)"
Replace = "\1"
Add Thank You Quote this message in a reply
[-] The following 3 users say Thank You to ProxRocks for this post:
usr, soccerfan, Ralph
Post Reply 


Forum Jump: