广告地址是在:
来源地址是:
Code: Select all
http://www.news.cn/js20100613/function_01.js
该js内容:
Code: Select all
//iframe ad_iframe.htm开始 -------------------------------------------------------------------
document.getElementById("headlogin2").src="http://www.news.cn/ad_iframe.htm";
//iframe ad_iframe.htm结束 -------------------------------------------------------------------
在网页的源代码是:
Code: Select all
<iframe id="headlogin2" marginwidth="0" marginheight="0" src="#" frameborder="0" width="970" scrolling="No" height="0"></iframe>
所以单独用一条
match:
Code: Select all
<iframe\s[^>]++id=$AV(headlogin2)$INEST(<iframe,</iframe>)</iframe>
即可....
你限定table干嘛?而且这留个边是的,直接阻止www.news.cn/js20100613/function_01.js也是留个边.那个边的问题是在
Code: Select all
<td align="center" class="huibian00"
如果用
Code: Select all
<td\s[^>]++(id|class)=$AV(huibian00)$INEST(<td,</td>)</td>
就不需要用上面的了....