Page 1 of 1

网易体育侧栏的淘宝广告flash如何拦截?

Posted: Jun 15 2010, 03:27
by ajiao
如题。页面:http://sports.163.com/10/0612/15/6906SU3T00051CD5.html 侧栏的那个淘宝广告如何去掉呀。
广告:http://img1.126.net/channel7/007576/100 ... 100603.swf
赤色彗星大侠在群里面说用下面的方法解决,但没有效果。
adcomments
- 右底文字区1 -->*<!-- 右底文字区2 -->

麻烦各位帮我看看~ :lol:

Re: 网易体育侧栏的淘宝广告flash如何拦截?

Posted: Jun 15 2010, 08:35
by ddbb

Code: Select all

script[src*="duilian.js"],
*[class^="gg"],
*[class^="ad"],
div[id="cRn1"][class="tab ui_conR"],
#flashad,
div.endArea>div.colR

{
display:none!important;
}
div.endArea>div.colL,
div.endArea>div.colL *,
div[class*="bg_endPage_blue"] *
{width:auto!important;}
div[class*="bg_endPage"]
{
background-image:none!important;
background-color:#F7FCFF!important;
border-left:1px solid #ccc!important;
border-right:1px solid #ccc!important;
}
.endContent:nth-child(even), DIV[id="tieArea"]:nth-child(10){ display: none !important; }
我用的 你直接在新闻页面启用这个CSS就行了.........

Re: 网易体育侧栏的淘宝广告flash如何拦截?

Posted: Jun 15 2010, 18:56
by red
是否清空了缓存
AdComments

Code: Select all

- 右底文字区1 -->*<!-- 右底文字区2 -->
没有问题