(Aug. 26, 2010 05:17 AM)wammie Wrote: adding the line for cnn.com in my IncludeExclude-U file, but the problem remains. :-(
I'm using the June, 2009 filter set (latest fixes) and I have not done any customizations.
Use the IncludeExclude-U entry and try changing $TST(hCT=*html) to $TYPE(htm) like
Code:
[Patterns]
Name = "<!> Remove: Comment-Block Ads II 10.06.06 [sd] (d.3 l.3) **mod**"
Active = TRUE
URL = "$TYPE(htm)(^$TST(keyword=*.(a_ads|a_adcomm2|i_level:[12]).*))"
Limit = 4500
Match = "<!--[ ]+(^PROX[:-]|/|end|$TST(tNoscript=1))$TST(comment=1)$TST(mHead=(^head)\6)"
"[^a-z0-9'"\r\n]+("
"(ad|[^>\r\n]++{0,60}[^a-z0-9:]ad)((s|)[0-9]+(^[a-z]| [,&+])|space|vert|x)[^>\r\n]++ -- >"
"&&(^"
"no|google_ad_(region|section)_start|(*[^a-z]|)end|*[^a-z]no(ne|t[^a-z])"
"|*(logo|above|masthea+d|[a-z]banner|finish|\s(and|except|with|/)\s)"
")*"
") (<br /+> )+"
"("
"(<(br /+|p)> )+$NEST(<table,</(table)\2 >) (<br /+> )+"
"|$NEST(<script,</(script)\2*>) ($NEST(<script,</script*>) )+(<noscript*</noscript > |)"
"|$NEST(<iframe,</(iframe)\2 >)"
"|$NEST(<center,</(center)\2 >)"
")"
""
"&(<!-[^a-z0-9'"]+(([^*#-]|-(^-)|\*(^\*)|#(^#))+{2,60})\3([^*#](^- >)$SET(5=...)|)*-- >)\1"
"&(^$TST(eAdCommII=*§$TST(\3)§*))$SET(eAdCommII=$GET(eAdCommII)§\3§)"
"&$SET(eAdComm=$GET(eAdComm)"
"%3Cspan class=%22Pr0xFly-Span%22%3E\6 II:%3C/span%3E"
" \2: $ESC(\3)\5%3Cbr class=%22Pr0xFly-Br%22 /%3E"
")"
"$SET(4=$TST(keyword=(^$TST(tFrameset=*))*.i_level:5.*)"
"<span class="Pr0x Pr0xComment" style="display:$GET(displayD)">"
"• Comment II: \2: \3\5</span>"
")"
"($TST(volat=*.log:2*)$ADDLST(Log-Main,[$DTM(d T)]\tWEB Comment II\t\6 \t\2 \t\3\5 \t\u)|)"
Replace = "$SET(comment=)\1\r\n\4$SET(i=)"
.
HTH