繁星网 去掉水印的方法

本文介绍如何使用Firefox浏览器配合Adblock Plus插件及ExecuteJS脚本,实现对酷狗音乐网页版中各类广告元素的有效屏蔽。通过具体设置过滤规则及执行JavaScript代码的方式,实现了包括浮动广告、弹窗、推荐内容等在内的多种广告形式的隐藏。
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';
	}
}
-----------------------------------------------------------

转载于:https://www.cnblogs.com/nlsoft/p/4660671.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值