Post Reply 
www.techcrunch.com & AdKeys
Sep. 26, 2009, 09:55 PM
Post: #1
www.techcrunch.com & AdKeys
Specifically
http://www.techcrunch.com/2009/09/25/twi...-ly-links/
NAOKO 4.5 CONFIG -- SIDKI 2009-02-13 (UPDATE 06-06)
Opera 10


Code:
<Match: <div>... Remove/Hide: Ad Containers - IDs     9.01.26 [sd] (d.2) >
<div id="header" class="snap_nopreview header_w_leaderboard">

Caused by line 90,
Code:
leader(board)+_+(ad(s|vert[a-z]+|)|t(d|op)|(^_))
, in $LST(AdKeys).

How about
Code:
leader(board)+_+((^(^??))&(ad(s|vert[a-z]+|)|t(d|op)|(^_)))
?

More at
http://www.dslreports.com/forum/r23086044-


HTH
Add Thank You Quote this message in a reply
Sep. 27, 2009, 02:11 PM
Post: #2
RE: www.techcrunch.com & AdKeys
That entry should match strings ending with "leaderboard". The part indicating that it is a false positive is the "_w_".

Alpha 4 contains below AdKeys-S entries, which should work with the stable version too:

Code:
# TechCrunch -- Layout mangled.
[^.]+.techcrunch.com/
  $SET(sAdKey=.header_w_leaderboard.)$SET(sAdKeyR=<!--protect-->)
www.crunchgear.com/
  $SET(sAdKey=.header_w_leaderboard.)$SET(sAdKeyR=<!--protect-->)
www.mobilecrunch.com/
  $SET(sAdKey=.header_w_leaderboard.)$SET(sAdKeyR=<!--protect-->)

(The "/* PROX: HTML Content Killed */" on that page doesn't look so nice. Maybe i can fix that...)
Add Thank You Quote this message in a reply
Sep. 27, 2009, 05:32 PM
Post: #3
RE: www.techcrunch.com & AdKeys
(Sep. 27, 2009 02:11 PM)sidki3003 Wrote:  That entry should match strings ending with "leaderboard".

Well darn, was hoping to help you avoid AdKeys-S entries.

Why "|(^_)" ?

leader(board)+_+(ad(s|vert[a-z]+|)|t(d|op)|(^_))
leader(board)+_+(ad|t|(^_))
leader(board)+_+(^_)
Add Thank You Quote this message in a reply
Sep. 27, 2009, 06:30 PM
Post: #4
RE: www.techcrunch.com & AdKeys
"leaderboard" surely is a troublesome entry, especially on sports sites. It still mostly serves its purpose, though.

I don't know. Thanks Smile!
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: