我想<div>
从页面中删除两个 s(隐藏和折叠空间)。
我最初打算使用 Greasemonkey 并根据 ID 删除 - 但这些似乎没有 ID。其次 - 我假设 iframe 的内容发生了变化(因为这是一个内容横幅)。
我将如何让这些消失?:)
<div style="float: left; width: 700px; height:250px; margin-top:5px; margin-bottom:10px;">
<iframe src='http://www.therpf.com/banner-system/feature2.php' style='position:relative;top:0px;left:0px;height:272px;width:756px;' frameborder=0 scrolling='no'></iframe>
</div>
<div style="background: url('/images/styles/prometheus/black-30.png'); border:1px solid #333333; border-radius: 10px; float: right; margin-top:5px; margin-right: 2px; padding:10px 12px; width:300px; height: 250px;">
<!--Replica Movie Props – 9-->
<!--Screen Used Movie Props and Wardrobe - 45-->
<!--Replica Paper Props – 40-->
<!--Free Harry Paper Props – 64-->
<!--Sculpture and Makeup Effects – 62-->
<!--Replica Movie Costumes - 24-->
<!--Costume and Cosplay Showcase – 67-->
<!--Judge Dredd Costume Group – 71-->
<!--General Modeling - 11-->
<!--Studio Scale Models – 10-->
<!--Entertainment and Movie Talk – 47-->
<!--Conventions and Prop Parties – 68-->
<!--Off-Topic Talk – 12-->
<!--The Junkyard - 13-->
<iframe id='a9418415' name='a9418415' src='http://moviepropsites.com/ads/www/delivery/afr.php?zoneid=67&target=_blank' frameborder='0' scrolling='no' width='300' height='250'><a rel='nofollow' href='http://moviepropsites.com/ads/www/delivery/ck.php?n=a0516fad' target='_blank'><img src='http://moviepropsites.com/ads/www/delivery/avw.php?zoneid=67&n=a0516fad' border='0' alt='' /></a></iframe>
</div>
<div style="clear:both"></div>
基本上 - 我想删除两个主要的 DIV 并用它替换它。
<div style="clear:both"></div>
任何帮助将不胜感激。
====更新====
其中一页的完整输出。我已经把它粘贴到了pastebin。 http://pastebin.com/s50tM8iU
第 401-465 行是我要删除的内容,只留下第 465 行。
谢谢!