Removing between HTML comments

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

Removing between HTML comments

Post by phibster »

Is it possible to block the following:

Code: Select all

<!--Adbox-->

<br>
<table style="width: 95%;" border="0" cellpadding="4" cellspacing="1">

   <tbody><tr>

    <td><table style="width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="bottom">
<center>DIFFERENT AD TEXT HERE</center>
</td></tr>
</tbody></table></td></tr></tbody></table>


	

<!-- End AD Box -->
Basically I want to match everything between the starting html comment <!--Adbox--> and the ending <!-- End AD Box -->.

Thanks in advance (if it can be done!)
Aurelius

Post by Aurelius »

adblock plus can't modify HTML directly.

the only thing I know of that can do this is http://www.admuncher.com/
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Post by Ares2 »

Maybe Adblock Plus will be able to do that in the future: http://adblockplus.org/blog/filtering-h ... block-plus
phibster

Post by phibster »

Thanks for the replies. Guess I'll hang out and hope it becomes a feature.
Locked