Post Reply 
Google Updates...
May. 24, 2012, 12:31 AM (This post was last modified: May. 24, 2012 10:57 AM by ProxRocks.)
Post: #91
RE: Google Updates...
i now apply a "fixed" attribute to the search field form box to keep it from scrolling off the top of the search results page when you scroll down (and the toggle triangles move slightly for our NavBar's) -
Code:
Name = "Google: Alt Disp 6 - Kills/Replaces/Edits  12.05.23 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(*.)+{1}google."
Limit = 2048
Match = "<div style="\2class="spon"$SET(1=<div style="display:none;\2class="spon")"
        "|<div id="rhs_block" style="$SET(1=<div id="rhs_block" style="display:none;)"
        "|<td\2id="logo"\3</td>$SET(1=<!-- logo killed -->\r\n\r\n)"
        "|<td width="559" valign="top" style="padding-left:9px"><form\2action="\7"\3method="GET"\8>\4id="sbhost"\5>\6</td>"
        "$SET(1=<div><form action="\7" method="GET">\4width="100%" "
        "style="border-bottom:1px solid #8DC7BB;padding:8px;position:fixed;background-color:white;z-index:998;">\6</div>\r\n\r\n<!-- search form adjusted -->\r\n\r\n)"
        "|<td (width="259" |)style\2SafeSearch\3</td>$SET(1=<!-- SafeSearch Indicator Killed -->\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)"
        "|<div id=gbar>$SET(1=<div id=gbar style="background-color:lavender; padding-left:8px; padding-right:8px;">)"
        "|<div id=guser$SET(1=<div id=guser style="background-color:lavender; padding-left:8px; padding-right:8px;")"
        "|a.gb1,a.gb4\{text-decoration:underline !important\}$SET(1=a.gb1,a.gb4{text-decoration:none !important})"
        "|<u>(More|Settings)\2</u> <small>\&\#9660;</small>$SET(1=\2 <small>&#9660;</small>)"
Replace = "\1"

Name = "Google: Alt Disp 7 - Toggle Left NavBar  12.05.23 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))"
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-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-top:solid 2px blue;border-bottom:solid 1px blue;border-left:solid 1px blue;border-right:solid 1px blue;width:12em;position:absolute;top:4em;left:.8em;background:white;}"
        "#cont{width:100%;}"
        "</style>\r\n"
        "<div style=\"margin-top:-24px;position:relative;top:0em;left:0em;cursor:pointer;color:#EAF1FB;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"
        "<div id="leftnav">\2</div><table id=cont><tr>"
        ")"
        ")"
Replace = "\1"

Name = "Google: Alt Disp 8 - Toggle Top NavBar  12.05.23 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))"
Limit = 256
Match = "<("
        "style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Top NavBar Adjustments */\r\n"
        "#gb {visibility: hidden; z-index: 999; margin-bottom: -60px; position:relative;top:-5px;}\r\n"
        "#gog {visibility: hidden; z-index: 999; margin-bottom: -54px; position:relative;top:-2px;}\r\n"
        "}\r\n"
        ")"
        ""
        "|div id=($AV((gb|gog)\3))\2$STOP()"
        "$SET(1="
        "\r\n\r\n<!-- PROX-S: Inserted by Toggle Top NavBar -->\r\n"
        "<div style=\"z-index:-1;position:relative;top:45px;left:0px;cursor:pointer;color:#EAF1FB;font-size:75%;\" title=\"Toggle Top Bar\"  onclick=\"c=document.getElementById('\3').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=\2 class="prox-nav""
        ")"
        ")"
Replace = "\1"
Add Thank You Quote this message in a reply
May. 24, 2012, 12:46 PM (This post was last modified: May. 26, 2012 01:28 PM by ProxRocks.)
Post: #92
RE: Google Updates...
minor update - previous was fine in IE and Opera, but not Firefox -
Code:
Name = "Google: Alt Disp 8 - Toggle Top NavBar  12.05.24 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))"
Limit = 256
Match = "<("
        "style( id="themed">*\*prox-dummy\*/)\2"
        "$SET(1="
        "<style\2\r\n/* Proxomitron Top NavBar Adjustments */\r\n"
        "#gb {visibility: hidden; z-index: 999; margin-bottom: -60px; position:relative;top:-5px;}\r\n"
        "#gog {visibility: hidden; z-index: 999; margin-bottom: -54px; position:relative;top:-2px;}\r\n"
        "}\r\n"
        ")"
        ""
        "|div id=($AV((gb|gog)\3))\2$STOP()"
        "$SET(1="
        "\r\n\r\n<!-- PROX-S: Inserted by Toggle Top NavBar -->\r\n"
        "<div style=\"position:relative;top:45px;left:0px;cursor:pointer;color:#EAF1FB;font-size:75%;\" title=\"Toggle Top Bar\"  onclick=\"c=document.getElementById('\3').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=\2 class="prox-nav""
        ")"
        ")"
Replace = "\1"

edit: minor update (already included in "Google Alt Disp" thread) -
Code:
Name = "Google: Alt Disp 3 - Videos/News/Shopping/Similar/FTP  12.05.26 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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: #F2F9F8; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em;"><h3\3><a href="ftp\4</h3>)"
        ")"
Replace = "\9"
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to ProxRocks for this post:
soccerfan
May. 28, 2012, 03:29 PM
Post: #93
RE: Google Updates...
not included in the "Google Alt Disp - 5/26/12" thread, too "minor" of an update and i don't want that thread to be updated as frequently as this thread...

adds the same highlight used for "Search instead for" to "Did you mean"...
"Search instead for" example - http://www.google.com/search?q=proxomitrol
"Did you mean" example - http://www.google.com/search?q=pushbutton+transmission
Code:
Name = "Google: Alt Disp 4 - Images/Srt/Sif/Dym  12.05.27 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
Limit = 3072
Match = "("
        "(<a href\="\/imgres\?imgurl\=\3\&(amp;)+imgrefurl\=\4\&\5><img)"
        "$SET(9=<a class="Pr0XFlPref" href="\3" onmouseover="prxO.oFly.flShow(prxO.oFly.flLink("
        "'Originating&#160;Page','\4'),event,1);" onmouseout="prxO.oFly.flDHide();"><img)"
        "|"
        "(<li class="g"><h3 class="r">"
        "<a href="\/images\?\1">)"
        "$SET(9=<li style="background-color: #F8DAE2; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em;"><h3><a href="\/images\?\1">)"
        "|"
        "(<a href="\/imgres\?imgurl\=\0$SET(imgurl=\0)(%3F\8|)\&amp;imgrefurl\=\#">)"
        "$SET(9=<a href="$GET(imgurl)">)"
        "|"
        "(<div style="font-size:16px;padding:4px 8px 0">Searches\srelated\sto\4<table\5</table>)"
        "$SET(9=<div style="background-color: #FFC8C8; border-top: 2px solid #A5D3CA; "
        "margin-left: 8px; margin-right: 8px; padding-left: 0.5em; padding-right: 0.5em;">"
        "Searches related to\4<div style="background-color: #FFC8C8; "
        "margin-left: 8px; margin-right: 8px;"><table\5</table></div>)"
        "|"
        "(<div style="font-size:16px;margin-bottom:17px">\2Search\sinstead\sfor\3</div>)"
        "$SET(9=<div style="background-color: #DCEDEA; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em;">\2Search instead for\3</div>)"
        "|"
        "(<div style="font-size:16px;margin-bottom:17px">\2<span style="color:#c00">Did\syou\smean\3</div>)"
        "$SET(9=<div style="background-color: #DCEDEA; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em;">\2Did you mean\3</div>)"
        ")"
Replace = "\9"
Add Thank You Quote this message in a reply
Jun. 12, 2012, 01:04 PM
Post: #94
RE: Google Updates...
another "minor" update, not included in the "Google Alt Disp - 5/26/12" thread...

changes color for FTP highlight to make them stand out more...
adds the same stand-out highlight for PDF results...

(not all of my computers, by intent, will "open" PDF and FTP links...)

Code:
Name = "Google: Alt Disp 3 - Videos/News/Shopping/Similar/FTP/PDF  12.06.12 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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;"><h3\3><a href="ftp\4</h3>)"
        "|"
        "(<li class="g"><h3\3>"
        "<a href="\4.pdf\5</h3>)"
        "$SET(9=<li style="background-color: #D881ED; border-top: 2px solid #A5D3CA; "
        "padding-left: 0.5em; padding-right: 0.5em;"><h3\3><a href="\4.pdf\5</h3>)"
        ")"
Replace = "\9"
Add Thank You Quote this message in a reply
Jun. 14, 2012, 01:29 PM
Post: #95
RE: Google Updates...
upgrading from Opera 11.64 to Opera 12.00 seems to have broken a part of Google IMAGE search, but WEB search still seems fine...

no updates planned "right away", but on the to-do list...
Add Thank You Quote this message in a reply
Jul. 01, 2012, 05:12 AM
Post: #96
RE: Google Updates...
semi-major update - .pdf, .xls(x), and .doc(x) all have their own highlight color and now still have the "new tab" and "preview" (prior to these updates, .pdf's were highlighted and did not have the "new tab" and "preview")...

but FTP over-rides, if the .pdf is on an FTP site, for example, then the FTP highlight takes priority (aka, FTP results intentionally lack "new tab" and "preview")...

FTP, pdf, xls, and doc now all have a bold three-letter prefix at the start of their result line...

technically, doc still needs a little work since doc occurs in URLs quite often, still functional as-is though...

oh, and the filter numbering for 4 and higher all increment one since the new 4 is the pdf/xls/doc filter...
Code:
Name = "Google: Alt Disp 03 - Videos/News/Shopping/Similar/FTP  12.06.30 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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;"><font color="purple"><b>FTP&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="ftp\4</h3>)"
        "|"
        "(<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; margin-bottom: -13px;"><font color="purple"><b>FTP&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="ftp\4</h3>)"
        ")"
Replace = "\9"

Name = "Google: Alt Disp 04 - PDF/XLS/DOC  12.06.30 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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><h3\3><a href="\4.pdf\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;"><font color="red"><b>PDF&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.pdf\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.xls\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;"><font color="green"><b>XLS&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.xls\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.doc\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;"><font color="darkblue"><b>DOC&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.doc\5</h3>)"
        ")"
Replace = "\9"


i also now highlight "google finance" results -
Code:
Name = "Google: Alt Disp 02 - Maps/Finance  12.06.27 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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: -2px;"><div><h3 class="r">)"
        ")"
Replace = "\9"

and that has the URL Tracker divided into two (part "a" being the old, part "b" assisting the "google finance" results) -
Code:
Name = "Google: Alt Disp 01a - Remove URL Tracking  12.04.27 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
Limit = 1024
Match = "<li\1>\2<h3\3><a href="\/url\?q\=\4\&amp;\5">"
Replace = "<li\1>\2<h3\3><a href="$UESC(\4)">"

Name = "Google: Alt Disp 01b - Remove URL Tracking  12.06.27 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
Limit = 1024
Match = "<a (class="fl" |)\3href="\/url\?q\=\/\4(%3Fclient%3Dob%26\5$SET(7=?)|)\&amp;\6">"
Replace = "<a \3href="/$UESC(\4)\7$UESC(\5)">"
Add Thank You Quote this message in a reply
Jul. 01, 2012, 12:56 PM
Post: #97
RE: Google Updates...
Thanks ProxRocks. Cheers
Any chance you can post the full "bundled" google update filter set as an attachment Wink

soccerfan
Add Thank You Quote this message in a reply
Jul. 01, 2012, 01:00 PM
Post: #98
RE: Google Updates...
plan to within an hour or so...
i'm adding .zip highlighting and looking into improving the doc highlight...
Add Thank You Quote this message in a reply
Jul. 01, 2012, 01:47 PM (This post was last modified: Jul. 01, 2012 02:01 PM by ProxRocks.)
Post: #99
RE: Google Updates...
the "three-letter" filter is now as below...

the "Google Alt Disp - 5/26/12" thread will be updated shortly and will include all up-to-date fixes and renamed to "Google Alt Disp - 7/1/12"...

edit: still under testing, alignment is not "always" correct in Opera...
the "Google Alt Disp" thread will not be updated until an Opera alignment fix is found...


Code:
Name = "Google: Alt Disp 04 - PDF/XLS/DOC/ZIP/TXT  12.07.01 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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><h3\3><a href="\4.pdf">\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;">"
        "<font color="red"><b>PDF&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.pdf">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.xls">\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;">"
        "<font color="green"><b>XLS&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.xls">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.doc">\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;">"
        "<font color="darkblue"><b>DOC&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.doc">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.zip">\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;">"
        "<font color="darkgoldenrod"><b>ZIP&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.zip">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.txt">\5</h3>)"
        "|"
        "(<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; margin-bottom: -13px !important;">"
        "<font color="darkslategray"><b>TXT&nbsp;&nbsp;&nbsp;</b></font><h3\3><a href="\4.txt">\5</h3>)"
        ")"
Replace = "\9"
Add Thank You Quote this message in a reply
Jul. 01, 2012, 02:29 PM
Post: #100
RE: Google Updates...
(Jul. 01, 2012 01:00 PM)ProxRocks Wrote:  plan to within an hour or so...

No hurry. I'll check back (after the euro2012 final of course!) Thumbs Up

soccerfan
Add Thank You Quote this message in a reply
Jul. 01, 2012, 04:47 PM
Post: #101
RE: Google Updates...
turns out the alignment was more of an IE (my default) than it was an Opera issue...

at any rate, tested in IE8 and the latest official stable releases of Opera, Firefox, and Chrome...

fixes are below and will be added to the "Google Alt Disp" thread soon...

Code:
Name = "Google: Alt Disp 03 - Videos/News/Shopping/Similar/FTP  12.07.01 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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><h3\3><a href="ftp\4</h3>)"
        "|"
        "(<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><h3\3><a href="ftp\4</h3>)"
        ")"
Replace = "\9"

Name = "Google: Alt Disp 04 - PDF/XLS/DOC/ZIP/TXT  12.07.01 {PFR} [add]"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
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><h3\3><a href="\4.pdf">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.pdf">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.xls">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.xls">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.doc">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.doc">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.zip">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.zip">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.txt">\5</h3>)"
        "|"
        "(<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><h3\3><a href="\4.txt">\5</h3>)"
        ")"
Replace = "\9"

Name = "Google: Alt Disp 10 - Pastel Theme  12.07.01 {PFR} [add]"
Active = TRUE
URL = "$TST(hCT=*html)(www|encrypted|images).google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))(*/)+{1}(intl/(*/)+{1}(^?)|(search|images)\?|webhp|(^?))"
Limit = 256
Match = "<style id="themed">"
        "$STOP(Code by: JD5000, sidki, Kye-U, ProxRocks, OZO)"
        "\1/\*prox-dummy\*/"
Replace = "<style type="text/css">\1"
          "\r\n/* Proxomitron Tight Pastel Theme */\r\n"
          "a {font-family: tahoma; font-size: 12px; text-decoration: none !important;}\r\n"
          "a:link, .q a:link, a.toplink:visited {color: #0000cc !important;}\r\n"
          "a:visited {color: #990066;}\r\n"
          "a:active, .q a:active, a.fl:active {color: #000066 !important;}\r\n"
          "a:hover, .q a:hover, a.fl:hover {color: #0066cc !important;}\r\n"
          "a.ProXPref:hover {color: #379CCD;}\r\n"
          "a.ProXPrefJs {color: #968AFF !important; }\r\n"
          "a.ProXPrefJs:visited {color: #990066 !important;}\r\n"
          "a.ProXPrefJs:active {color: #000066 !important;}\r\n"
          "a.ProXPrefJs:hover {color: #0066cc !important;}\r\n"
          ".odd {background: #EEEEFF; margin-top: 0em !important; margin-bottom: 0em !important; padding-left: 0.5em !important; padding-right: 0.5em !important; overflow-y: hidden !important;}\r\n"
          ".even {background: #DBDBFF; margin-top: 0em !important; margin-bottom: 0em !important; padding-left: 0.5em !important; padding-right: 0.5em !important; overflow-y: hidden !important;}\r\n"
          "li {padding-left: .5em; padding-right: .5em;}\r\n"
          ".g {margin: 0px; line-height: 13px; border-top: 2px solid #A5D3CA;}\r\n"
          "a.tool {color: #999999; padding: 0px 3px 0px 3px;}\r\n"
          "a.tool:hover {background-color: #FFF7B7; color: #0000cc; padding: 0px 3px 0px 3px;}\r\n"
          "a.tool:visited {color: #990066;}\r\n"
          "a.fl, span.flc {font-family: tahoma; font-size: 9px;}\r\n"
Add Thank You Quote this message in a reply
Jul. 17, 2012, 02:36 AM
Post: #102
RE: Google Updates...
i will soon be adding a "calculator" to Google Search results with a 'More about calculator.' top-of-page match...

i will most likely go for the calculator demonstrated here -
http://www.goeasysolution.com/wp-content...lator.html
(or a modification thereof...)


for those using my "Google: Alt Disp" filters, do you have a preference as to whether the Google Results are displayed or not?

for example, when i do a Google Search intended ONLY for the Google CALCULATOR, such as "12mm to inches", i don't really even 'want' the "results", i just want Google to spit out an ANSWER and more often than not, i grab a real-life calculator for more number-crunching, so hey, why not just embed a calculator, lol...

should i display the "results"?
i'm leaning towards having the ANSWER display, embed my calculator, then embed an IFRAME for ADDITIONAL Google Searches without the CALCULATOR losing any numbers "in memory" or on the "display"...


any preferences from Alt Disp users?
Add Thank You Quote this message in a reply
Jul. 23, 2012, 05:46 PM (This post was last modified: Jul. 23, 2012 06:40 PM by ProxRocks.)
Post: #103
RE: Google Updates...
decided to skip on the calculator (for now at least)...

however, there will be some Alt Disp updates later today within the next couple of days or so...

Google changed something today that i have seen "blips" of in recent weeks, it appears the "blips" are now 'finalized' on Google's side of things...
Add Thank You Quote this message in a reply
Jul. 23, 2012, 08:49 PM
Post: #104
RE: Google Updates...
no filter changes required...
but we will now fake the user agent string as Opera instead of IE...

the updated Exceptions-U entry is:
Code:
# Google Search - web results pages
(www|images).google.(*/)+{1}(search|webhp)\?
    $SET(0=a_code.f_ua_op.i_script:2.i_level:4.)
Add Thank You Quote this message in a reply
Jul. 24, 2012, 01:30 PM (This post was last modified: Jul. 24, 2012 01:31 PM by ProxRocks.)
Post: #105
RE: Google Updates...
this works better -
Code:
# Google Search - results pages
(www|images).google.com/
    $SET(0=a_code.f_ua_op.i_script:2.i_level:4.)
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to ProxRocks for this post:
soccerfan
Post Reply 


Forum Jump: