The Un-Official Proxomitron Forum
Google search width... - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Google search width... (/showthread.php?tid=1838)



Google search width... - ProxRocks - Oct. 01, 2011 02:13 PM

the themed Google search results no longer fill the entire width of the screen - has anyone been able to figure out which css entry needs fixed &/or added?


RE: Google search width... - Toppy - Oct. 01, 2011 02:42 PM

yeah, i'm currently looking at the source, although my knowledge is close to none.
What have they done, you barely have a 10 letter long line... *facepalm*

Also clicking the "More" link on top of page screws things up.

EDIT: I have now removed *ALL* Google filters from Proxomitron since they have never done anything positive, quite the contrary.


RE: Google search width... - ProxRocks - Oct. 01, 2011 05:15 PM

(Oct. 01, 2011 02:42 PM)Toppy Wrote:  EDIT: I have now removed *ALL* Google filters from Proxomitron since they have never done anything positive

i disagree...
the Google filters are amongst my most beloved Big Teeth


RE: Google search width... - Toppy - Oct. 01, 2011 06:26 PM

Well sorry,
perhaps i sounded too harsh, i was talking about the "Alternative Display' ones, the ones mangling the top & side columns and those that made the "images" categories a mess. When I bypass proxo on google, i now actually get a clean, easy to read, and last but not least, working results page.

Too many filters in there are counterproductive, but we have checkmarks for these Wink


RE: Google search width... - JJoe - Oct. 01, 2011 08:56 PM

I see
"style=max-width" in "div" tags (with and without value quotes),
some "max-width" css for class "c",
and "margin-left:159px;margin-right:264px;" for #center_col.

Filter modified to remove all and more.

Barely tested.

HTH

Code:
[Patterns]
Name = "Google Search: Alternate Display     11.10.01 (multi) [sd ku] (d.s) test"
Active = TRUE
Multi = TRUE
URL = "$TST(hCT=*html)(www|encrypted).google.(*/)+{1}(intl/(*/)+{1}(^?)|search\?(^tbm=isch|*\&tbm=isch)|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
Limit = 2048
Match = "(^?)$SET(a=)$SET(b=)$STOP()"
        "|"
        "<br>(\r\n+|\n\r+)$SET(1= )"
        "|"
        "<("
        "/b> of (about )+<b>[0-9,]+</b> ((from|over the) $NEST(<b>,</b >) )+for <b>( <b>)+[^<]+"
        "&&((<*>|?)+{95})\2???$SET(1=<\2...)*"
        ")"
        "|"
        "</style >(^$TST(b=s))$SET(b=s)$SET(1="
        "</style>\r\n<script type="text/javascript">"
        "var prxSpics=["http://local.ptron/sidki_h_$GET(cfg)/Google/google-","
        "new Image(),new Image(),new Image()];"
        "prxSpics[1].src=prxSpics[0]+"bug.png";prxSpics[2].src=prxSpics[0]+"top.png";"
        "prxSpics[3].src=prxSpics[0]+"new.png";"
        "</script>"
        "\r\n<style id="themed">\r\n"
        "/* Proxomitron "Google Alternate" CSS import */\r\n"
        "@import url(http://local.ptron/sidki_h_$GET(cfg)/Google/google-css-alt.css);\r\n\r\n"
        "/*prox-dummy*/</style>\r\n"
        ")"
        "|"
        "<div ("
        "id=("
        "$AV(ie6tb)>$INEST(<div,</div)</div >( $NEST(<script,</script >))+"
        "|$AV(exp_msgs)$INEST(<div,</div)</div >"
        ")"
        "|style=$AV(margin : -5px 0 5px)$INEST(<div,</div)</div >"
        ")"
        "|"
        "<(div|li)\2 class="
        "$AVQ(("+g)\#((\s*|")\#|))("
        "((^ style=$AV(margin-(left|right)*))($TST(a=odd)$SET(a=even)|$SET(a=odd))|)$SET(3=$GET(a))"
        ")(*<a)\#"
        "(*( href=$AV(/interstitial\?url\=h\9|((*/)+{1}/(*/)+{1})\9?*|*))\5*</a >)\4"
        "($TST(\9=t$SET(0="
        "<a href="h\9"><img src="http://local.ptron/sidki_h_$GET(cfg)/Google/google-bug.png""
        " width=16 height=10 border=0 title="Malware warning!"></a>&#160;&#160;"
        ")*|$SET(0="
        "<a href="\9"><img src="http://local.ptron/sidki_h_$GET(cfg)/Google/google-top.png""
        " width=10 height=10 border=0 title="Go to top domain"></a>&#160;&#160;"
        ")*)|)"
        "$SET(1="
        "<\2 class=\#&#x20;\3\#\#\4&#160;&#160;\0"
        "<a\5 target="_blank"><img src="http://local.ptron/sidki_h_$GET(cfg)/Google/google-new.png""
        " width=14 height=10 border=0 title="Open in new window"></a>&#160;&#160;"
        ")"
        "|"
        "<div class="sfbg nojsv" style="top:30px"></div>"
        "|"
        "<div class="sfbgg"></div>"
        "|"
        "<div style="position:relative;height:29px;z-index:2">"
        "$SET(1=<div style="position:relative;z-index:2">)"
        "|"
        "<a (^(^href=$AV(https+://*encrypted.google.com*) >"
        " <img src(*>&&*alt=$AV(\2)*)))"
        "$SET(1=<a id="logo" )"
        "|"
        "<div id="logocont""
        "$SET(1=<div)"
        "|"
        "<div style=$AV(max-width:509px)>"
        "$SET(1=<div>)"
        "|"
        "max-width$TST(tStyle=*)*(;|?(^(^\})))"
        "|"
        "#center_col,"
Replace = "\1"



RE: Google search width... - turtle - Oct. 02, 2011 03:34 AM

(Oct. 01, 2011 02:13 PM)ProxRocks Wrote:  the themed Google search results no longer fill the entire width of the screen - has anyone been able to figure out which css entry needs fixed &/or added?

Check this thread out
http://prxbx.com/forums/showthread.php?tid=1810
Worked for me in IE9