- UID
- 8454
- 帖子
- 182
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2006-3-3
|
16#
发表于 2008-12-3 12:34
| 只看该作者
这是我用的绿盟广告过滤
-
- #ex#<\/html>[\s\S]+###</html>
- #exd#*.xdowns.*#<![^>]*?广告[^>]*?>[\s\S]*?<![^>]*?广告[^>]*?>###<!--AD/TW2-->
- #exd#*.xdowns.*#<(?:iframe|script)[^>]*?\/(?:adfile|ggdown|gg|ggd)(?:\/|\.)[^>]*?>[\s\S]*?<\/(?:iframe|script)>###<!--AD/TW2-->
- #exd#*.xdowns.*#<div[^>]*?ggdown[\s\S]*?<\/div>###<!--AD/TW2-->
- #exd#*.xdowns.*#<script[^>]*?\/inc\/Std_StranJF\.Js">[\s\S]*?<\/script>##<!--AD/TW2-->
- #exd#*.xdowns.com*#<!-- 分页end -->[\s\S]*?<!-- Tag 结果页面end -->###<!-- 分页end --><!-- Tag 结果页面end -->
复制代码
绿盟搜索框点击弹出页面就在于页面结束标志html后面的display:none里的script脚本,用第一行的过滤基本上就把所有网站放在结束标志后的广告代码全CUT掉了。
最后一行是用来过滤绿盟搜索显示结果页面的。 |
|