How can I remove a this div element?

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
Guest

How can I remove a this div element?

Post by Guest »

please help me to remove a div element from www.hirtv.net, http://www.hirtv.hu/?tPath=/belfold/&article_hid=124676
i don't want to meet with ad.mall.cz advertisements

Code: Select all

<div style="position: relative; width: 120px; height: 240 px; z-index: 1;">
<a href="http://ad.mall.cz/hit/366/lenovo-thinkpad-n100/www.pcexpert.hu/notebook/lenovo-thinkpad-n100" style="text-decoration: none;">
<FONT size=1>[AD]</FONT><AD- order="0">
<div style="width: 120px; height: 128px; overflow:hidden; line-height: 12px;">
    <center>
    <span style="text-decoration: none; font-size: 9px; FONT-WEIGHT: bold;" >LENOVO ThinkPad N100</span><br>
    <FONT size=1>[AD]</FONT><AD- 945569/120/120" border="0"><br>
    </center>
</div>
<div style="background-image: url('/_i/box_bottom.gif'); text-align: right; width: 120px; height: 64px; margin-top:30px; overflow:hidden;">
<span style="text-decoration: none; font-size: 13px; FONT-WEIGHT: bold; color: #C63A44;" >244900 Ft&nbsp;<br></span>
</div>
</a>

</div>
<div style="width: 120px">

<table cellpadding="0" cellspacing="0" border="0" width="120">
<tr>
<td valign="top"><!-- Adverticum zone (js): 19235, Jobb vertical banner -->

<script type="text/javascript">
	// <![CDATA[
		var ord=Math.round(Math.random()*100000000);
		document.write('<sc'+'ript type="text/javascript" src="http://ad.adverticum.net/js.prm?zona=19235&ord='+ord+'"></scr'+'ipt>');
	// ]]>
</script>
<noscript><a href="http://ad.adverticum.net/click.prm?zona=19235&nah=!ie" target="_blank" title="Hirdetés"><FONT size=1>[AD]</FONT><AD- d.adverticum.net/img.prm?zona=19235&nah=!ie" alt="Kattintson a hirdetésre!" /></a></noscript>
</td>
</tr>
</table>
</div>
thanks
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

Code: Select all

hirtv.net,hirtv.hu##div[style="position: absolute; top: 15px; left: 790px; width: 120px;"]
What, me worry?
User avatar
Peng
Posts: 518
Joined: Fri Jun 09, 2006 8:14 pm
Location: Central Florida
Contact:

Post by Peng »

Code: Select all

hirtv.hu,hirtv.net#div(style=position: absolute; top: 15px; left: 790px; width: 120px;)
... would work, wouldn't it?

(Note to Guest: This filter is exactly the same as Stupid Head's. Flip a coin to pick which to use. :))
Matt Nordhoff
sheepy
Posts: 147
Joined: Sat Jun 17, 2006 8:44 pm

Post by sheepy »

Hint: I'd recommand Peng's. Both filter turns out applied the same way, but IIRC in the future it may be possible to count Peng's rule since it's not direct css.
Post Reply