Post Reply 
Yahoo Filters...
Feb. 21, 2009, 12:34 PM
Post: #38
RE: Yahoo Filters...
ProxRocks, while modifying the Yahoo filters for the stand-alone sets, i've noticed two glitches at Y!Search:

"Yahoo Search: Clean up Site" was missing an ad block (class="bbox"). We didn't see that at US Yahoo, b/c there it has a "SPONSOR RESULTS" heading, which is targeted by the generic ad filters.

While there, i was verifying the other matching expressions, ending up with removing half of them (and adding two).
I've attached the matches for the new layout.


Doing a search at Yahoo now ends up with the typical tracking string:
http://search.yahoo.com/search;_ylt=A0geu.LJ8Z9JLz8BhBSl87UF?p=ipod&fr=sfp&fr2=&iscqry=

So i have extended "Yahoo et al.: Multi URL Untangler" to also match form action attributes. It works, but i'm unsure about this change, because i think i had it like that long time ago, but removed it because it was breaking something. Now, i don't remember what this "something" was.

Code:
[Patterns]
Name = "Yahoo et al.: Multi URL Untangler     9.02.14 (multi) [sd] (d.s) TEST"
Active = TRUE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js))([^/]++.yahoo.co|[^.]+.altavista.com/|(www.|)alltheweb.com/)"
Bounds = "<a*>|<form*>"
Limit = 1024
Match = "<(a(rea)+|form)\0(\s*(href|action)=)\2$AVQ((\\+"+(^ \+))\3("
        ""
        "*/("
        "click(%3f|\?)u\=http(s|)\7(%3a|:)(%2f|/)(%2f|/)+\8(%26|\&)$SET(4=http\7://$UESC(\8)\3)*"
        "|\?http(s|)\7(%3a|:)(%2f|/)(%2f|/)+\8$SET(4=http\7://$UESC(\8))"
        "|:http(s|)\7://+\8$SET(4=http\7://\8)"
        ")"
        "|"
        "*\*-+http(s|)\7("
        "(%3a|:)(%2f|\\+/)(%2f|(\\+)\9/)+(*\*-+http(s|)\7(%3a|:)(%2f|/)(%2f|/)+)+"
        "(\8(done\=*|search\?*|\=%22*)\5|\8;_yl[ct]\=[^"'?&\\ ]+\5|\8)$SET(4=http\7:\9/\9/$UESC(\8))"
        "|%253a%(25|)2f(%(25|)2f)+(*\*-+http(s|)\7%253a%(25|)2f(%(25|)2f)+)+"
        "(\8\&[^"' ]+\5|\8)$SET(4=http\7://$UESC($UESC(\8)))"
        ")"
        "|"
        "\4;_yl(c\=|t\=(^*\*-+http))[^"'?&\\ ]+\5"
        ""
        "))(\6)"
        "&(^$TST(comment=1)|$TST(tNoscript=1))($TST(\2=*class=*)|$SET(1= class=\3ProXPref\3))"
Replace = "<\0\1\2\3\4\5\6"

Name = "Yahoo Search: Clean up Site     9.02.14 [sd] (d.s)"
Active = TRUE
URL = "$TYPE(htm)([^.]+.search.yahoo.com/|search.([^.]+.|)yahoo.com/)"
Limit = 16384
Match = "<div[^>]++\s("
        "class=$AV(bbox|yschspns&\1)"
        "|id=($AV(east&&\1)|$AV(yschsec&\1)[^>]+> (<img*> )+<h[1-6])"
        ")$INEST(<div,</div)</div >"
        "|<h2> <a[^>]+> sponsor [^<]+</a > </h2 > $NEST(<ul,</ul >)$SET(1=sponsor)"
        "( <div[^>]++class=$AV(whatsthis)$INEST(<div,</div)</div >|)"
        "&($TST(volat=*.log:2*)$ADDLST(Log-Main,[$DTM(d T)]\tSiteSpec YSearch \1 \t\u)|)"
Replace = "\r\n<!-- PROX-S: Removed by Yahoo Search Cleaner (\1) -->\r\n"
          "$SET(sSpec=$GET(sSpec)\1.)"


Attached File(s)
.txt  ysearch-matches.txt (Size: 5.06 KB / Downloads: 955)
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Yahoo Filters... - ProxRocks - Jan. 14, 2009, 03:17 PM
RE: Yahoo Filters... - Oddysey - Jan. 14, 2009, 09:49 PM
RE: Yahoo Filters... - lnminente - Jan. 14, 2009, 10:03 PM
RE: Yahoo Filters... - Oddysey - Jan. 15, 2009, 03:39 AM
RE: Yahoo Filters... - ProxRocks - Feb. 08, 2009, 03:15 AM
RE: Yahoo Filters... - ProxRocks - Feb. 08, 2009, 01:58 PM
RE: Yahoo Filters... - sidki3003 - Feb. 08, 2009, 05:56 PM
RE: Yahoo Filters... - ProxRocks - Feb. 08, 2009, 06:09 PM
RE: Yahoo Filters... - sidki3003 - Feb. 08, 2009, 06:14 PM
RE: Yahoo Filters... - ProxRocks - Feb. 08, 2009, 06:48 PM
RE: Yahoo Filters... - sidki3003 - Feb. 08, 2009, 08:02 PM
RE: Yahoo Filters... - ProxRocks - Feb. 09, 2009, 02:02 PM
RE: Yahoo Filters... - sidki3003 - Feb. 09, 2009, 02:10 PM
RE: Yahoo Filters... - ProxRocks - Feb. 09, 2009, 02:40 PM
RE: Yahoo Filters... - sidki3003 - Feb. 09, 2009, 03:08 PM
RE: Yahoo Filters... - ProxRocks - Feb. 09, 2009, 03:35 PM
RE: Yahoo Filters... - ProxRocks - Feb. 09, 2009, 03:23 PM
RE: Yahoo Filters... - sidki3003 - Feb. 09, 2009, 04:01 PM
RE: Yahoo Filters... - sidki3003 - Feb. 09, 2009, 04:46 PM
RE: Yahoo Filters... - sidki3003 - Feb. 09, 2009, 05:38 PM
RE: Yahoo Filters... - soccerfan - Feb. 09, 2009, 05:43 PM
RE: Yahoo Filters... - sidki3003 - Feb. 09, 2009, 05:49 PM
RE: Yahoo Filters... - ProxRocks - Feb. 09, 2009, 05:14 PM
RE: Yahoo Filters... - sidki3003 - Feb. 09, 2009, 05:44 PM
RE: Yahoo Filters... - ProxRocks - Feb. 10, 2009, 01:01 PM
RE: Yahoo Filters... - sidki3003 - Feb. 10, 2009, 02:28 PM
RE: Yahoo Filters... - ProxRocks - Feb. 11, 2009, 12:30 PM
RE: Yahoo Filters... - ProxRocks - Feb. 10, 2009, 03:04 PM
RE: Yahoo Filters... - sidki3003 - Feb. 10, 2009, 04:46 PM
RE: Yahoo Filters... - lnminente - Feb. 10, 2009, 08:17 PM
RE: Yahoo Filters... - sidki3003 - Feb. 11, 2009, 05:42 PM
RE: Yahoo Filters... - sidki3003 - Feb. 11, 2009, 07:32 PM
RE: Yahoo Filters... - ProxRocks - Feb. 11, 2009, 07:43 PM
RE: Yahoo Filters... - sidki3003 - Feb. 11, 2009, 08:01 PM
RE: Yahoo Filters... - ProxRocks - Feb. 11, 2009, 09:56 PM
RE: Yahoo Filters... - sidki3003 - Feb. 11, 2009, 10:18 PM
RE: Yahoo Filters... - ProxRocks - Feb. 11, 2009, 10:24 PM
RE: Yahoo Filters... - sidki3003 - Feb. 21, 2009 12:34 PM
RE: Yahoo Filters... - sidki3003 - Feb. 26, 2009, 12:08 PM
RE: Yahoo Filters... - ProxRocks - Feb. 26, 2009, 01:09 PM
RE: Yahoo Filters... - sidki3003 - Feb. 26, 2009, 01:30 PM
RE: Yahoo Filters... - ProxRocks - Feb. 26, 2009, 01:35 PM
RE: Yahoo Filters... - sidki3003 - Feb. 26, 2009, 01:40 PM
RE: Yahoo Filters... - ProxRocks - Feb. 26, 2009, 02:56 PM
RE: Yahoo Filters... - sidki3003 - Feb. 27, 2009, 11:57 PM
RE: Yahoo Filters... - ProxRocks - Feb. 28, 2009, 01:13 AM
RE: Yahoo Filters... - sidki3003 - Mar. 02, 2009, 07:07 PM

Forum Jump: