- UID
- 27875
- 帖子
- 27
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2006-11-14
|
以前过滤网易新闻时还挺好的,不过从上个星期,我觉得看得就很别扭,广告是过滤了,但所有的文字却都居中,我所要的是如sina的样子,如下图:
附我用的过滤规则:
---------------------------------
/(?:\.|\/|_|")(?:ads?(?:\d|code|gif|graph|list|log|puba|s?file|sence|site|show)?|(?:ali)?union(?:sky|sys)?|all(?:4ad|yes)|banner|cooperate|corporate|SogouUnion.*|cp(?:c|ro)|(?:guan|my)?gg(?:ao)?|keyrun|p(?:4|f)p|sp(?nsor|code))s?(?:\d)*(?:\.|\/|_)/
/[\W_]ads?(?!=&)(?:banner|click|flow|frame|ima?ge?|log|serv(?:er|e)?|stream|type|view|vert(?:ising|ise?ment)?|trix|xchange|wrapper)?s?[\W\d_]/
/(?:\/|\-|_)(?:\d){2,3}x(?:\d){2,3}[^0-9]+(?:swf|gif|jpg)/
/(?:\.|\/|_|")(?:a2d|cooperate|corporate|SogouUnion.*|themis|ulink(?:js|dir)|un|usmsweb|xc)s?(?:\d)*(?:\.|\/|_)/
/\.moyu\.com\/(\d)*/
/(?:\/|\-|_)(?:\d){2,3}x(?:\d){2,3}[^0-9]+(?:swf|gif|jpg)/
#exd#*.google.*#q=cache###by=theworld&q=cache
#exd#*.btchina.net*#<!-- begin of ad block -->(?:.|\n)*?<!-- end of ad block -->###<!--Ad blocked by TheWorld2-->
#exd#*.btchina.net*#<TD align=center width="20%">(?:.|\n)*?<\/TD>###<!--Ad blocked by TheWorld2-->
#exd#*.sina.*#<div id=PublicRelation[^>]*?>(?:.|\n)*?<\/div>###<!--Ad blocked by TheWorld2-->
#exd#*.sina.*#<!--企业服务文字广告开始-->(?:.|\n)*?<!--正文结束-->###</table><!--Ad blocked by TheWorld2-->
#exd#*.sina.*#<td width="(?:612|640)" valign="top" class="lc_blue">###<td width="100%" valign="top" class="lc_blue">
#exd#*.sina.*#<style[^>]*?type="text/css[^>]*?>(?:.|\n)*?正文左边控制开始(?:.|\n)*?<\/style>###<link rel="stylesheet" type="text/css" id="css" href="http://files.myopera.com/elkay.theworld/filter/sina.css">
#exd#*.sina.*#<DIV[^>]*class="?top_bar"?>[\s\S]*?http:\/\/unipro\.sina\.com\.cn\/[\s\S]*?<\/script>###<DIV class="top_bar"><SCRIPT src="http://nicolliu.googlepages.com/sinatopbar.js"></SCRIPT>
#exd#*.163.com/0*#<!-- right -->(?:.|\n)*?<!-- mid -->###<!--Ad blocked by TheWorld2-->
#exd#*.163.com*#<link href=[^>]*?/end_page.css[^>]*?>###<link href="http://nicolliu.googlepages.com/163end_page.css" rel="stylesheet" >
--------------------------------------------------------------
[ 本帖最后由 wjbg 于 2007-6-8 09:52 编辑 ] |
|