码迷,mamicode.com
首页 > 其他好文 > 详细

繁星网 去掉水印的方法

时间:2015-07-20 10:49:27      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:

firefox 40 + Adblock Plus 2.6.9.1 + Execute JS 0.2.4.1

Adblock Plus 过滤规则里添加
-----------------------------------------------------------
kugou.com##DIV#audience
kugou.com##DIV.topbar_bg
kugou.com##DIV.rankBox
kugou.com##DIV#anchorInfo
kugou.com##DIV#broadContent
kugou.com##DIV#lotteryRankBox
kugou.com###J_focus_animation_flash
kugou.com##DIV.topbar.clearfix
kugou.com##.back
kugou.com###footer
kugou.com###sendGift
kugou.com###giftBox
kugou.com###selectSongButton
kugou.com##.msk_vote_box_layout
kugou.com###mskVoteBox
kugou.com###J_focus_animation
kugou.com###public
kugou.com###chatContent
kugou.com##DIV.chatarea
kugou.com##.seatbg
kugou.com###seatbox
kugou.com##.fansList
kugou.com##.anchorList
kugou.com###tpl_top_tool_login
kugou.com###navTpl
kugou.com##.top_tool
kugou.com##A[onclick="return showBroadCastBox()"]
kugou.com##IMG[src="http://s2.fx.kgimg.com/fxstatic/images/footer1_2f36187.png"]
kugou.com##IMG[src="http://s3.fx.kgimg.com/fxstatic/images/footer2_ebc65dc.png"]
kugou.com##DIV.footerEr
kugou.com##SPAN.clearfix
kugou.com##.header
kugou.com##P
kugou.com##.footerPDiv
kugou.com##A.hover
kugou.com###socketBox
kugou.com##.totop
kugou.com##.tobottom
kugou.com##.fixedTool
kugou.com##.msk_vote_box_layout
kugou.com###mskVoteBox
http://image.fanxing.kugou.com/staticPub/swf/player/ContollerUI.swf
http://image.fanxing.kugou.com/staticPub/swf/game/module/NewHuntTreasure.swf
http://image.fanxing.kugou.com/staticPub/swf/award/CommonMoneyGift.swf
http://image.fanxing.kugou.com/staticPub/swf/room/focus_animation238x105.swf
http://image.fanxing.kugou.com/staticPub/swf/BottleStarsPanle_1f38a6f.swf
http://image.fanxing.kugou.com/staticPub/swf/addStar_d35b131.swf
http://image.fanxing.kugou.com/staticPub/swf/Game_0ab0614.swf
http://image.fanxing.kugou.com/staticPub/swf/RideSystem_93dbf02.swf
http://image.fanxing.kugou.com/staticPub/swf/GetMoneyTypeGift_2ba101e.swf
http://image.fanxing.kugou.com/staticPub/swf/WealthGoldAward_37f8f7b.swf
http://image.fanxing.kugou.com/staticPub/swf/gift_fcf3af6.swf
http://image.fanxing.kugou.com/staticPub/swf/MusicWizard_528bee8.swf
http://image.fanxing.kugou.com/staticPub/swf/JavascriptSocket_43f8014.swf
-----------------------------------------------------------

Execute JS 运行
-----------------------------------------------------------
var divs=document.getElementsByTagName("div");
for(var i=0;i<divs.length;i++){
    if(divs[i].className=="livebox" || divs[i].className=="livearea"){
		divs[i].style.heigth=‘0px‘;
		divs[i].style.width=‘0px‘;
		divs[i].style.top=‘10px‘;
		divs[i].style.left=‘10px‘;
	}
}
-----------------------------------------------------------

繁星网 去掉水印的方法

标签:

原文地址:http://www.cnblogs.com/nlsoft/p/4660671.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!