FilesDeck.com

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

FilesDeck.com

Post by enbob »

Is it possible to block the first result here, which is an ad?

http://filesdeck.com/search.php?q=adblock
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: FilesDeck.com

Post by mapx »

if the sponsored results are always as the first section:

Code: Select all

filesdeck.com##div.r:nth-child(1)
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: FilesDeck.com

Post by enbob »

Thanks! Separately EasyList blocks the download links on pages like this: http://filesdeck.com/files/limitless-20 ... nload.html
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: FilesDeck.com

Post by mapx »

no ...that filter (which was already added to easylist) it's wrong (I mean is hiding the stuff you wanted but is breaking the other page for the links)

so, ... (I can't find a filter to work in both cases), add

Code: Select all

filesdeck.com#@##results-for > .r:first-child
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: FilesDeck.com

Post by enbob »

Thanks. Another issue came up on the search pages where the download links are blocked: http://filesdeck.com/search.php?q=adblock
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: FilesDeck.com

Post by mapx »

remove the filters above and update easylist
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: FilesDeck.com

Post by enbob »

mapx wrote:remove the filters above and update easylist
I did it and I'm still having this issue.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: FilesDeck.com

Post by mapx »

well, it seems the filters added for your first request in the topic are breaking the functionality, so, add:

Code: Select all

filesdeck.com#@##results-for > .r > .rL
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: FilesDeck.com

Post by MonztA »

enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: FilesDeck.com

Post by enbob »

This problem is back. Is there a way to block it again?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: FilesDeck.com

Post by mapx »

try

Code: Select all

filesdeck.co###results-for > .r:first-child
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: FilesDeck.com

Post by enbob »

Works, thanks.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: FilesDeck.com

Post by mapx »

it's not so good, can break some useful links
remove it, add:

Code: Select all

filesdeck.co###results-for > .r > .rL > a[target="_blank"][href^="/out.php"]
enbob
Posts: 408
Joined: Fri Oct 30, 2009 1:45 am

Re: FilesDeck.com

Post by enbob »

This one isn't blocking it now.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: FilesDeck.com

Post by mapx »

it's blocking the link not the entire block. The other 1 can block useful sections / links
Locked