Page 1 of 1

Removing between HTML comments

Posted: Sun May 10, 2009 9:27 pm
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!)

Posted: Sun May 10, 2009 10:42 pm
by Aurelius
adblock plus can't modify HTML directly.

the only thing I know of that can do this is http://www.admuncher.com/

Posted: Sun May 10, 2009 11:25 pm
by Ares2
Maybe Adblock Plus will be able to do that in the future: http://adblockplus.org/blog/filtering-h ... block-plus

Posted: Sun May 10, 2009 11:37 pm
by phibster
Thanks for the replies. Guess I'll hang out and hope it becomes a feature.