exception rule

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
gast belgium

exception rule

Post by gast belgium »

i want to block all images of a site except the image starting with 'topic'.
i tried the following :

http://www.mountainbike.be/afbeeldingen/*
http://www.mountainbike.be/afbeeldingen/@@topic.gif

but this does not work. Addblocks still blocks every 'afbeelding/*', also the afbeelding/topic.gif
Can anyone help me pleaase.
thanks
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Code: Select all

http://www.mountainbike.be/afbeeldingen/$image
@@http://www.mountainbike.be/afbeeldingen*/topic$image 
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: exception rule

Post by Adblock Plus Fan »

gast belgium wrote:i want to block all images of a site except the image starting with 'topic'.
i tried the following :

http://www.mountainbike.be/afbeeldingen/*
http://www.mountainbike.be/afbeeldingen/@@topic.gif
What you want is these two:

Code: Select all

http://www.mountainbike.be/afbeeldingen/*
@@http://www.mountainbike.be/*topic.gif|

http://www.mountainbike.be/afbeeldingen/* may be a bit aggressive.
I analysed the site for you. If you want an alternative to the http://www.mountainbike.be/afbeeldingen/* filter try these in its place:

Code: Select all

@@http://www.mountainbike.be/*topic.gif|
mountainbike.be/afbeeldingen/*.gif
mountainbike.be/afbeeldingen/banner
mountainbike.be/afbeeldingen/sunparks
mountainbike.be/afbeeldingen/mountainbike
mountainbike.be/afbeeldingen/lcmt
mountainbike.be/afbeeldingen/BMT
mountainbike.be/illustrations/advertentie-img.gif
mountainbike.be#TD(bgcolor=#dededf)
mountainbike.be##TD[width="20%"][style="border-right: 1px dotted rgb(118, 151, 189);"]
[/quote]
Last edited by Adblock Plus Fan on Mon Aug 06, 2007 12:45 am, edited 3 times in total.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

I still think mine answers the question directly, Fan :wink:
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Post by Adblock Plus Fan »

Yeah I know. I was a few minutes too slow and by the time I posted I did not know you already answered.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

:lol:

Those 2 element hides might be good though.
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Post by Adblock Plus Fan »

I edited my post and altered mountainbike.be#TR(bgcolor=#ffffff) into mountainbike.be#TD(width=20%) and then altered a 2nd time into mountainbike.be##TD[width="20%"][style="border-right: 1px dotted rgb(118, 151, 189);"]
to avoid false positives in the calender and the photo album.

I also removed the http://www. part of the blacklist filters because the same ads in the forum does not include the www even if you use the www in the main site. I normally do not do this but in this case the domain is very specific so I thought it was okay.
guest belgium

exeption rules

Post by guest belgium »

Thank you Rick and Fan for your solutions.
My problem is solved and, whats more, i learned something on addblock. (just using it since yesterday and not being an IT boy, things are noy that easy for me..)
Locked