Help on bricozone.be

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
bidon
Posts: 3
Joined: Sat Jul 25, 2015 8:56 am

Help on bricozone.be

Post by bidon »

Hello,
I would like to remove all the ads on the right and at the bottom. So I added those rules:

Code: Select all

bricozone.be###annuaire
bricozone.be###annonces
bricozone.be###colgauche > .tborder:nth-of-type(10)
bricozone.be###colgauche > .tborder:nth-of-type(8)
||av.bricozone.be/bigbanner.php
I also added those rules to remove the personal photos that are displayed:

Code: Select all

bricozone.be###colgauche > .tborder:nth-of-type(6)
bricozone.be###colgauche > .tborder:nth-of-type(4)
It works, but it does not remove the titles and the columns : "Partenaires", "Achats-Vente" ,"Nos sponsors 2015" etc..

Is it possible with better rules ?

Bidon
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Help on bricozone.be

Post by mapx »

try

Code: Select all

||av.bricozone.be/bigbanner.php
bricozone.be##TD[width="165"][valign="top"]
bricozone.be##.tborder > .alt2
bricozone.be###colDroite > DIV[style="width: 172px;"]
bidon
Posts: 3
Joined: Sat Jul 25, 2015 8:56 am

Re: Help on bricozone.be

Post by bidon »

Perfect ! Thank you mapx
bidon
Posts: 3
Joined: Sat Jul 25, 2015 8:56 am

Re: Help on bricozone.be

Post by bidon »

I will try to submit it to the official French easylist
User avatar
smed79
Posts: 1224
Joined: Thu Jan 14, 2010 11:51 pm
Location: EasyList Forum
Contact:

Re: Help on bricozone.be

Post by smed79 »

Locked