zoukankan      html  css  js  c++  java
  • 酷我秀场 去掉水印的方法

    firefox 40 + Adblock Plus 2.6.9.1 + Execute JS 0.2.4.1
    
    Adblock Plus 过滤规则里添加
    -----------------------------------------------------------
    kuwo.cn##.top
    kuwo.cn##.h_top
    kuwo.cn##.h_nav
    kuwo.cn##.h_mesleft
    kuwo.cn##.h_mesright
    kuwo.cn###h_message
    kuwo.cn##.guard_location
    kuwo.cn##.guangboleft
    kuwo.cn###guangbo
    kuwo.cn###talkBox
    kuwo.cn###chatContent
    kuwo.cn###quanliaoDivID
    kuwo.cn###userlistDidID
    kuwo.cn###zxkf3
    kuwo.cn###luckDiv
    kuwo.cn###zxkf
    kuwo.cn###yjfk
    kuwo.cn###weixinfd
    kuwo.cn##.h_box1
    kuwo.cn##.fl
    kuwo.cn###jdtimg1
    kuwo.cn###jdtimg5
    kuwo.cn###delay_load_show_banner
    kuwo.cn###liveRank1
    kuwo.cn###liveRank2
    kuwo.cn##.newfoot
    kuwo.cn##IMG[src="http://eiv.baidu.com/hmt/icon/21.gif"]
    kuwo.cn##.zhibo_list
    kuwo.cn###wkbDiv
    http://imagexc.kuwo.cn/kuwolive/swf/activity/DesireBottle.swf
    http://imagexc.kuwo.cn/kuwolive/swf/activity/GoldCoin2015.swf
    http://imagexc.kuwo.cn/kuwolive/swf/activity/NewStar2014.swf
    http://imagexc.kuwo.cn/kuwolive/swf/KoowoLiveNewGift.swf
    http://x.kuwo.cn/KuwoLive/swf/KoowoLiveSocket.swf
    http://imagexc.kuwo.cn/kuwolive/swf/KoowoLiveChatEffect.swf
    http://imagexc.kuwo.cn/kuwolive/swf/activity/BonusAnimation.swf
    http://imagexc.kuwo.cn/kuwolive/swf/GiftBtn.swf
    http://imagexc.kuwo.cn/kuwolive/swf/KoowoLiveEnterRoomEffect.swf
    http://x.kuwo.cn/KuwoLive/swf/PublishMinWindow.swf
    http://imagexc.kuwo.cn/kuwolive/swf/SilverFeathersGift.swf
    http://imagexc.kuwo.cn/kuwolive/swf/GoldFeathersGift.swf
    -----------------------------------------------------------
    
    Execute JS 运行
    -----------------------------------------------------------
    document.getElementById("KoowoLivePlayLive").height='500';
    document.getElementById("content").style.width='480px';
    document.getElementById("content").style.heigth='360px';
    document.getElementById("content").style.left='-400px';
    document.getElementById("content").style.top='-60px';
    -----------------------------------------------------------
    
  • 相关阅读:
    数据源与连接池
    JavaBean
    JSP隐含对象
    kibana 报错 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed
    JS中key-value存取
    JS判断数组中是否包含某个值
    数据库的事务
    net 查看版本号
    同行右边浮动
    CodeFirst
  • 原文地址:https://www.cnblogs.com/nlsoft/p/4660490.html
Copyright © 2011-2022 走看看