Help for Filters body-Tag

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

Help for Filters body-Tag

Post by Cookie »

Hello,

i would like to create a Filter for a Website. The sourcecode is:

Code: Select all

<body style="margin-top:50px;">
I wanna BLOCK the ~> style="margin-top:50px; <- because the 50px are (at the time) free place from a banner who's blocked from adblock.
I have 50px blank space and i want to block the style-Tag with 50px.

Is it possible to define the Filter only for one Domain? fore example: http://www.example.org ?

Greets
Cookei
Alfreod

Re: Help for Filters body-Tag

Post by Alfreod »

adblock plus can't modify HTML directly, you need something like Ad Muncher or proxomitron.
baldr
Posts: 18
Joined: Tue Sep 15, 2009 10:05 am

Re: Help for Filters body-Tag

Post by baldr »

Greasemonkey can help you if you can write JavaScript snippets.

ABP blocking rule can be restricted to pages from particular domain with $domain=www.example.org option.
Locked