How to block a "frame-integrated" link?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Schnuffel
Posts: 6
Joined: Mon Apr 14, 2008 6:13 pm

How to block a "frame-integrated" link?

Post by Schnuffel »

Hello,
how can I block this "Hor...-link" down on the right side of the inferior picture?
http://www.pfalzstorch.de/bilder/live1.html
It doesn't show up in ABP's blockable list.

Thanks in advance!
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

It's not a blockable item .. it is an inline image map used over the image.

Try using this element-hiding rule to break that area of it:

Code: Select all

pfalzstorch.de#area(href=http://www.hornbach.de)
Schnuffel
Posts: 6
Joined: Mon Apr 14, 2008 6:13 pm

Post by Schnuffel »

Hello rick,
thank you for the fast help!

The link is blocked now, but actually I wanted
to block the image. (my mistake) Is this possible?
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

The image is part of the large image .. you would have to block the whole image ... or frame:

Code: Select all

.pfalzstorch.de/bilder/webcambild$subdocument
Locked