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

sidki config set的配置、使用,新手入门首选

Moderator: phoenix

Post Reply
ajiao
Posts: 59
Joined: Sep 29 2009, 08:17

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

Post by ajiao »

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

麻烦各位帮我看看~ :lol:
ddbb
Moderator
Posts: 425
Joined: Jan 07 2008, 13:30

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

Post 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就行了.........
red
Posts: 99
Joined: Mar 09 2010, 16:25

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

Post by red »

是否清空了缓存
AdComments

Code: Select all

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