要看网站的检验方式了。对第一个,试试:
<script>document.getElementsByTagName("TABLE")[0].style.display="none";</script>
看会不会被发现。第二个,注意这一段:
itag=itag+
"<img height=\"1\" width=\"1\" border=\"0\" alt=\"\" src=\"http://"+
"clit16.sextracker.com/clit?CID=322143&"+u+"\">";if(document.bgColor!=null)
{itag=itag+"</font>";}document.write(itag+"\n");试试
<script>document.getElementsByTagName("IMG")[0].style.display="none";</script>
看看。可能还需要
<script>document.getElementsByTagName("IMG")[1].style.display="none";</script>

解决方案 »

  1.   

    第一个方法也去掉了我装饰的一个flash
    ************
      <table cellspacing="0">
        <tr id="header">
          <td id="headerlogo"><a href="http://www.omhhw.ruuu.com/"><img src="http://www.omhhw.ruuu.com/themes/default/logo.gif" width="150" height="80" alt="" /></a></td>
          <td id="headerbanner"><div><a href="http://www.omhhw.ruuu.com/banners.php?op=click&amp;bid=3" target="_blank"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="468" height="60"><param name=movie value="http://www.omhhw.ruuu.com/images/banners/banner.swf"><param name=quality value=high><embed src="http://www.omhhw.ruuu.com/images/banners/banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"; type="application/x-shockwave-flash" width="468" height="60"></embed></object></a></div></td>
        </tr>
        <tr>
          <td id="headerbar" colspan="2">&nbsp;</td>
        </tr>
      </table>
    *******************************
    如果把这个flash换成图片会不会被去掉?
      

  2.   

    纠正,上面这个flash没有被错误去掉。
      

  3.   

    <script>document.getElementsByTagName("TABLE")[0].style.display="none";</script>中间这个0要看table在网页的位置而定。