From cc9fbb2e03e8ce1cd5c9d3651b0ba6c48639698f Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 28 Feb 2020 01:03:23 +0800 Subject: [PATCH] luci-app-koolproxyR: sync with upstream source --- package/ctcgfw/luci-app-koolproxyR/Makefile | 2 +- .../files/etc/config/koolproxy | 3 +- .../files/lib/upgrade/keep.d/koolproxy | 0 .../lua/luci/model/cbi/koolproxy/global.lua | 26 +- .../lib/lua/luci/view/koolproxy/feedback.htm | 21 + .../koolproxy/data/rules/easylistchina.txt | 11727 ++++++++++++---- .../usr/share/koolproxy/data/rules/fanboy.txt | 1518 +- .../usr/share/koolproxy/data/rules/kp.dat | Bin 37232 -> 37824 bytes .../usr/share/koolproxy/data/rules/yhosts.txt | 4854 ++++--- 9 files changed, 13327 insertions(+), 4824 deletions(-) mode change 100755 => 100644 package/ctcgfw/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy create mode 100644 package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/feedback.htm diff --git a/package/ctcgfw/luci-app-koolproxyR/Makefile b/package/ctcgfw/luci-app-koolproxyR/Makefile index cfc4e3e65e..0d4ac58451 100644 --- a/package/ctcgfw/luci-app-koolproxyR/Makefile +++ b/package/ctcgfw/luci-app-koolproxyR/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-koolproxyR PKG_VERSION:=3.8.4 -PKG_RELEASE:=5 +PKG_RELEASE:=20200228-4 PKG_MAINTAINER:=panda-mute PKG_LICENSE:=GPLv3 diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/config/koolproxy b/package/ctcgfw/luci-app-koolproxyR/files/etc/config/koolproxy index 47c5bb7c0d..09cdbde4a4 100644 --- a/package/ctcgfw/luci-app-koolproxyR/files/etc/config/koolproxy +++ b/package/ctcgfw/luci-app-koolproxyR/files/etc/config/koolproxy @@ -1,3 +1,4 @@ + config global option time_update '4' option koolproxy_port '0' @@ -9,9 +10,9 @@ config global option koolproxy_acl_default '3' config rss_rule - option load '1' option name 'kpr_our_rule.txt' option url 'https://github.com/user1121114685/koolproxyR_rule_list/raw/master/kpr_our_rule.txt' option file 'kpr_our_rule.txt' option load '0' + diff --git a/package/ctcgfw/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy b/package/ctcgfw/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy old mode 100755 new mode 100644 diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua b/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua index 29c8919913..ab8212a2e7 100644 --- a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua +++ b/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua @@ -214,7 +214,7 @@ t:tab("iplist",translate("IP黑名单设置")) local i = "/etc/adblocklist/adblockip" e = t:taboption("iplist", TextValue, "adblock_ip") -e.description = translate("这些已经加入的ip地址不会使用filter.Please输入ip地址或ip地址段,每行只能输入一个ip地址。例如,112.123.134.145 / 24或112.123.134.145。") +e.description = translate("这些已经加入的ip地址不会使用过滤器。请输入ip地址或ip地址段,每行只能输入一个ip地址。例如,112.123.134.145 / 24或112.123.134.145。") e.rows = 28 e.wrap = "off" e.rmempty = false @@ -387,30 +387,10 @@ function(o,a,i) end ) -t=o:section(TypedSection,"rss_rule",translate("Technical Support"),translate("本软件由KPR提供技术支持")) +t=o:section(TypedSection,"rss_rule",translate("技术支持"),translate("本软件由KPR提供技术支持")) t.anonymous = true -e=t:option(Button, "webe") -e.title = translate("koolproxyR开源项目") -e.inputtitle = translate("点击前往") -e.inputstyle = "apply" -e.write = function() - luci.http.redirect("https://github.com/user1121114685/koolproxyR") -end -e=t:option(Button, "web") -e.title = translate("koolproxyR使用说明") -e.inputtitle = translate("点击前往") -e.inputstyle = "apply" -e.write = function() - luci.http.redirect("https://shaoxia.xyz/post/koolproxyr%E6%8C%87%E5%8D%97/") -end -e=t:option(Button, "Donate") -e.title = translate("koolproxyR交流群") -e.inputtitle = translate("加入telegram群") -e.inputstyle = "apply" -e.write = function() - luci.http.redirect("https://t.me/koolproxyR") -end +t:append(Template("koolproxy/feedback")) return o diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/feedback.htm b/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/feedback.htm new file mode 100644 index 0000000000..5851cb5adc --- /dev/null +++ b/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/feedback.htm @@ -0,0 +1,21 @@ + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/easylistchina.txt b/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/easylistchina.txt index 9a47c37254..578bbe6e9d 100644 --- a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/easylistchina.txt +++ b/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/easylistchina.txt @@ -1,14 +1,14 @@ [Adblock Plus 2.0] -! Checksum: uP11DneJS9+YELPpFuiAbQ -! Version: 201908301442 +! Checksum: 5vhssH7jDOdGzulfGbDnvQ +! Version: 202002111153 ! Title: EasyList China ! Chinese supplement for the EasyList filters -||https://last2.cn^$third-party ||https://0082tv.net^$third-party ||https://012.tw^$third-party ||https://033.com^$third-party ||https://0591101.com^$third-party ||https://0756j.com^$third-party +||https://0ka.com^$third-party ||https://0xiaoshuo.com^$third-party ||https://100cpc.com^$third-party ||https://103.249.111.179^$third-party @@ -77,6 +77,7 @@ ||https://5399.com^$third-party ||https://55803.net^$third-party ||https://565882.com^$third-party +||https://56yk.com^$third-party ||https://59519.com^$third-party ||https://59hi.com^$third-party ||https://5leji.com^$third-party @@ -85,6 +86,7 @@ ||https://63kc.com^$third-party ||https://6604.org^$third-party ||https://668559.com^$third-party +||https://67785az.com^$third-party ||https://6789.net^$third-party ||https://67lm.com^$third-party ||https://685wo.com^$script,third-party @@ -158,6 +160,7 @@ ||https://adunite.com^$third-party ||https://adver.com.tw^$third-party ||https://adxiaozi.com^$third-party +||https://adxoo.com^$third-party ||https://adxxx.com^$third-party ||https://adyun.com^$third-party ||https://affiliate.rakuten.co.jp^$third-party @@ -196,12 +199,14 @@ ||https://bmw100.cn^$third-party ||https://bnuni.com^$third-party ||https://books.com.tw/exep/ap/$third-party +||https://bozhihua.com^$third-party ||https://bs777.net^$third-party ||https://bskchina.cn/js/ ||https://bttyue.com^$subdocument ||https://btyou.com^$third-party ||https://buzzads.com^$third-party ||https://c.91wan.com^$third-party +||https://cais181.com^$third-party ||https://caiyifz.com^$third-party ||https://cardniu.com^$third-party ||https://chanet.com.cn^$third-party @@ -235,7 +240,6 @@ ||https://dingge.cc^$third-party ||https://displink.com^$third-party ||https://dlads.cn^$third-party -||https://dm1080p.com^$third-party ||https://dmtrck.com^$third-party ||https://doniv.net^$third-party ||https://dotmore.com.tw^$third-party @@ -370,10 +374,12 @@ ||https://kuaizitech.com^$third-party ||https://kuqi.com^$third-party ||https://lanmogu.net^$third-party +||https://last2.cn^$third-party ||https://le123.cn^$third-party ||https://letaoxiaochi.com^$third-party ||https://leturich.org^$subdocument ||https://leturich.org^$third-party +||https://lezai.com^$third-party ||https://lhzly.com^$third-party ||https://liangyi360.com^$third-party ||https://lianjie.phpwind.com^$third-party @@ -399,6 +405,7 @@ ||https://mtburn.com^$third-party ||https://mtty.com^$third-party ||https://mtxsk.com^$third-party +||https://muyang888.top/js/ ||https://mycctvmedia.com^$third-party ||https://mytanwan.com^$third-party ||https://myzwqwe12.com^$third-party @@ -429,15 +436,16 @@ ||https://poyang.cn^$third-party ||https://pro.cn^$third-party ||https://prohost.com.tw^$third-party -||https://qchannel03.cn^$third-party ||https://qdxrhg.com^$third-party ||https://qidou.com^$third-party +||https://qinqiaotrade.com ||https://qiyou.com^$third-party ||https://qling.com^$third-party ||https://qq4g.cn^$third-party ||https://qtmojo.com^$third-party ||https://quanbailing.com^$third-party ||https://qubilou.com^$third-party +||https://qunale888.com/maizhan/ ||https://r5g.cc^$third-party ||https://raonie.com^$third-party ||https://rayli.com.cn^$third-party @@ -464,10 +472,12 @@ ||https://somennew.com^$third-party ||https://souacode.com^$third-party ||https://sphwq.net^$third-party +||https://ssaa.cc^$third-party ||https://sscj123.com^$third-party ||https://ssh.*.com^*!$script,third-party ||https://sspsky.com^$third-party ||https://star8.net^$third-party +||https://storeapi.net^$third-party ||https://subo.me^$third-party ||https://sums.suning.com^$third-party ||https://superfish.com^$third-party @@ -478,7 +488,6 @@ ||https://t3nlink.com^$third-party ||https://ta80.com^$third-party ||https://tab20.com^$third-party -||https://tagtic.cn^$third-party ||https://tamedia.com.tw^$third-party ||https://tanchuang002.info^$third-party ||https://tanwanyx.com^$third-party @@ -488,6 +497,7 @@ ||https://tbjfw.com^$third-party ||https://tebaidu.cn^$third-party ||https://techsolutions.com.tw^$third-party +||https://tellvi.cn^$third-party ||https://tenmax.io^$third-party ||https://tgjkbx.cn^$third-party ||https://thefifthera.com^$third-party @@ -515,6 +525,7 @@ ||https://u.801t.com^$third-party ||https://u88.cn^$third-party ||https://ubcpm.com^$third-party +||https://uc138.com^$third-party ||https://uctrac.com^$third-party ||https://ueadlian.com^$third-party ||https://ufstone.com^$third-party @@ -536,7 +547,6 @@ ||https://v.center^$third-party ||https://v.xi666.com^$third-party ||https://vamaker.com^$third-party -||https://vbtrax.com^$third-party ||https://vf5c.com^$third-party ||https://visadd.com^$third-party ||https://vlion.cn^$third-party @@ -546,6 +556,7 @@ ||https://wanzituandui.com^$third-party ||https://weareqy.com^$third-party ||https://weddingeeos.com^$third-party +||https://weizjzg.com^$third-party ||https://whale123.com^$third-party ||https://wicp.net^*.swf ||https://widget.ezprice.com.tw^$third-party @@ -580,6 +591,7 @@ ||https://ye3.com^$third-party ||https://yezilm.com^$third-party ||https://yghua.com^$third-party +||https://yifuls.com^$third-party ||https://yigao.com^$third-party ||https://yiiwoo.com^$third-party ||https://yingshidaquan.cc^$third-party @@ -605,6 +617,7 @@ ||https://yxdyk.com^$script,third-party ||https://yy32.com^$third-party ||https://yzxls.com^$third-party +||https://z2blog.com^$third-party ||https://zampda.net^$third-party ||https://zampdsp.com^$third-party ||https://zd6789.com^$third-party @@ -621,18 +634,20 @@ ||https://zytwq.net^$third-party ||https://zz123.com^$third-party ||https://zzad.com^$third-party +||https://1024mzs.pw^$popup,third-party ||https://1024wanzhai.$popup,third-party ||https://133gp.com^$popup ||https://189.cn/actpush/$popup,third-party ||https://35.$popup -||https://415.net^$popup ||https://76fengyun.com/vip.php$popup ||https://7866593178.com^$popup +||https://7wkw.com^$popup ||https://9100300.com^$popup ||https://9453hot.com^$popup +||https://95p2.com^$popup +||https://agxclick.com^$popup ||https://aiwanma99.com^$popup ||https://ark.letv.com/t?$popup -||https://avkankankan.com^$popup,third-party ||https://baidu.com/adrc.$popup ||https://baidu.com/baidu.php?url=$popup ||https://bm999999.com^$popup @@ -643,7 +658,7 @@ ||https://d6262.com^$popup ||https://dilidili.wang/toGame.$popup ||https://duoyi.com/welcome/$popup -||https://dwz.cn^$popup +||https://elsbfby.com^$popup,third-party ||https://flash.cn/success/$popup ||https://fu9453.com^$popup,third-party ||https://gd.189.cn/ad/$popup,third-party @@ -657,6 +672,7 @@ ||https://ieeod0.com^$popup ||https://ihualun.com^$popup ||https://img999.com^$popup +||https://jav321.com^$popup,third-party ||https://kfc.com.cn^$popup ||https://kuheju.com^$popup ||https://miaozhen.com^$popup @@ -675,11 +691,12 @@ ||https://000001.azureedge.net/script/p.js ||https://000b.info/js/ ||https://005.tv/s/setcores.js -||https://005.tv/shouye/moe-9 -||https://005.tv/templets/muban/js/jquery-1.8.3.js ||https://005.tv:60000/ad.js ||https://007.mx/flv/ ||https://007ds.com/js/js/ +||https://02wq.com/script/ +||https://02wq.com/script/down.js +||https://02wq.com/scrtips/33lc.js ||https://0379home.com/public/js/ad_pic.js ||https://0379home.com/public/js/beside.js ||https://0439.com/wtj/homepage/handler/guangg.ashx?ut=classify @@ -715,6 +732,7 @@ ||https://100ksw.com/inc/doc- ||https://100xuexi.com/CssModel/*Layout.js ||https://100yangsheng.com/a1/a.js +||https://100ydy.cc/js/kupin/ ||https://101.78.195.135/js/ ||https://1010pic.com/scripts/hd/yueyue ||https://1010pic.com/static/js/allpc.js @@ -722,17 +740,18 @@ ||https://102tv.cn/js/main.js ||https://103.19.2.6/js/thea ||https://103.225.198.230:8080/index.html +||https://106.14.244.76/3213.png ||https://107.182.131.103/cache/?q=/images/ ||https://107cine.com/front/js/layer.js ||https://11.mydrivers.com/drivers/ ||https://11.mydrivers.com/news/03.js ||https://11.mydrivers.com/news/google468x60.js +||https://110hack.com/article/UploadPic/ ||https://11129.com/800X80 ||https://111cn.net/gg_ad/ ||https://112.124.15.130/res/linuxde_www/images/cxy-ad.jpg ||https://112.126.66.58^*?mid= ||https://114shouji.com/a/1.js -||https://114txt.com/hello/ ||https://115.28.114.149^*_proxy. ||https://115.29.46.146^$subdocument ||https://115mm.com/js/ @@ -750,7 +769,7 @@ ||https://122.228.200.55:8082/blr.gif ||https://123.sogou.com/discover/? ||https://1236226.com/html/ -||https://124fu.com/js/*.htm +||https://12580sky.com/gg/ ||https://126.com/get.do?*=themeHandler. ||https://126.net/house/hrb/flash/*X ||https://126.net/ntesrich/*/suning- @@ -771,12 +790,13 @@ ||https://141h.com/data/attachment/noblock/cf/ ||https://145.239.6.59/g3/ ||https://14bobo.com/js/ -||https://158pic.com/js/tjhd.js -||https://159i.com/p/b201u502y.js +||https://159i.com/nd/b_slest.php +||https://159i.com/p/*.js ||https://159i.com/video/pop/ ||https://159i.com/video/usr/uploads/1- ||https://159i.com/video/usr/uploads/bd/$image ||https://15hn.net/data/content +||https://15yc.cc/statics/js/ffffff.js ||https://160.com/statics/statics/js/code_13.js ||https://160.com/statics/statics/js/code_15.js ||https://1616.net/jd/data/index/indexad.json @@ -800,8 +820,11 @@ ||https://16888.com/ajax/loadcardata.php ||https://168img.com/a/ ||https://168img.com/aa/ +||https://16co.com/js/adb +||https://16co.com/js/c ||https://16sucai.com/ads/ ||https://16sucai.com/images/*0 +||https://16xx8.com/1diy/ad/ ||https://1708t.com/js/jquery.js ||https://17173.com/advideo/ ||https://17173.com/api/video/PlayerPopup? @@ -818,14 +841,17 @@ ||https://17500.cn/Public/Mobile/img/enjoyswiss.jpg ||https://17500.cn/template/images/*_960X90. ||https://178.com/glr.js -||https://17989.com/script/index.asp -||https://17ce.com/118/ -||https://17ce.com^$subdocument +||https://17ce.com/p +||https://17ce.com/t ||https://17dm.com/s/common/js/*AD.js +||https://17house.com/zt/style/*_banner*.js +||https://17house.com/zt/style/*_bottom_module.js ||https://17jiaoyu.com/images/img_980x90.jpg +||https://17k.com/jump/uh ||https://17ok.com/focus/3j_right_jdt.shtml ||https://17yy.com/style/ifra_ad/ ||https://180.96.27.85^*.htm +||https://18183.com/common/js/side.js ||https://18183.com^*.php? ||https://182.92.234.239^*.html ||https://183yf.cn/img/nz.png @@ -834,20 +860,23 @@ ||https://192.240.111.77/ad/ ||https://192.74.239.161/ad960.js ||https://19216811.la/net/advert +||https://195315.com/storage/tpl/tj.js ||https://198.40.52.148/js.js ||https://19iiii.info/js/dingbu.js ||https://19iiii.info/js/dl.js ||https://19iiii.info/js/foot.js ||https://19iiii.info/js/tonglan.js +||https://19vcd.com/mid/ ||https://1fzw.com/content/templates/zjbnew/yxj.js -||https://1kejian.com/js/topA.js ||https://1ketang.com/Runtime/js/play ||https://1xlala.com/img/ ||https://2.56.176.42/link/ ||https://2008mm.com^*.js ||https://2008xxx.com:888 ||https://202.102.26.253:8182/files/7/lhzs1k.jpg +||https://2048hd1.com/js/tc.js ||https://20bmm.com:8888/js +||https://20mao.com/52 ||https://211600.com/data/attachment/portal/ ||https://217hs.com/js/jquery.js ||https://219.128.77.113/main.js?i= @@ -867,13 +896,11 @@ ||https://2324av.com/zz/ ||https://2345.com/cnxh/ ||https://2345.com/duoteimg/dtnew_recom_img/duoteself/ -||https://2345.com/duoteimg/duotehtml/ ||https://2345.com/duoteimg/img/*_ad_ ||https://2345.com/dypcimg/*gameRecommend.js ||https://2345.com/dypcimg/ads/ ||https://2345.com/images/activity/20180618/search-actimg ||https://2345.com/images/m/global/new-hongbao/ -||https://2345.com/jifenimg/img/common/logo.png$third-party ||https://2345.com/js/index/activity/ ||https://2345.com/js/m/bottom.float.adver.js ||https://2345.com/js/m/common/top_information.js @@ -885,13 +912,17 @@ ||https://239300.net/template/*_mh_gg ||https://23aitt.com/zz/ ||https://23sc.cn/andy/ +||https://241hs.com/js/jquery.js ||https://24cmm.com:8888/js ||https://24mn.me/js/total.js ||https://2500sz.com/site/ +||https://250sy.cc/gg/ ||https://25bmm.com/js ||https://265la.com/html/ ||https://268de.com/js/ ||https://28hse.com/adsman/www/images/ +||https://28kys.com/92kviptupian/ +||https://28kys.com/cpstupian/ ||https://29spp.com/js/tj.js ||https://2btu.com/gg.jpg ||https://2ccc.com/images/aobi.gif @@ -908,6 +939,7 @@ ||https://310v.com/images/wap_520x60.gif ||https://315che.com/tree/ad.js ||https://31bmm.com:8888/js +||https://31vcd.com^*.js ||https://32xp.com/upimg/ ||https://333tv.com/wp-content/themes/Loostrive/cssg/ ||https://33405.com/js/layer.js @@ -919,7 +951,6 @@ ||https://3344ex.com/js/jc.js ||https://3344mf.com/js/ ||https://3344xu.com/js/ -||https://33api.com/index.php/Article/eddata? ||https://33av.net/Uploads/ad/ ||https://33lc.com/bui/ ||https://33shu.net/js/game @@ -933,7 +964,6 @@ ||https://360buyimg.com/jzt/temp/js/ ||https://360doc.com^*.html?t= ||https://360kan.com/special/ -||https://363uu.com/banner_list.js ||https://365kl.net/data/attachment/portal/ ||https://365rich.cn/ba.aspx ||https://36dm.club/images/00 @@ -949,6 +979,8 @@ ||https://36dm.com/js/nu ||https://36kr.com/pp/api/ap/plan? ||https://373nn.com/java/ +||https://38qiqi.com/js/*.aspx +||https://38qiqi.com/js/asp/ ||https://39.net/a.htm? ||https://39.net/creative/ ||https://39.net/js/google/ @@ -963,6 +995,7 @@ ||https://3boys2girls.com/templates/default/2013/life/160b5.js ||https://3boys2girls.com/templates/default/2013/randlinks.js ||https://3boys2girls.com^$subdocument +||https://3bt.cc/xdy_ ||https://3dmgame.com/img/a/640- ||https://3dmgame.com/index.php?m=games&c=index&a=ztad& ||https://3dmgame.com/templets/common/show_js/show_js.js @@ -979,32 +1012,35 @@ ||https://3qcc.com/js/bb.js ||https://3wk.cc/images/*.gif ||https://4-bb.com/new/xxx/ +||https://4000bb.com/java/ ||https://40407.com/plus/rpad/ ||https://40407.com/plus_rpad_ +||https://407mp3.com/js/*.js +||https://4080kan.com/js/head ||https://40wan.com/js/www2/ ||https://42cao.com/ckplay/js.jpg ||https://4399.com/baiduad/ +||https://4399.com/jss/*coup.js ||https://4399.com/loadimg/iframe_ ||https://4399.com/loadimg/loading.htm -||https://44hd.cc/js/ ||https://44pd.com^*xds/ ||https://47.100.0.249/js/thea ||https://47ks.com^*_ad.js ||https://484r.com/images/flash/gallery_ +||https://4btbtt.com/slade.js ||https://4gamers.com.tw/site/api/aols/media? ||https://4gtv.tv/4gTV_OTT.json ||https://4hw.com.cn/js/common.js ||https://4k123.com/data/attachment/portal/201712/20/194208ao9pevvvg0xr0n1p.jpg ||https://500xxxx.com/go.js +||https://504537168.com/Public/system/system. ||https://5054399.com/js/rice/m.js ||https://5068.com/*gg ||https://5068.com/websleft.js -||https://508ii.com/banner_list.js -||https://50yxw.com/content/uploadfile/*.gif ||https://51.com/up/bdfmt/ ||https://510mall.com//image/ ||https://5118.com/8/g.aspx -||https://512ms.com/js/index_ggw_show.js +||https://512ms.com/webggwhtml/ ||https://51688.cc/ya/ ||https://516qq.cn/theme/dd/ ||https://5184.com/container/html/news_view_gg @@ -1032,15 +1068,12 @@ ||https://51ztzj.com/res/web/img/download_sign ||https://51ztzj.com/res/web/img/pic/inshow.jpg ||https://51zxw.net/news_vvvs_photos.swf -||https://520boxtv.com/images/logo_top.gif ||https://520cc.cc/300aaa.gif ||https://520xs.la/js/dianrui- ||https://521000.com/co/ -||https://523525.com/img/20170508.jpg ||https://5278.cc/index.js ||https://5278.mobi/aa/ ||https://5278bbs.com/adpost_ -||https://52beiwo.com/gg. ||https://52card.net/img/ ||https://52che.com/Inc/FooterComm_ ||https://52che.com/NewLocal/TemplateHtml/headflash1_ @@ -1053,37 +1086,41 @@ ||https://52pk.com/style/files/images/beitou.jpg ||https://52rd.com/Pic/Click/ ||https://52rd.com/Pic2/*_600_60 +||https://52tian.net^*/xuanfu.js ||https://52waha.com/static/js/func_bbs.js ||https://52wmb.com/2014js/cn_ +||https://52xkyy.com/gcontent/ ||https://52z.com/images/52zgg/ ||https://52zpi.com/gg/ ||https://52zy.com/other/js/ ||https://5328t.com/js/jquery.js ||https://543et.com/detail/ -||https://5442.com/style/ads5442.js -||https://54new.com/da/ +||https://5442tu.com/style/ads5442.js ||https://55.la/anonymous/banner/ ||https://55aaee.com/detail/ +||https://55sky.com/js/diecuo/ ||https://56ads.com/js/main.js ||https://56img.com^*/baidu-promotion.js ||https://56img.com^*/search-engine-promotion.js ||https://56rmm.com:8888/js -||https://56shu.net/JSRmb/ -||https://570rr.com/banner_list.js ||https://576tv.com/Scripts/home.js ||https://57fx.com/img/20170508.jpg ||https://57see.com/js/ ||https://58.com/demand/content? ||https://58.com/ds/tgbrand/*.js ||https://58.com/show/ads? +||https://5888.tv/User_Ad/ ||https://58cdn.com.cn/ds/tgbrand/*.js ||https://58cdn.com.cn/ds/zhuangxiu/jzad- +||https://58file.com/down/xyk. ||https://59.36.101.209:888/link/*_280x192. ||https://591hx.com/images/0000.jpg -||https://591hx.com/js/dll.js ||https://591hx.com/js/floatbox.js +||https://591hx.com/js/sy.js ||https://591hx.com/lunbo/ ||https://591hx.com/zyrk_dy/gwjl.html +||https://5dm.tv/html/5dma.jpg +||https://5dm.tv/html/5dmm.jpg ||https://5dmail.net/image/$object ||https://5dmail.net/image/ad_ ||https://5dmail.net/image/ORF_1000.gif @@ -1095,8 +1132,10 @@ ||https://5imx.com/image/image/ ||https://5ips.net/love/ ||https://5iwanyouxi.com/Runtime/Js/ +||https://5nj.com/images/appdown.gif ||https://5nj.com/js/cnzz ||https://5qqn.com/js/js/ +||https://5s98.com/img/ ||https://5vdd.com/360 ||https://5vdd.com/ktt.png ||https://5vdd.com/mobile.jpg @@ -1105,30 +1144,39 @@ ||https://6.cn/coop/pub/getRand.php? ||https://600km.com/template/*/ad/ ||https://6080.tv/public/js/m/3 +||https://6080.tv/public/js/m/fa.js +||https://6080aa.com/template/*/images/g_js/ +||https://6080w.com/template/ttk/img/ +||https://6080yy.net^*0x ||https://61.10.2.86/dev/xopen.php -||https://61.164.108.104:4275/*.gif ||https://61.164.108.184^*.swf ||https://61.235.249.195^*/Default.aspx?id= ||https://62422.cn/ggimg/ +||https://62mao.com/52 ||https://63007.com:82/haodxi.js ||https://63ef.com^*.js +||https://63ys.com/ggg/ ||https://64.120.16.146/hsk_update/upload/*.gif ||https://64bobo.com/ckplay/js.jpg +||https://64ma.com/tv/images/web.png ||https://66.fmx.cn/js/ +||https://66122.com/statics/js/yd.js ||https://6620070.com/js/ ||https://6699fa.cn/imagestb/ ||https://6699fa.cn/js/ +||https://66e.cc/d/ +||https://66huacai.com/d/js/v/hc ||https://66kkl.com/tools/ ||https://66rd.cn/pic/*.swf ||https://66wz.com/adv2/ ||https://66wz.com/data/attachment/portal/ ||https://66wz.com/eap/ -||https://66ys.tv/d/ ||https://67.159.44.187/js/v1.js ||https://6789.com/media/images/jiao.swf ||https://678pan.com/TC/ ||https://678pan.vip/ad.js ||https://688900.net/js/ok/ +||https://69adu.com/bootstrap. ||https://6park.com/img/*0.gif ||https://6park.com/parks/$script ||https://6park.com^$subdocument @@ -1136,13 +1184,14 @@ ||https://70.86.24.120:8060/ ||https://7160.com/js/tiaozhuanquanju.js ||https://71bmm.com:8888/js +||https://71xe.com/script/ +||https://71xe.com/script1/ ||https://726dy.com/726pic/ ||https://733.so/template/wap1/js/all_css.js ||https://75.125.41.29:8080/ ||https://76.73.85.179/js/v1.js ||https://76fengyun.com/70070.gif ||https://76fengyun.com/jsa/ -||https://76mao.com/52 ||https://76wmm.com:8888/js ||https://76xh.com/skin/zxf/js/*Out.js ||https://76xh.com/skin/zxf/js/ad @@ -1150,49 +1199,51 @@ ||https://777g.me/cs/ ||https://77ds.vip/js/shichuang.js ||https://77file.com/jsa/ -||https://77kan.com/jquery/ +||https://77vcd.com/js/ ||https://7893com.com/img/*.gif ||https://78dm.net/channel/test? ||https://78land.com/js/fumeiti.js ||https://797sun.com/include/js/common_footer. ||https://7c.com/7c_ -||https://7caa.com/js/js/ +||https://7caa.com/Runtime/Js/ ||https://7hcn.com//f/*.swf ||https://7jiu.com.hk/hotsearch_box.php ||https://7junshi.com/con/ad +||https://7junshi.com/static/red-envelopes.js ||https://7k7k.com^*/loding.htm ||https://7kankan.com/scripts/new/indext ||https://7m.cn/analyse/include/*_ ||https://7m.com.cn/b1/live_b +||https://7mmtv.tv/js/ad_js/ ||https://7scs.com/Public/img/list- ||https://7xdown.com/bz/ ||https://7xdown.com/idcgg/ ||https://7xsf4r.com1.z0.glb.clouddn.com/lianzi.mp4 -||https://800cdn.com/go/bqad.jpg -||https://800j.com.cn/api.php?op=itemtopbanner& -||https://800j.com.cn/index.php?m=poster& ||https://8090app.com/js/right.js +||https://80s.la/m/js/ +||https://80s.so/html/ +||https://80yc.com/js/yidong/ ||https://83133.com/api/ ||https://8585go.com/recommend ||https://8684.cn/id/ad_ ||https://8684.com/com/sys_ad_ ||https://8684.com/local/bdadv. ||https://8684.com/shuang11/ -||https://868ch.com/js/ds/index.js ||https://86uk.com/uploads/*0.gif ||https://86uk.com^$subdocument ||https://876porn.com/attachment/ +||https://87mao.com/52 ||https://880fg.com/css/*.js ||https://880sy.com/Public/js/*_gg.js ||https://88148.com/UpFile/a/2016040849191350.jpg ||https://883ads.com^*.js ||https://88448.com/images/appkai980x100.gif ||https://888dizhi.com/888/ -||https://88gs.com/agfile/ ||https://88liu.com/data/attachment/portal/ +||https://88ys.cc/js/abcd.js ||https://8bo.com/template/default/8bo/j/app.js ||https://8d8d.me/images/dealer.gif -||https://8maple.ru/dzcmyqv8.jpg$rewrite=abp-resource:1x1-transparent-gif +||https://8maple.ru/dzcm$rewrite=abp-resource:1x1-transparent-gif ||https://8ziyuan.com/images/infolinksad.jpg ||https://900.la/imgs/1bb725da-974f-43da-9eb9-dfdebc224949/2015-12-18/zg3wwaug.gif ||https://900.la/imgs/d829d551-1d6e-4018-b3fe-78991bbbe2d6/2016-06-27/yiwmbica.gif @@ -1202,24 +1253,31 @@ ||https://90oo.com/tp/90232.jpg ||https://90oo.com/tp/90280.gif ||https://90oo.com/tp/down.gif +||https://90oo.com/tp/h8877.gif ||https://90oo.com/tp/hg ||https://90oo.com/tp/msn.jpg ||https://90vs.com:3389/zs_img/.__ ||https://90zy.cn/data/attachment/portal/ ||https://91.com/*hezuo/ ||https://918999.com/xjgg/ +||https://91avv8.com/vU18BNDYo1ktVpge.js ||https://91danji.com/attachments/201810/12/10/2hdyj7ut9.jpg ||https://91danji.com/js/lmt.js ||https://91dict.com/dub_banner.jpg ||https://91jbz.com/file/script/A ||https://91mjw.com/images/tga.jpg +||https://91nrtt.com/vod/ ||https://91porri.org/fans/ ||https://91wii.com/data/ad/ -||https://91xiazai.com/qunyinguwuqi.jpg +||https://91xiazai.com/Public/index/images/zanzhushang.gif ||https://91xporn.com/fans/ +||https://920share.com/layer/layer.js +||https://920share.com/wp-content/uploads/*/911 ||https://92dp.com/home/showga? ||https://92uq.com/Ads/ +||https://941novel.com/wp-content/uploads/*.gif ||https://949949.com/2013/end/hot_news.js +||https://94as.com/cxlnb.php ||https://9527yy.com/images/02/9527.jpg ||https://9527yy.com/js/data2.js ||https://9553.com/otherhtml/ @@ -1230,18 +1288,18 @@ ||https://962.net/show/cms_$script ||https://962.net/show/down_ ||https://962.net/show/index_ -||https://966266.com/a-d/ ||https://9669.cn/ipdat/duilian/ -||https://9669.cn/js/jquery.play. -||https://9669.cn/refactor/js/360_ads.js +||https://9669.cn/jsam/play_ ||https://973.com/static/js/pccom.js ||https://97aa1.com/g/ -||https://97daimeng.com/taobao/ ||https://98.126.219.216/ads/ ||https://98441.com^*gg ||https://9906g.com/js/jquery.js ||https://9938.net/video/tvg/footer.js ||https://9938.net/video/tvg/hot.js +||https://99496.com/static/ +||https://99496.com/v9/head.js +||https://999meiju.com/js/tj ||https://999sdh.com/tu/*.js ||https://999v.me/cs ||https://99btgc01.info/uploads/*.gif @@ -1256,31 +1314,31 @@ ||https://99zuowen.com^*/gg.js ||https://9duw.com/pic/ ||https://9ez.me/embd.php?type= -||https://9ht.com/images/1200p.gif -||https://9ifz.cc/ling/index/ ||https://9ihome.com/info/ADTopvnet/ ||https://9ist.com/others/ad/ ||https://9kjj.com/images/*.gif ||https://9ku.com/aaa/ ||https://9tour.cn/x2/images/czmf.jpg -||https://9w1an.com/special/ ||https://9wcn.com/gcld/500.gif ||https://9ye.com/Files/Editor/ad/ ||https://9zvip.net/hi5asd/ +||https://a.cnki.net/a/ ||https://a.jiaodong.net/a/2013/ ||https://a.jyeoo.com/js? ||https://a.v.duowan.com/crossdomain.xml ||https://a3v4.top/Picture/aiai.gif -||https://aaqqw.com/js/pc/ +||https://a5xiazai.com/z/ +||https://aassy4.com/dm/ ||https://abbao.cn^*adblock ||https://abcache.com/tg/ ||https://abcache.com/xc/image/ ||https://abcache.com/youlaohu/ -||https://abcde.cn/info/uploadfile/poster/yun.png -||https://abminbuy.com/images/jiazai.png +||https://abminbuy.com/789. +||https://abminbuy.com/QQ ||https://acfun.cn/appSpreadContents/danmuad/ ||https://acg.tv^$image,object ||https://acgbenzi.com^$image +||https://acglala.net/images/upload/*0.gif ||https://acgnx.se/images/adwork/ ||https://acgnz.cn/static/b.js ||https://acgnz.cn/static/i.js @@ -1293,7 +1351,9 @@ ||https://actoys.net/index.php?m=poster& ||https://actoys.net/js/beitou.js ||https://actoys.net/statics/js/index/ad.js +||https://acwifi.net/wp-content/uploads/2019/11/20191119.jpg ||https://ad.12306.cn/res/*.html +||https://adaccount.csdn.net/#/preview/ ||https://admaimai.com/inc/adv ||https://admin25.com/ad/ ||https://admin6.com/templates/index/default/images/100060.gif @@ -1312,6 +1372,8 @@ ||https://ah.sina.com.cn/iframe/ ||https://ahgame.com/js/new_ad.js ||https://ahlife.com/api.php?mod=adv& +||https://ahu.cc/Runtime/js/ +||https://aiai123.cc/js/*.js ||https://aibing.cc/vip/img/gou.gif ||https://aichuangfu.cn/jquery/ ||https://aifei0755.net/123/ @@ -1324,12 +1386,16 @@ ||https://aitaotu.com/style/js/aitaotu ||https://aiuw.com/images/*?from=ad ||https://aixiaofan.cn/content/uploadfile/tpl_options//Ad_list_ +||https://aixiaoju.com/dbxf/*.js ||https://aixifan.com/appSpreadContents/danmuad ||https://aixifan.com/apsdk/apsdk.js ||https://aixifan.com/cms/*/w/1160/h/100 ||https://aiyidu.com/aiyidu/adver/ +||https://aizhan.com/images/img/ios-sign.png ||https://aizhan.com/imagesa/ ||https://ak47fuli.net/fd.js +||https://ak530.com/js/*.js +||https://akqipai.com/m/Tpl/v3/js/indexbottom.js ||https://alexa.cn/upfile/images/ ||https://ali213.net/images/bg_lt.jpg ||https://ali213.net/js/common/zpro/zprotxtpicurl.js @@ -1348,6 +1414,7 @@ ||https://alicdn.com/img/ibank/*_1095372465. ||https://alicdn.com/img/ibank/*_1409595492. ||https://alicdn.com/img/ibank/*_1545027917. +||https://alicdn.com/img/ibank/*_1591187313. ||https://alicdn.com/img/ibank/*_1746120392. ||https://alicdn.com/img/ibank/*_1794478205. ||https://alicdn.com/img/ibank/*_1995781528. @@ -1355,12 +1422,14 @@ ||https://alicdn.com/img/ibank/*_256401016. ||https://alicdn.com/img/ibank/*_368737028. ||https://alicdn.com/img/ibank/*_434184744. +||https://alicdn.com/img/ibank/*_456388. ||https://alicdn.com/img/ibank/*_687764080. +||https://alicdn.com/img/ibank/*_735370984. ||https://alicdn.com/img/ibank/*_755908572. ||https://alicdn.com/img/ibank/*_775661713. ||https://alicdn.com/img/ibank/*_872274545. ||https://alicdn.com/imgextra/i1/3491683832/TB2A4QaisjI8KJjSsppXXXbyVXa_ -||https://alicdn.com/kf/HTB1WS7FUwHqK1RjSZJnq6zNLpXaT.jpg +||https://alicdn.com/kf/Hd62261f1a7964c50824ac5982b1aa1bfk.gif ||https://alicdn.com/kf/UTB8tVxYvbPJXKJkSafS5jaqUXXac.gif ||https://alicdn.com/openad/dsp-front-booth/ ||https://alicdn.com/tfscom/*.sina. @@ -1374,20 +1443,20 @@ ||https://aliyuncs.com/vss/haotu.js ||https://aliyuncs.com/wjy99re/ ||https://allbeauty.com.tw/GoldPrice/*_CF.php -||https://alotof.software/wp-content/uploads/EKpYHOTLpixu/ -||https://alu.cn/2011/js/categoryAdvert.js ||https://alu.cn/alutg/ ||https://alu.cn/aluTrade/Fragments/ListAdvertisementProductsHandler. ||https://alu.cn/Ashx/AjaxGuangGao. +||https://alxx520.com/ad/ ||https://am.zhiding.cn/www/images/$image,object,subdocument ||https://amazonaws.com.cn/static-documents/marketing/uda_banner_ +||https://amazonaws.com/91/ads_ ||https://amazonaws.com/s?z= ||https://amd.cn/yyets.js ||https://ammcg.imgscloud.com/toy/ -||https://ammmi.com/wp-content/uploads/2019/01/20856cf279c193.gif ||https://angelweb.cn/Inc/AngelG.js ||https://anhuinews.com/include/ ||https://anhuinews.com/zhuyeguanli/*ad/ +||https://anjuke.com^*/ajax/business_area_search/ ||https://ankangwang.com/js/info.js ||https://anqu.com/b.js ||https://antpedia.com/antad/ @@ -1404,21 +1473,19 @@ ||https://api.wudizuqiu.com/bocai.js ||https://apic.in/mmd.gif ||https://app-g.39.net/NNN/ -||https://appfh.com/fhyq/ -||https://appfh.com/jiu/ -||https://appfh.com/xin/ ||https://apple886.com/subs/*.js ||https://apptry.easylife.tw/pub/js/common/common.js ||https://apsgo.com/go/ +||https://aqdy.net/js/banner.js +||https://aqdy.net/js/tj.js ||https://aqlife.com/data/attachment/portal/ ||https://aqy102.com/js/aqy/ ||https://aqy103.com/js/aqy/ ||https://ark.le.com/s?vid= ||https://ark.letv.com/s?res= ||https://ark.letv.com/s?vid= -||https://artzd.cn/img/ ||https://asia-home.com.cn/js/yt/ytadshow -||https://aspjzy.com/jsweb/js/ +||https://aspku.com/images/vz360.jpg ||https://aspku.com/z/ ||https://astrill.com/bnrs/ ||https://atool.org/res/ads/ @@ -1427,8 +1494,10 @@ ||https://atyun.com/wp-content/themes/xmag/js/ad.js ||https://aus5.com/public/v1/js/ad-config. ||https://auto-online.com.tw/vendor_data/ +||https://autofan.com.cn/UploadFiles/images/bAdImg.jpg ||https://autohome.com.cn/api/lives/getliveroom? ||https://autohome.com.cn/api/platformData/getFinanceBanner +||https://autohome.com.cn/Topic/RobotVideo? ||https://autoimg.cn/club/v1Content/images/heycar1111.jpg ||https://autoimg.cn/club/v1Content/images/young ||https://autoimg.cn/engine/root/fggxl.js @@ -1445,21 +1514,19 @@ ||https://avseesee.com/amandison.php ||https://avseesee.com/htmls/vlinks.html ||https://avseesee.com/twad -||https://axjbt.com/dbxf/pctc.js ||https://ayxz.com/images/$script ||https://ayxz.com/images/enkj_small.gif -||https://azhibo.tv/arts/ -||https://azureedge.net/wp-content/cache/minify/904ff.js +||https://azureedge.net/wp-content/cache/minify/3c6d7.js ||https://azureedge.net/wp-content/cache/minify/d2299.js ||https://azureedge.net/wp-content/uploads/*-AD0 ||https://b7yy.com/ad/ ||https://baby-kingdom.com/reqsads? -||https://babyhome.com.tw/public/img/640x100- ||https://backchina.com/banners/ ||https://badmintoncn.com/cbo_gg/ ||https://badmintoncn.com/cbo_include/js/cboaaa.js ||https://baidu-taobao-av.com/js/ ||https://baidu.com/?action=getadsdata& +||https://baidu.com/adpc/scrollTextAd.js ||https://baidu.com/adver? ||https://baidu.com/api/proxyapi?tag=adv& ||https://baidu.com/api/wikiui/guesslike? @@ -1497,9 +1564,10 @@ ||https://baidu.com/tb/static-common/swf/worldcup_main.swf ||https://baidu.com/tb/zt/$subdocument ||https://baidu.com/tbliveact/data/xiu8/ -||https://baidu.com/tcx?infos=adbanner ||https://baidu.com/tequan/adpadmin_feed/ ||https://baidu.com/ur/scun?di=contentunion +||https://baidu.com/videoui/api/videoads? +||https://baidu.com/videoui/api/videopcads? ||https://baidu.com/view/api/fc_btm? ||https://baidu.com/WerbungAjax/getBeitou? ||https://baidu.com/WerbungAjax/getTonglan? @@ -1510,11 +1578,8 @@ ||https://baidu.com/xpage/interface/sourcecontent? ||https://baidu.com/xpage/interface/structrec? ||https://baidu.com^$subdocument +||https://baidu.com^*/getrelatedbusiness? ||https://baidu.com^*/interface/ad? -||https://baidud.cn/aoao/down_ -||https://baiduyunpan.net/t/ -||https://baike.com/3g/ads/ -||https://baike.com/iframeheightforad. ||https://baishuku.com/news/$script ||https://baixing.com/bb/*/?category= ||https://baixing.com/widget/ @@ -1525,12 +1590,10 @@ ||https://banma.com/get_ad/ ||https://banma.com/js/adi.js ||https://banma.com/statics/scripts/common/dialogAdJs.js -||https://banyungong.org/images/1.gif -||https://banyungong.org/images/2.gif -||https://banyungong.org/Scripts/tc.js ||https://baofeng.com/images/yiqi ||https://baojia.steelcn.cn/images/$object ||https://baoliny.com/js/jing.js +||https://baomihua.com/yy/ ||https://baomitu.duapp.com/js/layer.js ||https://bb1nn.com/js/i.js ||https://bb999.net/pic/n/agents/C-79.gif @@ -1540,10 +1603,12 @@ ||https://bbs.xiashanet.com/js/adsview.js ||https://bbsbaba.com/js/1.js ||https://bbsbaba.com/js/2.js +||https://bcb5.com/gg/ ||https://bcc.com.tw/imgs/adv/ ||https://bccnsoft.com/aac/ -||https://bcquan.me/front/components/get_global_ad -||https://bcquan.me/front/components/get_top_games +||https://bceapp.com/jj/1716mid.js +||https://bcquan.me/front/*_ad +||https://bcquan.me/front/*_game ||https://bcquan.me/front/home/render ||https://bdimg.com/brands/yxtg/source/juhe-v2.js ||https://bdimg.com/muzhi/adwap/top-banner.jpg @@ -1590,7 +1655,7 @@ ||https://bejson.com/*imgs/ ||https://bejson.com/a1dpic/lay ||https://bendibao.com/mo/adm_iframe.htm? -||https://bequge.com/images/content.js +||https://bestcclm.com/data/attachment/portal/201812/17/165836j1e0vbz6i6yerf1e.png ||https://bestvogue.com/fans/ ||https://bf99.com/User/Images/bg_Blued.jpg ||https://bfpgf.com/wp-content/uploads/2015/08/360dxs.jpg @@ -1600,6 +1665,7 @@ ||https://biaoge.tv/fa ||https://biepa.net/mm2019/sy_ ||https://biepa.net/vjs/hf.js +||https://bigear.cn/cache/htmlcache/ ||https://biketo.com/d/file/p/ ||https://bilibili.com/x/web-show/res/loc?pf=0&id=128 ||https://bilibili.com/x/web-show/res/loc?pf=0&id=160 @@ -1645,35 +1711,27 @@ ||https://bookben.com/js/m/wap.js ||https://books.com.tw/web/apActivityStick? ||https://bootcss.com/assets/js/and -||https://boroboromi.com/js/tbclick.js ||https://bosw.net/js/bos/*960 -||https://bozhou.cn/templates/bozhoucn/css/2017ad/ +||https://botcm.com/zhanqun/ ||https://bp.blogspot.com^*/s1600/dealer +||https://bqgdd.net/images//banner.png +||https://bqiapp.com/api/config/ad? ||https://brand.sogou.com/micro?yyid= ||https://bs.baidu.com/app-ads% ||https://bt121.net/ats/ -||https://btbttv.net/dd/ +||https://bt888bf.com/da.aspx +||https://btbt.tv/dd/ ||https://btbuluo.com/uploads/*.gif ||https://btcfans.com/template/comiis_lssy/ad/ ||https://btdx8.com/tmp/ -||https://btjia.com/slade.js ||https://btkat.com/style/l.js -||https://btkuai.org/js/ac -||https://btkuai.org/pingbi ||https://btpian.com/static/*960.js ||https://btpian.com/static/wenquan.js -||https://btrenren.com/js/index960_ -||https://btschool.net/adv/ -||https://btspreadcn.com/images/zfb.jpg -||https://bttiantang8.net/templets/bttt/js/gonggao.js -||https://bukade.com/js/*_p_ -||https://bukade.com/js/b_ -||https://bukade.com/js/tj2.js -||https://bukade.com/tpl/2/loading.html ||https://bumimi.com/money/ ||https://buy.sina.com.tw/js/sina_popup.php ||https://buzzhand.com/images/$subdocument ||https://bvlang.com/ad/ +||https://bw66.cn/template/default_pc/bbs/ ||https://bxwns.com/blz/ ||https://bxwns.com/player/ad.html ||https://bytravel.cn/images/cus/ @@ -1683,23 +1741,28 @@ ||https://bytravel.cn/js/s_ ||https://bzdiao.com/wp-content/uploads/bhOCwJfYleFC/ ||https://c-ctrip.com/train/201611/yqh_270-280.jpg +||https://c.d.cg/3C.JS ||https://c114.com.cn/default_inc/a/images/ +||https://c114.com.cn/js/channel.js +||https://c114.com.cn^*/js/ad_load-new.js ||https://c2000.cn/c2000/ ||https://c4d.cn/api.php?mod=ad&adid= ||https://c4d.cn/template/iscwo_zcool/iscwo/ad/ ||https://cachead.com^*.js ||https://caches.space/bootstrap3/js/bootstrap.js ||https://cai110.com/js/2 +||https://caibaojian.com/d/uploads/*/atop- +||https://caibaojian.com/d/uploads/*0- +||https://caigoubao.cc^*/960 ||https://caikuu.com/ckimages/*_gg ||https://caikuu.com/ckimages/*_zg -||https://cailianpress.com/v1/web/ad ||https://caixin.com/s?z= ||https://camster.com/promos/ -||https://candou.com/i/2000/ ||https://canton8.com/adphoto/ ||https://cao0001.com/vip/js/ ||https://cao0002.com/vip/js/ ||https://caoads.com/images/ +||https://caohv.com/mm/ ||https://car.pchome.com.tw/iframe/news_iframe. ||https://carexpert.com.tw/wp-content/uploads/*800x90. ||https://carnoc.com/noticejs/ @@ -1714,11 +1777,10 @@ ||https://ccb.com.cn/V5/images5/left0.gif ||https://ccb.com.cn/V5/images5/right0.gif ||https://cccpan.me/googg.js -||https://ccdm6.com/Scripts/ccMedia.js ||https://cckke.com/fanhao/v/ad -||https://cctime.com/UpLoadFile/2012/11/7/201211733483705.gif ||https://cctv.com/Library/a2.js ||https://cctv5.name/data/js/ +||https://cctv5.name/images/js/indextop.js ||https://cctv5.name/js/*foot.js ||https://cctv567.com/b/ ||https://cdeledu.com/ADVC/ @@ -1734,13 +1796,14 @@ ||https://cdntxt.com/node/doit. ||https://cdntxt.com/t1/ ||https://cdntxt.com/t2/ +||https://cdntxt2.com^*1/2.js ||https://cdsoso.me/img/hongbao.jpg ||https://cdsoso.me/static/image/760x60.jpg ||https://cdyee.com/external/5070.files/ad/ -||https://centoscn.com/money/ -||https://centoscn.com/uploads/allimg/ ||https://centurys.net/promo_ +||https://cfc0411.com/100/ ||https://cgfdjz.net/xia.js +||https://cgown.com^*/peiyinquan. ||https://chahua.org/aimg/ ||https://chakd.com/images/xitie160x60.gif ||https://changsha.cn/front_js/site_ad/4/site_ad_284.js @@ -1752,15 +1815,12 @@ ||https://chazidian.com/Statics/xly/huorezhaosheng.png ||https://chdbits.co/pic/*.gif ||https://chddh.com/G1G/ -||https://cheers.com.tw/assets/js/fancyapps- ||https://chengdu.cn/acts/phoneqss/openCornerWin/ ||https://chengtongled.com/gg/ ||https://chengtu.com/api.php?mod=ad&adid= ||https://chexun.com/delivery? ||https://chexun.net/images/sales//cxgg/ ||https://china.chemnet.com/cnbanner/ -||https://china.cn/js/common/daniel_pop/ -||https://china.cn/js/common/product_pop/ ||https://china.com.cn/2016ads/ ||https://china.com.cn/statics/js/henan/ad/ ||https://china.com.cn/statics/js/js_vag/ @@ -1773,7 +1833,6 @@ ||https://chinabyte.com/w/$subdocument ||https://chinabyte.com/w/a/201612/wangting.jpg ||https://chinacar.com.cn/Public/index/images/banner_ -||https://chinachugui.com/jsfiles/aods/ ||https://chinaconcrete.cn/ggImg/ ||https://chinafpd.net/js/2012-10/ ||https://chinaiiss.com/attachment/linkimg/201306/19/142826_845.jpg @@ -1781,8 +1840,8 @@ ||https://chinaiiss.com/js/function.ad.js ||https://chinaiiss.com/wap/js/wp.js ||https://chinairn.com/images3/*ads +||https://chinairn.com/Template/*/upload/ad ||https://chinamedevice.cn/cnbanner/zjmz.gif -||https://chinanews.com.cn/ad2015/ ||https://chinanews.com/shipin/sptp.xml ||https://chinaqking.com/images/newPage/JLW.jpg ||https://chinaqking.com/images/qkw/jobApply1.jpg @@ -1791,11 +1850,10 @@ ||https://chinataxservice.cn/static/jquery.1.1.4.min.jxh.js ||https://chinatimes.com/Scripts/bennerad. ||https://chinatruck.org/index.php?m=poster& -||https://chinauui.com/fumeiti.js ||https://chinaxinge.com/gif3/ ||https://chinaxinge.com/gif4/ ||https://chinaxinge.com/html/index_pf3.js -||https://chinaz.com/2019/0815/2019081513391118.png +||https://chinaz.com/2020/0211/2020021115354424.jpg ||https://chinaz.com/c0g/ ||https://chinaz.com/imagead/ ||https://chinaz.com/images/210x175.jpg @@ -1803,25 +1861,22 @@ ||https://chinaz.com/sc_images/sc_font.js ||https://chinaz.com/tool_img/alexa_a.js ||https://chinaz.com/tools_img/ -||https://chinaz.com/zt/hanyi/images/ziyou.jpg +||https://chinaz.com/zt/hanyi/images/sanji.jpg ||https://chinaz.com/zz_img/ ||https://chinaz.com^*_g/ ||https://chinesetoday.cn/2017/ad/*.gif ||https://chiphell.com/activity/ -||https://chjtx.com/JTaro/gg.html ||https://chnmoney.com/dfile/ ||https://chongdiantou.com/wp-content/uploads/2019/02/pzb.jpg ||https://chromeba.net/wp-content/uploads/LOIFYeTnkQrC/pounqcfHWNpr.js ||https://chuantu.biz/t2/22/1450961822x1822613148.gif +||https://chuantu.xyz/t6/714/1580707721x3703728804.jpg ||https://chubun.com/images/banners/ ||https://chubun.com/uploads/pic/img -||https://chuiyao.com/static/jsa/ -||https://cidianwang.com/images/taobao/ -||https://cidianwang.com/inc/check.asp +||https://chumanzi.com/wap ||https://cidianwang.com/js/left ||https://cidianwang.com/js/right ||https://cidianwang.com/js/zdtop.js -||https://ciliba.org/Public/static/js/common-v2.js ||https://citysbs.com/chongqing/*/1920x179- ||https://citysbs.com/no/*/1190x60- ||https://citysbs.com/no/*/650x50- @@ -1837,12 +1892,15 @@ ||https://ck101.com/api.php?mod=ad& ||https://ck101.com/api.php?mod=shopping ||https://ck101.com/api.php?mod=taobao& +||https://ck180.net/mitao ||https://ckcdn.com/c/html5_ad/ -||https://ckck.vip/inc/ +||https://clb.biz/Public/static/js/common-v2.js ||https://clouddn.com/960x60.gif ||https://cloudflare.com/ajax/libs/jquery.blockUI/ ||https://cloudfront-666.kxcdn.com/v4.js ||https://cloudfront.net/images/K10/adv/ +||https://cmdy5.com/js/300.js +||https://cmdy5.com/js/waptbplay ||https://cmsjs.eastmoney.com^$subdocument ||https://cna5.cc/skins/js/ ||https://cnbeta.com/assets/images/*_670_90. @@ -1867,8 +1925,7 @@ ||https://cngoldres.com/web/js/*_advs ||https://cngsf.com/baidu.htm ||https://cngsf.com/images/336_280.gif -||https://cnjxol.com/include/2011/index/js/index.js -||https://cnjxol.com/news/*.swf +||https://cnjxol.com/images/20191031.png ||https://cnkang.com/showcodejsonp? ||https://cnmo-img.com.cn/oddjs/ ||https://cnmoad.com/wp-content/uploads/*_banner. @@ -1885,7 +1942,6 @@ ||https://cnscg.com/template/default/style/*960x ||https://cnscg.com/template/default/style/t6/*x*1 ||https://cnscg.com/template/default/style/t6/other/ -||https://cnstock.com/img/news/ad- ||https://cntv.cn/hezuo/ ||https://cntvboxnow.com//ads_ ||https://cnwnews.com/ad-nrtop/ @@ -1893,22 +1949,22 @@ ||https://cnwnews.com/images/kgt ||https://cnwnews.com/templets/images/artpangu.gif ||https://cnwnews.com/templets/images/jccf -||https://cnwnews.com/zhenrui/ad/ ||https://cnyw.net/autoloader.js +||https://cnzol.com/d/file/p/2019/07/6ac50c702cf9e6a9a7910a510c40cb73.jpg ||https://cnzol.com/template/style/images/lcdl.js ||https://cnzz.cn/badu.gif ||https://cnzz.cn/ssp_ ||https://cnzzla.com/public/scripts/money.js -||https://codeceo.com/images/*/beiqia +||https://codeceo.com/images/*/boxuegu ||https://codejie.net/img/xiandai.gif ||https://codejie.net/wp-content/uploads/*/1120-50. +||https://codekon.xyz/wp-content/uploads/yHX +||https://codenong.com/dq.png ||https://codezp.org/uploads/ ||https://comefromchina.com/images/128bestbuy ||https://content.xilu.com^$object -||https://cool-de.com/api.php?mod=js&bid= ||https://coolaler.com/index_ads/ ||https://coolpc.com.tw/img/topweb.html -||https://cp.eastmoney.com/wap/*.js ||https://cp.ifeng.com/iframe/getiframe ||https://cp121.com/js2/ ||https://cpbl-elta.cdn.hinet.net/web/images/ad_ @@ -1936,37 +1992,36 @@ ||https://cww.net.cn/js/adspaces.js ||https://cww.net.cn/js/urdev.js ||https://cww.net.cn/UpLoadFile/*.swf -||https://cxacg.com/data/attachment/portal/201904/27/142830erc3qizlarlsy3uu.jpg +||https://cxtv1.com/partner/ ||https://cy1234.space^*sifang/ +||https://czsp12.com/api/*=advert& +||https://czsp12.com/api/*=announce& ||https://cztv.com/201506/02/124d35111e8f180c96f99acbcbdf5de6.jpg -||https://d.pixiv.org/show?zone_id= ||https://d1.sina.com.cn^$object,script ||https://d2.sina.com.cn^$object,script -||https://d2epwh5sm67a3s.cloudfront.net/assets/*vpn ||https://d3.sina.com.cn^$object,script ||https://d4.sina.com.cn^$object,script ||https://d5.sina.com.cn^$image ||https://d5.sina.com.cn^$object,script -||https://d7w.net/static/d7wad/ ||https://da-fan-shu.cn/images/kuaijie.jpg ||https://da.duowan.com/loc/ ||https://dabaoku.com^$object,script,subdocument ||https://dabin69.com/data/attachment/portal/ +||https://dadi.tv/xdy ||https://dagou2018.com/js/item +||https://dagumanhua.com/style/mdagu.js ||https://dailynews.sina.com/gb/ads/ ||https://dajiadu8.com/17.js ||https://dajiazhao.com/login/reg.js ||https://dandanzan.com/res/*.js ||https://dangdang.com/adall. -||https://danji6.com/style/style2016/js/gaosuxiazai.js -||https://danji6.com/xingg/ ||https://danlan.org/KFC/ ||https://danmeixsw.com/js/mwap.js +||https://daqiso.com/ggbl/ +||https://dashenxiaoshuo.com/xiaodingdong/ ||https://dataguru.cn/site_ ||https://dataoke.com/api/component/code-info/v1? ||https://daweijita.com/2014/08/ad_head -||https://daweijita.com/2015/10/shopad -||https://dayanzai.me/Computer.png ||https://dburl.xyz/js/ ||https://dbw.cn/eap/js/db/dbwad_ ||https://dbw.cn/eap/js/hl/hlj_ad @@ -1975,7 +2030,6 @@ ||https://ddshu.net/a_d_code/ ||https://dealmoon.com/hotdeals/hotdeals_scroller.php ||https://dealmoon.com/upload/dealmoon_app.jpg -||https://debugease.com/static/images/qcloud/ ||https://debugease.com/static/js/show.js ||https://delivery-pc.wasu.cn/d/frontJs/3.0$rewrite=abp-resource:blank-js ||https://delivery-pc.wasu.cn/d/js/ @@ -1983,21 +2037,22 @@ ||https://deyangs.com/img/ ||https://dfcfw.com/EMFloatFrame/ ||https://dfcfw.com/js/*/emfloatmedia_ +||https://dfcfw.com/js/default/left_ ||https://dfcfw.com/js/tg/rightAd_v2.js ||https://dfcfw.com/public/js/left.js +||https://dfcfw.com/tg/ ||https://dftoutiao.com/dfpcitv/pcitv?jsonpcallback= ||https://dftoutiao.com/dfpcitv/pcitv?type= -||https://dhzw.org/m- -||https://dianmi.net/tj/tj1.js -||https://dianyingbar.com/api/get.json +||https://dianjinghu.com/static/frontend/images/lol/penpen +||https://dianping.com/mkt/ajax/getNewItems +||https://dianping.com/wedding/pro/jsonppage ||https://diaoyu123.com/cpro/show.js -||https://dichan.com.au/newhouse/pinnacle/images/bcastr3.swf ||https://dig.chouti.com/advert ||https://dilidili.wang/ad/ ||https://dilidili.wang/shouye/ ||https://dilidili.wang/uploads/allimg/170720/6_1500209066.jpg ||https://dingniugu.com/newskin/js/backTop.js -||https://dingniugu.com/newskin/js/public.php +||https://dingniugu.com^*public. ||https://dio66.net/images/*.gif ||https://dio88.net/images/*.gif ||https://dio889.net/images/*.gif @@ -2009,47 +2064,40 @@ ||https://diyifanwen.com/siteimages/jiqiren ||https://diyijjj.com/data/content ||https://dj155.com/gg/ -||https://dj97.com/js/list_right_ +||https://dj97.com/api.php?mod=ad& ||https://djicdn.com/uploads/ad_image_file/ -||https://djkk.com/ak/ -||https://djwma.com^*960.gif +||https://dm530.net/js/ne10/ ||https://dm530.net/js/newjs/ ||https://dm530.net/pic/fgr/*.js ||https://dmzj.com/js/ad/ ||https://dmzj.com/js/m_BtmApp.js -||https://dn-geekpark-new.qbox.me/uploads/ad/ ||https://dnvod.tv/listprovider/ajaxlist.async.ashx ||https://dnwx.com/pic/*_978x60. ||https://dnwx.com/pic_ad/ -||https://dnwyb.tv/a/$xmlhttprequest ||https://docin.com/docin_adv/ ||https://docin.com/jsp_cn/ad/ ||https://doczj.com/js/common.js +||https://dodo8.com/template/*/images/g_js/ ||https://dol.tianya.cn/s?z=tianya& ||https://dongfangtai.com/2018/ -||https://dospy.com/hezuo/ ||https://dota2.uuu9.com^$subdocument -||https://doub.io/wp-content/themes/yusi1.0/js/jquery.min.js -||https://doub.io/wp-content/uploads/ -||https://doub.pw/abc/ -||https://doub.pw/ss-jc23/ ||https://douban.com/?unit=dale_movie_trailer_after_play& ||https://douban.com/view/dale-online/dale_ad ||https://douban.com^*/fm_bgad.js ||https://doubanio.com^*/js/ad. +||https://doubiy.com/js/shangxuan.js ||https://douguo.net/upload/post/d/ ||https://doupapa.com/js/swf/ ||https://doutula.com/img/upupoo/ ||https://douyu*/upload/signs/*.swf ||https://douyu.com/japi/sign/web/getinfo ||https://douyu.com/member/gamegift/gameList/ +||https://douyucdn.cn/butterfly-java/*?width=1200&height=120& ||https://douyucdn.cn/common/share/play.swf?room_id=30 ||https://douyucdn.cn/common/simplayer/assets/effect/cpsUI_ ||https://douyucdn.cn/dyfelocal/act/*/ad.png ||https://douyucdn.cn/japi/sign/web/getinfo ||https://down.admin5.com/z/ -||https://down12.com^*/bdvert.js -||https://downbank.cn/js/g.js ||https://downhot.com/Res/js/arc.js ||https://downhot.com/Res/js/main.js ||https://download.game.yy.com/crossdomain.xml @@ -2061,27 +2109,28 @@ ||https://dragon-guide.net/pic001/hezuo/ ||https://dragon-guide.net/pic001/pic/shangcheng/ ||https://dshuj.com/ads/ +||https://dsp.lenovo.com.cn^*&clientType=api| ||https://duanwenxue.com/shuang11/ ||https://duba.com/baidu ||https://duba.com/dhads?id= -||https://duba.com/static/*/iframe/baidu_ +||https://duba.com/level2/rmd.js ||https://duba.com/static/*/images/*.swf -||https://duba.com/static/*/js/home/ad/ad. ||https://duba.com/static/images/public/20181110/14661d41048e09e2d523dd2e5f0c6310.png +||https://duba.com/wangmeng/ ||https://dufile.com/jsa/ -||https://duote.com/soft/ads/baiduAd.html ||https://duouoo.com/vss/right-ssd.js ||https://duouoo.com/vss/wz ||https://dwstatic.com^*/p/livetip/ ||https://dy2018.com/js/tj.js ||https://dy2018.com/js17/ ||https://dy2018.com/jsdd/ +||https://dy8c.com/JieShaoBu-secret/uploads/hongbao ||https://dyguo.com/pc/*0.js ||https://dyguo.com/pc/nr336.js ||https://dyjqd.com/images/js/dyjqd.js ||https://dyncdn.me/static/20/js/expla ||https://dyncdn2.com/static/20/js/expla -||https://dysfz.tv/js/adtop_ +||https://dysitecdn.com/gg ||https://dytt8.net/js1/ ||https://dytt8.net/js2/ ||https://dytt8.net/jsd/app.js @@ -2091,7 +2140,7 @@ ||https://dzwww.com/k.js ||https://e.changyan.sohu.com/dataService/getData? ||https://e.hnr.cn/choose/view/ -||https://e0514.com/data/attachment/portal/ +||https://e0514.com/do/js. ||https://e0514.com/gglist/ ||https://e0575.cn/js/corea/jquery.popup.js ||https://e0575.com/attachment/image/ @@ -2102,7 +2151,6 @@ ||https://e9377f.com^$rewrite=abp-resource:blank-mp3 ||https://easou.com/brandImage/ad/ ||https://easou.com/online/banner/ -||https://eastday.com/assets/js/detail_ ||https://eastday.com/assets/js/dftongjiad.js ||https://eastday.com/assets/js/resources/detail/ ||https://eastday.com/assets/js/resources/new_detail_ @@ -2114,10 +2162,11 @@ ||https://eastday.com/jsfile/kuaiya_ ||https://eastday.com/k.js ||https://eastday.com/mmad. +||https://eastday.com/static/scripts/eastday_tj.js +||https://eastday.com/static/styles/*_gg.css ||https://eastday.com^$subdocument,~third-party ||https://eastmoney.com/banner/ ||https://eastmoney.com/js/headbiggg_ -||https://eastmoney.com/js/news_fixed_ ||https://eastmoney.com/trade/hqb_hq.html ||https://eat-travel.com.tw^$third-party ||https://ebiotrade.com/jslibrary/js @@ -2126,6 +2175,7 @@ ||https://ebiotrade.com/newsf/js/news_top_banner.js ||https://ebiotrade.com/web_images/*.swf ||https://ebioweb.com/jslibrary/js +||https://ebioweb.com/newsf/js/inpic.js ||https://ebrun.com/jfile/position/js/*.js ||https://edayday.com/img/ad ||https://educity.cn/self_text/text_disp.aspx?id= @@ -2134,23 +2184,16 @@ ||https://eepw.com.cn/pub/js/TopFullScreen.js ||https://eeyy.cc/style/yxj.js ||https://eeyy.com/otherhtml/js/ad650.js +||https://eeyy.com/otherhtml/poster_js/ ||https://eeyy.com/templates/js/other/yxj ||https://eeyy.com/templates/js/popback.js ||https://eeyy.com/uploadfile/img/beitou -||https://elecfans.com/baidu_m.html -||https://elecfans.com/images2012/pcb.gif +||https://elecfans.com/static/home_ad/ ||https://emoney.cn/www/officalWebStatic/js/slideAd.js -||https://emu999.net/nds/ -||https://emule.org.cn/km.gif -||https://emule.org.cn/templets/default/ ||https://en8848.com.cn/js/ad ||https://en8848.com.cn/js/content. ||https://en8848.com.cn/js/lianxi.js -||https://enet.com.cn/eschool/includes/gdtup/tu6/slide.js -||https://enet.com.cn/mem_str_zoneid= ||https://enread.com/img/185-50.gif -||https://enshi.cn/userfiles/esrb/$object,subdocument -||https://ent.mb.baidu.com/webgamepage/GameAPP/ ||https://entry.baidu.com/rp/home? ||https://eol.cn/e_busi/ ||https://eol.cn/e_images/gk/jnc @@ -2158,34 +2201,22 @@ ||https://eol.cn/images/ed/gaokao/*-85.jpg ||https://eol.cn/js/eol/ ||https://eol.cn/js/global/jQuery_ads.js -||https://epinv.com/wp-content/themes/ep/js/single.js -||https://epinv.com/wp-content/themes/ep/tu/*250.js -||https://epinv.com/wp-content/themes/ep/tu/*300.js -||https://epinv.com/wp-content/themes/ep/tu/epzz.js -||https://epinv.com/wp-content/themes/ep/tu/hkw.jpg -||https://epinv.com/wp-content/themes/ep/tu/yinshu.gif -||https://eprice.com.tw/img/dis/file/ +||https://eoof.net/PicZone/qzgg ||https://eprice.com.tw/img/tw_m/ad/ -||https://eprice.com.tw/js/swfobject-2.3.js -||https://eqq9.com/js/js/ -||https://eryamishu.com/zb_system/image/logo/64060.png -||https://eryamishu.com/zb_users/upload/2016/04/201604061459908985564295.jpg ||https://es3984.review/02_cn_ad/ ||https://etest8.com/js/158/infojs/ ||https://etf88.com/jjb/*_ad$script ||https://etf88.com/swf/ ||https://etfunhome.com/images/kk.gif -||https://etnet.com.hk/ad2014/ -||https://etnet.com.hk/www/tc/stocks/ads/ ||https://ettoday.net/banners/ ||https://ettoday.net/events/ad-tab/ ||https://ettoday.net/funfuntrip/ ||https://ettoday.net/style/hot-trip/js/travel-action.js ||https://ettoday.net^*/ad/ ||https://everyonepiano.cn/Public/*0x +||https://expreview.com/baba/ ||https://eyusky.net/weixin-img/zhifubao.jpg ||https://eyuyao.com/yyad/ -||https://eyy5.cn/data/attachment/freeaddon_banner/ ||https://ezprice.com.tw/ezysm/ ||https://ezprice.com.tw/js/*_ysm_ ||https://f8dy.tv/template/m1938/js/b @@ -2194,76 +2225,57 @@ ||https://faiusr.com/2/ABUIABACGAAg_dCW0gUo7NqNJjDgATh3.jpg ||https://faiusr.com/3/ABUIABADGAAgkIXb6gUo-L_AwwcwsAk4Wg.gif ||https://faloo.com/ou/site/ -||https://familydoctor.com.cn/aiframe/ ||https://familydoctor.com.cn/c/a/000/ggw_ -||https://fang.com/afp/door/ ||https://fang.com/house/ajaxrequest/adverTlGet. ||https://fang99.com^*/advjs/ -||https://fangying.tv/assets/xzy- ||https://fanhaobao.net/wp-content/themes/xiu/js/single.js ||https://fanhaodang.org/Runtime/js/ ||https://fanquanwang.com/uploads/ad/ ||https://fans.*.space/fans/*.php -||https://fantasy.tv/img/adImg -||https://fantizi5.com/js/baiduad ||https://faquanya.com/weixin/ -||https://fastadmin.net/uploads/store/aliyun- +||https://fashangji.com/gunews/*.js +||https://fastadmin.net/uploads/store/aliyun +||https://fastadmin.net/uploads/store/tencent ||https://faxingw.cn/js/*0 ||https://faxingw.cn/js/*ad ||https://faxingw.cn/js/detailgcbox.js -||https://fbcinema.com/wp-content/uploads/2017/12/138bet ||https://fc2fan.net/js/check_focus.js ||https://fcai.com/ifengIndex.html ||https://fd173.cn^$third-party -||https://fdc.com.cn/cms/js/bbs/bbstonglan.js -||https://fdc.com.cn/cms/js/bbs/dl.js -||https://fdc.com.cn/cms/js/home_js/*_move_ ||https://fdc.com.cn^*adv ||https://fdc.my0511.com^$script ||https://feesoon.com/js/cnzz_ -||https://feiwan.net/zqcom_style/ad/ +||https://feixiang211.com/tg/ ||https://feizl.com/images/smdd/ ||https://fenxiangdashi.com/img/banner/ ||https://fenxiangdashi.com/Res/js/detail_ -||https://fff1208.supfree.net/stat.asp ||https://fh21.com.cn/partners/ ||https://file.cloud.sogou.com/*/superzone/ ||https://file.ws.126.net/house/nj/*.swf ||https://files.jb51.net/image/ ||https://firefoxchina.cn/2014/*_foxphone.png +||https://firefoxchina.cn/img/201912/7_5de5c6289dd340.png ||https://firefoxchina.cn/res/js/fchina_video-min.js ||https://firefoxchina.cn/v2/json/floatBanner.json ||https://firefoxchina.cn^*49560. ||https://firefoxchina.cn^*_couplet ||https://firefoxchina.cn^*_topbanner ||https://fj.sina.com.cn/iframe/63/ -||https://fjisu.com/js/wap-tg.js ||https://fjlqqc.com/common/api/v1.0/slot-code/ -||https://fjlyfdc.com.cn/hxhad/ +||https://fl6n.com/adtop/ ||https://flash.mycar168.com/data/js/ -||https://flash8.net/flash8_a_d_s/ -||https://flightclub.cn/WidgetHot? ||https://flighty.cn/images/ -||https://flxdaily.com/wp-content/plugins/flxdaily/script.js -||https://flyertea.com/plugin.php?id=he_topad -||https://flyoffline.com/images/miaoshou- -||https://flyoffline.com/images/ss- -||https://flyoffline.com/images/vpn- +||https://flyzy2005.com/wp-content/*/bandwagonhost-top. +||https://fmhua.com/template/*/images/g_js/*.html ||https://fobshanghai.com/bbsad/ ||https://fontke.com/custom/ ||https://foodmate.net/file/script/A -||https://forimg.com/js/content/ ||https://forum.51nb.com/images/ ||https://fpdisplay.com/templates/default/js/palyflash_ ||https://fpdisplay.com/upload/n_ad/ -||https://fqsousou.com/statics/pc/img/wx1.png ||https://fragment.firefoxchina.cn/html/ -||https://free9.net/images/pic/dhc2013.gif -||https://free9.net/myc/myc.js ||https://freehao123.com/wp-content/uploads/2017/05/mmkdm.png -||https://freep.cn/zhuangxiu_ -||https://front-adsnew.babyhome.com.tw/jwplayer/jwplayer.js -||https://fsehome.com/images/ad_tan.js +||https://fsclzs.com/Ad_User/ ||https://ft.com/a.html ||https://ftchinese.com/a.html ||https://ftchinese.com/m/marketing/ @@ -2273,19 +2285,18 @@ ||https://fuli69.com/wp-content/uploads/sug ||https://fulibac.com/images/upload/ad/ ||https://fulibl.com/wp-content/uploads/2016/06/320-230.jpg -||https://fulishequ.com/abc/images/ -||https://fullyu.com/js-lib/jquery.modal. +||https://fun1shot.com/images/qrcode_wechat.png ||https://func.tw/image/func2.png ||https://funshipin.com/v1/js/footerhongbao.js ||https://fx110.com/Pub/Ghz/GetModel ||https://fx110.com/Scripts/1.0.0/gulpmin/Ghz/ ||https://fx110.com/Styles/1.0.0/dist/Ghz/MatrixAds. -||https://fx114.net/images/bangbaotao.jpg ||https://fx168.com/am.js ||https://fxxz.com/skin/know/ ||https://fzbm.com/bbs/static/js/bma.js ||https://fzlol.com/images/$script ||https://fzpchome.com/txt/$script +||https://g-years.com/gy/ ||https://g-years.com/tb/ ||https://g.163.com/*&affiliate= ||https://g.cnzz.cn/Static/js/*- @@ -2294,47 +2305,35 @@ ||https://galacg.me/wp-content/uploads/*750x ||https://game.466.com^$third-party ||https://game333.net/aainset/ -||https://gameapps.hk/images/banners/ -||https://gameapps.hk/images/d/20170516/e334d088b4440fb9.png -||https://gameapps.hk/js/content_ -||https://gameapps.hk/js/determine_page_ ||https://gamefy.cn/cookiead.php -||https://gamersky.com/bgpic/ ||https://gamersky.com/common/tg/ ||https://gamersky.com/g/gamerskyflash.js -||https://gamersky.com/gsinc/content_bg.js -||https://gamersky.com/img/ ||https://gamersky.com^*.htm$subdocument ||https://games.ifeng.com^$subdocument ||https://games.ifeng.com^*.shtml?v= -||https://gamme.com.tw/event/ghost2019/pc/index.html ||https://gamme.com.tw/ga/ ||https://gamme.com.tw/uploads/*?2 +||https://gangjuw.com/style/lmjs/ ||https://ganji.com/content.php -||https://ganjistatic1.com^*-banner- ||https://ganjistatic1.com^*/adm/ ||https://gansudaily.com.cn/2017zt/images/*gg ||https://gaofen.com/source/plugin/gaofen_ad/ ||https://gaoqing.la/wp-content/uploads/*/gg -||https://gaoqing.la/wp-content/uploads/2019/05/ed5e6a1dly1fx2qut6mgoj20r907h0xh.jpg -||https://gaoqingyy.net/baidu.js -||https://gaoqingyy.net/hengfutupian/ +||https://gaoqing.la/wp-content/uploads/*/GOOVIS.gif +||https://gaoqing.la/wp-content/uploads/*/kaiboer.gif ||https://gasaq.com/public/flash/ ||https://gcxa.cn/a/gb.gif ||https://gd.ct10000.com/js/ecssstat.js ||https://gd.sina.com.cn/iframe/22/ ||https://gdmm.com/api.php?mod=js&bid=2111 ||https://gdmm.com/images/leftbottom.png +||https://geekbang.org/public/serving/ ||https://geekpark.net/api/v1/ads -||https://geilwx.com/read/ad -||https://gemgsx.com/js/ +||https://gegeyingshi.com/template/*/images/g_js/ ||https://getitfree.cn/wp-content/plugins/anti- ||https://getscriptjs.com/p.js -||https://gexing.com/api/api_get_tankuang.php? ||https://gexing.com/i/*960x ||https://gexing.com/j/??zmask.js,easing.js? -||https://gezila.com/v3/ad/ -||https://gfan.com/plugin.php?id=gfan_viewpic:gfan_adView ||https://gfan.com/press/ ||https://gg-led.com/uploadFile/uploadCompanyLogo/*.gif ||https://gg163.net/js/163bbsad.js @@ -2347,32 +2346,29 @@ ||https://glzy8.com/img/ceo/js.js ||https://gmbbku.com/img/top.js ||https://gmbbku.com/jj/ -||https://gmbuluo.com/js/ +||https://gmbuluo.net/js/ ||https://go2av.com/for_ad/ ||https://go2av.com/js/AM.js ||https://go2tutor.com/lifebox.asp ||https://gogorenti.wang/js/m_cp -||https://golangtc.com/bar/ ||https://gold678.com/news/js/layer/layer.js ||https://gome.com.cn/flight? -||https://gongfupian.com/js/wuxiatui/ -||https://gongfupian.com/template/new2014/gftui/ ||https://gongshe99.com/d/js/gongshe/gsw +||https://good8866.com/js/*.js ||https://goodgupiao.com/skins/default/js/backTop.js ||https://goproxy.cc/api.php ||https://gougou2018.com/js/item ||https://goupu.org/1files/*.gif ||https://goupu.org/1files/*.htm -||https://goupu.org/1files/*.swf +||https://goupu.org/1files/*0. ||https://goupu.org/1files/guidebar/ ||https://gpcxw.com/file/js/img/*.gif -||https://gpsuu.com/yhj.gif +||https://gpshk.cc/api.php?mod=ad& ||https://gpxz.com/js2/ -||https://gq.com.tw/event/$subdocument -||https://greatfire.org/widget ||https://greenxf.com/js/2019/ ||https://greenxiazai.com/d/js/v/ ||https://gter.net/index.html?c=foot_js&type=footer.js +||https://gtimg.com/adb/ ||https://gtimg.com/adxcdn/ ||https://gtimg.com/auto/js/autoproject/autoarticle/low-price-car_ ||https://gtimg.com/comic/pics/hv1/29/74/1631/106074674.jpg @@ -2404,35 +2400,24 @@ ||https://guokr.com/apis/flowingboard/flowingboard.json?name=post_sidepic ||https://guokr.com/baidu-cbjs/ ||https://guqu.net/Cooperate/ -||https://gusuwang.com/api/gsw_ -||https://gusuwang.com/ymsextweb/fullggw/ -||https://gusuwang.com/ymsextweb/images/index/ist_t.jpg -||https://gusuwang.com/ymsextweb/javascript/gs -||https://guyizhou.cn/temp/top_banner_ -||https://gvm.com.tw/scripts/jquery.colorbox- ||https://gwbnsh.net.cn/hd/unicom/ad.html ||https://gxnews.com.cn/clientscript/index_duilian_ ||https://gxnews.com.cn/upload/index/*.swf ||https://gywb.cn/cs_mulu/ ||https://gywb.cn/gggl/ ||https://gzzza.com/html/ -||https://hackhome.com/hz/*down ||https://hackhome.com/js/*top.js ||https://hackhome.com/js/bhref.js ||https://hackhome.com/js/dright.js ||https://hackhome.com/js/zt.js ||https://hackhw.com/ckjs/ -||https://haha.mx/images/float-ad/ -||https://haha.mx/images/market/ -||https://haha.mx/upload/data/detail_ -||https://haha.mx/upload/data/list_sidebar_ +||https://hackp.com/im/ +||https://hahamx.cn/images/float-ad/ +||https://hahamx.cn/images/market/ +||https://hahamx.cn/upload/data/detail_ +||https://hahamx.cn/upload/data/list_sidebar_ ||https://haiwaiyy.com/B970X90.gif -||https://halihali.me^*/js/low.js -||https://halihali.me^*/js/nscript.js ||https://hangzhou.com.cn/extra/flash/hzwarticle300.swf -||https://hangzhou.com.cn/images/flashyingpian.swf -||https://hangzhou.com.cn/inc_hzw/ -||https://hanhande.com/upload/180330/4182613_143K0437.jpg ||https://hanjutv.com/index.php?c=dudu_ ||https://hanjutv.com/statics/skin/hjtv-pc/js/push.js ||https://hanjutvn.com/template/alifun/js/Tmall/ @@ -2450,99 +2435,69 @@ ||https://hao6666.info^*.js ||https://hao6v.com/d/ ||https://haochi123.com/J_Box/Inc_ -||https://haochi123.com/Js/Fun_Effects_HT9.js ||https://haofs.com/haofs/ggapi.asp -||https://haoju5.com/js/bbb/ ||https://haokan5.com/js/haokanjs/2014_ ||https://haokan5.com/js/haokanjs/playa ||https://haokan5.com/js/haokanjs/tj.js ||https://haokan5.com/js/haokanjs/youxiajiao.js -||https://haokan58.com/pcgg/ -||https://haokongbu.com/plus/show.php ||https://haolepic.com/blz/ ||https://haolepic.com/js/ +||https://haolingsheng.com/public/daguzhe.jpg +||https://haopp02.com/haose/ ||https://haopp02.com/js/ -||https://haoring03.com/ads/ ||https://haosf.com/kan.htm -||https://haote.com/style2017/2017images/banner/ -||https://haotxt.com/index.php?m=book/ad& ||https://haoxxoo.com/player/ad.html ||https://happyhongkong.com/images/client/ -||https://haxiu.com/data/cache/myadn- -||https://hc360.cn/js/module/info/info_liuliangbao.js +||https://hboav.com/guga/ ||https://hc360.com/images/14826/289x90.jpg ||https://hc360.com/js/*hezuo.js ||https://hc360.com/js/build/source/widgets/flowbao/flowbao.js -||https://hc360.com/js/hcpop_ ||https://hc360.com/js/module/info/info_liuliangbao.js -||https://hc360.com/list/iframe_2011hezuo.shtml -||https://hc360.com/list/iframe_2012ad_ ||https://hc360.com/list/iframe_end_textadv.shtml -||https://hc360.com/list/iframe_right_ad_ -||https://hc360.com/news/201207/201207241712413488.jpg ||https://hc360.com/security/201409/201409021830024990.jpg ||https://hcmoo.com/mm.js ||https://hcomic.in/post/js/jquery ||https://hcomic.in/wp-content/themes/boomog/js/list -||https://hcw888.com/Plug/GG.asp ||https://hcwang.cn/images/g/*.swf ||https://hdsky.me/adv/ ||https://hdslb.com/bfs/ad/ ||https://hdslb.com/js/core-v5/picment. ||https://he2d.com/crossdomain.xml ||https://hebei.com.cn/eap/ -||https://hebei.com.cn/swf/ ||https://hebei.com.cn/sys/online_calc.js ||https://hebtv.com/d/a/thea ||https://hefei.cc/templates/default/index_ad ||https://heiguang.com/f/uad/ +||https://heipa666.xyz/hp/ +||https://heirui.cn/static/hb_ +||https://heiye.cc/js/bancity. +||https://heiye.cc/js/bf.js +||https://heiye.cc/js/hei +||https://heiye.cc/js/xuanfu.js ||https://hellojava.com//bja/tanzhou.jpg ||https://henan.sina.com.cn/iframe/7/ ||https://henan100.com/d/file/indexad/ -||https://henan100.com^*/ad_article/ -||https://henan100.com^*/images/ad_content_ ||https://henghost.com^$third-party ||https://herogame.com^$subdocument ||https://hexun.com/gphqtc/ -||https://hexun.com/wxcms/ad/ -||https://hexunimg.cn/m/images/ad_ ||https://hf365.com/0/13/79/87/13798795_912593.jpg ||https://hf365.com/0/14/31/00/14310068_933922.png ||https://hf365.com/0/14/60/93/14609355_921128.jpg ||https://hf365.com/0/15/64/87/15648725_922274.jpg -||https://hh010.com/1/ -||https://hh010.com/data/attachment/common/0a/ -||https://hh010.com/static/img/ ||https://hiao.com/node/node_27508.htm -||https://hiapk.com/uploads/AD/ ||https://hifidiy.net/www/2015/08/18/HIFIDIY_Compat.swf ||https://hinet.net/radio/getAdcode.do -||https://hinews.cn/js/09page/10pagesjbtj ||https://histock.tw/ad/ -||https://hiwenku.com/getRightAdv +||https://hk-pub.com/forum/images/2009/gifbanner ||https://hk-pub.com/forum/images/banner/ -||https://hkacger.com/showimage.php?i=dlsite1709NEKOPARA -||https://hkcna.hk/upload/6/2011/0608/U139P22T6D51F96DT20110608114515.jpg -||https://hkcna.hk/upload/6/2011/0909/U127P22T6D70F98DT20110914111852.swf +||https://hkb123.com/plus/show.php ||https://hkcoding.com/chequeconvert/img/grammarly- ||https://hkcoding.com/img/ -||https://hkepc.com/forum/api/unimhk_ -||https://hkepc.com/prepared/images/b608.png -||https://hkgolden.com/forum_allpage_bottom.htm -||https://hkgolden.com/google_ad -||https://hkgolden.com/GoogleFrontPageAd.html -||https://hkgolden.com/hkg.js -||https://hkgolden.com/HKG_PRODUCT.htm -||https://hkgolden.com/js/faall1.js -||https://hkgolden.com/js/fpall.js -||https://hkgolden.com/mtg/ -||https://hkgolden.com/yahoo_ad -||https://hkgolden.com^*_ad.aspx ||https://hkitblog.com^*-banner ||https://hktvmall.com/api/preroll/getList? ||https://hmghmg.com/tb ||https://hmog.me/tb -||https://hn-pc.com/css/Fun_Div.js +||https://honglingjin.co.uk/wp-content/uploads/*-Homepage-Takeover-BG- ||https://hongyingbbs.com/img/top.js ||https://hongyingbbs.com/jj/ ||https://hoopchina.com.cn/common/lazyLoadAd.js @@ -2553,11 +2508,9 @@ ||https://hoopchina.com.cn/web/channel/nba/index/nbaposter/index.js ||https://hoopchina.com.cn/web/channel/voice/*/beforelogin/beforelogin.js ||https://hoopchina.com.cn/web/widget/partner/*/promote.js -||https://hot000.com/m- ||https://hotavxxx.com/images/*96 ||https://hoteastday.com/newspc/show? ||https://house.sina.com.cn/2.0/abp/ -||https://house365.com/*ads/201 ||https://house365.com/js/lbpopup.js ||https://housefindeasy.com/images/*banner978x90. ||https://housefindeasy.com/images/vip_ads @@ -2569,29 +2522,22 @@ ||https://hqdoor.com/Web/ ||https://hqol.cn/up/ad/ ||https://hs.cnfol.com/Cm/Imgs/Load.gif +||https://hs640.com/js/jquery.js ||https://hsbianma.com/content/images/*-ad- -||https://htcui.com/wp-content/uploads/2018/12/jdyzu-b.png -||https://htcui.com/wp-content/uploads/2018/12/xtfen-b.png -||https://htcui.com/xtfen.gif -||https://htpc1.com/iBT/tools/ ||https://htqyy.com/kiees/ -||https://httpcn.com/images/ad_ ||https://httpcn.com/Images/banner -||https://httpcn.com/images/topimg/ -||https://httpcn.com/include/ad1/ -||https://httpcn.com/tg/ ||https://httpwwwdcom.com/js/aaa/ -||https://huabian.com/hb/ad/ -||https://huacolor.com/d/js/v/hc ||https://huaiduoduo.info/Runtime/js/ +||https://huanjugu.com/dm ||https://huanqiu.com/resource/js/base ||https://huarenjie.com/attachment/myfiles/ ||https://hubpd.com/hubpd/images/dingtong ||https://hudong.com/11/85/26100000005581147339859649123.jpg ||https://huhumh.com/js/ +||https://huibaihe.net/js/dddd.js +||https://huibaihe.net/static/730-580. ||https://huimg.cn/e/hd.e.wap. ||https://huizu100.com/data/attachment/portal/ -||https://hunantv.com/ui/2014/images/hao123.jpg ||https://huoche.net/Images/pc/ad_ ||https://huoche.net/public/huoche/ad/ ||https://huoyan.tv/yb/img/*.gif @@ -2599,10 +2545,8 @@ ||https://hur.cn/AhurD/*.gif ||https://hxjs.tool.hexun.com ||https://hxsame.hexun.com -||https://hxsd.com/templets/js/looyu_pop.js ||https://hxsxw.com/hxsxw666/ ||https://hxsxw.com/js/float.js -||https://hxyl.net/js/tv.js ||https://hy5.com.cn/admin/ ||https://hybbs.com/i/$image,object ||https://hznzcn.com/moban/youxiajiao.js @@ -2613,6 +2557,7 @@ ||https://i8.com.cn/images/a.swf ||https://i8.com.cn/images/tiandijie.jpg ||https://iab03.com/zzz/ +||https://iabao.com/sladewap.js ||https://iapolo.com/myjs/ ||https://iask.ca/img/*.gif ||https://iask.cn^*.data. @@ -2623,14 +2568,13 @@ ||https://iball1990.com:897/js/commerical ||https://ibf.tw/js/jquery.blockUI.js ||https://ibkda.com/other/ +||https://ibkda.com/some/plusshow.js ||https://icaile.com/z.php?id= ||https://iciba.com/www/img/activity/common/active-11-11.js -||https://ickd.cn/act/ ||https://ickd.cn/mobile/js/touch ||https://icnkr.com/cnkradv/ ||https://icnkr.com/data/attachment/portal/ ||https://idaima.com/ycz/ajax/get_items_for_bejson/ -||https://idcquan.com/linux/cio_new.html ||https://idv.st/dns/bar.htm ||https://ieche.com/global/*/ad/ ||https://ieche.com/InAds/ @@ -2713,7 +2657,9 @@ ||https://ifengimg.com^*600.swf ||https://ifengimg.com^*couplet$script ||https://ifengimg.com^*Float$script -||https://ifkdy.com/img/hydy +||https://ifeve.com/wp-content/uploads/*/cachekit +||https://ifeve.com/wp-content/uploads/*/WechatIMG +||https://ifkdy.com/layer/layer.js ||https://ifooday.cn/index.php?m=poster& ||https://igamepark.biz/ads_output.php ||https://iis7.com/ys/css2018/ggw.js @@ -2722,9 +2668,9 @@ ||https://ikafan.com/js/novel.js ||https://ikafan.com/upload/image/iqiyi_ ||https://ikaka.com/globalad/ -||https://ikanfan.cn/2018/ikanfan_new/dist/bootstrap.js ||https://im286.net/286/ ||https://image-shop.baidu.com/n/imageproduct? +||https://image.39.net/style/ ||https://images.china.cn^*first/$subdocument ||https://images.jurong.cn/bbs/ ||https://images.sohu.com/bill/ @@ -2738,7 +2684,6 @@ ||https://img*.bet007.com/image/*.gif ||https://img*.hc360.com^*.swf ||https://img*.win007.com/image/*.gif -||https://img.86wan.com/img2/top.jpg ||https://img.eol.cn/images/ed/$~image ||https://img.ifeng.com/tres/html/ ||https://img.win0168.com/image/*.gif @@ -2746,19 +2691,18 @@ ||https://img588.net/images/*.gif ||https://img599.net/images/*.gif ||https://imgchili.net/media/top.gif -||https://imgf.gamersky.com^$image ||https://imghost.top/kita/ ||https://imgkdiyoub999.com/ok/ ||https://imgme.me/images/*.gif ||https://imgmega.com/i/*.gif -||https://imgout.ph.126.net/56208002/AD_ ||https://imgroom.net/images/*.gif ||https://imgs.cc/images/ad_ +||https://imgs.cc/img/8Pl6FJY.gif ||https://imgsrc.baidu.com/tieba/pic/item/$image ||https://imgur.com/df53F09.jpg +||https://imgur.com/oPNxy4w.gif ||https://imgur.com/zNQ0lXP.gif ||https://imooc.com/open/courselistrandjs -||https://infoqstatic.com^*/scripts/rightbarOptionalVcrBox.js ||https://inhe.net/Uploadfiles/inhegg2016/ ||https://inlishui.com/index.php?m=poster& ||https://inoreader.com/adv/ @@ -2766,27 +2710,24 @@ ||https://iocoder.cn/alert/js/alert.js ||https://ioio.cc*/dm/*.swf ||https://ioio.cc/adtui/ +||https://ionemanhua.com/js/ad/ +||https://ionemanhua.com/js/xvideo.js ||https://ip.cn^$csp=style-src 'self' https: -||https://ip38.qiniudn.com/js/zzsc.js ||https://ipeen.com.tw/js/frame/ad-actions.js ||https://ipeen.com.tw/photo/ad/ -||https://iplaypy.com/js/tonglan-1200ad.js -||https://iplaypy.com/uploads/allimg/160127/2-16012G50U0c1.jpg -||https://iplaypython.com/images/banner ||https://iporn.world/attachment/ad/ +||https://iptv444.com/ad- ||https://iqilu.com/getZone.php ||https://iqilu.com/static_files/richmedia/ ||https://iqshw.com/d/js/m/thea ||https://iqtfy.com/upload/vod/620.gif ||https://ishowx.com/www/2015/js/top.js -||https://ishuaji.cn/public/images/banner.jpg -||https://ishuhui.com/cartoon/book-1/*/sp -||https://ishuhui.com/setting/get_conf/option/ad/ -||https://isso.com.cn/upload_image/A-D/ +||https://isso.com.cn/club/adv +||https://isso.com.cn^*/A-D/ ||https://it165.net/index.php?m=poster& ||https://it168.com/factory/ad/ ||https://it168.com/forum/201412/19/151606lvf3btnnotc62rl6.jpg -||https://it610.com/siteimage/shop +||https://it610.com/views/front/js/special/ ||https://itavcn.com/images/2012/ad_ ||https://itavcn.com/images/2013/ad_ ||https://itavcn.com/images/2014/ad_ @@ -2822,10 +2763,10 @@ ||https://itopdog.cn/itopdog/ad.js ||https://ituba.cc/uploads/allimg/201610/603/ ||https://itv.hexun.com +||https://iupian.com/mstyle/js/topinfo.js ||https://iviewui.com/v1/*?name= ||https://iviewui.com/v1/asd/ -||https://ixinshijue.com/template/212yspc/js/37.js -||https://ixjys.com/dbxf/ +||https://ixinshijue.com/gg.php ||https://iyejie.com/1024code.gif ||https://iyejie.com/xydlad.js ||https://iztwp.com/images/ @@ -2836,30 +2777,33 @@ ||https://jandan.net^*/3kbw2.png ||https://jandan.net^*/699pic/ ||https://jandan.net^*/moyu.png +||https://jav101.com/img5bbb0096f242f.gif ||https://javazhijia.com/skin/ ||https://javbooks.com/52toy/ ||https://javdove.com/templates/frontend/javdove/*/partialviewslider. ||https://javhd.com/banners-mainpage/ +||https://javhd.com/sb/ +||https://javhoo.net/pop/pop.jpg ||https://javhub.net/img/r18_banner1.jpg ||https://javjunkies.com/FL$subdocument ||https://jb51.net/imgby/logo_ -||https://jb51.net^$script -||https://jb51.net^*Loader.js ||https://jbzyw.com/Application/M/adv/ ||https://jc001.cn/footer_float_bar/ +||https://jc9822.com/Runtime/Js/ ||https://jcodecraeer.com/plus/fuckblok. ||https://jcrb.com/ZYW/$subdocument ||https://jd-bbs.com/tianyi/ ||https://jd-bbs.com^*/gif/ ||https://jd100.com/cwmpc/ +||https://jdwx.info/api.php?mod=ad& ||https://jfrft.com/ad/ ||https://jfrft.com/images/index_ ||https://jfrft.com/images/nono/ ||https://jfrft.com/js/main_list.js -||https://jfzx.tv/js/sb/ ||https://jgzj.net/bbs/attachments/month_1111/ ||https://jia.com/js/common/article_home_adv.js -||https://jialingmm.net/foot.php +||https://jialingmm.net/dm/tj.js +||https://jialingmm.net/tj.js ||https://jianglishi.cn/statics/statics/js/code_ ||https://jianhucheng.com/data/attachment/portal/ ||https://jianke.com^*/jquery.ppt. @@ -2870,7 +2814,7 @@ ||https://jiaoyu.baidu.com/tieba/ ||https://jiasule.com/static/js/http_error.js ||https://jiayu.net/comiis_ad/ -||https://jiazhuang.com/Public/Home/bootinfo/ +||https://jiemian.com/static/jmw/js/adBase_ ||https://jijidown.com/static/img/dongcidaci/ ||https://jijidown.com/static/img/right_bottom. ||https://jijistatic.duapp.com/Squall/1.jpg @@ -2891,21 +2835,21 @@ ||https://jisuxz.com/180226/downshare ||https://jitapu.com/inc/adv ||https://jiyingdm.com/js/loadingshow.html -||https://jj.5ccc.net/scripts/new/ -||https://jj20.com/js/x +||https://jizy.cn^*/ysshare? +||https://jj20.com/static/js/a.js ||https://jj59.com/sy/banner.js ||https://jjckb.cn/flash/1031ad/ -||https://jjjaaa.com/aaa/ ||https://jjjgame.com/images/ad11.jpg ||https://jjr123.com/javascript/dl.js ||https://jjwxc.net/jjPopup.php -||https://jlpcn.net/upload/vod/2016-02-25/201602251456391344.jpg +||https://jlpcn.net/img/300p- ||https://jlxyjs.com/attachment/ ||https://jmbbs.cn/sjgg/ -||https://jmcdn.cn/file/script/A ||https://jmhfw.com/index.php?/ajax/get_adv/ +||https://jmnyg520.com/inc/poster.php ||https://jmydm.com/jspage/ftt.js ||https://jnlc.com/www/fund/newsmarket +||https://jp2468.com/addon/ ||https://jp2468.com/api/vip/vipshow.php ||https://jpm.cn/images/a/ ||https://jpwind.com^*/scroll.js @@ -2926,10 +2870,10 @@ ||https://js.shiwt.com/110.js ||https://js.tlt.cn/js/ ||https://js0573.com/images/cus/ -||https://jstucdn.com/ftp/2019/0220/2cd03e9627bf753fa94bf9ac1c4d1250.jpg ||https://jstucdn.com/g3/ ||https://jsxf.org/images/ ||https://juejin.im/v3/web/wbbr/ +||https://juji.tv/Runtime/js/ ||https://juqingw.com/js/tad ||https://juweixin.com/static/spk ||https://juxia.com/jxtp/indexbg.jpg @@ -2943,6 +2887,7 @@ ||https://jyacht.com/flash/marina.swf ||https://jyfw.cn/gonggong/jiayu/cf_ ||https://jyfw.cn/nav/cf_ +||https://jyrd.com/statics/*/js/baizhu/ ||https://jysjian.com/public//z ||https://jz5u.com/js/tl$script ||https://jz5u.com/js/xiazaiURL.js @@ -2953,16 +2898,21 @@ ||https://kajila.cn/ad.html ||https://kan300.com/js/union.js ||https://kan300.com/js/union/ -||https://kan98.com/c.html +||https://kan98.com/images/*.gif +||https://kan98.com/statics/js/k2017/kan98.js ||https://kancloud.cn/ad/ ||https://kanguba.com/file/js/ifr.asp ||https://kanjuba.me/js/bbk/ +||https://kanjuwo.com/js/6 +||https://kanjuwo.com/js/8 ||https://kankanmi.com/js/zjgg ||https://kankantv.cc/330-50.gif ||https://kankanwu.com/le/ +||https://kankanwu.com/xuxu/ ||https://kanmeiju.net/js/ ||https://kanpb.com/skin/images/ ||https://kanpp.net/Uploads/ad/ +||https://kanqiuba.net/js/ ||https://kantie.org/a/images/car.jpg ||https://kantv6.com/index.php/Popularize/ ||https://kaoyan1v1.com/IAA/ @@ -2978,8 +2928,6 @@ ||https://kekenet.com^*/zhike ||https://kewaishu.org/m- ||https://key8.com/cache/www/banner_ -||https://keydatas.com/ad/ -||https://keydatas.com/img/*-336-280. ||https://keywin.org/templates/kw_v2/images/youbianad.png ||https://kiees.cn/img/ ||https://kiees.cn/jm.png @@ -2996,6 +2944,8 @@ ||https://kmplayer.cn/include/jscript/*-a.js ||https://kocpc.com.tw/adsbyso.js ||https://kokojia.com^$third-party +||https://koot.monster/assets/js/ueads.js +||https://koyi.pub/wp-content/plugins/dh-anti-adblocker/ ||https://ksiwnx.pw/gg_html/ ||https://kt51.com/images/kt51.gif ||https://kt51.com/wz.jpg @@ -3010,11 +2960,11 @@ ||https://kuaihou.com/c/shuoming.js ||https://kuaihou.com/c/you1.js ||https://kuaihou.com/js/new/xiazai -||https://kuailiyu.com/templates/cyzonev3/js/m.js ||https://kuaiso.com/js/ad- ||https://kukan5.com/ad ||https://kukudm.com/js/comic- ||https://kukudm.com/js/play- +||https://kukudm.com/mg/show ||https://kukudm.com/top.htm ||https://kunpeng-sc.csdnimg.cn/#/preview/ ||https://kviso.com/ddnew/kviso @@ -3055,16 +3005,18 @@ ||https://lawtv.com.cn/jd_ceshi.html ||https://lawtv.com.cn/skin/newplayer/ads_dianshi.php ||https://lawtv.com.cn/skin/stop.swf -||https://lcok.net/2019/ad/$rewrite=abp-resource:blank-mp3 +||https://layuicdn.com/layer/layer.js ||https://lcxw.cn/d/js/thea ||https://ld0766.com/*20*a/ ||https://ld12.com/js/myfiles/ ||https://ldb.cc/js/top.js +||https://leagueofmovie.com^*Ads ||https://lecai.com/page/zhuanti/baidu/ ||https://leiphone.com/uploads/new/article/880_880/201807/5b5687fef17a5.jpg ||https://leiphone.com/uploads/new/category/pic/*/740x140/ ||https://leju.com/abp/cmslead_new.v2.js ||https://leju.com/scripts/app/pc/indexlayer/v1/indexlayer.js +||https://leju.com^*=abs.processReqChange ||https://lelekan.com/sp/fmt.js ||https://leleketang.com/dat/a/ ||https://lenovo.com.cn/cms/2018-07-20/201807201014498251793.png @@ -3073,8 +3025,8 @@ ||https://letvcdn.com/js/*_focus_flash.js ||https://letvimg.com^*/108x70$object ||https://letvimg.com^*_phone/ -||https://lewenxiaoshuo.com/file/script/ -||https://lewenxiaoshuo.com/m- +||https://lewxs.com/file/script/ +||https://lewxs.com/m- ||https://lezhuan.com/js/spread.js ||https://lgmi.com/ggimg/ ||https://lgmi.com/images/*.swf @@ -3088,8 +3040,9 @@ ||https://liangchan.net/aaddaadd/ ||https://liangchan.net/adf/ ||https://liangjan.com/js/show_ -||https://lianmeng.la/fgh/ +||https://lianmeng.la/klm/ ||https://lianmeng.la/layui/layui.js +||https://liantu.cn/script/index.asp ||https://lianyexiuchang.cc/img/2f2372e9bf205df0.png ||https://lianyexiuchang.cc/img/97da89108eb659fc.gif ||https://lianyexiuchang.cc/js/ @@ -3100,10 +3053,8 @@ ||https://lieqinews.com/json/zhiketj/ ||https://lihuasoft.net/images/ad_ ||https://liisex.com/images/banners/ -||https://line-scdn.net/6c21c9a4/statics/js/index/redirect.js ||https://linecg.com/uploads/banner/ ||https://lingdianshuwu.com/js/content -||https://link.fobshanghai.com/bbsimage/ ||https://linkhelper.cn/mmshow ||https://links.cn/mmshow ||https://linkwan.com/gb/broadmeter/speed/cp.js @@ -3117,6 +3068,7 @@ ||https://linuxidc.com/linuxfile/list ||https://liu16.com/vip.png ||https://liuxue86.com/css/liuxue_output.js +||https://liuxue86.com/js/ideng/liuxue-show ||https://live173.com//AD/ ||https://live173.com/BANNER/ ||https://liveany.com/images/8d8d.gif @@ -3128,10 +3080,10 @@ ||https://logoquan.com/upload/prd/ ||https://loldyttw.net/blr.js ||https://loldyttw.net/skin/lol/js/ds.js -||https://loli.net/2017/12/21/5a3b732b8e72e.png ||https://loli.net/2018/06/12/5b1eb40282e3a.jpg ||https://loli.net/2018/09/01/5b8ab2b61cec4.jpg ||https://loli.net/2019/04/24/5cc0027b4f2f1.png +||https://loli.net/2020/01/20/jenML2kJsAxl6CE.jpg ||https://lolshipin.com/zt/sxx/ ||https://longbahao.com/asd.js ||https://longbahao.com/js/ad- @@ -3147,6 +3099,7 @@ ||https://lu228.com/ajs/ ||https://luanren.com/images/*.swf ||https://luckstatic.v1.cn/st/10000/ +||https://lululu.icu/ad ||https://lutouwang.net/static/images/boss_gao_hb.jpeg ||https://lutouwang.net/static/js/mv_ad ||https://luuu1.com/g/ @@ -3169,35 +3122,38 @@ ||https://lzk.hl.cn/lctp/ ||https://lzyysw.com/upload/ ||https://m.kankanwu.com/js/ +||https://m.lelekan.com/sp/ ||https://m.mianbao99.com/js/detail.js ||https://m.tiebaimg.com/timg?wapp^*imgtype=0$image ||https://m.xigua110.com/js/ +||https://m.ybstwl.com/public/tpl/m2/js/ ||https://m1905.cn/afp/mdsfw.js ||https://m1905.cn/data/suspension_ ||https://m1905.com/asp_js/k.js -||https://m1968.com/files/h5/ ||https://m3hf.com/js/float ||https://ma.baiducdn2.com^*/main.js?t= ||https://macd.cn/macd-topads.html ||https://macfans.org/images/*/980x ||https://macx.cn/js/jquery. ||https://mafengwo.net/s13/M00/D0/6D/wKgEaVza2HCAJw8sAAOVHkWHw_c98.jpeg +||https://magedu.com/wp-content/uploads/*/xwzx ||https://mahoupao.com/api.php?mod=ad& ||https://mahua.com/api/$subdocument ||https://mahua.com/www/default/js/mahua_show.js ||https://mahua.com/www/default/js/replace_ab.js ||https://maiche.com/iframe/rank.html ||https://mail.pchome.com.tw/img/classifieds/300120.gif -||https://maipiao.96900.com.cn/js/indexgg ||https://makaidong.com/img/ ||https://mall.xinkuaituan.com/zhuanti/ ||https://manqian.cn/async/adLocationConfig ||https://maodh.com/admin/up/*.gif ||https://maolihui.com/wp-content/themes/miaonew/images/adb +||https://maopu.tv/d/file/p/2019/07/6ac50c702cf9e6a9a7910a510c40cb73.jpg ||https://maoyun.tv/fsq/fangshaqi ||https://maoyun.tv/g3/ ||https://maoyun.tv/jk/ ||https://masadora.net/kakusan- +||https://mascwgs.com/img/ ||https://masturbation22.com/d/ ||https://mat1.gtimg.com/2014/vikkydu/GA/haier ||https://mat1.gtimg.com/2014/webtips/ola2014tips @@ -3206,6 +3162,7 @@ ||https://mbalib.com/wiki/common/wikibits.js ||https://mcchou.com/wp-content/themes/begin/js/mcchou.js ||https://mcncc.com/yeyou/*.htm +||https://me680.com/js/*.js ||https://medsci.cn/aimgs/$script ||https://medsci.cn/images/wyg.jpg ||https://meiju8.cc/js/jquery.p.min.js @@ -3214,9 +3171,11 @@ ||https://meiju8.cc/js/tpcode.js ||https://meijub.com/a/youxiajiao ||https://meijub.com/js/a/ +||https://meijuck.com/js/dfw.js ||https://meijumi.vip/wp-content/plugins/dreamgrow-scroll-triggered-box/ ||https://meijutt.com/xieziAD.jpg ||https://meijuxz.com/template/ZQ/ +||https://meipian.me^*/api_ad/ ||https://meipuw.com/style/ad ||https://meishichina.com/v3/ ||https://meitu.com/js/floatxiuxiu.js @@ -3224,6 +3183,7 @@ ||https://meituan.com/xiuxianyule/api/getRecommendList? ||https://meitui.org^*.js ||https://meitulu.com/css/*showgg.js +||https://meiyee.cc/js/tj.js ||https://meiyouad.com/static/pc/img/111.gif ||https://meiyouad.com/user/admin? ||https://meizhou.cn/comm/mygg/ @@ -3242,22 +3202,27 @@ ||https://mikanani.me/images/upupoo ||https://mil.news.sina.com.cn/iframe/109/2012/1024/photo.html ||https://mil.news.sina.com.cn/iframe/109/2013/1015/hotpic.html +||https://milimili.tv/js/loadjs/jquery +||https://milimili.tv/template/JOELEO/*.js ||https://mima.club/tuijian/speedtest/ -||https://mingyg.cn/data/attachment/freeaddon_banner/ ||https://minixiazai.com/others/all_soft.js ||https://minixiazai.com/statics/js/soft/index.js ||https://mipcdn.com/i/s/https://i.loli.net/ -||https://mipcdn.com^*/mip-*ad +||https://mipcdn.com^*/mip-*ad- ||https://mipengine.baidu.com/common? +||https://mir300.com/88a/ ||https://missyuan.com/sy/ ||https://mitbbs.ca/ad_ ||https://mitbbs.com/ad_ ||https://miwifi.com^*ads/ +||https://mkd88.cc/16.32.jpg ||https://mm111.net/api.php?mod=ad& ||https://mm387.com/images/*.gif ||https://mm7920.com:8888/upload/*.gif +||https://mmonly.cc/js/mmonlyAPP.js ||https://mmsao.me/lianmeng/ ||https://mmtalk.net/images/banner +||https://mnrrk.com/yuhe/ote/js/pcgg.js ||https://mobile.sina.cn/public/files/image/600x150_ ||https://mobile.sina.cn/public/files/image/620x300_ ||https://moe-acg.cc/ads.js @@ -3291,11 +3256,11 @@ ||https://mp4ba.com^*/js/head.js ||https://mp4ba.net/static/js/mp4ba.js ||https://mp999.net/wp-content/uploads/*zgg +||https://mphj.com^*Runtime/Js/ ||https://mql5.com/rq? +||https://msdn.hk/templets/msdn/*/gg.js ||https://msdn.hk/templets/msdn/css/index.js ||https://msdn.hk/templets/msdn/css/msdng.js -||https://msdn.hk/templets/msdn/js/gg.js -||https://mshow.fang.com/s?z= ||https://msstatic.com/huya/main/img/mc-recom_ ||https://msstatic.com/huya/main3/widget/roomGgChat/ ||https://msstatic.com/huya/main3/widget/roomGgTop/ @@ -3304,21 +3269,25 @@ ||https://mtime.cn/tg/ ||https://muyuge.com/fw.html/ ||https://muzisoft.com/static/*_f.js +||https://mvcat.com/wx/follow.js ||https://mvxz.com/bar3.js ||https://mvxz.com/boximg/ ||https://mvxz.com/img/ ||https://mw6.me/images/*.gif ||https://mwrf.net/images/js/*mrf.js ||https://mwrf.net/images/mrf/ +||https://mxzmz.com/js/ ||https://my0511.com/*/ad_ ||https://my0538.com^*/thumb_1000_70_ ||https://my0832.com/xyz/xx/ +||https://my4700.com/js/*.js ||https://mybjx.net/theme/default/js/common/bjx_service_ ||https://mybjx.net/theme/default/js/common/duilianchn.js ||https://mycodes.net/js/$image ||https://mycodes.net/js/hf_txt.js ||https://mydrivers.com/2018/ad/ ||https://mydrivers.com/2018/drivers/yjgg +||https://mydrivers.com/2018/news/ad ||https://mydrivers.com/images/*_1100_90. ||https://mydrivers.com/images/hongbao ||https://mydrivers.com/m/apptuijian. @@ -3327,6 +3296,8 @@ ||https://mydrivers.com/news/2018/contentfoot.png ||https://mydrivers.com/news/2018/wangluodianshi.gif ||https://mydrivers.com/www/gg_ +||https://mydrivers.com^*/hb/m_tm +||https://mydrivers.com^*/kkj_db_ ||https://mygeek.cn/pic_ ||https://myhack58.com/Articleacb0 ||https://myhack58.com^*0$script @@ -3334,6 +3305,7 @@ ||https://myjianzhu.com/file/upload/201806/12/192806811.gif ||https://mysteelcdn.com/gg/ ||https://myweb.hinet.net/menu.htm +||https://myyan.org/js/qz.js ||https://mzhhdn.com/hongbao.jpg ||https://n2.hk/apps/car_feed/tb/*/banner.html ||https://n2.hk/promo/ @@ -3346,6 +3318,7 @@ ||https://nbegame.com/nbeos/nbegg.html ||https://nbyayu.cn/player.swf ||https://ncdiy.com/webindex/300-250AD.swf +||https://ncservice.xyz/getAdvs ||https://nczsks.com/SCWB/WebResource.axd ||https://nen.com.cn/eap/ ||https://nen.com.cn/service/js/beitou @@ -3356,7 +3329,6 @@ ||https://newasp.net/apps/misc.php?action=advert& ||https://newasp.net/misc/js/foot_ ||https://news.cn/2018/images/2018rbqj_ -||https://news.hz66.com/IAA/201111/ ||https://news.sina.com.cn/js/792/*head*.js ||https://news.sina.com.cn/pfpnews/js/libweb.js ||https://news.sina.com.tw/js/ti.js @@ -3365,16 +3337,22 @@ ||https://newsmth.net/nForum/files/adv/ ||https://newsmth.net/nForum/googlead/ ||https://newsres.cn/temp/tempad +||https://newume.com/v1/data/ume- ||https://newyx.net/j/down_yd.js ||https://newyx.newyx.net/j/ ||https://nex.163.com/q? +||https://nfmovies.com/pic/tu/a191124001.$rewrite=abp-resource:1x1-transparent-gif,~third-party +||https://nfmovies.com/pic/tu/a191124002. +||https://nfmovies.com/pic/tu/a191124003. +||https://nfmovies.com/pic/tu/a191124004. +||https://nfmovies.com/pic/tu/ad +||https://nfydd.com/template/wap1/js/dd.js ||https://nihaovcd.com/js/neirong ||https://ningmengzhibo.com/ement/beforeSearchEment.action ||https://niu20.com/g/ ||https://niubixxx.com/seo/ ||https://njdaily.cn/templates/njdaily2014/widget/njdaily-slideAds -||https://njxzwh.com/downza/pc/v2017/images/downAD -||https://nlark.com/yuque/0/2019/jpeg/124897/1559321053265-assets/web-upload/c81b86b3-3fdd-4722-8e1c-834abc015442.jpeg +||https://nmgk.com/Runtime/Js/ ||https://nmgnews.com.cn/other/003/000/*.swf ||https://no1.168abc.net/upload/ ||https://nownews.com/assets/js/setAds.js @@ -3383,11 +3361,12 @@ ||https://nvsheng.com/js/gg.js ||https://nxing.cn/uploads/uploads/*-size1220x ||https://nyaa.fun/static/js/costcheck +||https://nychinaren.com/houbei/ ||https://nz04com.com/aabdd/ ||https://oa.hinews.cn/work/img/ -||https://oebais8m0.qnssl.com/media/img/edu250-200.jpg ||https://ofweek.com/img/proimage/2017/osl ||https://ofweek.com/pop/ad/ +||https://okbmf.com/imgad/ ||https://okbmf.com^*950_120 ||https://okooo.com/I/?method=system.data.ad& ||https://oldpig.org/live.html @@ -3399,6 +3378,7 @@ ||https://onedala.tv/uploads/banner/ ||https://onegreen.net/MyFile/ ||https://oneinstack.com/images/oneinstack- +||https://onemanhua.com/js/dynamicjs.js ||https://onemanhua.com/js/xvideo.js ||https://onetvb.com/assets/javascripts/ ||https://onlinedown.net/Public/img/bomAD.jpg @@ -3415,22 +3395,25 @@ ||https://orzx.im/Document/union/ ||https://orzx.im/images/downloader.jpg ||https://orzx.im/js/*pop -||https://oscaches.com/dj.js ||https://oschina.net/promotion/ ||https://oschina.net/uploads/ad/ ||https://oschina.net/uploads/cooperation/ -||https://ouliu.net/i/*.gif +||https://oss-ap-southeast-1.aliyuncs.com/js/copy.js ||https://ouo.us/nyad/ ||https://ousns.net/daohang/ ||https://oxxvideos.xyz/static/tmp/ ||https://oyksoft.com/assets/images/*.gif ||https://oyksoft.com/show/b. -||https://p.37youyou.com/*.jpg ||https://p.kugou.com/?id= ||https://p.zol.com.cn/download/detail.js +||https://p2peye.com/ajax.php?mod=ad& +||https://p2peye.com/ajax.php?mod=advertisement& +||https://p4vip.com^*.html$subdocument ||https://pan66.com/popup/ ||https://panc.cc/uploads/hongbao.png ||https://panjin.net/ichat2/adhtml.htm +||https://panmeme.com/pc/common.js +||https://panmeme.com/pc/youxiajiao.js ||https://panpan.org/js/google ||https://panpan.org/other/ ||https://panpan.org/plus/img/ @@ -3459,6 +3442,7 @@ ||https://pcstore.com.tw/adm/psearch_payad_ ||https://pcstore.com.tw/css/myacc_init.js ||https://pctowap.com/dowap2/mobile/*.js +||https://pcvideoyf.titan.mgtv.com/pb/*.mp4 ||https://pdfbook.cn/wp-content/uploads/2017/11/049.jpg ||https://penglai.com.cn/UploadFile/image/*.gif ||https://people.com.cn/adv/ @@ -3471,9 +3455,11 @@ ||https://pg.udn.com/BT/*.swf ||https://pharmnet.com.cn/cnbanner/ ||https://pharmnet.com.cn/js/float_div.js +||https://phbkm.com/js/ ||https://php1.cn/uploads/huayun.jpg +||https://phpernote.com/ali +||https://pianba.tv/api/new_ ||https://piaodown.com/other/*.js -||https://piaohua.com/js/wlfloat.js ||https://piaohua.com/js/yzz/$script ||https://piaoliang.com/js/all.js ||https://piaoliang.com/js/gg.js @@ -3507,26 +3493,27 @@ ||https://play6111.com/js/ ||https://playtv.com.cn/Pictuer/ ||https://plures.net/prod/player/live_page_adv +||https://pniao99.com/statics/js/stat.js ||https://poco.cn/v1_1/rank/get_floating_layer_ad ||https://poco.cn^*_info_banner -||https://popomh.com/js/ ||https://porn87.com/static/stream_ads/ ||https://potplayer.org/sc/ ||https://poxiao.com/template/default/images/12345.js ||https://ppshk.com^*banner/ ||https://ppsj.com.cn/images/ppsj300.gif -||https://ppsj.com.cn/images/usa_250_120.gif -||https://ppsj.com.cn/ppsj728.gif ||https://pptv.com/game/aplus/client/gamedetail.html ||https://prettyvirgin.com/images/banners/ ||https://prettyvirgin.com/js/show.html ||https://price.com.hk/dfp_price.php? ||https://price.com.hk/ec-discuss-widget.php ||https://price.com.hk/scripts/ysm.js +||https://proewildfire.cn/fd.js ||https://programmer-club.com.tw/images/uuu/ ||https://property.hk/js/adside.js +||https://ps110.ru/js/*.js ||https://ps123.net/MyFile/ ||https://ps557.com/link/ +||https://ps886.us/js/*.js ||https://pstv.tv/pstv.jpg ||https://psyzg.com/Public/Home/images/tuhe_240_236.gif ||https://pt80.net/source/plugin/fysq_ad/ @@ -3539,6 +3526,7 @@ ||https://putonghua520.com/skins/10ym/3jin.gif ||https://putonghua520.com/skins/10ym/baicai.gif ||https://puudeng.com.tw^$subdocument +||https://pv966.us/js/tw.js ||https://pw321.com/bulu/ ||https://pythontab.com/statics/images/*abc ||https://pythontab.com/statics/images/*ads @@ -3547,22 +3535,24 @@ ||https://pythontab.com/statics/images/*show ||https://pythontab.com/statics/images/goodad/ ||https://pythontab.com/statics/images/yigegg/ -||https://qchubxx.com/static/js/edfunc.js -||https://qconbeijing.com/js/infoqcn.js +||https://q38.xyz/images/ +||https://qayqa.com:6868/jquery/ +||https://qcmlw.com/js/service.js ||https://qdaily.com/mount_details/pc/ ||https://qdjimo.com/html/js/ -||https://qdosm.cn/images/*.gif ||https://qdross.com/vip/ ||https://qhdlz.net/ssyyss/m.js +||https://qhdlz.net/uploads/glxs/980x120.jpg ||https://qhf168.com/data/attachment/portal/ +||https://qhimg.com/ssl/20212c7594890e1c.js ||https://qhimg.com/static/*/common/seed.js ||https://qhnews.com/tupian/ ||https://qhres.com/static/*/common/seed.js ||https://qhres.com/static/4b6ab193405b6ca3.js ||https://qhres.com^*/baidu_ +||https://qiaini.com/js/1mimi.js ||https://qianjia.com/HotImages/2017/11/img20171109122716999.jpg ||https://qianzhan123.com/jsgg/ -||https://qicheyinyue.wang/wp-content/themes/RedSOHO/images/hongbao. ||https://qihoo.com/hot/text.html?site= ||https://qiming360.com/mingJs/xmKu_ ||https://qimm.org/Uploads/ad/ @@ -3572,7 +3562,7 @@ ||https://qingkai.com/gg_img/ ||https://qingkan520.com/file/script/ ||https://qingkong.net/skin/htcs/images/980.jpg -||https://qiqi321.com/jquery/ +||https://qitete.com/mid/ ||https://qiuw.com/static/xin-ad.js ||https://qiuyi.cn/Baojian/ ||https://qixingquan.com/api.php?mod=ad&adid= @@ -3607,8 +3597,8 @@ ||https://qnsb.com/news/index.php?m=poster& ||https://qnvod.net/qna/ ||https://qpgyy.com/add01.html -||https://qpic.cn/fans_admin/0/3_1379495610_1557565080852/0 ||https://qpic.cn/mblogpic/47a05e3dca9d6bc9e20e/2000 +||https://qpic.cn/qq_public/ ||https://qq260.com/shout.js ||https://qq745.com/m/ad/ ||https://qqcf.com/js/Content_Get.js @@ -3617,6 +3607,7 @@ ||https://qqfby.com^*ad ||https://qqjia.com/dan.js ||https://qqjia.com/images/ad +||https://qqk19.com/data/content ||https://qqread.com/*js/$script ||https://qqread.com/swf/ ||https://qqtn.com/js/*0.js @@ -3627,6 +3618,7 @@ ||https://qqyy.com/js/public_end_add.js ||https://qsptv.com/tpl/newstyle/js/extension.js ||https://quanmin.tv/static/pages/adranktit.html +||https://qunale888.com/files/h5/ ||https://qunar.com/render/*Advertisement.jsp? ||https://qunar.com/vata?chan= ||https://qunar.com/vataframe/b.html? @@ -3665,10 +3657,13 @@ ||https://rfidworld.com.cn/js/RFID.js ||https://rfidworld.com.cn/js/RFIDExec.js ||https://rfidworld.com.cn/Notice/Home +||https://riaway.com/statics/idea.jpg ||https://rigengjihua.cn/banner/ ||https://right.com.cn/logo/*.gif ||https://right.com.cn/logo/yyb.png ||https://riju.com/pr/ +||https://rijutv.com/statics/alljs/rijutvapp. +||https://rijutv.com/statics/alljs/rijutvpc.js ||https://rijutv.com/statics/js/tb.js ||https://rijutv.com/uploadfile/8c96dc2f564c1b56.png ||https://rising.cn/js/haoAdData.js @@ -3678,6 +3673,10 @@ ||https://rjfcxxw.com/yimaopic/ ||https://rjsos.com/channel/laomo_dibu.png ||https://rjzxw.com/include/ +||https://rm66.me/ri.js +||https://rm66.me/tpl/js/i.js +||https://rm66.me/tpl/js/t.js +||https://rryy99.com/statics/js/stat.js ||https://rsccs.com/code/ ||https://rsdown.cn/static/new0613/down.js ||https://rsdown.cn/static/t/ @@ -3687,6 +3686,7 @@ ||https://rugao35.com/Public/config/Couplet/Index ||https://ruian.com/img/2016/a1-6-1.gif ||https://ruian.com/img/y13/ +||https://ruishungp.com/assetscms2019/js/get_content.js ||https://ruiwen.com/js/a/p.js ||https://runmang.vip/img/ ||https://runsky.com/bbsadv- @@ -3709,6 +3709,8 @@ ||https://s1.pplive.cn/sta.js ||https://s8bbs.com/ad/ ||https://s8bbs.com/g.php? +||https://sansrl.cn/mir300/attachment/portal/ +||https://sass.hk/images/hengfu.jpg ||https://sass.hk/js/ggcn.js ||https://sass.hk/plus/mytag_js.php?aid= ||https://sbo8.com/static/theme/js/bottom. @@ -3763,8 +3765,9 @@ ||https://shfq.com/data/attachment/portal/ ||https://shhgg.in/js/shangjia ||https://shhgg.in/shlf1314/ +||https://shicimingju.com/scmjddd/ ||https://shihuo.cn/alibtn_ -||https://shimo.im/api/ads? +||https://shimo.im^*/ads? ||https://shiyanlou.com/img/shiyanlou- ||https://shoudian.org/diantong/laoma ||https://shouji.com.cn/static/v2/images/sj_banner_ @@ -3799,34 +3802,27 @@ ||https://sinaimg.cn/jslib/kuozhanad.js ||https://sinaimg.cn/large/ ||https://sinaimg.cn/large/*.gif -||https://sinaimg.cn/large/005BYqpggy1g3m368q4ucj30xc03cwf2.jpg ||https://sinaimg.cn/large/005EuLLtgw1eji5kzbgvlg30r801ogpy.gif -||https://sinaimg.cn/large/0060lm7Tly1g3a6izuyo6j30qk01xt93.jpg -||https://sinaimg.cn/large/0060lm7Tly1g3dc0ae1b8j30d50foaax.jpg ||https://sinaimg.cn/large/006CZIQPgy1fbziwpw0b8g306y06yq7w.gif ||https://sinaimg.cn/large/006CZIQPgy1fbzjg10emag30ka02in2s.gif ||https://sinaimg.cn/large/006CZIQPgy1fh2jcc14tog30l402iahm.gif ||https://sinaimg.cn/large/006CZIQPgy1fsc8y98k8mg30jg01odi6.gif -||https://sinaimg.cn/large/006UijYYgy1fjcaf2sjbqj30sc09q49o.jpg ||https://sinaimg.cn/large/006ZdrOOgy1flbruaukyxg30l401o444.gif ||https://sinaimg.cn/large/006ZdrOOgy1flbrubi93eg30m801oaff.gif ||https://sinaimg.cn/large/006ZdrOOgy1flbrum925hg30pu01o0z0.gif ||https://sinaimg.cn/large/006ZdrOOly1fld3ezu0n2g304g0godo9.gif ||https://sinaimg.cn/large/007cYCbaly1ftdqurgyj4g30hs02iaaq.gif ||https://sinaimg.cn/large/007hXlMJgy1fuyt7uoe5lg30l401o444.gif +||https://sinaimg.cn/large/007X8olVly1g8cwhgh1img30qo02igm2.gif ||https://sinaimg.cn/large/5431d036ly1fh6gmu6gxmg20tg02i3yr.gif ||https://sinaimg.cn/large/5431d036ly1fhxbxz31nkj20tg02ignm.jpg -||https://sinaimg.cn/large/673b17ccly1ffu8mb9g4zj20k8020whe -||https://sinaimg.cn/large/692843begy1fy539f881bj20qo028abm.jpg +||https://sinaimg.cn/large/6f8a2832gy1g7qyw7suqjj21400p0ake.jpg ||https://sinaimg.cn/large/8c8bd65d ||https://sinaimg.cn/large/df8f080agw1f47u58kr42j20dw0dwadl.jpg ||https://sinaimg.cn/large/e6b79078ly1fdwzlienvfg20uk01odg0.gif ||https://sinaimg.cn/mw1024/006NYgrsgy1ffahk0lf8og30i204677m.gif -||https://sinaimg.cn/mw1024/006VdIwfgy1fiqkkhowdzg30qo02876g.gif ||https://sinaimg.cn/mw690/005th0Pegy1fmd666rsh2j30go05kn14.jpg ||https://sinaimg.cn/mw690/0060lm7Tly1fwa4j35tfpj30fr0nodg9.jpg -||https://sinaimg.cn/mw690/7d1c8e96gw1e6f70r8mwcj20qe082q40.jpg -||https://sinaimg.cn/mw690/83e2e207gy1ft97e1fenkj20fr0no40e.jpg ||https://sinaimg.cn/mw690/a1916e89gw1dye4d6qvyaj.jpg ||https://sinaimg.cn/mw690/a1916e89gw1dye4d74zmij.jpg ||https://sinaimg.cn/unipro/ @@ -3876,14 +3872,17 @@ ||https://sogou.com/wap_ask_service? ||https://sogoucdn.com/dhfe/ ||https://sogoucdn.com/imgu/*.swf +||https://sogoucdn.com/nstatic/js/showtime.js ||https://sogoucdn.com/nstatic/js/tmallskin_ ||https://sogoucdn.com/wap/js/ +||https://sogoucdn.com/wapsearch/static/js/videoAppro. ||https://sohu.com.cn/ppp/bms/bms.popup. ||https://sohu.com/adgtr/ ||https://sohu.com/api/labs/hotnews/c/load? ||https://sohu.com/api/labs/mp/load? ||https://sohu.com/api/photo/photo_bottom.json ||https://sohu.com/interaction/get/ +||https://somanhua.com/smh/ ||https://sonimei.cn/images/gg.png ||https://sonimei.cn/images/llq.png ||https://sonimei.cn/qipai.jpg @@ -3892,6 +3891,7 @@ ||https://sooopu.com/js/contentad330.js ||https://sootoo.com/son_media/msg/2010/11/16/30324.jpg ||https://sopan.me/images/1.gif +||https://soshuw.com/ui/bootstrap/base_ ||https://soufunimg.com/imgd/viewimage/*/640x210 ||https://souid.com/images/css/123.js ||https://souid.com/templets/js/sougg.js @@ -3899,6 +3899,7 @@ ||https://southmoney.com/page/pc/ ||https://southmoney.com/page/top ||https://southmoney.com^*/Inc/ +||https://soxs.cc/npm/vue. ||https://sozi.cn/images/tj/downad ||https://sozi.cn/images/tj/hukead.gif ||https://sozi.cn/templets/sozi/js/js.js @@ -3908,9 +3909,13 @@ ||https://sportsyeah.hk/wp-content/uploads/XfwppqROyThU/qQTuYinCrndr.js ||https://spqi.xyz/static/tmp/ ||https://srzc.com/images/*.swf +||https://ss9874.com/img/91_ ||https://ssnn.net^*-200-250.jpg ||https://sspai.com/api/v1/recommends?*=article_ ||https://sspai.com/attachment/sponsor/ +||https://ssyy121.com/js/bo +||https://ssyy121.com/js/di +||https://ssyy121.com/js/tonglan.js ||https://ssyy881.com/zz/ ||https://stackpathdns.com/imgs/wondershareAd ||https://starbaby.cc/201608/36/f526d86de292e4.jpg @@ -3932,19 +3937,23 @@ ||https://strip.taobaocdn.com/tfscom/$subdocument ||https://stulip.org/static/js/header.js ||https://su.bdimg.com/static/dspui/js/ -||https://subhd.com/images/970 -||https://subhd.com/images/ap/ ||https://sufile.com/jsa/ ||https://suibi8.com/aa1.gif ||https://suibianlu.com/zb_users/theme/tx_fzy/script/zhao.js -||https://sumo.com/api/load/ +||https://suiyishop.cn/zhuangxiu_ +||https://suning.cn/uimg/cms/img/156758599903524618.jpg ||https://suning.com/cpc/getCpcSearchDatasRev? ||https://suning.com/getCpcDatas? ||https://supfree.net/england/ +||https://supfree.net/poland/mobile.js +||https://supfree.net/stat ||https://supfree.net/top.gif ||https://supfree.net/xxx/ +||https://supfree.net^$xmlhttprequest ||https://suv.cn/data/js/64.js ||https://suv.cn/data/js/86.js +||https://sxeimg.com/u/20191108/13082210.gif +||https://syseen.com/content/uploadfile/*/hongbao.png ||https://szfcol.com/images/wxright240.jpg ||https://szfcol.com/js/siteAd.js ||https://szhk.com/565.jpg @@ -3966,6 +3975,7 @@ ||https://talkfx.net/showTKImg? ||https://taobaocdn.com^$image ||https://taoguba.com.cn/js/tgbduilian +||https://taoguba.com.cn/res/js/tgbgg/ ||https://taoguba.com.cn/res/libs/tgbxc.js ||https://taosq.net/public/250x250.jpg ||https://taoyizhu.com/images/guanggao2/ @@ -3983,8 +3993,8 @@ ||https://tengtv.com/skin/xin/Picture/img ||https://texnet.com.cn/images/cnbanner/ ||https://tfg2.com/images/upfile/AD/ +||https://thcdy.co/baidu2/ ||https://theporn.xyz/static/tmp/ -||https://third-bucket.oss-cn-shenzhen.aliyuncs.com/ad/ ||https://thisav.com/index.js ||https://thisav.com/nb/ ||https://thisav.video/v3/nb/ @@ -4037,6 +4047,7 @@ ||https://tohomh123.com/js/funasd.js ||https://tom.com/*TomFlashAd ||https://tom.com/adsender/ +||https://tonghuacun.com/js/uc.js ||https://tonnn.com/promotion2/*.js ||https://toolfk.com/common/cp.js ||https://toolfk.com/tools/images/vps/ @@ -4048,7 +4059,6 @@ ||https://totheglory.im/pic/picad/ ||https://totheglory.im/pic/ttg- ||https://totheglory.im/pic/ttg_ -||https://tp-shop.cn/Public/images/830-80- ||https://tq121.com.cn/j/ad/ ||https://trafficjam.cn^$third-party ||https://trendmicro.com.tw/wp-content/uploads/*Banner @@ -4060,26 +4070,26 @@ ||https://tt27.com/js/jsg/ ||https://ttavav6.com/zz/ ||https://ttkyy.net/uploads/allimg/201710/1a13f1cdc0917406.jpg -||https://ttll.cc/js/ttll/ +||https://ttmgy.com/jstmp/as.js ||https://ttrar.com/live/ ||https://ttx.cn/js/float.js ||https://ttyavav.com/kanshenmekan/ ||https://ttyavav.com/qian/ ||https://tuan.cs090.com/gettuan.php? ||https://tudouui.com/tspecial/assets/PauseContainer.swf -||https://tudown.com/script/subhd.js ||https://tui.gtimg.com//res/ -||https://tui22.com/b/ -||https://tui22.com/cc/ ||https://tuicool.com/images/upload/aliyun -||https://turnpage.com/image/product/common/appcgn.png +||https://tuwan.com/events/courseiframe? ||https://tuwan.com/myad/ +||https://tuwandata.com/uploads/1907/17/731-1ZGG ||https://tuyiyi.com/images/zone/201706/1-1F62G232310-L.png ||https://tuzz.cn/AD_ ||https://tv1box.com/Runtime/Js/ ||https://tv432.com/templets/gg.js ||https://tv699.com/AllTemplet/js/ ||https://tv699.com/Templet699/js/ +||https://tv887.com/js/pingbi.js +||https://tvbwind.com/Public/90tvb/js/tvbwind.js ||https://tvmao.com/images/style/yx500x160.gif ||https://tvyan.com/images/jscss/tv- ||https://tw.beanfun.com/bfweb/NEW/commonlogin @@ -4121,15 +4131,16 @@ ||https://union.591.com.tw/cpt? ||https://uooyoo.com/hz/*str.js ||https://up.qingdaonews.com/up/$object,script -||https://upaiyun.com/newimg88/2017/11/yideng ||https://upaiyun.com/system/post_tile/new_web_banners/ ||https://upan.cc/images/pay/ ||https://upantool.com/a/ ||https://upload.cc/i/*.gif ||https://upload.jjxw.cn^*.swf ||https://usnewsexpress.com/wp-content/uploads/*ad- +||https://usxpic.com/bit2019/upload/image/20191125/11251039541.gif +||https://usxpic.com/bit2019/upload/image/20191125/11251039542.gif ||https://usxpic.com/btimg/upload/image/20181018/101806323369.png -||https://uu114.cn/static/*/ad.js +||https://uugtv.com/x/app/videoSpread? ||https://uulucky.com/show- ||https://uumtu.com/js/lqbz.js ||https://uuu9.com/news/css/news_content_in.js @@ -4140,10 +4151,10 @@ ||https://uxxux.com/js/zd.js ||https://uzzf.com/skin/know/ ||https://v.beta.yinyuetai.com/swf/plugins_new.xml? -||https://v.huanqiu.com/tres/xml/vda.xml ||https://v4.cc/m/common.js ||https://v4dwkcv.com/html/click/ ||https://v8gay.com/apps/misc.php?action=advert& +||https://vali*.cibntv.net^*.mp4?$media ||https://vali*.cibntv.net^*.mp4?$media,rewrite=abp-resource:blank-mp3 ||https://vansky.com/agdg/homegg/ ||https://vansky.com/agdg/infoRight/ @@ -4160,6 +4171,7 @@ ||https://veryhuo.com/images/soft/js/download ||https://veryhuo.com/plus/js/ ||https://vgao.xyz/images/*.gif +||https://vgtime.com/game/cover/2019/11/28/191128172002163_u1477.jpg ||https://videojj.com/api/v1/adsTags? ||https://videojj.com/api/v1/plat_tags? ||https://videojj.com/flash/bin/vjj_config.xml @@ -4183,17 +4195,21 @@ ||https://voc.com.cn/adsClick/ ||https://voc.com.cn/Frame/qqms_cs.html ||https://voc.com.cn/js/xc/ -||https://vodtw.com/m- +||https://voc.com.cn/static/web/js/creattwo11.js +||https://vodxc.in/js/xccy/ +||https://vodxc.tv/js/xccy/ +||https://vpsmm.com/tu/ ||https://vsimg.com/jd.gif ||https://vuejs.org/images/geekbang ||https://vuetifyjs.com/supporters.json +||https://vvvkp.com/template/ttk/img/ ||https://vx.com/api/ads? ||https://vzmz.com/template/paody/aaaa/*0 ||https://vzmz.com/template/paody/aaaa/357.js ||https://w010w.com.cn^$subdocument -||https://w3school.com.cn/i/kaikeba.gif -||https://w3school.com.cn/i/sp_header.gif -||https://w3school.com.cn/i/sp_sidebar.gif +||https://w3school.com.cn/ggk/ +||https://w3school.com.cn/sp/ +||https://w3school.com.cn/tg/ ||https://w51t.com^$subdocument ||https://wa.kuwo.cn/lyrics/img/kwgg/ ||https://wacowla.com/wp-content/plugins/popover/js/ @@ -4214,12 +4230,13 @@ ||https://wanyx.com/Public/js/cqby.swf ||https://wanyx.com/Public/js/qian.js ||https://wbzol.com/swf/352X76.swf +||https://wdjm.com.cn/index.php?m=poster& ||https://wdstatic.cn/tg/v2ex/ ||https://wdzj.com/wdzj/images/hezuo/ ||https://we560.com/js/*.js ||https://weathercn.com/m_mobile/ad_image/ -||https://webfly.bid/images/bill960x90.gif ||https://webjx.com/zanzhushang/ +||https://webkaka.com/a/*-1100x50. ||https://webkaka.com/info/script/articleAd.js ||https://webkaka.com/script/cp.js ||https://wehefei.com/htmlphp/tmall/ @@ -4236,6 +4253,7 @@ ||https://wenkuxiazai.com^*reward ||https://wenxiu998.com/static/js/top.js ||https://west.cn/vcp/getJScode/ +||https://westca.com/server/ ||https://weste.net/js/showpagead.js ||https://whinfo.net.cn/ad20 ||https://whinfo.net.cn/js/adDuiLian_ @@ -4267,12 +4285,15 @@ ||https://wmzhe.com/pics/ae/d3/ ||https://wn789.com/wp-content/uploads/*/SugarHosts ||https://wo256.com/256_gg/*.gif +||https://wo318.com/sjdy/ ||https://woaidu.org/images/20180802/3.jpg ||https://wobuka2.com/js/ ||https://wokao.co/qq/qq.js +||https://woozooo.com/img/*.js ||https://woyaoq.com/201904100958_5cad4dbac9c5f.png ||https://wpjam.com/wpjam/banner/qiniu.png ||https://wples.com/pc/common.js +||https://wrltxt.com/hello/ ||https://wstimes.cn/public/wstimes/js/*ad ||https://wstx.com/api.php?mod=ad& ||https://wudizuqiu.com/fy @@ -4282,13 +4303,16 @@ ||https://www-dnwx-com.anquanbao.cn/pic ||https://www.china.com.cn/node_ ||https://www.dmhy.org^*?$image +||https://wwwbaiducom.xyz/4/js4/ ||https://wwwcdn.kimiss.net/btn/ ||https://wx.sina.com.cn/iframe/pdps/ ||https://wxdown.net/images/*.gif ||https://wxrb.com/g/js/baidu.cbjs.m.js ||https://wxt999.net/template/*/images/g_js/ +||https://wyb128.com/js/pc/ ||https://wyh.tv/image/upload/ad/ ||https://wzbaohe.com/imgadnew/midad.js +||https://x-resource05.com/media_orange/server-img/*_1200_120. ||https://x3cn.com/data/attachment/portal/*.gif ||https://x7w7.com/js/float ||https://x81zw.com/hf.js @@ -4323,6 +4347,7 @@ ||https://xiaopi.com/statics/new_js/15.js ||https://xiaopi.com/statics/skin_js/jquery.posrj.js ||https://xiaoz.me/wp-content/uploads/*_banner_ +||https://xiaoz.top/assets/imgurl.js ||https://xiazaiba.com/data/xzb_haha.js ||https://xiazaizhijia.com/w2/js/wxzzj.js ||https://xici.net/_img/ad.png @@ -4333,7 +4358,7 @@ ||https://xiexingcun.com/tongji.js ||https://xiexingcun.com/tyong.js ||https://xigua110.com/a/ -||https://xigua66.com/ps/aaa/ +||https://xigua15.net/runtime/ajs/ ||https://xilu.com/iframe/pagepic/ ||https://xilu.com/js/bd.js ||https://xilu.com/script/tag/2.0/func.js @@ -4353,8 +4378,10 @@ ||https://xinmin.cn/framepage/left1.htm ||https://xinmin.cn/framepage/top ||https://xinmin.cn/framepage/yqLink1.htm +||https://xinshijue6080.com/126.gif ||https://xinshijue6080.com/gg ||https://xinshijue6080.com/Runtime/js/ +||https://xinshijuecn.com/js/home/ ||https://xinwenren.com/index.php?m=poster& ||https://xinyi.com/Public/config/Couplet/Index39.js ||https://xinyi.com/Public/config/Couplet/Index40.js @@ -4373,6 +4400,7 @@ ||https://xlpu.cc/adv/ ||https://xmcimg.com/js/m.js ||https://xmfish.com/chanel/www/cpm.html +||https://xmrc.com.cn/net/info/html/ ||https://xng02.com/api.php?mod=ad& ||https://xnnews.com.cn/adgl/ ||https://xnnews.com.cn/Templets/image/zyyy.swf @@ -4390,7 +4418,8 @@ ||https://xueqiu.com/promotion/ ||https://xun9u.com/css/js/text_link.js ||https://xunleige.com/js/functionx.js -||https://xunyugong.com/wp-content/uploads/*.gif +||https://xunsu.cc/js/indexbottom.js +||https://xunyugong.xyz/sitejs/xunyugong.js ||https://xunzai.com/www/all_common.js ||https://xuzhi.net/index.php?m=poster& ||https://xuzhi.net/uploadfile/poster/960x50.jpg @@ -4418,7 +4447,6 @@ ||https://yahoo.com/gdsale/gdsale.asp ||https://yam.com/ad_yam/ ||https://yan007.com/js/sss/ad.js -||https://yangtianya.com/images/ ||https://yanjiao.com/zt/indexad/ ||https://yantuchina.com/Upload/Ad/ ||https://yanu.qiniudn.com/*x60. @@ -4429,8 +4457,8 @@ ||https://yaolanimage.cn/cms/image/960-90 ||https://yaseok.com//static/src/images/loading.gif ||https://yatu.tv/m/images/*300_100 -||https://yaxi.net/hz/ ||https://ybbs.ca/index/js/advReplay_ +||https://yccz.net/xml/ ||https://ydss.cn/static/js/autoAd.js ||https://ydss.cn/test.www.jdpay.com ||https://ydstatic.com/fanxian/minisite/promotion/ @@ -4440,43 +4468,51 @@ ||https://yeeyi.com/bbs/api.php?mod=js&bid= ||https://yefu365.com/rebo/function.js ||https://yehaobo5.com/js/ +||https://yerecpa.cn/uploadsb/app_adv/ ||https://yesky.com/monitorjs/imp- +||https://yesky.com/s?z= ||https://yeyou.com/2013/new/yeyou-float-window.js ||https://yg006.com/attachment/js/ ||https://yg006.com/attachment/xjdb.jpg ||https://ygdy8.com/jsy/ ||https://ygdy8.net/js1/ -||https://yhdm.tv/bar/yfyh.js +||https://yhdm.tv/bar/ ||https://yibo5.cn/img0 +||https://yigujin.cn/img/abc/ ||https://yigujin.cn/tp/abc/*yun +||https://yiichina.com/images/yisu- ||https://yikeyz.com/pm.js ||https://yimg.com/bf/homerun/ysm_ ||https://yimg.com/cv/ae/default/*_STATIC-JPEG_ ||https://yimg.com/cv/ae/tw/bwchou/728x210. ||https://yimg.com/cv/ae/tw/bwchou/bubble_ ||https://yimg.com/cv/api/hk/fp_czy_ad/ -||https://yimg.com/geminivideoads/ ||https://yimg.com/no/ ||https://yimuhe.com/n_ad/ ||https://yinduabc.com/res_base/*/makemoney/ ||https://yingshidaquan.cc/Templet/js/ +||https://yingshizxw.com/js/tc/ ||https://yinyuetai.com/others/admin/*_1200x100. ||https://yinyuetai.com/proment/get-play-medias?json=true&position=preroll ||https://yiqikanba.cn/wp-content/uploads/*.gif ||https://yiren34.com/js/ +||https://yitongkan.com/splash.xml$rewrite=abp-resource:blank-js ||https://yivian.com/repo/ad/ ||https://yiwenbaida.com/images/pzz.gif ||https://yixiaoba.com/js/yxb_normal.js ||https://yixieshi.com/media/ ||https://yiybb.com/inc/ ||https://yjhas.net^$image +||https://yjsp5.com/pc_ ||https://yjyc-ask.com/res/ads/ ||https://ykimg.com/material/*/ad/ ||https://ylnet.com.cn/gj.js ||https://ylnet.com.cn/inc/ad$subdocument ||https://ynzd.org/dict/uploads/20111007/ad_710.jpg ||https://yoka.com/s?z= +||https://yongjiuzy.cc/yongjiu.gif ||https://yorkbbs.ca/yorkads/ +||https://you85.com/cy2/ ||https://youivr.com/image/*-960x80 ||https://youquba.net/js/ ||https://youth.cn/hezuo/index.js @@ -4491,7 +4527,11 @@ ||https://youtube.com/iframe_api ||https://youxi.baidu.com/tips/bdtips_min.js ||https://youxiduo.com/userdirs/2018/02/20180209194845ZKQD.jpg +||https://youy14.com/js/zz/ +||https://youyiya.com/Tpl/mobile/js/you +||https://yp868.com/js/54h/ ||https://ysxs8.com/ysgg/ +||https://yszxwang.com/js/tc/zhtc. ||https://ytbbs.com/images/index/ ||https://yuesp.com/js/viu/ ||https://yueyuyy.com:350/images/pc-tongzhi.js @@ -4511,6 +4551,7 @@ ||https://yxad.com/yxad/ ||https://yxbao.com/js/bt_ ||https://yxdd.com^$subdocument +||https://yxdm.tv/js/*_ ||https://yxdm.tv/js/gad.js ||https://yxdown.com/cj/ ||https://yxdown.com/pc/news/js/news @@ -4519,6 +4560,8 @@ ||https://yxtvg.com/js/s.js ||https://yxzoo.com/style/js/fmt.js ||https://yy18.info/yyads/ +||https://yy6080.cn/js/df.js +||https://yy8090.vip/js/abc/ ||https://yytcdn.com/headfile/avt/ ||https://yytcdn.com/others/*_175x660. ||https://yytcdn.com/others/avt/*_1 @@ -4527,16 +4570,20 @@ ||https://yyzs.net/js/Float_ ||https://yyzs.net/js/flyers_ ||https://yzdh44.com/js/ +||https://yzpsb.com/1.js +||https://yzpsb.com/js/system.js ||https://yzs.com/d/file/p/*.swf ||https://yzs.com/d/file/p/2016/12/06/61e15b92a4a2a7cec4910f1d9ea79fb2.jpg ||https://yzz.cn/global_gg/ ||https://z4bbs.com/adst/ ||https://zantj.com/diao +||https://zarvagroup.com/pcads.js ||https://zb.cool/static/img/banner/ ||https://zbjimg.com/static/union/ ||https://zc173.com/173fee/ ||https://zc173.com/pp/ ||https://zcaijing.com/images/ +||https://zchot.com/images/web.gif ||https://zczj.com/special/ ||https://zdface.com/js/m/zw_banner.js ||https://zdqx.com/statics/v1/images/gif/ @@ -4550,6 +4597,8 @@ ||https://zhandi.cc/Runtime/js/900 ||https://zhandi.cc/Runtime/js/index ||https://zhangchengbo.com/meijuba/js/top.js +||https://zhangxinxu.com/image/blog/*/ad-zf.jpg +||https://zhangxinxu.com/image/blog/*/sp-zf. ||https://zhanqi.tv/api/static/v2.1/actives.lists/ ||https://zhanqi.tv/uploads/*/ads-*.swf ||https://zhaolianmeng.com/plushuan/ad_js.php @@ -4568,6 +4617,7 @@ ||https://zhimg.com^*_600x250 ||https://zhimg.com^*adx ||https://zhiys.com/img_new/mobilemo2.jpg +||https://zhongjidouluo.cn/wp-content/uploads/2019/10/5a7d7b0259b62.gif ||https://zhongyi.ifeng.com/a/zt.js ||https://zhongyoo.com/img/js/tongji.js ||https://zhongzijun.com/js/adurl.js @@ -4575,20 +4625,20 @@ ||https://zhuji.net/2007_ad/ ||https://zhujiangroad.com/js/alltop.js ||https://zhujiceping.com/F/ +||https://zhulong.com/detail/floorOneAd? ||https://zhulong.com/poster/get?positions_name=ZY_JZ_300_02 ||https://zhulong.com/poster/get?positions_name=ZY_SP_300 ||https://zhushou.360.cn/script/plugin_tiper.js +||https://zhuwang.cc/api.php?op=ad_ ||https://zhzyw.com/js/InsertJS.js ||https://zi-han.net/theme/hplus/js/plugins/layer/ ||https://zimushe.com/res/other/ -||https://zimuzu.tv/public/rooms? -||https://zimuzu.tv/rrlx ||https://zineworm.com^*&localtype= ||https://zinggadget.com/wp-content/*/popup ||https://zj.cn^*/AD?location= -||https://zjbdt.com/onexgadimgs/ ||https://zjg.js.cn/Public/config/Couplet/Index4 ||https://zjol.com.cn/www/zzhzbd/ +||https://zjxc.com/source/plugin/e6_xc_ad/ ||https://zk789.cn/Res/Scripts/Show/NetSys/Show.ashx ||https://zmtiantang.com/static/m.js ||https://zmtiantang.com/static/pace. @@ -4596,11 +4646,15 @@ ||https://zmzjstu.com/g3/tool ||https://znjj.tv/uploadfiles/abi/ad201 ||https://zol-img.com.cn/ad/ +||https://zol-img.com.cn/detail/js/module/app-download-float/script.js +||https://zol-img.com.cn/detail/js/module/shaung11/js/shuang11Pop.js ||https://zol.com.cn/active/*guomei ||https://zol.com.cn/active/*tmall ||https://zol.com.cn/adrs/ ||https://zol.com.cn/channel/index.php?c=Active_Tmall& ||https://zol.com.cn/index.php?c=Gethot& +||https://zol.com.cn/jd-tmall- +||https://zol.com.cn/js/ask/ask.js ||https://zol.com.cn/mainpage/2017/corner/ ||https://zol.com.cn/wapask/index.php?c=Ajax_Ask&a=NewAsyncResponseTmallAd ||https://zolsky.com^*ad/*.js @@ -4629,23 +4683,25 @@ ||https://zx590.com/assets/style/js/paigu.js ||https://zxdy777.com/myimg/ ||https://zxip.com/2013_ad/ +||https://zywl8.cn/3333.gif +||https://zywl8.cn/content/uploadfile/201911/dc121573198250.png ||https://zzbaike.com/main/*-20 ||https://zzbaike.com/main/arvixe ||https://zzbaike.com/main/host ||https://zzc.cn/b1/live_b_ +||https://zzdaojia.com/mjs/ ||https://zzidc.com/images/1060.jpg ||https://zzidc.com/uploads/pintuan.jpg -||https://zzlzl.com/content/templates/emedia_better/images/1/ +||https://zzlzl.com/zb_users/theme/Frozen/style/images/banner/ ||https://zzsky.cn/images/a_d_ ||https://zzz4.com/JS_AD/ ||https://zzzyk.com/js/ -||https://241hs.com/js/jquery.js +||https://jinti.com^*/aspx/*gg ||https://0512s.com^$third-party ||https://100669.com^$third-party ||https://15tianqi.com^$third-party ||https://200218.com^$third-party ||https://21shebao.com^$third-party -||https://289.com^$third-party ||https://301848.com^$third-party ||https://4name.com^$third-party ||https://51yhzp.com^$third-party @@ -4656,8 +4712,6 @@ ||https://999d.com^$third-party ||https://aa808.com^$third-party ||https://aili.com^$third-party -||https://aoshuku.com^$third-party -||https://cdeme.com^$third-party ||https://cfff.net^$third-party ||https://chnci.com^$third-party ||https://daxishi.com^$third-party @@ -4671,6 +4725,7 @@ ||https://gushifanyi.com^$third-party ||https://hmtoday.com^$third-party ||https://hrjg.com.cn^$third-party +||https://idgdmgroup.com.cn^$third-party ||https://ikuailian.com^$third-party ||https://ixpub.net^*.js ||https://iy.com.cn^$third-party @@ -4687,16 +4742,15 @@ ||https://meishiba.com.cn^$third-party ||https://mipujia.com^$third-party ||https://miyudaquan.top^$third-party -||https://mj-medlab.com^$third-party ||https://mn586.com^$third-party ||https://modzj.net^$third-party ||https://mxitie.com^$third-party -||https://mxpwx.com^$third-party ||https://mzcsdf.com^$third-party ||https://nyhpyq.com^$third-party ||https://oicchina.com^$third-party ||https://pjcn.org^$third-party ||https://qizhihaotian.com^*.js +||https://quyaoya.com^$third-party ||https://qwxcs.com^$third-party ||https://redmx.cn^$third-party ||https://s11.cn^$third-party @@ -4707,9 +4761,9 @@ ||https://tiexing.com^$third-party ||https://trebleperfect.com^$third-party ||https://vjie.com^$third-party +||https://watchtimes.com.cn^$third-party ||https://wayqq.cn/g/ ||https://web8.net^$third-party -||https://weilianjie.com^$third-party ||https://wenshenbang.com^$third-party ||https://wshufa.com^$third-party ||https://xfyjz.cn^$third-party @@ -4720,6 +4774,8 @@ ||https://zhongkaowu.com^$third-party ||https://zichenit.com^$third-party ||https://zxw51.com^$third-party +||https://bejson.com/static/3part/layer1/layer +||https://bingfeng.tw/data/attachment/common/cf/$rewrite=abp-resource:1x1-transparent-gif ||https://uux79.com^$third-party ||https://camspic.com/imguang/*.gif ||https://canimgs.com/images/ @@ -4730,50 +4786,19 @@ ||https://gaoimg.xyz/images/ ||https://haoimgs.com/images/*.gif ||https://paopic.com/imguang/ +||https://china.cn/js/common/local_hydn/ ||https://dlkoo.cc/down/$subdocument ||https://dlkoo.cc/down/*.htm$popup ||https://dlkoo.cc/down/copy ||https://haoxianggou.xyz/?from=$popup,third-party ||https://dlkoo.com/down/$subdocument ||https://dlkoo.com/down/copy +||https://dnvodcdn.me/fast/*.mp4 ||https://ifun.tv/a/$xmlhttprequest ||https://s1-a1.dnvodcdn.me^*.svg ||https://s1-a4.ifun.tv^$rewrite=abp-resource:blank-mp3 -||https://dnvod.tv/abb/ -||https://s1-a4.dnvod.tv^$rewrite=abp-resource:blank-mp3 -||https://dnvod.tv/04/ -||https://dnvod.tv/1tJ/ -||https://dnvod.tv/2b/ -||https://dnvod.tv/34DH/ -||https://dnvod.tv/3a/ -||https://dnvod.tv/91/ -||https://dnvod.tv/BtT/ -||https://dnvod.tv/DBqW/ -||https://dnvod.tv/Home/ObtainPublic -||https://dnvod.tv/LbP/ -||https://dnvod.tv/Movie/GetResource.ashx?id= -||https://dnvod.tv/Qfj/ -||https://dnvod.tv/Scripts/jquery.public- -||https://dnvod.tv/WlCk/ -||https://dnvod.tv/a/$xmlhttprequest -||https://dnvod.tv/a/o -||https://dnvod.tv/a2/ -||https://dnvod.tv/b9/ -||https://dnvod.tv/cSTR/ -||https://dnvod.tv/d4/ -||https://dnvod.tv/f9/ -||https://dnvod.tv/ffcX/ -||https://dnvod.tv/gb/ -||https://dnvod.tv/jXdH/ -||https://dnvod.tv/sc3Xv/ -||https://dnvod.tv/upload/public/ -||https://dnvod.tv^*.MP4| -||https://pub.dnvod.tv^$xmlhttprequest -||https://public.dnvod.tv^$xmlhttprequest -||https://hh010.com/static/image/f/ -||https://hh010.com/static/image/g/ -||https://hh010.com/static/image/image/ -||https://hh010.com/static/image/t/ +||https://dybee.tv/gg +||https://hh010.com/static/image/fff/ ||https://ifeng.com^*?*cl= ||https://ifengimg.com/*1751.js ||https://ifengimg.com/6536a @@ -4788,20 +4813,32 @@ ||https://ifengimg.com^*679.js ||https://0577renliu. ||https://23txt.com^$third-party +||https://258zw.com^$third-party +||https://30sy.com/ucweb/ +||https://aikanshu8.com/novel/js/hm ||https://amu520.com/imgnk/02.gif ||https://beidouxin.com^*html? +||https://biquge.info^*.js? ||https://biquguan.com/guan/ ||https://book9.net^$third-party -||https://booksky.cc^*html? +||https://bqgdd.net/js/wap.js +||https://bxwxorg.com/ui/vue/element. +||https://cmxsw.com/sz/ ||https://dabizi.net/images/pcad.png ||https://duanwenxue.com/functions/ ||https://feizw.com/style/t.js +||https://hbfie.org/mh ||https://jx.cn^$third-party +||https://lqmohun.com^$third-party ||https://shumilou.co/style/html5.js ||https://soyue.cc^$third-party +||https://txshuku.com/js/ +||https://xbiqugecc.com/bcc/ ||https://xszysc.com^$third-party ||https://zhenben.cc/2000/ ||https://playno1.club/uppic/ +||https://39.100.192.200/zzz0.png +||https://alicdn.com/kf/HTB1pS6Zel1D3KVjSZFy5jbuFpXaO.gif ||https://akamaihd.net^*/gsd.html?d= ||https://akamaihd.net^*/sid.html?p= ||https://commondisplay-a.akamaihd.net/cri/*.htm?cat= @@ -4897,7 +4934,6 @@ ||https://enet.com.cn/counter.php ||https://ettoday.net/style/mobileweb2014/js/smartbanner/jquery.smartbanner. ||https://ettoday.net/style/video-ad/ -||https://feng.com^*/index_treasure/ ||https://fengbuy.com/recommend-new. ||https://fh21.com.cn/js/passport/createQuickMenu.js ||https://forex.com.cn/index.php/Invoking/tanchukuang @@ -4908,7 +4944,7 @@ ||https://gtimg.com/gamezone/2014index/images/600x75.jpg ||https://gtimg.com/pingjs/ext2020/dc2017/dist/m_tips/tips.js ||https://gz-chengkao.com/js/duo.js -||https://haha.mx/images/banner/ +||https://hahamx.cn/images/banner/ ||https://hanjutv.com/public/js/layer/layer.js ||https://hao123img.com/v4/MB/xU/jy/VY/YX/MBxUjyVYYX.js ||https://heiguang.com/_r/2015/js/hrBottomBar. @@ -4954,7 +4990,6 @@ ||https://koolearn.com/zt/poster_js/ ||https://kuakao.com:6053/floatcard? ||https://kuwo.cn/static/swf/xctg.swf -||https://lab.feng.com/images_new/ad- ||https://lofter.com/blogPhotoAd? ||https://lofter.com/mailEntry.do?blogad ||https://longzhu.com/i/api/videos/dailyRecommend? @@ -5059,7 +5094,6 @@ ||https://china.cn/js/common/daniel_pop/ ||https://chinaacc.com/lamu/*dl- ||https://chinaacc.com/lamu/*piao -||https://zol.com.cn/js/ask/ask.js ||https://xhd.cn/topic/leyu-piaofu/ ||https://zol.com.cn/index.php?c=Api_JumpApi& ||https://jjwxc.net/adsmanage. @@ -5091,6 +5125,32 @@ ||https://sina.com.cn/other/src/sfc_app_sidebar.js ||https://sinaimg.cn/cj/finance/forex/res/searchCallup.js ||https://tsdm.live/weibo.html +||https://28.com/public/js/w3c_float.js +||https://chinaacc.com/upload/js/cia_mjy_pf/ +||https://kmf.com/da/do +||https://daiyanbao.com/flash/md +||https://banzou.name/qq/qq2.js +||https://baidu.com/se/static/wiseatom/banner/pack_ +||https://5888.tv/Js/topBanner.js +||https://dfcfw.com/zndh/ +||https://jsdelivr.net/npm/live2d- +||https://51offer.com/mod/public/talk/ +||https://51offer.com/pageData/getDataByModuleIdandKey.html?leadkey=adList& +||https://chinalawedu.com/js/weixin/weixin.js +||https://chinalawedu.com/js/zxkf.js +||https://baidu.com/xpage/form/getform?id=wk_pc_skin +||https://bdimg.com^*/popOperationView_*.js +||https://aixifan.com/static/js/appGuide_ +||https://icourse163.org/dwr/call/plaincall/CommonBean.obtain.dwr +||https://3158.cn/min/webim. +||https://3158.cn/static/js/fixbtm/ +||https://house365.com/im_show/imshow.js +||https://3158.cn^*_analyser. +||https://develenv.com^$third-party +||https://gog.cn/sys/online_calc.js +||https://dhgxl8qk9zgzr.cloudfront.net/js/log.js +||https://optimix.cn^$third-party +||https://bdp.cn^$third-party ||https://126.net^*analysis ||https://zol.com.cn/pvn/ ||https://laosiji.com/static/js/lib/od_statistics.js @@ -5143,15 +5203,11 @@ ||https://dfcfw.com/libs/js/counter.js ||https://dianping.com/hippo.gif? ||https://doc88.com^*/count.js -||https://duba.com/static/v2/js/min.pop.js +||https://duba.com/static/*/js/min.pop.js ||https://ea3w.com/pv.js ||https://eastmoney.com/analysis/ ||https://fjsen.com:81/mysql/count/ ||https://frame.enet.com.cn/a.php -||https://ftchinese.com/index.php/jsapi/analytics -||https://ftchinese.com/index.php/jsapi/ga -||https://ftchinese.com/js/log.js -||https://ftchinese.com/log/analytics.js ||https://fx678.com/htcount/count.js ||https://gridsumdissector.cn/gs.gif? ||https://guahao.cn/blank.gif? @@ -5231,11 +5287,10 @@ ||https://hm.baidu.com^$third-party ||https://sinajs.cn/open/analytics/ ||https://wrating.com^$third-party -||http://ladsblue.com^ -||http://last2.cn^$third-party ||http://0024aaaa.com^ ||http://0082tv.net^$third-party ||http://00880808.com^ +||http://008844.cc^ ||http://012.tw^$third-party ||http://0133hao.net^ ||http://02123s.com^ @@ -5244,6 +5299,7 @@ ||http://025suyu.com^ ||http://0313413.com^ ||http://033.com^$third-party +||http://0351dvd.cn^ ||http://0451106.com^ ||http://04zl.cn^ ||http://0516bm.com^ @@ -5252,29 +5308,35 @@ ||http://0571yy.com^ ||http://0591101.com^$third-party ||http://0592weixin.com^ +||http://0728w.cn^ ||http://0756j.com^$third-party ||http://0756sjlm.com.cn^ ||http://0796gou.com^ +||http://0798ls.com^ ||http://080644.com^ ||http://0937jyg.com^ +||http://0bc.top^ +||http://0ka.com^$third-party ||http://0nin.cn^ +||http://0qkc.cn^ ||http://0xiaoshuo.com^$third-party ||http://0xxd.com^ ||http://1000dy.com^ ||http://100cpc.com^$third-party -||http://100ea.com^ ||http://100fenlm.com^ ||http://103.249.111.179^$third-party ||http://103.249.254.113^ ||http://104.195.62.12^ ||http://104.197.140.120^ ||http://104.198.198.188^ +||http://104.203.214.3^ +||http://104.203.72.254^ ||http://104.233.203.164^ +||http://104.237.67.78^ ||http://106.187.95.251^ ||http://107.187.255.178^ ||http://110160.com^$third-party ||http://111.175.219.*.js -||http://111.73.45.147^ ||http://111111qb.com^ ||http://112.74.95.46^ ||http://1133.cc^$third-party @@ -5296,6 +5358,7 @@ ||http://119.4.249.166^ ||http://12086.net^ ||http://121.40.25.88^ +||http://122.114.239.160^ ||http://122.227.254.195^ ||http://12291.com^$third-party ||http://123.59.150.56^ @@ -5310,11 +5373,16 @@ ||http://139.159.32.82^ ||http://139.196.166.21^ ||http://139site.com^$third-party +||http://13wnjs.com^ ||http://1503.net/code/ ||http://1515788.net^ +||http://154.83.113.19^ +||http://162.209.213.66^ +||http://164.155.185.254^ ||http://1680go.com^ ||http://16k6.com^ ||http://170yy.com^ +||http://174.139.53.195^ ||http://175bar.com^ ||http://176um.com^ ||http://178bx.cn^ @@ -5322,6 +5390,7 @@ ||http://17un.co^ ||http://17zhaole.com^$third-party ||http://180.76.171.28^ +||http://1818bobo.com^ ||http://181lm.net^ ||http://182.92.81.104^ ||http://189.cn^*/push/$third-party @@ -5331,18 +5400,21 @@ ||http://1999sg.com^ ||http://1d1a.com^ ||http://1d1px.net^ +||http://1haosuo.com^ ||http://1i580.com^ ||http://1kmb.cn^ ||http://1kzh.com^ ||http://1l1.cc^ ||http://1lib.cn^ ||http://1lo0.net^$third-party +||http://1q8h.cn^ ||http://1qwe3r.com^$third-party ||http://1uandun.com^ ||http://1v7.cn^$third-party ||http://1x3x.com^$third-party ||http://201071.com^ ||http://2012ui.com^ +||http://2048hd.space^ ||http://210.65.10.32^$third-party ||http://211.103.159.32^ ||http://211.149.225.23^ @@ -5352,6 +5424,7 @@ ||http://218.25.246.118^ ||http://218.26.217.*.html ||http://219.234.83.60^ +||http://21kk.cc^ ||http://220.115.251.25^ ||http://221.204.213.222^ ||http://222im.com^ @@ -5360,6 +5433,7 @@ ||http://23.89.50.180^ ||http://23456dj.com^ ||http://235123.net^$third-party +||http://23dsf.top^ ||http://23kmm.com^$third-party ||http://2529.com^$third-party ||http://258pcf.com^ @@ -5370,9 +5444,12 @@ ||http://2898.com^$third-party ||http://28acglz.com^ ||http://293870.com^ +||http://29wjns.com^ ||http://2d-c.cn^ ||http://2f.com^$third-party +||http://2g2h.com^ ||http://2m2n.com^ +||http://2zfzly.com^ ||http://31365y.com^ ||http://321tui.cn^$third-party ||http://321tui.com^$third-party @@ -5382,6 +5459,7 @@ ||http://338336.com^ ||http://3399.com/act/$third-party ||http://33shangyou.com^ +||http://3400.org^ ||http://3600ys.com^$third-party ||http://360366.net^$third-party ||http://360baidus.com^ @@ -5390,6 +5468,7 @@ ||http://36500.com^$third-party ||http://36500.net^$third-party ||http://365bibi.com^ +||http://365che.cc^ ||http://365safego.com^ ||http://366safego.com^ ||http://36pn.com^ @@ -5408,6 +5487,7 @@ ||http://3g.990.net^ ||http://3gmtr.com^ ||http://3htai.com^ +||http://3lga3.cn^ ||http://3p-link.com^$third-party ||http://3qmh.com^ ||http://3qsys.com^ @@ -5415,6 +5495,7 @@ ||http://3xx.vip^ ||http://3ygww.com^ ||http://4006825178.com^ +||http://4480dy.net^ ||http://44pv.com^$third-party ||http://45.34.240.72^ ||http://456juhd.com^ @@ -5430,6 +5511,7 @@ ||http://5151gj.com^ ||http://517m.cn^ ||http://517pass.com^ +||http://517xx.com^ ||http://5188yy.com^$third-party ||http://51ads.com^$third-party ||http://51fuliwang.cn^ @@ -5440,6 +5522,7 @@ ||http://51weidashi.com^ ||http://51xumei.com^ ||http://5207470.com^ +||http://520meirenyu.com^ ||http://525cm.com^$third-party ||http://5269120.com^ ||http://526d.com^$third-party @@ -5453,12 +5536,15 @@ ||http://5535aibo.com^ ||http://55803.net^$third-party ||http://565882.com^$third-party +||http://56yk.com^$third-party ||http://57union.com^ ||http://58.215.179.159^ ||http://592man.com^ ||http://59519.com^$third-party ||http://59gt.cn^ ||http://59hi.com^$third-party +||http://5a8p12.cn^ +||http://5eln.cn^ ||http://5imoney.com^ ||http://5jcom.com.cn^ ||http://5leji.com^$third-party @@ -5473,19 +5559,26 @@ ||http://63kc.com^$third-party ||http://643226.com^ ||http://652748.com^ +||http://66.212.56.229^ ||http://6604.org^$third-party ||http://6612151.cn^ ||http://6612152.cn^ ||http://664gp.com^ ||http://6666lm.com^ ||http://668559.com^$third-party +||http://66996.top^ +||http://66997.top^ +||http://66998.top^ ||http://66san.com^ ||http://6728812.com^ +||http://67785az.com^$third-party ||http://6789.net^$third-party ||http://67lm.com^$third-party ||http://685wo.com^$script,third-party ||http://68665565.com^ ||http://69duk.com^ +||http://6avz.com^ +||http://6cc8cc.xyz^ ||http://6dad.com^$third-party ||http://6dvip.com^ ||http://6huu.com^ @@ -5508,6 +5601,7 @@ ||http://788xj.com^$third-party ||http://7891655.cn^ ||http://7895983.cn^ +||http://7a096v.cn^ ||http://7bwan.com^$third-party ||http://7clink.com^$third-party ||http://7dah8.com^ @@ -5546,11 +5640,13 @@ ||http://8hdp.cn^ ||http://8le8le.com^$third-party ||http://8mfty.com^ +||http://8ucdn.com^ ||http://904ad.com^ ||http://911.cc^$third-party ||http://913h6.cn^$third-party ||http://9158918.com^$third-party ||http://91lmgg.com^$third-party +||http://91luopan.com^ ||http://91xry.com^ ||http://91ysa.com^ ||http://91zgm.com^ @@ -5580,12 +5676,14 @@ ||http://9898c.com^ ||http://991pao.com^ ||http://99909988.com^ +||http://99dqw.com^ ||http://99lolo.com^ ||http://99pps.com^ ||http://99tuan.com.cn^ ||http://9ads.net^$third-party ||http://9dtiny.cn^ ||http://9ead.com^$third-party +||http://9h6qq.cn^ ||http://9kff.com^ ||http://9nwg9sib9e.com^ ||http://9w1an.com^$third-party @@ -5599,11 +5697,13 @@ ||http://a0b33.com^ ||http://a0c66.com^ ||http://a0c77.com^ +||http://a0usa.top^ ||http://a3p4.com^$third-party ||http://a3p4.net^ ||http://a7shun.com^$third-party ||http://a907907.com^ ||http://a9377j.com^ +||http://aazcio.cn^ ||http://abctcqq.top^ ||http://acasys88.cn^ ||http://acgbase.com^$third-party @@ -5613,6 +5713,7 @@ ||http://ad-plus.cn^$third-party ||http://ad-survey.com^$third-party ||http://ad.52av.tv^ +||http://ad.muyang888.top^ ||http://ad000000.com^ ||http://ad8.cc^$third-party ||http://ad9377.com^ @@ -5621,9 +5722,11 @@ ||http://adbxb.com^$third-party ||http://adchina.cc^$third-party ||http://adconfer.com^$third-party +||http://address9.com^ ||http://adfeifan.com^$third-party ||http://adget.cn^ ||http://adhouyi.com^$third-party +||http://adidaschile62tracksuit.com^ ||http://adkongjian.com^$third-party ||http://adm-cnzz.net^ ||http://adm.cnzz.net^$third-party @@ -5644,16 +5747,18 @@ ||http://adsage.com^$third-party ||http://adsbang.top^ ||http://adsbro.com^$third-party -||http://adsinstant.com^ ||http://adt100.com^$third-party ||http://adunioncode.com^$third-party ||http://adunite.com^$third-party ||http://adver.com.tw^$third-party ||http://adxiaozi.com^$third-party +||http://adxoo.com^$third-party ||http://adxxx.com^$third-party ||http://adytx.com^ ||http://adyun.com^$third-party +||http://aeoprw.cn^ ||http://affiliate.rakuten.co.jp^$third-party +||http://afj0.com^ ||http://afjlb.com^ ||http://agrantsem.com^$third-party ||http://agtsjb.com^ @@ -5661,6 +5766,7 @@ ||http://agxclick.com^$third-party ||http://agzxj8990.com^ ||http://ahhuazhen.com^ +||http://ahjzys.com^ ||http://ahlxxx.com^ ||http://ahszgog.com^ ||http://ahyau.com^ @@ -5681,6 +5787,7 @@ ||http://alicmayuns.com^ ||http://alifixed.cn^ ||http://alimama.alicdn.com^ +||http://alimb.top^ ||http://aliqqjd.cn^ ||http://alisinak.com^ ||http://alitianxia168.com^ @@ -5695,6 +5802,7 @@ ||http://andmejs.com^$third-party ||http://anioscp.com^ ||http://anquanzhuomian.cn^ +||http://anquanzhuomian.com^ ||http://anreson.net^ ||http://anzhuocpm.com^ ||http://aomeng.net^$third-party @@ -5705,16 +5813,20 @@ ||http://arrows-hitech.com^ ||http://artedu.pw^ ||http://as75.info^ +||http://asir.vip^ ||http://assigned.cn^ ||http://aswlx.cn^ ||http://at918.com^$third-party ||http://at98.com^ ||http://atanx.alicdn.com^ +||http://audit8.com^ +||http://auspiciousvp.com^ ||http://av8d.net^$third-party ||http://awifi.cn^$third-party ||http://awkjs.com^ ||http://axhxa.com^ ||http://axiba66.com^ +||http://b588866.com^ ||http://b5h7.com^$third-party ||http://b7nkd.cn^ ||http://b9377h.com^ @@ -5722,23 +5834,32 @@ ||http://baiapk.com^ ||http://baidu360haosou.info^$third-party ||http://baiduace.com^ +||http://baiduappu.top^ +||http://baiducom.bj.bcebos.com^ ||http://baidujavascript.com^ ||http://baidulao.com^ +||http://baiduvip.life^ ||http://baiduyoukualiyun.com^ ||http://baiduyubaidu.com^ ||http://baisuijk.com^ ||http://baitaiad.com^$third-party +||http://baiyuandian.cc^ ||http://baizhu.cc^$third-party +||http://bajieyy.cc^ ||http://balmoralmkt.com^$third-party ||http://bang5mai.com^$third-party ||http://bangbang521.com^ +||http://banjuanmao.com^ ||http://baodaozhan.cn^$third-party ||http://baolic.com^ +||http://battmd168a1.xyz^ ||http://bazhigu.com^ +||http://bbdsdy.com^ ||http://bccyyc.com^ ||http://bdpuaw.com^ ||http://bdtongfei.cn^ ||http://bdyxzx.com^ +||http://beatriceeatr.com^ ||http://bebelait.com^ ||http://bedhdig.cn^ ||http://beeho.site^ @@ -5747,8 +5868,10 @@ ||http://bejzz.top^ ||http://bench-life.me^ ||http://bensezhiye.com^ +||http://bfgg365.com^ ||http://biandaosheng.com^ ||http://bianxianmao.com^$third-party +||http://biaoshipai.net^ ||http://biddingx.com^$third-party ||http://bigbos.top^ ||http://billionfocus.com^ @@ -5758,6 +5881,7 @@ ||http://birdmedia.com^$third-party ||http://bivitr.com^ ||http://biyibia.com^ +||http://bj-bytsk.com^ ||http://bjedpt.com^ ||http://bjgtsh.com^ ||http://bjtrld.com^ @@ -5767,21 +5891,26 @@ ||http://bla01.com^ ||http://bllzgqbyp^ ||http://blogad.com.tw^$third-party +||http://blogdaka.cc^ ||http://blogdaka.xyz^ ||http://bloggerads.net^$third-party ||http://bmw100.cn^$third-party +||http://bnq86.com^ ||http://bnuni.com^$third-party ||http://books.com.tw/exep/ap/$third-party ||http://borsendental.com^ ||http://bosatria.cn^ ||http://bosiwangzi.cn^ ||http://boyueguoji.com^ +||http://bozhihua.com^$third-party ||http://bp776.com^ ||http://breezily168.com^ ||http://bs777.net^$third-party ||http://bskchina.cn/js/ +||http://bskeye.com^ ||http://bsriedu.cn^ ||http://btmp4.net^ +||http://btssy.net^ ||http://bttyue.com^$subdocument ||http://btwan5.com^ ||http://btyou.com^$third-party @@ -5794,7 +5923,9 @@ ||http://bypbwm.cn^ ||http://c.91wan.com^$third-party ||http://cachesit.com^ +||http://cadsips.com^ ||http://caicool.co^ +||http://cais181.com^$third-party ||http://caiyifz.com^$third-party ||http://caliyuna.cn^ ||http://cangnews.com^ @@ -5825,12 +5956,15 @@ ||http://chaoliangyun.com^ ||http://chapm.com^$third-party ||http://charlesfc.com^ +||http://chaxinyong.net^ ||http://che0.com^$third-party ||http://chebse.com^ +||http://chehuanjie.com^ ||http://chengruide.com^$third-party ||http://chengzhao95511.com^ ||http://chenyanjiao.cn^ ||http://china-pengdu.cn^ +||http://china-star.cc^ ||http://chinaheh.com^ ||http://chinauma.net^$third-party ||http://chinaweichu.net^ @@ -5845,11 +5979,14 @@ ||http://chuhanweb.com^ ||http://chushoushijian.cn^ ||http://chuzushijian.cn^ +||http://ci-web.cn^ ||http://ciajingman.com^ ||http://cifenqi.com^$third-party ||http://cj-cy.com^ +||http://cjsdtj.com^ ||http://ckseeknew.com^ ||http://claz.com.cn^ +||http://clcassd.com^ ||http://cloudad.asia^$third-party ||http://cmaxisolation.com^ ||http://cmslayue.com^ @@ -5890,9 +6027,11 @@ ||http://cqjjlsy.com^ ||http://cqyhd.com^ ||http://cr-nielsen.com^$third-party +||http://cralp.cn^ ||http://crazymike.tw^$third-party ||http://crdrjs.info^ ||http://cre99.com^ +||http://crywl.com^ ||http://cs.37see.com^$third-party ||http://csad.cc^$third-party ||http://csbew.com^$third-party @@ -5901,11 +6040,17 @@ ||http://csqiulong.com^ ||http://cssdiv.club^ ||http://cstoa.com^ +||http://csxsyp.cn^ +||http://ct1985.com^ ||http://ctrhfd.top^ +||http://ctripatm.cn^ ||http://ctsywy.com^ +||http://cweclub.cn^ +||http://cwmlm.com^ ||http://cxd-ailegou.com^ ||http://cxfzw.cn^ ||http://cxxtv.com^$third-party +||http://cy-block.cn^ ||http://cyacc.com^ ||http://cylinderlongcheng.com^ ||http://cytcm.com^ @@ -5916,11 +6061,14 @@ ||http://cztanchao.com^ ||http://d15cjcet1djbmv.cloudfront.net^ ||http://d1ad.com^$third-party +||http://d3nh49.com^ ||http://d8360.com^$third-party ||http://dadjia.com^ +||http://dafapai.com^ ||http://dahanedu.com^ ||http://daima123.cc^ ||http://dalianhengtai.com^ +||http://daliantong.com.cn^ ||http://dami66.cn^ ||http://danangmo.cn^ ||http://dandan11.top^ @@ -5933,6 +6081,7 @@ ||http://datafastguru.info^ ||http://dawwx.com^ ||http://dazhonghua.cn^ +||http://dazibenwm.com^ ||http://dbncp.com^ ||http://dbojetp.cn^ ||http://dcxmy.com^$third-party @@ -5946,6 +6095,7 @@ ||http://dgpzx.com^ ||http://dhlmy.com^ ||http://dhxyzx.cn^ +||http://di9qu.com.cn^ ||http://dian500.com^$third-party ||http://dian5000.com^$third-party ||http://dianwenwang.com^ @@ -5957,6 +6107,7 @@ ||http://dingyuanyao.cn^ ||http://displink.com^$third-party ||http://diuling.com^ +||http://dizhonghaihotel.com^ ||http://djy518.com^ ||http://dkqapp.cn^ ||http://dlads.cn^$third-party @@ -5966,7 +6117,6 @@ ||http://dlpifu.com^ ||http://dlrijiaele.com^ ||http://dlzjdesign.com^ -||http://dm1080p.com^$third-party ||http://dmtrck.com^$third-party ||http://dnskuu.com^ ||http://dnvus.com^ @@ -5988,9 +6138,12 @@ ||http://drwzn.com^$third-party ||http://drxrc.com^ ||http://dshrx.com^ +||http://dszan.com^ +||http://dtrcw.cc^ ||http://dugbvb.com^ ||http://duiwai.baidu.com^ ||http://duobaoqj.com^ +||http://duoduo.icu^ ||http://duomai.com^$third-party ||http://duoqumanhua.com^ ||http://dushimj.com^$third-party @@ -6002,10 +6155,15 @@ ||http://dxpmedia.com^$third-party ||http://dxssiyi.com^ ||http://dy886.cn^ +||http://dy8nb.com^ ||http://dyhs52.com^$third-party +||http://dyssir.com^ ||http://dzjzg.com^ +||http://dzletao.com^ ||http://dzsstye.com^$third-party +||http://dzxwnews.com^ ||http://e-demx.com^ +||http://e-heater.vip^ ||http://e7001.com^ ||http://e7002.com^ ||http://e7009.com^ @@ -6030,6 +6188,7 @@ ||http://eeyy.com^$third-party ||http://egjq.com.cn^ ||http://egooad.com^$third-party +||http://einsuran.com.cn^ ||http://eiv.baidu.com^ ||http://ejin56.com^$third-party ||http://ekeide.com^ @@ -6037,7 +6196,9 @@ ||http://emarbox.com^$third-party ||http://enohb.com^ ||http://erdsyzb.com^ +||http://erosyndc.com^ ||http://erqimall.net^ +||http://ethic.vip^ ||http://evefashion.cn^ ||http://expo123.net^ ||http://eyd77s.com^ @@ -6062,6 +6223,7 @@ ||http://fccxgjg.com^ ||http://fcsass.org.cn^ ||http://fd7c.com^ +||http://fdzsmfyy.com^ ||http://fecjf.cn^ ||http://feisia1.cn^ ||http://feitian001.com^$third-party @@ -6072,8 +6234,10 @@ ||http://ff112244.com^ ||http://ffhtek.com^ ||http://findqc.com^$third-party +||http://fjbzjc.com^ ||http://fjkst.com^ ||http://fjmeyer.com^ +||http://fjsjsj.com^ ||http://flashwing.net^$third-party ||http://flowcodeapp.com^ ||http://fmad.cc^$third-party @@ -6082,6 +6246,7 @@ ||http://food5.net^$third-party ||http://foreveryoung.gz01.bdysite.com^ ||http://forrerri.com^ +||http://fos123.com^ ||http://founseezb.cn^ ||http://fqtra.com^ ||http://fst360.com^ @@ -6092,6 +6257,7 @@ ||http://fujianryt.com^ ||http://fuxunb.com^ ||http://fv99.com^ +||http://fwqekk.top^ ||http://fwt0.com^ ||http://fxmacd.com^ ||http://fxtducb.cn^ @@ -6099,6 +6265,7 @@ ||http://fydgold132.com^ ||http://fytza.cn^ ||http://fzglqyy.com^ +||http://g1.tagtic.cn^ ||http://g1c5.com^ ||http://g1f5.com^ ||http://g35.cc^$third-party @@ -6111,6 +6278,7 @@ ||http://gaoxiaocup.com^ ||http://garacy.cn^ ||http://gasxf.com^ +||http://gaycloud.cn^ ||http://gclick.cn^$third-party ||http://gd.189.cn^*.htm?SP=$third-party ||http://gdbly.com^ @@ -6139,14 +6307,15 @@ ||http://gjghy.com^ ||http://glasszz.com^ ||http://gm682.com^ +||http://goge365-baidu.com^ ||http://gohappy.com.tw^$third-party ||http://goodgz.cn^ ||http://googleadsl.com^$third-party ||http://googlealiyun.cn^ -||http://googleapi.club^ ||http://googletakes.com^ ||http://gotonav.com^$third-party ||http://gotoniubiurl.pw^ +||http://gouhei.top^ ||http://gouzhibao.cn^ ||http://govgift.com^ ||http://gowin01.com^ @@ -6154,7 +6323,9 @@ ||http://gqswg.com^ ||http://greenbetterkids.com^ ||http://gs307.com^$third-party +||http://gshtrl.top^ ||http://gso0.com^ +||http://gssxb.com^ ||http://gsycdb.com^ ||http://gszbba.cn^ ||http://gtmucs.cn^ @@ -6164,10 +6335,14 @@ ||http://gugulonger.cn^ ||http://guidashu.com^ ||http://guoshennet.com^ +||http://guoxintdh.com^ +||http://gutouwang.net^ +||http://guzijie.top^ ||http://gw069.com^ ||http://gwylm.com^ ||http://gxejgs.com^ ||http://gxgzyny.com^ +||http://gxhxmy88.com^ ||http://gydag.com^ ||http://gygdmy.com^ ||http://gzbywl.com^$third-party @@ -6176,6 +6351,8 @@ ||http://gzktpf.com^ ||http://gzmjnx.cn^ ||http://gzqudou.com^ +||http://gzxiongwa.cn^ +||http://gzxxty168.com^ ||http://h0o33.cn^ ||http://h501.cn^$third-party ||http://h9377c.com^ @@ -6199,25 +6376,36 @@ ||http://haoqq.me^$third-party ||http://haosf.com^$third-party ||http://haoyiwang.net^$third-party +||http://harridan.cc^ ||http://hascosafety.com^ ||http://hauchi.com.tw^$third-party ||http://hbalx.cn^ ||http://hbguohua.com^ +||http://hbhnwy.com^ ||http://hbhtbn.com^ ||http://hblinwei.com^ ||http://hbngfy.com^ ||http://hbsimg.com^$third-party +||http://hbssjd.cn^ +||http://hbstty.com^ +||http://hbyingchang.cn^ +||http://hbzjht.com^ ||http://hcreditx.com^ ||http://hcwljy.com^ ||http://heib10.top^ ||http://heib12.top^ ||http://heima8.com^$third-party ||http://hejingroup.cn^ +||http://helanpinpai.com^ ||http://hen360.com^$third-party +||http://hengshui1.com^ ||http://hesxz.com^ ||http://heygugu.com^ +||http://hezhenzi.com^ ||http://hfjuki.com^ ||http://hfsteel.net^ +||http://hg-labs.com^ +||http://hhhhbf.com^ ||http://hhly88.com^ ||http://hhppyt.com^ ||http://hi760.com^ @@ -6225,6 +6413,7 @@ ||http://hivecn.cn^ ||http://hk662.com^ ||http://hkfuy.com^ +||http://hktv10.com^ ||http://hmnjf.com^ ||http://hmp33.com^ ||http://hn163fck.com^$third-party @@ -6232,11 +6421,15 @@ ||http://hnctsm.com^ ||http://hnfpgm.com^ ||http://hnh-hotel.com^ +||http://hnhycp.com^ ||http://hntymg.com^ ||http://hnyiche3.com^ ||http://hnyny.com^ +||http://hongchenzhilu.com^ +||http://hongtefm.com^ ||http://hot-eam.com^ ||http://houdaolj.com^ +||http://houtanyun.com^ ||http://hqygz.com^ ||http://hr41.cn^ ||http://hr44.com^ @@ -6248,23 +6441,29 @@ ||http://htg-x.com^$third-party ||http://huaerduo.com^ ||http://huanqiucaizhi.com^ +||http://huapuzs.com^ ||http://huashengtai.net^ ||http://huashuowork.com^ +||http://huichenbz.com^ ||http://huimee.com^$third-party ||http://huimee.net^ ||http://humanding.com^ +||http://hurom365.cn^ ||http://hw6.com^ ||http://hwmwin.com^$third-party ||http://hxadt.com^ ||http://hxgccl.cn^ ||http://hxlif.com^ +||http://hxnzyy.com^ ||http://hxqu.com^$third-party ||http://hxscba.com^ ||http://hxtwl.cn^ ||http://hxyifu.com^ ||http://hxyx360.com^ ||http://hy-cn.cn/index.php? +||http://hylyl.club^ ||http://hys4.com^ +||http://hysjm.cn^ ||http://hystq.com^ ||http://hytgj.com^ ||http://hyz86.com^ @@ -6284,11 +6483,14 @@ ||http://idasui.cn^ ||http://idcqi.com^ ||http://idianfang.com^ +||http://idoc58.com^ ||http://ie8q.cn^ ||http://iee5.com^$third-party ||http://ienkdaged.cn^ +||http://iewad.net^ ||http://if1512.com^ ||http://ifocus.cn^$third-party +||http://ifufen.com^ ||http://igo5.cc^$third-party ||http://iguang.tw^$third-party ||http://ihualun.com^ @@ -6296,14 +6498,20 @@ ||http://ilepai.com^$third-party ||http://ilovechenyuqian.xyz^ ||http://image.qndown.com^$third-party +||http://img1122.com^ ||http://img80.net^ ||http://imneinei.com^ ||http://index8.cn^$third-party +||http://inpetusgames.com^ ||http://instreet.cn^$third-party +||http://insuf.cn^ ||http://inte.sogoucdn.com^$domain=~index.sogou.com|~zhishu.sogou.com ||http://intentarget.com^$third-party +||http://iomsew.com^ ||http://ipaypay.cn^$third-party ||http://iprefer.com.tw^$third-party +||http://iqiyi.kim^ +||http://iqiyi.pub^ ||http://iqu-operation.com^ ||http://iroby.com^ ||http://is686.com^$third-party @@ -6316,11 +6524,15 @@ ||http://itemccmod.com^ ||http://iuuff.com^ ||http://iwansf.com^ +||http://iyoowi.com^ +||http://iyptc.cn^ ||http://iyygzs.com^ ||http://j8j9.com^$third-party +||http://j94.cc^ ||http://ja9377.com^ ||http://jackaow.com^ ||http://jbyy010.com^ +||http://jcdfdhx.top^ ||http://jczzjx.com^ ||http://jdlcg.cn^ ||http://jdlhg.com^ @@ -6338,10 +6550,13 @@ ||http://jianbangjiaoyu.com^ ||http://jianduankm.com^ ||http://jianglishi.cn^$third-party +||http://jianglongjie.cn^ ||http://jiangmg.com^ ||http://jianjiaovip.vip^ ||http://jiankang13.com^$third-party ||http://jianmei123.com^ +||http://jianyousj.com^ +||http://jiasdart.cn^ ||http://jiehantai.com^ ||http://jiekc.com^ ||http://jimeilm.com^ @@ -6376,6 +6591,8 @@ ||http://jozee.cn^ ||http://jqsex.com^ ||http://jqz9.com^ +||http://js.xiao7cdn.com^ +||http://js88895.net^ ||http://jsadt.com^ ||http://jschuangnuo.com^ ||http://jscsd.cn^ @@ -6386,35 +6603,45 @@ ||http://jsyd139.com^$third-party ||http://jsyxfdj.com^ ||http://jsyzw132.com^ +||http://jtdxz.top^ +||http://jtkshop.net^ ||http://jtxh.net^$third-party ||http://ju33.com^$third-party ||http://juandou.com^$third-party +||http://jucaishequ.com^ ||http://juejdkio.com^$third-party ||http://juhepen.com^$third-party ||http://junfull.com^ ||http://junkucm.com^ ||http://junnew.com^$third-party ||http://jusha.com^$third-party +||http://jushikk.com^ ||http://jutou5.com^ ||http://juuhe.com^ ||http://juxiangyou.com^$third-party ||http://juyiqiche.com.cn^ ||http://jwqj.net^ +||http://jx118114.net^ ||http://jxabp.com.cn^ ||http://jxbjt.com^ ||http://jxjzny.com^ ||http://jxlqgs.com^ +||http://jxsgxzx.com^ ||http://jxwlkssb.com^ ||http://jxxiangchu.com^ ||http://jystea.com^ ||http://k12shequ.com^ +||http://k1815.com^ ||http://k3851.com^$third-party +||http://ka12138.top^ ||http://kaixinjiehun.com^$third-party ||http://kakayy.com^$third-party +||http://kan8.xyz^ ||http://kawa11.space^ ||http://kawinhome.com^ ||http://kddtri.cn^ ||http://kdly.net^$third-party +||http://kdqoehj.top^ ||http://kefeng56.com^$third-party ||http://kehuziliaona.com^ ||http://kejet.$third-party @@ -6426,6 +6653,7 @@ ||http://kfd3sm2c.com^ ||http://kfi8.com^ ||http://kfluoa.com^ +||http://kgcj00.cn^ ||http://kgcjgsa8.net^ ||http://kguke.com^ ||http://kh2134.com^ @@ -6433,8 +6661,10 @@ ||http://khufaw2.com^ ||http://kicnse.com^ ||http://kiees.com^$image,subdocument,third-party +||http://kilin.xyz^ ||http://kingpolo.com.cn^ ||http://kingwam.com^ +||http://kitchenfurniture.cc^ ||http://kiwihk.net^$third-party ||http://kjfoqi.cn^ ||http://kjgen.com^ @@ -6444,13 +6674,16 @@ ||http://kld666.com^ ||http://kldmm.com^ ||http://klsdmr.com^ +||http://kltces.com^ ||http://kmadou.com^ ||http://kmwqxqh.com^ ||http://kod4pc293.com^ ||http://kojwex.top^ +||http://kokofits.com^ ||http://koopei.com^$third-party ||http://kooyum.com^ ||http://koukou7.com^ +||http://kouwku.cn^ ||http://kqy1.com^ ||http://ksrsy.com^ ||http://kt220.com^ @@ -6465,7 +6698,9 @@ ||http://kwiago.com^ ||http://kxrxh.com^ ||http://kyouad.com^ +||http://ladsblue.com^ ||http://laifu365.com^ +||http://lala-my.club^ ||http://lamwatch.com^ ||http://langchars.com^ ||http://lanmogu.net^$third-party @@ -6473,16 +6708,23 @@ ||http://laobei.top^ ||http://laolinow.com^ ||http://lashou1000.com^ +||http://last2.cn^$third-party +||http://lc1b2.cn^ ||http://ldgjhd.net^ ||http://le123.cn^$third-party ||http://le4le.com^ ||http://leamain.net^ +||http://leeleo.top^ +||http://leshigov.cn^ +||http://letaojuan68.com^ ||http://letaoxiaochi.com^$third-party ||http://leturich.org^$subdocument ||http://leturich.org^$third-party +||http://lezai.com^$third-party ||http://leztc.com^ ||http://lfhnkp.com^ ||http://lflili.com^ +||http://lflucky.com^ ||http://lhafy.com^ ||http://lhengilin.com^ ||http://lhusy.com^ @@ -6492,16 +6734,22 @@ ||http://lianjie.phpwind.com^$third-party ||http://lianle.com^$third-party ||http://lianmeng.360.cn^$domain=~lianmeng.360.cn +||http://librarymanagement.cn^ ||http://lifu11.com^ ||http://liliwoin.top^ ||http://linjiajia.cn^ ||http://linkbide.com^ ||http://linkpage.cn^ ||http://linkvans.com^$third-party +||http://linkwuliu.com^ +||http://lintyone.top^ +||http://lisaiservice.top^ ||http://lishuanghao.com^ ||http://litlif.net^ ||http://livehapp.com^ +||http://lixuanbaojie.com^ ||http://ljqnbiogjp.com^ +||http://llguandongyan.com^ ||http://llqss.top^ ||http://lm.35.com^$third-party ||http://lnctc.net^ @@ -6509,8 +6757,10 @@ ||http://lnr1.com^$third-party ||http://loandatec.com^ ||http://log.interest.mix.sina.com.cn^ +||http://long88.app^ ||http://loveconer.com^ ||http://lovestyl.com^ +||http://lovexia.top^ ||http://lsper.top^ ||http://lsxmg.com^ ||http://ltcprtc.com^ @@ -6521,6 +6771,7 @@ ||http://lubosheng.cn^ ||http://lucting.cn^ ||http://luntan588.space^ +||http://luoyuanedu.cn^ ||http://lv55p.cn^ ||http://lv711.net^$third-party ||http://lvehaisen.com^ @@ -6539,20 +6790,25 @@ ||http://lzmm8.com^ ||http://lzwla.top^ ||http://lzzqqc.com^$third-party +||http://magictreehouse.cn^ +||http://magiphone.cn^ ||http://maibahe300cc.com^ ||http://mainbx.com^ ||http://maisoncherry.com^ ||http://maizhenai.cn^ ||http://mall043.com^ ||http://mamamiyu.com^$third-party +||http://manparis.cn^ ||http://maskbaby.com.cn^ ||http://mathtag.com^$third-party ||http://maxfull.info^ ||http://mbai.cn^$third-party +||http://mcdhshlsboom.com^ ||http://medi-8.net^$third-party ||http://media8.cn^$third-party ||http://mediav.com^$third-party ||http://meicubao.cn^ +||http://meilides.com^ ||http://meimeidaren.com^ ||http://meimeiha.com^ ||http://meiti1.net^ @@ -6561,17 +6817,25 @@ ||http://mengmengdas.com^ ||http://mengyuanwei.com^ ||http://metmt.com^ +||http://mfcvxw.cn^ ||http://mglvqian.com^ ||http://mgwcn.com^ ||http://mgwl668.com^$third-party ||http://miaozhen.com^$third-party +||http://mieyisi.com^ +||http://min1319.com^ +||http://mindopu.com^ ||http://mingxianshanghang.cn^ ||http://mingysh.com^ ||http://mjx123.com^ ||http://mkaqh.cn^ ||http://mlt01.com^ +||http://mm-cgnews.com^ +||http://mmpnierhio.com^ ||http://mnxtu.com^ ||http://mobads.baidu.com^$third-party +||http://mofun.ltd^ +||http://moguozhi.com^ ||http://momzs.com^$third-party ||http://moodoocrv.com.cn^ ||http://moogos.com^$third-party @@ -6592,14 +6856,18 @@ ||http://mtty.com^$third-party ||http://mtxsk.com^$third-party ||http://mu722.com^ +||http://mushan.xin^ +||http://muyang888.top/js/ ||http://mxmrt.com^ ||http://mycctvmedia.com^$third-party +||http://mygeneclub.com^ ||http://mytanwan.com^$third-party ||http://mytzdhz.cn^ ||http://myzk1.com^ ||http://myzwqwe12.com^$third-party ||http://mzy2014.com^$third-party ||http://namemek.com^ +||http://nangong2.com^ ||http://nbhxgjz.com^ ||http://nbzq.net^ ||http://ncachear.com^ @@ -6608,19 +6876,24 @@ ||http://ne9377.com^ ||http://newjulads.com^ ||http://news.tagtoo.co^$third-party +||http://newsatads.com^ ||http://newtech-beauty.com^ +||http://newyiba.top^ ||http://nextcps.com^ ||http://ni22.com^$third-party ||http://ni87.com^ +||http://nihaomama.monster^ ||http://nijiua.com^ ||http://niubiba.com^ ||http://niuguwang.net.cn^ +||http://niulail.top^ ||http://niurenw.com^$third-party ||http://niuxgame77.com^ ||http://niuza.com^$image,subdocument,third-party ||http://niwota.com^$third-party ||http://njdijiani.com^ ||http://njfsk.com^ +||http://njjrlf.com^ ||http://njmpacc.com^ ||http://njq.net^ ||http://njwxh.com^ @@ -6651,6 +6924,7 @@ ||http://nthtcs.com^ ||http://ntxiangtai.com^ ||http://nunc-china.com^ +||http://nuonuo1.icu^ ||http://nuxyz.cn^ ||http://nvshuyun.com^ ||http://nxrhs.com^ @@ -6658,16 +6932,21 @@ ||http://nydql.com^ ||http://nysita.com^ ||http://nzezn.com^ +||http://nzydzsw.com^ ||http://o091i.com^$third-party ||http://o6uea.cn^ ||http://oa-panther.data.aliyun.com^$third-party +||http://oacustom.com^ ||http://oaer9.cn^ ||http://officeme.cn^ ||http://oikxlcv.wang^ ||http://okm918.com^ ||http://okokw.com^$third-party +||http://olmall.vip^ ||http://olmvkq.cn^ +||http://olxt.top^ ||http://omgnjvrjgpeg.com^ +||http://omztf.cn^ ||http://onetad.com^$third-party ||http://onewhee.com^$third-party ||http://onlifjj.net^ @@ -6677,10 +6956,12 @@ ||http://oq68.com^ ||http://orchidscape.net^ ||http://oumazg.com^ +||http://overlordtea.cn^ ||http://oxrm.com^$third-party ||http://p0y.cn^$image,domain=~ipinyou.com.cn ||http://p0y.cn^*.swf ||http://p3tt.com^ +||http://p74.cc^ ||http://pababy.cn^$third-party ||http://pagechoice.net^$third-party ||http://panel-cn.com^ @@ -6699,8 +6980,10 @@ ||http://pnhfc.com^ ||http://pnxs.com^ ||http://pofang.com^ +||http://poijugh.top^ ||http://poke88.com^ ||http://polkoa.com^ +||http://popeng.top^ ||http://popin.cc^$third-party ||http://pos.baidu.com^ ||http://powergg.top^ @@ -6715,8 +6998,9 @@ ||http://ptkhy.com^ ||http://pubbirdf.com^ ||http://pyzkk.com^ +||http://pzrj6.top^ +||http://qarsza.cn^ ||http://qbyy010.com^ -||http://qchannel03.cn^$third-party ||http://qclcdn.cn^ ||http://qcupup.com^ ||http://qdchunyu.com^ @@ -6726,36 +7010,46 @@ ||http://qhaif.com^ ||http://qi-duo.com^ ||http://qiailm.com^ +||http://qianfuyin.com^ +||http://qianmeiby.com^ ||http://qidou.com^$third-party ||http://qigemm.com^ ||http://qilashou.com^ ||http://qingqu.la^ +||http://qinqiaotrade.com +||http://qipskd.cn^ ||http://qiqivv.com^ ||http://qiqiww.com^ ||http://qiqiyii.com^ ||http://qiyou.com^$third-party ||http://qjjtc.com^ +||http://qjyzj.cn^ ||http://qling.com^$third-party ||http://qmkdy.com^ ||http://qmname.com^ ||http://qnvih8.cn^ +||http://qo26.com^ ||http://qoiusky.com^ ||http://qq4g.cn^$third-party ||http://qqm98.com^ +||http://qqtx.me^ ||http://qs01.cn^ ||http://qsart.cn^ ||http://qsbz2011.com^ ||http://qshxc.com^ ||http://qsj65.com^ +||http://qsmdeyz.cn^ ||http://qtch888.com^ ||http://qtmojo.cn^ ||http://qtmojo.com^$third-party ||http://quadasdata.cn^ ||http://quanbailing.com^$third-party +||http://quandangdang.net^ ||http://quansj.cn^ ||http://qubilou.com^$third-party ||http://qucaigg.com^ ||http://queene.cn^ +||http://qunale888.com/maizhan/ ||http://quw18.com^ ||http://qwedcfv.com^ ||http://qxfly.com^ @@ -6782,6 +7076,7 @@ ||http://rencai56.com^ ||http://renminben.com^ ||http://resetgey.com^ +||http://rgdhct.cn^ ||http://rhgyg.com^ ||http://rickysblast.cn^ ||http://rideraid.net^ @@ -6790,6 +7085,7 @@ ||http://rmetop.com^ ||http://roay.cn^ ||http://rongchengxxw.com^ +||http://rongdingwl.cn^ ||http://rpaulfrank.com^ ||http://rqgsf.com^ ||http://rrsubway.com^ @@ -6800,24 +7096,31 @@ ||http://runiman.com^ ||http://ruxianke.com^ ||http://rwjfs.com^ +||http://rx616.cn^ ||http://s17cnzz.com^$third-party ||http://s400cc.com^ ||http://s8dj.com^$third-party ||http://s9w.cc^ ||http://sadobo.com^ ||http://saf588.com^ +||http://safe524.xyz^ ||http://saferwet.com^ ||http://sales-frontier.com^$third-party ||http://samboc.com^$third-party ||http://sangxi.top^ +||http://sanjinma.com^ +||http://sboite.cn^ ||http://sbrqp.com^ ||http://scenepass.com^ ||http://scfatao.com^ +||http://scfrwo.cn^ ||http://sciencelolb.com^ ||http://scize.com^$third-party ||http://sclizhong.com^ ||http://scriptcc.cc^ ||http://scw0.com^ +||http://sdagxz.xyz^ +||http://sdaixz.xyz^ ||http://sdhzstone.net^ ||http://sdjjr.com^ ||http://sdqoi2d.com^ @@ -6828,7 +7131,9 @@ ||http://sexy-more.com^$third-party ||http://sfloushi.com^ ||http://sfxl.com.cn^ +||http://sfz023.com^ ||http://sgbfjs.info^ +||http://sgftrrs.com^ ||http://shama5.com^ ||http://shandongkuntuo.com^ ||http://shangjiabiao.com^$third-party @@ -6838,12 +7143,16 @@ ||http://sharele.cn^$third-party ||http://sharrysweb.com^ ||http://shbywsd.cn^ +||http://shengdianwang.cc^ ||http://shenglonghg.net^ +||http://shentupk85.com^ ||http://shenyian.net^ ||http://shiftrro.com^ +||http://shillivee.pro^ ||http://shkywh.com^ ||http://sho9wbox.com^$third-party ||http://shouwangba.cn^ +||http://shouyouyou.com^ ||http://show.kc.taotaosou.com^ ||http://shucaihangjia.com^ ||http://shuihulu.com^$third-party @@ -6854,6 +7163,7 @@ ||http://shypqc.com^ ||http://si9377.com^ ||http://sicentlife.com^ +||http://sifakaoshi360.com^ ||http://sigbusa.com^ ||http://sigo99.com^ ||http://sin114.com^$third-party @@ -6864,8 +7174,12 @@ ||http://sino-seve.com^ ||http://sitemobia.com^ ||http://sjgnskf.com^ +||http://sjmwkj.cn^ ||http://sjy-stone.com.cn^ ||http://skatehot.net^ +||http://sm077.com^ +||http://smallmovieapp.com^ +||http://smf82.cn^ ||http://smitionsory.co^ ||http://smucdn.com^ ||http://smxsg.com^ @@ -6882,7 +7196,9 @@ ||http://spcode.baidu.com^ ||http://spectram.pro^ ||http://sphwq.net^$third-party +||http://spxnet.com^ ||http://sqext.com^ +||http://ssaa.cc^$third-party ||http://sscefsol.com^ ||http://sscj123.com^$third-party ||http://ssdaili.com^ @@ -6890,6 +7206,7 @@ ||http://ssjy168.com^ ||http://ssmuse1314.cn^ ||http://sspsky.com^$third-party +||http://sstar.vip^ ||http://sstc360.com^ ||http://st123.info^ ||http://staqnet.com^ @@ -6899,16 +7216,23 @@ ||http://steadfastsystem.com^ ||http://stn88.com^ ||http://stocksbsc.com^ +||http://storeapi.net^$third-party ||http://stsywl.com^ ||http://subo.me^$third-party ||http://sucodb.com^ ||http://sufficient.cn^ ||http://sums.suning.com^$third-party ||http://superfish.com^$third-party +||http://superli666.top^ +||http://suukcn.com^ +||http://svsatrerbxh.com^ +||http://swtkc.cn^ ||http://swzhaohuo.com.cn^ ||http://sxbhzs.net^ ||http://sxcol.cn^ ||http://sxdyrq.com^ +||http://sxybjjz.cn^ +||http://sxympy.com^ ||http://sxz67.com^ ||http://sxzmj.cn^ ||http://sykty.com^ @@ -6922,34 +7246,40 @@ ||http://szdzbx.com^ ||http://szfaq.com^ ||http://szggdw.com^ +||http://szjianxin.net^ ||http://szrk3.com^ ||http://sztbjs.com^ ||http://szvr.com^$third-party ||http://szxiuchang.com^ ||http://szxpsg.com^ ||http://t3nlink.com^$third-party +||http://t415n.cn^ +||http://t58b.com^ ||http://t70123.com^ ||http://ta80.com^$third-party ||http://taat00889.com^ ||http://tab20.com^$third-party ||http://tad.suning.com^ -||http://tagtic.cn^$third-party ||http://tamedia.com.tw^$third-party ||http://tanchuang002.info^$third-party ||http://tangoutianxia.com^ ||http://tanwanyx.com^$third-party ||http://taobaly.cn^ ||http://taobaoaliyun.cn^ +||http://taobaojx.com^ ||http://taobayun.cn^ ||http://taohanpai.com^ ||http://taojingu.cn^$third-party ||http://taotu001.com^$third-party +||http://taoyuay.top^ ||http://tbaocdn.com^ ||http://tbjfw.com^$third-party ||http://tc600.com^ ||http://tdayi.com^ ||http://tebaidu.cn^$third-party +||http://techantuijian.com^ ||http://techsolutions.com.tw^$third-party +||http://tellvi.cn^$third-party ||http://tenmax.io^$third-party ||http://tequanma.com^ ||http://tg.1155t.cn^ @@ -6965,6 +7295,7 @@ ||http://tiangu99.com^ ||http://tianji520.cn^$third-party ||http://tianjieleather.com^ +||http://tianjiunion.cn^ ||http://tianqi777.com^ ||http://tiantianedu.net^$third-party ||http://tianyanzs.com^ @@ -6973,7 +7304,9 @@ ||http://tjgxzs.com^ ||http://tjhhr.com^ ||http://tjqonline.cn^ +||http://tjys88.com^ ||http://tkd777.cn^ +||http://tngmn.com^ ||http://to8to.com^$subdocument,third-party ||http://togo666.com^ ||http://tongdejiayuan.com^ @@ -6992,6 +7325,7 @@ ||http://trys5.com^$third-party ||http://trzina.com^ ||http://tsdlp.com^ +||http://tsyndolls.com^ ||http://ttbaods.com^ ||http://ttfgames.cn^ ||http://ttlowe.com^ @@ -7000,6 +7334,7 @@ ||http://tuia.cn^$third-party ||http://tukeai.com^ ||http://tukj.net^$third-party +||http://tvbyb04.com^ ||http://tvrom.cn^$third-party ||http://twb98.com^$third-party ||http://twcczhu.com^$third-party @@ -7011,20 +7346,26 @@ ||http://txdwc.cn^ ||http://txkjad.com^$third-party ||http://txt2017.com^ +||http://txt2019.cc^ ||http://ty229.com^ ||http://tylll.com^ ||http://tz-dsp.com^$third-party ||http://u.801t.com^$third-party ||http://u.huoying666.com^ ||http://u88.cn^$third-party +||http://uadsaa.com^ ||http://ubalh.com^ ||http://ubcpm.com^$third-party ||http://ubmcvideo.baidustatic.com^ +||http://uc138.com^$third-party ||http://uc610.com^ ||http://ucaliyun.cn^ +||http://ucbaba.top^ +||http://uchaoqiang.top^ ||http://ucrzgcs.cn^ ||http://ucstatic.cn^ ||http://uctrac.com^$third-party +||http://ucxgg.com^ ||http://ucxxii.com^ ||http://ueadlian.com^$third-party ||http://ufstone.com^$third-party @@ -7038,6 +7379,7 @@ ||http://ulink.cc^$third-party ||http://um29.com^$third-party ||http://umjsik.com^ +||http://uneede.com^ ||http://unimhk.com^$third-party ||http://union-wifi.com^$third-party ||http://union.zbj.com^$third-party @@ -7062,15 +7404,16 @@ ||http://va88p.cn^ ||http://vamaker.com^$third-party ||http://vboo349.com^ -||http://vbtrax.com^$third-party ||http://vdazz.net^ ||http://ve001nz.com^ ||http://vedeh.com^ ||http://vegent.cn^ -||http://velocecdn.com^ +||http://vertivchina.cn^ ||http://vf5c.com^$third-party ||http://vfdxlt.cn^ +||http://vhpxa.top^ ||http://victorjx.com^ +||http://video231.oss-cn-beijing.aliyuncs.com^ ||http://videondun.com^ ||http://visadd.com^$third-party ||http://vlion.cn^$third-party @@ -7078,17 +7421,24 @@ ||http://vnnv777.cn^ ||http://vns3359.com^ ||http://vpie.net^$third-party +||http://vs944.cn^ ||http://vsnoon.com^$third-party +||http://vt863.cn^ ||http://vtale.org^ ||http://vvvulqn7.com^ ||http://vwws6.net^ +||http://vxsnk.com^ ||http://w3989.com^ +||http://w4pma.cn^ ||http://w65p.com^ +||http://wacc888.com^ ||http://waihui518.com^ ||http://walibao.com^$third-party +||http://wanfukang.cc^ ||http://wangdaizao.com^ ||http://wangdddy.com^ ||http://wangdq.com^ +||http://wangqipu.com^ ||http://wangsufast.com^ ||http://wantaico.com^ ||http://wantfour.com^ @@ -7101,12 +7451,16 @@ ||http://wdymwzz.com^ ||http://wdzsb.com.cn^ ||http://weareqy.com^$third-party +||http://webabcd.com^ ||http://webofxm.cn^ ||http://weddingeeos.com^$third-party ||http://weihuiyungou.com^ ||http://weiqiqu.cn^ ||http://weixiangzu.cn^ +||http://weizjzg.com^$third-party +||http://wemdsm.com^ ||http://werpig.com^ +||http://wf321.com^ ||http://wffengtai.com.cn^ ||http://wgnlz.com^ ||http://wgnmp.com^ @@ -7130,8 +7484,10 @@ ||http://wodemeitu.com^$third-party ||http://wodhid.com^ ||http://wofan.net^$third-party +||http://wojiabaoye.com^ ||http://wole.us^ ||http://wowips.com^ +||http://wowoyy.cc^ ||http://wq42219.com^ ||http://wqsph.net^ ||http://wqzyt.net^$third-party @@ -7143,12 +7499,17 @@ ||http://wu36n.cn^ ||http://wu65.com^ ||http://wudang05.com^$third-party +||http://wuhufengze.com.cn^ +||http://wushuangjiexi.top^ ||http://wuwaii.com^ +||http://wuweiqx.com^ ||http://wuwho.cn^ +||http://wuyekanba.com^ ||http://wvstatic.cn^ ||http://wwlolbs.com^ ||http://wxbdfm.com^ ||http://wxstatic.cn^ +||http://wxxfqc.com^ ||http://wyhzzy.com^ ||http://wyttech.cn^ ||http://wywsdx.com^ @@ -7163,6 +7524,7 @@ ||http://xabaitai.com^ ||http://xabmjr.com^ ||http://xajx.com^$third-party +||http://xcads.cn^ ||http://xcclzs.com^ ||http://xchgx.com^ ||http://xcjy876.com^ @@ -7184,7 +7546,9 @@ ||http://xhxnkyy.com^ ||http://xhydrs.cn^ ||http://xi0021.com^ +||http://xiadaxiong.com^ ||http://xiald.com^ +||http://xiang7.vip^ ||http://xiaobiaoucai.cn^ ||http://xiaoyang.mobi^ ||http://xiaoyida.com^$third-party @@ -7199,10 +7563,14 @@ ||http://xinasiaj.com^ ||http://xing678.com^$third-party ||http://xingjuhe.com^ +||http://xingyao.doubiy.com^ +||http://xingyaoapi.com^ +||http://xinji2.com^ ||http://xinlongrubber.com^ ||http://xinyijiasc.cn^ ||http://xiongdong.com^ ||http://xiongyin.com^$third-party +||http://xiongzhangad.com^ ||http://xitao3.com^$third-party ||http://xixianad.com^$third-party ||http://xixiashengdian.com^ @@ -7216,9 +7584,25 @@ ||http://xm9178.com^ ||http://xmcmn.com^ ||http://xmliw.com^ +||http://xmrepair.com^ ||http://xmshqh.com^$third-party ||http://xmsqz.com^ ||http://xmtsyg.com^ +||http://xmxxwl.com^ +||http://xn--fjqz50cv5q3so.ltd^ +||http://xn--fjqz50cv5q3so.online^ +||http://xn--mtso8sj6menhyil.online^ +||http://xn--tst552fo5s.xyz^ +||http://xn--wxt79hbyb675a.online^ +||http://xn--wxtr9fwyxk9c.site^ +||http://xn--wxtr9fwyxk9c.top^ +||http://xn--wxtr9fwyxk9c.xn--io0a7i^ +||http://xn--xhq9mt12cf5v.ink^ +||http://xn--xhq9mt12cf5v.ren^ +||http://xn--xhq9mt12cf5v.shop^ +||http://xn--xhq9mt12cf5v.site^ +||http://xn--xhq9mt12cf5v.top^ +||http://xn--xhq9mt12cf5v.website^ ||http://xn6ffc.com^ ||http://xnjpg.com^ ||http://xp3366.com^$third-party @@ -7231,12 +7615,17 @@ ||http://xtgreat.com^$third-party ||http://xtianqi.com.cn^ ||http://xtxa.net^ +||http://xtyizilaijx.cn^ +||http://xu7b.com^ ||http://xuanmeiguoji.com^ +||http://xuehelei.com^ ||http://xueyongbao.com^ ||http://xugsh.cn^ ||http://xul478.com^ ||http://xulizui6.com^ +||http://xunlaile.com^ ||http://xuqinqi.cn^ +||http://xvnfyutv.com^ ||http://xvtpvc.cn^ ||http://xxad.cc^ ||http://xxhrd.com^ @@ -7245,17 +7634,20 @@ ||http://xxx55tp.com^*.gif ||http://xxyzwtsylw.com^ ||http://xycnz.com^ +||http://xycnzz.com^ ||http://xyimg.net^$domain=~xy.com ||http://xyqptm.com^ ||http://xyqxr.com^ ||http://xyrhd.com^ ||http://xyssp.com^ ||http://xytom.com^ +||http://xz6d.com^ ||http://xzdchl.com^$third-party ||http://xzyituo.com^ ||http://xzzyi.com^ ||http://y0o1g.cn^ ||http://yageben.com^ +||http://yalongrope.cn^ ||http://yamaidei.cn^ ||http://yangdasen.cn^ ||http://yanglaopt.net^ @@ -7279,6 +7671,7 @@ ||http://yhsmk.com^ ||http://yhtcd.com^ ||http://yidulive.net^ +||http://yifuls.com^$third-party ||http://yigao.com^$third-party ||http://yigyx.com^ ||http://yiiwoo.com^$third-party @@ -7289,12 +7682,14 @@ ||http://yinhaijuan.com^ ||http://yinoo.cn^$third-party ||http://yinyuehu.cn^ +||http://yinyuncp.com^ ||http://yiqifa.com^$subdocument ||http://yiqifa.com^*.js$third-party ||http://yiqiv.com^$third-party ||http://yiran686.cn^ ||http://yiranxian.cn^ ||http://yishuifa.org^ +||http://yitai001.com^ ||http://yiwad.com^$third-party ||http://yiwuds.com^ ||http://yixige.com^$third-party @@ -7308,6 +7703,7 @@ ||http://yndianju.com^ ||http://ynmbz.com^ ||http://ynwqls.com^ +||http://yofoto.ltd^ ||http://yongkang6.com^ ||http://yongv.com^$third-party ||http://youbet8.com^$third-party @@ -7329,20 +7725,27 @@ ||http://ysgsq.cn^ ||http://ysjwj.com^ ||http://ysm.ezprice.net^$third-party +||http://ysnj74ed.com^ ||http://yuanhsu.com^$third-party +||http://yuanmengbi.com^ +||http://yuanyanglw.com^ ||http://yueyetiyu.com^ ||http://yuggcd.com^ +||http://yujiangchu.com^ ||http://yujyjms.cn^ ||http://yule8.net^ ||http://yunfanlm.com^$third-party +||http://yunmowu.com^ ||http://yunsoka.com^ ||http://yuu360.com^$third-party +||http://yuyanbaojie.cn^ ||http://yuyue008.cn^ ||http://ywadf.cn^ ||http://ywjsgc.com^ ||http://ywjxsp168.cn^ ||http://ywxi.net^ ||http://yxdyk.com^$script,third-party +||http://yxgfcj.com^ ||http://yxjad.com^ ||http://yxmspx.com^ ||http://yxszy.com^ @@ -7353,12 +7756,15 @@ ||http://yyylg.cn^ ||http://yzaosite.com^ ||http://yzh360.com^ +||http://yzwr588.com^ ||http://yzxls.com^$third-party ||http://yzygo.com^ ||http://yzytb.com^ +||http://z2blog.com^$third-party ||http://zampda.net^$third-party ||http://zampdsp.com^$third-party ||http://zantainet.com^ +||http://zbetter.org^ ||http://zcrtd.com^ ||http://zd6789.com^$third-party ||http://zdjby.cn^ @@ -7370,13 +7776,17 @@ ||http://zgksb.com^ ||http://zgktxx.com^ ||http://zgrsq.cn^ +||http://zgtcar.com^ ||http://zgunion.cn^ ||http://zgyemy.com^ ||http://zgyiyi.com^$third-party +||http://zgyryt.com^ ||http://zh1144.com^ ||http://zhaibei112.top^ ||http://zhandi.cc^$third-party +||http://zhangkc.com^ ||http://zhao258.com^ +||http://zhengyejixie.com^ ||http://zhenhun.co^$third-party ||http://zhfosenghtr.com^ ||http://zhichi08.com^ @@ -7387,6 +7797,7 @@ ||http://zhjfad.com^ ||http://zhongjiangguoji.org^ ||http://zhongzk.com^ +||http://zhuangzhaibancai.cn^ ||http://zhuba8.com^ ||http://zhudiaosz.com^ ||http://zhufushuo.com^ @@ -7396,11 +7807,15 @@ ||http://zhybzp.cn^ ||http://zi63m.cn^ ||http://ziig.com.cn^ +||http://zisu.cn.com^ +||http://zitanmushu.com^ +||http://ziyuantx.com^ ||http://zj66.net^$third-party ||http://zjhim.com^ ||http://zjhoudao.com^ ||http://zl588.com^ ||http://zlongad.com^$third-party +||http://zmgod.com^ ||http://zmlled.cn^ ||http://zp22938576.com^ ||http://zp265.com^$third-party @@ -7409,10 +7824,13 @@ ||http://zry8181.com^ ||http://zsdexun.com.cn^ ||http://zsedu99.cn^ +||http://zsjyc.top^ ||http://ztdsp.com^$third-party ||http://ztidu.com^ +||http://ztvx8.com^ ||http://zx573.cn^ ||http://zxb918.com^ +||http://zxhrq.cn^ ||http://zxwdw.com^ ||http://zybpj.com^ ||http://zydyjzw.cn^ @@ -7420,24 +7838,29 @@ ||http://zyqp9.com^ ||http://zyrfanli.com^ ||http://zytwq.net^$third-party +||http://zyzjpx.cn^ ||http://zz123.com^$third-party ||http://zzad.com^$third-party ||http://zzbaowen.com^ +||http://zzkoubei.com^ ||http://zzrcz.com^ ||http://zzsssy.com^ +||http://zzwflxs.com^ ||http://zzyonghao.com^ +||http://1024mzs.pw^$popup,third-party ||http://1024wanzhai.$popup,third-party ||http://133gp.com^$popup ||http://189.cn/actpush/$popup,third-party ||http://35.$popup,domain=dfpan.com -||http://415.net^$popup ||http://76fengyun.com/vip.php$popup ||http://7866593178.com^$popup +||http://7wkw.com^$popup ||http://9100300.com^$popup ||http://9453hot.com^$popup +||http://95p2.com^$popup +||http://agxclick.com^$popup ||http://aiwanma99.com^$popup ||http://ark.letv.com/t?$popup -||http://avkankankan.com^$popup,third-party ||http://baidu.com/adrc.$popup ||http://baidu.com/baidu.php?url=$popup ||http://bm999999.com^$popup @@ -7448,7 +7871,7 @@ ||http://d6262.com^$popup ||http://dilidili.wang/toGame.$popup ||http://duoyi.com/welcome/$popup -||http://dwz.cn^$popup,domain=aixiaoju.com +||http://elsbfby.com^$popup,third-party ||http://flash.cn/success/$popup ||http://fu9453.com^$popup,third-party ||http://gd.189.cn*/push/$popup @@ -7463,6 +7886,7 @@ ||http://ieeod0.com^$popup ||http://ihualun.com^$popup ||http://img999.com^$popup,domain=tt1069.com +||http://jav321.com^$popup,third-party ||http://jjwxc.net/jjad*.html$popup ||http://kuheju.com^$popup ||http://p.ynb2dca.com^$popup @@ -7477,15 +7901,17 @@ ||http://xiyouence.com^$popup,third-party ||http://yy18.info^*thanks$popup ||http://*.$image,rewrite=abp-resource:1x1-transparent-gif,third-party,domain=rmdown.com +||http://*/ad/$rewrite=abp-resource:blank-mp3,domain=huaren.tv ||http://000001.azureedge.net/script/common.js ||http://000001.azureedge.net/script/p.js ||http://000b.info/js/ ||http://005.tv/s/setcores.js -||http://005.tv/shouye/moe-9 -||http://005.tv/templets/muban/js/jquery-1.8.3.js ||http://005.tv:60000/ad.js ||http://007.mx/flv/ ||http://007ds.com/js/js/ +||http://02wq.com/script/ +||http://02wq.com/script/down.js +||http://02wq.com/scrtips/33lc.js ||http://0379home.com/public/js/ad_pic.js ||http://0379home.com/public/js/beside.js ||http://0439.com/wtj/homepage/handler/guangg.ashx?ut=classify @@ -7527,6 +7953,7 @@ ||http://100ksw.com/inc/doc- ||http://100xuexi.com/CssModel/*Layout.js ||http://100yangsheng.com/a1/a.js +||http://100ydy.cc/js/kupin/ ||http://101.78.195.135/js/ ||http://1010pic.com/scripts/hd/yueyue ||http://1010pic.com/static/js/allpc.js @@ -7534,6 +7961,7 @@ ||http://102tv.cn/js/main.js ||http://103.19.2.6/js/thea ||http://103.225.198.230:8080/index.html +||http://106.14.244.76/3213.png ||http://107.172.176.197^ ||http://107.182.131.103/cache/?q=/images/ ||http://107cine.com/front/js/layer.js @@ -7541,6 +7969,7 @@ ||http://11.mydrivers.com/drivers/ ||http://11.mydrivers.com/news/03.js ||http://11.mydrivers.com/news/google468x60.js +||http://110hack.com/article/UploadPic/ ||http://11129.com/800X80 ||http://111cn.net/gg_ad/ ||http://111cn.net/js/downc*.js @@ -7548,7 +7977,6 @@ ||http://112.126.66.58^*?mid= ||http://113.17.188.*.js ||http://114shouji.com/a/1.js -||http://114txt.com/hello/ ||http://115.28.114.149^*_proxy. ||http://115.29.141.121^ ||http://115.29.46.146^$subdocument @@ -7572,7 +8000,7 @@ ||http://122.228.236.165^ ||http://123.sogou.com/discover/? ||http://1236226.com/html/ -||http://124fu.com/js/*.htm +||http://12580sky.com/gg/ ||http://126.com/get.do?*=themeHandler. ||http://126.net/house/hrb/flash/*X ||http://126.net/ntesrich/*/suning- @@ -7593,17 +8021,19 @@ ||http://141h.com/data/attachment/noblock/cf/ ||http://145.239.6.59/g3/ ||http://14bobo.com/js/ -||http://158pic.com/js/tjhd.js -||http://159i.com/p/b201u502y.js +||http://159i.com/nd/b_slest.php +||http://159i.com/p/*.js ||http://159i.com/video/pop/ ||http://159i.com/video/usr/uploads/1- ||http://159i.com/video/usr/uploads/bd/$image ||http://15hn.net/data/content +||http://15yc.cc/statics/js/ffffff.js ||http://160.com/statics/statics/js/code_13.js ||http://160.com/statics/statics/js/code_15.js ||http://1616.net/jd/data/index/indexad.json ||http://162.212.182.$subdocument ||http://162.251.5.11/bbspic/storeShow/ +||http://162ck.com/v*.js ||http://163.com*/special/*_ad_ ||http://163.com/get.do?*=themeHandler. ||http://163.com/ntes/special/*_papa. @@ -7624,8 +8054,11 @@ ||http://168gamer.*.php?mod=js ||http://168img.com/a/ ||http://168img.com/aa/ +||http://16co.com/js/adb +||http://16co.com/js/c ||http://16sucai.com/ads/ ||http://16sucai.com/images/*0 +||http://16xx8.com/1diy/ad/ ||http://1708t.com/js/jquery.js ||http://17173.com/advideo/ ||http://17173.com/api/video/PlayerPopup? @@ -7643,14 +8076,17 @@ ||http://17500.cn/Public/Mobile/img/enjoyswiss.jpg ||http://17500.cn/template/images/*_960X90. ||http://178.com/glr.js -||http://17989.com/script/index.asp -||http://17ce.com/118/ -||http://17ce.com^$subdocument +||http://17ce.com/p +||http://17ce.com/t ||http://17dm.com/s/common/js/*AD.js +||http://17house.com/zt/style/*_banner*.js +||http://17house.com/zt/style/*_bottom_module.js ||http://17jiaoyu.com/images/img_980x90.jpg +||http://17k.com/jump/uh ||http://17ok.com/focus/3j_right_jdt.shtml ||http://17yy.com/style/ifra_ad/ ||http://180.96.27.85^*.htm +||http://18183.com/common/js/side.js ||http://18183.com^*.php? ||http://182.92.234.239^*.html ||http://183yf.cn/img/nz.png @@ -7659,13 +8095,14 @@ ||http://192.240.111.77/ad/ ||http://192.74.239.161/ad960.js ||http://19216811.la/net/advert +||http://195315.com/storage/tpl/tj.js ||http://198.40.52.148/js.js ||http://19iiii.info/js/dingbu.js ||http://19iiii.info/js/dl.js ||http://19iiii.info/js/foot.js ||http://19iiii.info/js/tonglan.js +||http://19vcd.com/mid/ ||http://1fzw.com/content/templates/zjbnew/yxj.js -||http://1kejian.com/js/topA.js ||http://1ketang.com/Runtime/js/play ||http://1xlala.com/img/ ||http://2.56.176.42/link/ @@ -7675,8 +8112,10 @@ ||http://20150930.cf^ ||http://2016.bkill.net^ ||http://202.102.26.253:8182/files/7/lhzs1k.jpg +||http://2048hd1.com/js/tc.js ||http://205.209.138.102^ ||http://20bmm.com:8888/js +||http://20mao.com/52 ||http://211600.com/data/attachment/portal/ ||http://217hs.com/js/jquery.js ||http://219.128.77.113/main.js?i= @@ -7698,13 +8137,11 @@ ||http://2324av.com/zz/ ||http://2345.com/cnxh/ ||http://2345.com/duoteimg/dtnew_recom_img/duoteself/ -||http://2345.com/duoteimg/duotehtml/ ||http://2345.com/duoteimg/img/*_ad_ ||http://2345.com/dypcimg/*gameRecommend.js ||http://2345.com/dypcimg/ads/ ||http://2345.com/images/activity/20180618/search-actimg ||http://2345.com/images/m/global/new-hongbao/ -||http://2345.com/jifenimg/img/common/logo.png$third-party ||http://2345.com/js/index/activity/ ||http://2345.com/js/m/bottom.float.adver.js ||http://2345.com/js/m/common/top_information.js @@ -7716,13 +8153,17 @@ ||http://239300.net/template/*_mh_gg ||http://23aitt.com/zz/ ||http://23sc.cn/andy/ +||http://241hs.com/js/jquery.js ||http://24cmm.com:8888/js ||http://24mn.me/js/total.js ||http://2500sz.com/site/ +||http://250sy.cc/gg/ ||http://25bmm.com/js ||http://265la.com/html/ ||http://268de.com/js/ ||http://28hse.com/adsman/www/images/ +||http://28kys.com/92kviptupian/ +||http://28kys.com/cpstupian/ ||http://29spp.com/js/tj.js ||http://2btu.com/gg.jpg ||http://2ccc.com/images/aobi.gif @@ -7739,6 +8180,7 @@ ||http://310v.com/images/wap_520x60.gif ||http://315che.com/tree/ad.js ||http://31bmm.com:8888/js +||http://31vcd.com^*.js ||http://32xp.com/upimg/ ||http://333tv.com/wp-content/themes/Loostrive/cssg/ ||http://33405.com/js/layer.js @@ -7750,7 +8192,6 @@ ||http://3344ex.com/js/jc.js ||http://3344mf.com/js/ ||http://3344xu.com/js/ -||http://33api.com/index.php/Article/eddata? ||http://33av.net/Uploads/ad/ ||http://33img.com^$domain=18board.com|18p2p.com ||http://33lc.com/bui/ @@ -7763,10 +8204,10 @@ ||http://360.cn/int/getadurls? ||http://360.cn/popup/popinfo/ ||http://360buyimg.com/jzt/temp/js/ +||http://360buyimg.com^$domain=qianggou5.com ||http://360doc.com^*.html?t= ||http://360kan.com/special/ ||http://360safego.com^ -||http://363uu.com/banner_list.js ||http://365kl.net/data/attachment/portal/ ||http://365rich.cn/ba.aspx ||http://36dm.club/images/00 @@ -7782,6 +8223,8 @@ ||http://36dm.com/js/nu ||http://36kr.com/pp/api/ap/plan? ||http://373nn.com/java/ +||http://38qiqi.com/js/*.aspx +||http://38qiqi.com/js/asp/ ||http://39.net/a.htm? ||http://39.net/creative/ ||http://39.net/js/google/ @@ -7796,6 +8239,7 @@ ||http://3boys2girls.com/templates/default/2013/life/160b5.js ||http://3boys2girls.com/templates/default/2013/randlinks.js ||http://3boys2girls.com^$subdocument +||http://3bt.cc/xdy_ ||http://3dmgame.com/img/a/640- ||http://3dmgame.com/index.php?m=games&c=index&a=ztad& ||http://3dmgame.com/templets/common/show_js/show_js.js @@ -7812,35 +8256,37 @@ ||http://3qcc.com/js/bb.js ||http://3wk.cc/images/*.gif ||http://4-bb.com/new/xxx/ +||http://4000bb.com/java/ ||http://40407.com/plus/rpad/ ||http://40407.com/plus_rpad_ +||http://407mp3.com/js/*.js +||http://4080kan.com/js/head ||http://40wan.com/js/www2/ ||http://42cao.com/ckplay/js.jpg ||http://4399.com/baiduad/ +||http://4399.com/jss/*coup.js ||http://4399.com/loadimg/iframe_ ||http://4399.com/loadimg/loading.htm ||http://4438x*.com/Runtime/js/ -||http://44hd.cc/js/ ||http://44pd.com^*xds/ ||http://47.100.0.249/js/thea ||http://47ks.com^*_ad.js ||http://484r.com/images/flash/gallery_ -||http://4ci.cc^$domain=fanjian.net +||http://4btbtt.com/slade.js ||http://4gamers.com.tw/site/api/aols/media? ||http://4gtv.tv/4gTV_OTT.json ||http://4hw.com.cn/js/common.js ||http://4k123.com/data/attachment/portal/201712/20/194208ao9pevvvg0xr0n1p.jpg ||http://4paradigm.com^$domain=sina.com.cn ||http://500xxxx.com/go.js +||http://504537168.com/Public/system/system. ||http://5054399.com/js/rice/m.js ||http://5068.com/*gg ||http://5068.com/websleft.js -||http://508ii.com/banner_list.js -||http://50yxw.com/content/uploadfile/*.gif ||http://51.com/up/bdfmt/ ||http://510mall.com//image/ ||http://5118.com/8/g.aspx -||http://512ms.com/js/index_ggw_show.js +||http://512ms.com/webggwhtml/ ||http://51688.cc/ya/ ||http://516qq.cn/theme/dd/ ||http://5184.com/container/html/news_view_gg @@ -7869,15 +8315,12 @@ ||http://51ztzj.com/res/web/img/download_sign ||http://51ztzj.com/res/web/img/pic/inshow.jpg ||http://51zxw.net/news_vvvs_photos.swf -||http://520boxtv.com/images/logo_top.gif ||http://520cc.cc/300aaa.gif ||http://520xs.la/js/dianrui- ||http://521000.com/co/ -||http://523525.com/img/20170508.jpg ||http://5278.cc/index.js ||http://5278.mobi/aa/ ||http://5278bbs.com/adpost_ -||http://52beiwo.com/gg. ||http://52card.net/img/ ||http://52che.com/Inc/FooterComm_ ||http://52che.com/NewLocal/TemplateHtml/headflash1_ @@ -7890,37 +8333,42 @@ ||http://52pk.com/style/files/images/beitou.jpg ||http://52rd.com/Pic/Click/ ||http://52rd.com/Pic2/*_600_60 +||http://52tian.net^*/xuanfu.js ||http://52waha.com/static/js/func_bbs.js ||http://52wmb.com/2014js/cn_ +||http://52xkyy.com/gcontent/ ||http://52z.com/images/52zgg/ ||http://52zpi.com/gg/ ||http://52zy.com/other/js/ ||http://5328t.com/js/jquery.js ||http://543et.com/detail/ -||http://5442.com/style/ads5442.js -||http://54new.com/da/ +||http://5442tu.com/style/ads5442.js +||http://54new.com*/da/ ||http://55.la/anonymous/banner/$domain=lxty66.com ||http://55aaee.com/detail/ +||http://55sky.com/js/diecuo/ ||http://56ads.com/js/main.js ||http://56img.com^*/baidu-promotion.js ||http://56img.com^*/search-engine-promotion.js ||http://56rmm.com:8888/js -||http://56shu.net/JSRmb/ -||http://570rr.com/banner_list.js ||http://576tv.com/Scripts/home.js ||http://57fx.com/img/20170508.jpg ||http://57see.com/js/ ||http://58.com/demand/content? ||http://58.com/ds/tgbrand/*.js ||http://58.com/show/ads? +||http://5888.tv/User_Ad/ ||http://58cdn.com.cn/ds/tgbrand/*.js ||http://58cdn.com.cn/ds/zhuangxiu/jzad- +||http://58file.com/down/xyk. ||http://59.36.101.209:888/link/*_280x192. ||http://591hx.com/images/0000.jpg -||http://591hx.com/js/dll.js ||http://591hx.com/js/floatbox.js +||http://591hx.com/js/sy.js ||http://591hx.com/lunbo/ ||http://591hx.com/zyrk_dy/gwjl.html +||http://5dm.tv/html/5dma.jpg +||http://5dm.tv/html/5dmm.jpg ||http://5dmail.net/image/$object ||http://5dmail.net/image/ad_ ||http://5dmail.net/image/ORF_1000.gif @@ -7932,8 +8380,10 @@ ||http://5imx.com/image/image/ ||http://5ips.net/love/ ||http://5iwanyouxi.com/Runtime/Js/ +||http://5nj.com/images/appdown.gif ||http://5nj.com/js/cnzz ||http://5qqn.com/js/js/ +||http://5s98.com/img/ ||http://5vdd.com/360 ||http://5vdd.com/ktt.png ||http://5vdd.com/mobile.jpg @@ -7943,36 +8393,44 @@ ||http://6.cn/coop/pub/getRand.php? ||http://600km.com/template/*/ad/ ||http://6080.tv/public/js/m/3 +||http://6080.tv/public/js/m/fa.js +||http://6080aa.com/template/*/images/g_js/ +||http://6080w.com/template/ttk/img/ +||http://6080yy.net^*0x ||http://60cjstatic.wow-classic.com/assets/application-*.js ||http://61.10.2.86/dev/xopen.php -||http://61.147.184.18^ -||http://61.164.108.104:4275/*.gif ||http://61.164.108.184^*.gif ||http://61.164.108.184^*.swf ||http://61.235.249.195^*/Default.aspx?id= ||http://614514.com^ ||http://62422.cn/ggimg/ +||http://62mao.com/52 ||http://63007.com:82/haodxi.js ||http://63ef.com^*.js +||http://63ys.com/ggg/ ||http://64.120.16.146/hsk_update/upload/*.gif ||http://64bobo.com/ckplay/js.jpg +||http://64ma.com/tv/images/web.png ||http://66.fmx.cn/js/ +||http://66122.com/statics/js/yd.js ||http://6620070.com/js/ ||http://6665432.com^*.gif ||http://6699fa.cn/imagestb/ ||http://6699fa.cn/js/ +||http://66e.cc/d/ +||http://66huacai.com/d/js/v/hc ||http://66kkl.com/tools/ ||http://66rd.cn/pic/*.swf ||http://66wz.com/adv2/ ||http://66wz.com/data/attachment/portal/ ||http://66wz.com/eap/ -||http://66ys.tv/d/ ||http://67.159.44.187/js/v1.js ||http://6789.com/media/images/jiao.swf ||http://678pan.com/TC/ ||http://678pan.vip/ad.js ||http://688900.net/js/ok/ ||http://69.28.57.245^ +||http://69adu.com/bootstrap. ||http://6park.com/img/*0.gif ||http://6park.com/parks/$script ||http://6park.com^$subdocument @@ -7981,13 +8439,14 @@ ||http://70.86.24.120:8060/ ||http://7160.com/js/tiaozhuanquanju.js ||http://71bmm.com:8888/js +||http://71xe.com/script/ +||http://71xe.com/script1/ ||http://726dy.com/726pic/ ||http://733.so/template/wap1/js/all_css.js ||http://75.125.41.29:8080/ ||http://76.73.85.179/js/v1.js ||http://76fengyun.com/70070.gif ||http://76fengyun.com/jsa/ -||http://76mao.com/52 ||http://76wmm.com:8888/js ||http://76xh.com/skin/zxf/js/*Out.js ||http://76xh.com/skin/zxf/js/ad @@ -7995,7 +8454,7 @@ ||http://777g.me/cs/ ||http://77ds.vip/js/shichuang.js ||http://77file.com/jsa/ -||http://77kan.com/jquery/ +||http://77vcd.com/js/ ||http://7893com.com/img/*.gif ||http://78dm.net.cn/acg_201*_250 ||http://78dm.net.cn/acg_201*_650 @@ -8007,48 +8466,50 @@ ||http://797sun.com/include/js/common_footer. ||http://7av.club^$domain=11papapa.com ||http://7c.com/7c_ -||http://7caa.com/js/js/ +||http://7caa.com/Runtime/Js/ ||http://7hcn.com//f/*.swf ||http://7jiu.com.hk/hotsearch_box.php ||http://7junshi.com/con/ad +||http://7junshi.com/static/red-envelopes.js ||http://7k7k.com^*/loding.htm ||http://7kankan.com/scripts/new/indext ||http://7m.cn/analyse/include/*_ ||http://7m.com.cn/b1/live_b ||http://7mad.7m.cn^ +||http://7mmtv.tv/js/ad_js/ ||http://7scs.com/Public/img/list- ||http://7xdown.com/bz/ ||http://7xdown.com/idcgg/ ||http://7xsf3h.com1.z0.glb.clouddn.com^ ||http://7xsf4r.com1.z0.glb.clouddn.com/lianzi.mp4 ||http://8*.tianya.cn^ -||http://800cdn.com/go/bqad.jpg -||http://800j.com.cn/api.php?op=itemtopbanner& -||http://800j.com.cn/index.php?m=poster& ||http://801.tianyaui.com^ ||http://8090app.com/js/right.js +||http://80s.la/m/js/ +||http://80s.so/html/ +||http://80yc.com/js/yidong/ ||http://83133.com/api/ ||http://8585go.com/recommend ||http://8684.cn/id/ad_ ||http://8684.com/com/sys_ad_ ||http://8684.com/local/bdadv. ||http://8684.com/shuang11/ -||http://868ch.com/js/ds/index.js ||http://86uk.com/uploads/*0.gif ||http://86uk.com^$subdocument ||http://876porn.com/attachment/ +||http://87mao.com/52 ||http://880fg.com/css/*.js ||http://880sy.com/Public/js/*_gg.js ||http://88148.com/UpFile/a/2016040849191350.jpg ||http://883ads.com^*.js ||http://88448.com/images/appkai980x100.gif ||http://888dizhi.com/888/ -||http://88gs.com/agfile/ ||http://88liu.com/data/attachment/portal/ +||http://88ys.cc/js/abcd.js ||http://8bo.com/template/default/8bo/j/app.js ||http://8d8d.me/images/dealer.gif ||http://8jkx.com^ -||http://8maple.ru/dzcmyqv8.jpg$rewrite=abp-resource:1x1-transparent-gif,domain=8maple.ru|bilibili.to +||http://8maple.ru/dzcm$rewrite=abp-resource:1x1-transparent-gif,domain=8maple.ru|bilibili.to ||http://8ziyuan.com/images/infolinksad.jpg ||http://900.la/imgs/1bb725da-974f-43da-9eb9-dfdebc224949/2015-12-18/zg3wwaug.gif ||http://900.la/imgs/d829d551-1d6e-4018-b3fe-78991bbbe2d6/2016-06-27/yiwmbica.gif @@ -8058,25 +8519,32 @@ ||http://90oo.com/tp/90232.jpg ||http://90oo.com/tp/90280.gif ||http://90oo.com/tp/down.gif +||http://90oo.com/tp/h8877.gif ||http://90oo.com/tp/hg ||http://90oo.com/tp/msn.jpg ||http://90vs.com:3389/zs_img/.__ ||http://90zy.cn/data/attachment/portal/ ||http://91.com/*hezuo/ ||http://918999.com/xjgg/ +||http://91avv8.com/vU18BNDYo1ktVpge.js ||http://91danji.com/attachments/201810/12/10/2hdyj7ut9.jpg ||http://91danji.com/js/lmt.js ||http://91dict.com/dub_banner.jpg ||http://91jbz.com/file/script/A ||http://91mjw.com/images/tga.jpg +||http://91nrtt.com/vod/ ||http://91porri.org/fans/ ||http://91wii.com/data/ad/ -||http://91xiazai.com/qunyinguwuqi.jpg +||http://91xiazai.com/Public/index/images/zanzhushang.gif ||http://91xporn.com/fans/ +||http://920share.com/layer/layer.js +||http://920share.com/wp-content/uploads/*/911 ||http://92dp.com/home/showga? ||http://92uq.com/Ads/ +||http://941novel.com/wp-content/uploads/*.gif ||http://94994.com*/js/plugin/shoppingMall/ ||http://949949.com/2013/end/hot_news.js +||http://94as.com/cxlnb.php ||http://9527yy.com/images/02/9527.jpg ||http://9527yy.com/js/data2.js ||http://9553.com/otherhtml/ @@ -8087,18 +8555,18 @@ ||http://962.net/show/cms_$script ||http://962.net/show/down_ ||http://962.net/show/index_ -||http://966266.com/a-d/ ||http://9669.cn/ipdat/duilian/ -||http://9669.cn/js/jquery.play. -||http://9669.cn/refactor/js/360_ads.js +||http://9669.cn/jsam/play_ ||http://973.com/static/js/pccom.js ||http://97aa1.com/g/ -||http://97daimeng.com/taobao/ ||http://98.126.219.216/ads/ ||http://98441.com^*gg ||http://9906g.com/js/jquery.js ||http://9938.net/video/tvg/footer.js ||http://9938.net/video/tvg/hot.js +||http://99496.com/static/ +||http://99496.com/v9/head.js +||http://999meiju.com/js/tj ||http://999sdh.com/tu/*.js ||http://999v.me/cs ||http://99btgc01.info/uploads/*.gif @@ -8113,18 +8581,16 @@ ||http://99zuowen.com^*/gg.js ||http://9duw.com/pic/ ||http://9ez.me/embd.php?type= -||http://9ht.com/images/1200p.gif -||http://9ifz.cc/ling/index/ ||http://9ihome.com/info/ADTopvnet/ ||http://9ist.com/others/ad/ ||http://9kjj.com/images/*.gif ||http://9ku.com/aaa/ ||http://9tour.cn/x2/images/czmf.jpg -||http://9w1an.com/special/ ||http://9wcn.com/gcld/500.gif ||http://9ye.com/Files/Editor/ad/ ||http://9zvip.net/hi5asd/ ||http://a.baomihua.com^ +||http://a.cnki.net/a/ ||http://a.jiaodong.net/a/2013/ ||http://a.jyeoo.com/js? ||http://a.ksbbs.com/Mon_*.swf @@ -8134,22 +8600,22 @@ ||http://a2.b310.com^ ||http://a2.xinhuanet.com^ ||http://a3v4.top/Picture/aiai.gif -||http://a4.yeshj.com^ -||http://a5.yeshj.com^ -||http://aaqqw.com/js/pc/ +||http://a5xiazai.com/z/ +||http://aassy4.com/dm/ ||http://abbao.cn^*adblock ||http://abc.hkepc.com^ ||http://abc.hkepc.net^ ||http://abcache.com/tg/ ||http://abcache.com/xc/image/ ||http://abcache.com/youlaohu/ -||http://abcde.cn/info/uploadfile/poster/yun.png ||http://abdd*.com/js/abc/ -||http://abminbuy.com/images/201*.gif -||http://abminbuy.com/images/jiazai.png +||http://abminbuy.com/789. +||http://abminbuy.com/QQ +||http://abminbuy.com^*.gif ||http://acfun.cn/appSpreadContents/danmuad/ ||http://acg.tv^$image,object,domain=bilibili.com ||http://acgbenzi.com^$image +||http://acglala.net/images/upload/*0.gif ||http://acgnx.se/images/adwork/ ||http://acgnz.cn/static/b.js ||http://acgnz.cn/static/i.js @@ -8164,20 +8630,24 @@ ||http://actoys.net/js/beitou.js ||http://actoys.net/statics/js/index/ad.js ||http://acv5e.cn^ +||http://acwifi.net/wp-content/uploads/2019/11/20191119.jpg ||http://ad-api.cnblogs.com^ ||http://ad-img.diyidan.net^ ||http://ad.12306.cn/res/*.html +||http://ad.52av.one^ +||http://ad.bobi.tw^ +||http://ad.cdnjm.cn^ ||http://ad.walkgame.com^ ||http://ad.wurangxian.top^ +||http://adaccount.csdn.net/#/preview/ ||http://adadmin.house365.com^ -||http://adcast.fblife.com^ ||http://add.freeimg8.com^ ||http://adf.dahe.cn^ ||http://adhome.1fangchan.com^ ||http://adi*.cnool.net^ ||http://adm.265g.com^ +||http://adm.52swine.com^ ||http://adm.6park.com^ -||http://adm.86wan.com^ ||http://adm.beimg.com^ ||http://adm.cloud.cnfol.com^ ||http://adm.xmfish.com^ @@ -8194,11 +8664,11 @@ ||http://adpai.thepaper.cn^ ||http://adpub.yaolan.com^ ||http://adpubs.yaolan.com^ -||http://ads-pixiv.net^ ||http://ads.sohu.com^ ||http://adsc.wasu.tv^ ||http://adsclick.yx.js.cn^ ||http://adshows.21cn.com^ +||http://adt.xdrig.com^ ||http://adultblogtoplist.com^$domain=520cc.me ||http://adv-sv-show.focus.cn^ ||http://advideoadmin.appledaily.com.tw/ov_player/ @@ -8219,7 +8689,9 @@ ||http://ahd.ruten.com.tw^ ||http://ahgame.com/js/new_ad.js ||http://ahlife.com/api.php?mod=adv& +||http://ahu.cc/Runtime/js/ ||http://ai.bioon.com^ +||http://aiai123.cc/js/*.js ||http://aibing.cc/vip/img/gou.gif ||http://aichuangfu.cn/jquery/ ||http://aifei0755.net/123/ @@ -8232,14 +8704,18 @@ ||http://aitaotu.com/style/js/aitaotu ||http://aiuw.com/images/*?from=ad ||http://aixiaofan.cn/content/uploadfile/tpl_options//Ad_list_ +||http://aixiaoju.com/dbxf/*.js ||http://aixifan.com/appSpreadContents/danmuad ||http://aixifan.com/apsdk/apsdk.js ||http://aixifan.com/cms/*/w/1160/h/100 ||http://aiyidu.com/aiyidu/adver/ ||http://aiyuke.com/position_js*_*_ +||http://aizhan.com/images/img/ios-sign.png ||http://aizhan.com/imagesa/ ||http://ak47fuli.net/fd.js ||http://ak47fuli.net/wp-content/uploads/20*.gif +||http://ak530.com/js/*.js +||http://akqipai.com/m/Tpl/v3/js/indexbottom.js ||http://alexa.cn/upfile/images/ ||http://ali213.net/images/bg_lt.jpg ||http://ali213.net/js/common/zpro/zprotxtpicurl.js @@ -8258,6 +8734,7 @@ ||http://alicdn.com/img/ibank/*_1095372465. ||http://alicdn.com/img/ibank/*_1409595492. ||http://alicdn.com/img/ibank/*_1545027917. +||http://alicdn.com/img/ibank/*_1591187313. ||http://alicdn.com/img/ibank/*_1746120392.$domain=~rmdown.com ||http://alicdn.com/img/ibank/*_1794478205. ||http://alicdn.com/img/ibank/*_1995781528. @@ -8265,18 +8742,20 @@ ||http://alicdn.com/img/ibank/*_256401016. ||http://alicdn.com/img/ibank/*_368737028. ||http://alicdn.com/img/ibank/*_434184744. +||http://alicdn.com/img/ibank/*_456388. ||http://alicdn.com/img/ibank/*_687764080. +||http://alicdn.com/img/ibank/*_735370984. ||http://alicdn.com/img/ibank/*_755908572. ||http://alicdn.com/img/ibank/*_775661713. ||http://alicdn.com/img/ibank/*_872274545. ||http://alicdn.com/imgextra/i1/3491683832/TB2A4QaisjI8KJjSsppXXXbyVXa_ -||http://alicdn.com/kf/HTB1WS7FUwHqK1RjSZJnq6zNLpXaT.jpg +||http://alicdn.com/kf/Hd62261f1a7964c50824ac5982b1aa1bfk.gif ||http://alicdn.com/kf/UTB8tVxYvbPJXKJkSafS5jaqUXXac.gif ||http://alicdn.com/openad/dsp-front-booth/ ||http://alicdn.com/tfscom/*.sina. ||http://alicdn.com/tps/*-950-90. ||http://alicdn.com/tps/i3/T19NaCFKFaXXckTCTS-300-100.jpg -||http://alicdn.com^$domain=11papapa.com|1avlang.com|51dll.com|5gw.cc|5xx44.com|5xx77.com|63ef.com|7mav2.com|99a21.com|acglover.me|aotu101.com|ccxx99.com|docshelper.net|gou19.com|ip.cn|jb51.net|jitapu.com|junying.com|ppx116.com|qqtenglong.com|qyl00.com|qyl222.com|runoob.com|sodu.cc|spqi.xyz|supfree.net|thztv.cc|viidii.info|wenkuxiazai.com|xingzhiyin44.com|yeyemo8.com|yuese46.com|yyetss.com|yzz12.com|zhuankezhijia.com +||http://alicdn.com^$domain=1024li.com|11papapa.com|1avlang.com|2334n.com|51dll.com|52kpop.com|5xx44.com|5xx77.com|63ef.com|69t41.com|7mav2.com|99a21.com|acglover.me|aotu101.com|camelliadali.com|ccxx99.com|haicao32.com|jb51.net|jitapu.com|junying.com|lady3.xyz|lookpian.com|ppx116.com|qqtenglong.com|qyl00.com|qyl222.com|runoob.com|sodu.cc|spqi.xyz|supfree.net|thztv.cc|tv4.cc|viidii.info|wenkuxiazai.com|xingzhiyin44.com|yeyemo6.com|yuese46.com|yzz12.com|zhuankezhijia.com ||http://alicdn.com^*.gif$domain=hmog.me|vip-free.com ||http://alicdn.com^*.jpg$domain=hmog.me ||http://alitui.weibo.com^ @@ -8289,24 +8768,24 @@ ||http://aliyuncs.com/wjy99re/ ||http://aliyuncs.com^$domain=5kym.com ||http://allbeauty.com.tw/GoldPrice/*_CF.php -||http://alotof.software/wp-content/uploads/EKpYHOTLpixu/ ||http://alu.cn*/aluad/ -||http://alu.cn/2011/js/categoryAdvert.js ||http://alu.cn/alutg/ ||http://alu.cn/aluTrade/Fragments/ListAdvertisementProductsHandler. ||http://alu.cn/Ashx/AjaxGuangGao. +||http://alxx520.com/ad/ ||http://am.szhome.com^ ||http://am.zhiding.cn/www/images/$image,object,subdocument ||http://amazonaws.com.cn/static-documents/marketing/uda_banner_ +||http://amazonaws.com/91/ads_ ||http://amazonaws.com/s?z= ||http://amd.cn/yyets.js ||http://ammcg.imgscloud.com/toy/ -||http://ammmi.com/wp-content/uploads/2019/01/20856cf279c193.gif ||http://amradmin.5173.com^ ||http://ams.fx678.com^ ||http://angelweb.cn/Inc/AngelG.js ||http://anhuinews.com/include/ ||http://anhuinews.com/zhuyeguanli/*ad/ +||http://anjuke.com^*/ajax/business_area_search/ ||http://ankangwang.com/js/info.js ||http://ann5.net^ ||http://anqu.com/b.js @@ -8325,27 +8804,26 @@ ||http://api.wudizuqiu.com/bocai.js ||http://apic.in/mmd.gif ||http://app-g.39.net/NNN/ -||http://appfh.com/fhyq/ -||http://appfh.com/jiu/ -||http://appfh.com/xin/ ||http://appimg.0575bbs.com^ ||http://apple.www.letv.com^ ||http://apple886.com/subs/*.js ||http://applinzi.com^$domain=soyunpan.com ||http://apptry.easylife.tw/pub/js/common/common.js ||http://apsgo.com/go/ +||http://aqdy.net/js/banner.js +||http://aqdy.net/js/tj.js ||http://aqlife.com/data/attachment/portal/ ||http://aqy102.com/js/aqy/ ||http://aqy103.com/js/aqy/ ||http://ark.le.com/s?vid= ||http://ark.letv.com/s?res= ||http://ark.letv.com/s?vid= -||http://artzd.cn/img/ ||http://as.g4.ifeng.com^ ||http://ashow.pcpop.com^ ||http://asia-home.com.cn/js/yt/ytadshow -||http://aspjzy.com/jsweb/js/ +||http://aspku.com/images/vz360.jpg ||http://aspku.com/z/ +||http://assp.sohu.com^ ||http://astrill.com/bnrs/ ||http://atiws.aipai.com^ ||http://atool.org/res/ads/ @@ -8355,8 +8833,10 @@ ||http://aus5.com/public/v1/js/ad-config. ||http://auto-online.com.tw/vendor_data/ ||http://auto.ifeng.com/uploadfile/201*.swf +||http://autofan.com.cn/UploadFiles/images/bAdImg.jpg ||http://autohome.com.cn/api/lives/getliveroom?$domain=~live.autohome.com.cn ||http://autohome.com.cn/api/platformData/getFinanceBanner +||http://autohome.com.cn/Topic/RobotVideo? ||http://autoimg.cn/club/v1Content/images/heycar1111.jpg ||http://autoimg.cn/club/v1Content/images/young ||http://autoimg.cn/engine/root/fggxl.js @@ -8375,25 +8855,23 @@ ||http://avseesee.com/twad ||http://ax.*.ifeng.com^ ||http://ax.ifeng.com^ -||http://ax1x.com^$domain=caibaojian.com|nutgeek.com -||http://axjbt.com/dbxf/pctc.js +||http://ax1x.com^$domain=caibaojian.com|htcui.com|nutgeek.com ||http://ayxz.com/images/$script ||http://ayxz.com/images/enkj_small.gif ||http://azhibo.*images/leisu.png -||http://azhibo.tv/arts/ -||http://azureedge.net/wp-content/cache/minify/904ff.js +||http://azureedge.net/wp-content/cache/minify/3c6d7.js ||http://azureedge.net/wp-content/cache/minify/d2299.js ||http://azureedge.net/wp-content/uploads/*-AD0 ||http://b.tukucc.com^ ||http://b7yy.com/ad/ ||http://baby-kingdom.com/reqsads? -||http://babyhome.com.tw/public/img/640x100- ||http://backchina.com/banners/ ||http://badding.oss-ap-southeast-1.aliyuncs.com^ ||http://badmintoncn.com/cbo_gg/ ||http://badmintoncn.com/cbo_include/js/cboaaa.js ||http://baidu-taobao-av.com/js/ ||http://baidu.com/?action=getadsdata& +||http://baidu.com/adpc/scrollTextAd.js ||http://baidu.com/adver? ||http://baidu.com/api/proxyapi?tag=adv& ||http://baidu.com/api/wikiui/guesslike? @@ -8432,10 +8910,12 @@ ||http://baidu.com/tb/static-common/swf/worldcup_main.swf ||http://baidu.com/tb/zt/$subdocument,domain=tieba.baidu.com ||http://baidu.com/tbliveact/data/xiu8/ -||http://baidu.com/tcx?infos=adbanner +||http://baidu.com/tcx?*adbanner ||http://baidu.com/tequan/adpadmin_feed/ ||http://baidu.com/ur/scun?di=contentunion ||http://baidu.com/videoapi/?*_ad_promote& +||http://baidu.com/videoui/api/videoads? +||http://baidu.com/videoui/api/videopcads? ||http://baidu.com/view/api/fc_btm? ||http://baidu.com/WerbungAjax/getBeitou? ||http://baidu.com/WerbungAjax/getTonglan? @@ -8445,15 +8925,12 @@ ||http://baidu.com/xpage/interface/inforservice? ||http://baidu.com/xpage/interface/sourcecontent? ||http://baidu.com/xpage/interface/structrec? -||http://baidu.com^$domain=android100.org|pos.baidu.com +||http://baidu.com^$domain=pos.baidu.com ||http://baidu.com^$subdocument,domain=dm5.com|dm5.hk|zzidc.com +||http://baidu.com^*/getrelatedbusiness? ||http://baidu.com^*/interface/ad? ||http://baidu10086zhg.com/images/1200*.gif -||http://baidud.cn/aoao/down_ -||http://baiduyunpan.net/t/ ||http://baifen.music.baidu.com^ -||http://baike.com/3g/ads/ -||http://baike.com/iframeheightforad. ||http://baishuku.com/news/$script ||http://baixing.com/bb/*/?category= ||http://baixing.com/widget/ @@ -8464,12 +8941,10 @@ ||http://banma.com/get_ad/ ||http://banma.com/js/adi.js ||http://banma.com/statics/scripts/common/dialogAdJs.js -||http://banyungong.org/images/1.gif -||http://banyungong.org/images/2.gif -||http://banyungong.org/Scripts/tc.js ||http://baofeng.com/images/yiqi ||http://baojia.steelcn.cn/images/$object ||http://baoliny.com/js/jing.js +||http://baomihua.com/yy/ ||http://baomitu.duapp.com/js/layer.js ||http://bb1nn.com/js/i.js ||http://bb999.net/pic/n/agents/C-79.gif @@ -8480,10 +8955,12 @@ ||http://bbs.xiashanet.com/js/adsview.js ||http://bbsbaba.com/js/1.js ||http://bbsbaba.com/js/2.js +||http://bcb5.com/gg/ ||http://bcc.com.tw/imgs/adv/ ||http://bccnsoft.com/aac/ -||http://bcquan.me/front/components/get_global_ad -||http://bcquan.me/front/components/get_top_games +||http://bceapp.com/jj/1716mid.js +||http://bcquan.me/front/*_ad +||http://bcquan.me/front/*_game ||http://bcquan.me/front/home/render ||http://bdimg.com/brands/yxtg/source/juhe-v2.js ||http://bdimg.com/muzhi/adwap/top-banner.jpg @@ -8491,7 +8968,7 @@ ||http://bdimg.com/site/games/yxtg/*.js ||http://bdimg.com/static/wkcore/widget/commerce/fengchao/ ||http://bdimg.com/static/wkview/widget/download_after_activity_new/download_after_activity_new_ -||http://bdimg.com^$domain=91fuli.xyz|diyifuli.top|idaohang.top|ifulione.com|ifulione.top|jb51.net|onedh.xyz|onefuli.top +||http://bdimg.com^$domain=91fuli.xyz|diyifuli.top|idaohang.top|ifulione.com|ifulione.top|onedh.xyz|onefuli.top ||http://bdstatic.com/??/tb/_/diamond_mall_frs_aside_*.js ||http://bdstatic.com/img/image/su/ ||http://bdstatic.com/pc_static/detail/game_promotion/ @@ -8533,8 +9010,8 @@ ||http://bejson.com/a1dpic/lay ||http://bendibao.com*/tuangou.gif ||http://bendibao.com/mo/adm_iframe.htm? -||http://bequge.com/images/content.js ||http://besc.baidustatic.com^ +||http://bestcclm.com/data/attachment/portal/201812/17/165836j1e0vbz6i6yerf1e.png ||http://bestvogue.com/fans/ ||http://bf99.com/User*/Ad_ ||http://bf99.com/User/Images/bg_Blued.jpg @@ -8545,6 +9022,7 @@ ||http://biaoge.tv/fa ||http://biepa.net/mm2019/sy_ ||http://biepa.net/vjs/hf.js +||http://bigear.cn/cache/htmlcache/ ||http://biketo.com/d/file/p/ ||http://bilibili.com/x/web-show/res/loc?*&aid= ||http://bilibili.com/x/web-show/res/loc?pf=0&id=128 @@ -8596,45 +9074,38 @@ ||http://book118.com/Public/book118/js/scz-zip/ ||http://book118.com/statics/js2/ ||http://bookben.com/js/m/wap.js +||http://booking.com^$domain=honglingjin.co.uk ||http://books.com.tw/web/apActivityStick? ||http://bootcss.com/assets/js/and ||http://bootcss.com^$domain=91fuli.xyz|diyifuli.top|idaohang.top|ifulione.com|onedh.xyz -||http://boroboromi.com/js/tbclick.js ||http://bosw.net/js/bos/*960 -||http://bozhou.cn/templates/bozhoucn/css/2017ad/ +||http://botcm.com/zhanqun/ ||http://bp.blogspot.com^$domain=avmimi.com ||http://bp.blogspot.com^*/s1600/dealer ||http://bpimg.com^$domain=ref.so +||http://bqgdd.net/images//banner.png +||http://bqiapp.com/api/config/ad? ||http://brand.sogou.com/micro?yyid= ||http://bs.baidu.com/app-ads% ||http://bt121.net/ats/ -||http://btbttv.net/dd/ +||http://bt888bf.com/da.aspx +||http://btbt.tv/dd/ ||http://btbuluo.com/uploads/*.gif ||http://btcfans.com/template/comiis_lssy/ad/ ||http://btdx8.com/tmp/ -||http://btjia.com/slade.js ||http://btkat.com/style/l.js -||http://btkuai.org/js/ac -||http://btkuai.org/pingbi ||http://btn.onlylady.com^ ||http://btn.pchome.net^ ||http://btpian.com/static/*960.js ||http://btpian.com/static/wenquan.js -||http://btrenren.com/js/index960_ -||http://btschool.net/adv/ -||http://btspreadcn.com/images/zfb.jpg -||http://bttiantang8.net/templets/bttt/js/gonggao.js -||http://buimg.com^$domain=ed2000.com|kisssub.org|moe-acg.cc|ref.so -||http://bukade.com/js/*_p_ -||http://bukade.com/js/b_ -||http://bukade.com/js/tj2.js -||http://bukade.com/tpl/2/loading.html +||http://buimg.com^$domain=kisssub.org|moe-acg.cc|ref.so ||http://bumimi.com/money/ ||http://business.92wy.com^ ||http://buy.sina.com.tw/js/sina_popup.php ||http://buzzhand.com/images/$subdocument ||http://bvakl.ifeng.com^ ||http://bvlang.com/ad/ +||http://bw66.cn/template/default_pc/bbs/ ||http://bxwns.com/blz/ ||http://bxwns.com/player/ad.html ||http://by8974.com^ @@ -8649,7 +9120,10 @@ ||http://bzfl1.cc/da*.gif ||http://c-5uwzmx78pmca09x24aiux2euavx2ekwu.g00.msn.com^ ||http://c-ctrip.com/train/201611/yqh_270-280.jpg +||http://c.d.cg/3C.JS ||http://c114.com.cn/default_inc/a/images/ +||http://c114.com.cn/js/channel.js +||http://c114.com.cn^*/js/ad_load-new.js ||http://c2000.cn/c2000/ ||http://c4d.cn/api.php?mod=ad&adid= ||http://c4d.cn/template/iscwo_zcool/iscwo/ad/ @@ -8657,16 +9131,18 @@ ||http://cachead.com^*.js ||http://caches.space/bootstrap3/js/bootstrap.js ||http://cai110.com/js/2 +||http://caibaojian.com/d/uploads/*/atop- +||http://caibaojian.com/d/uploads/*0- +||http://caigoubao.cc^*/960 ||http://caikuu.com/ckimages/*_gg ||http://caikuu.com/ckimages/*_zg -||http://cailianpress.com/v1/web/ad ||http://caixin.com/s?z= ||http://camster.com/promos/ -||http://candou.com/i/2000/ ||http://canton8.com/adphoto/ ||http://cao0001.com/vip/js/ ||http://cao0002.com/vip/js/ ||http://caoads.com/images/ +||http://caohv.com/mm/ ||http://car.pchome.com.tw/iframe/news_iframe. ||http://carexpert.com.tw/wp-content/uploads/*800x90. ||http://carnoc.com/noticejs/ @@ -8681,12 +9157,13 @@ ||http://ccb.com.cn/V5/images5/left0.gif ||http://ccb.com.cn/V5/images5/right0.gif ||http://cccpan.me/googg.js -||http://ccdm6.com/Scripts/ccMedia.js +||http://ccdm*/Scripts/ccMedia.js ||http://cckke.com/fanhao/v/ad +||http://cctime.com/UpLoadFile/201*.gif ||http://cctime.com/UpLoadFile/201*.swf -||http://cctime.com/UpLoadFile/2012/11/7/201211733483705.gif ||http://cctv.com/Library/a2.js ||http://cctv5.name/data/js/ +||http://cctv5.name/images/js/indextop.js ||http://cctv5.name/js/*foot.js ||http://cctv567.com/b/ ||http://cdeledu.com/ADVC/$domain=~chinaacc.com|~ruidaedu.com @@ -8703,13 +9180,14 @@ ||http://cdntxt.com/node/doit. ||http://cdntxt.com/t1/ ||http://cdntxt.com/t2/ +||http://cdntxt2.com^*1/2.js ||http://cdsoso.me/img/hongbao.jpg ||http://cdsoso.me/static/image/760x60.jpg ||http://cdyee.com/external/5070.files/ad/ -||http://centoscn.com/money/ -||http://centoscn.com/uploads/allimg/ ||http://centurys.net/promo_ +||http://cfc0411.com/100/ ||http://cgfdjz.net/xia.js +||http://cgown.com^*/peiyinquan. ||http://chahua.org/aimg/ ||http://chakd.com/images/xitie160x60.gif ||http://changsha.cn/front_js/site_ad/4/site_ad_284.js @@ -8722,7 +9200,6 @@ ||http://chazidian.com/Statics/xly/huorezhaosheng.png ||http://chdbits.co/pic/*.gif ||http://chddh.com/G1G/ -||http://cheers.com.tw/assets/js/fancyapps- ||http://chengdu.cn/acts/phoneqss/openCornerWin/ ||http://chengtongled.com/gg/ ||http://chengtu.com/api.php?mod=ad&adid= @@ -8730,8 +9207,6 @@ ||http://chexun.net/images/sales//cxgg/ ||http://chidir.com^ ||http://china.chemnet.com/cnbanner/ -||http://china.cn/js/common/daniel_pop/ -||http://china.cn/js/common/product_pop/ ||http://china.com.cn*/ads_js/ ||http://china.com.cn/2016ads/ ||http://china.com.cn/statics/js/henan/ad/ @@ -8746,7 +9221,6 @@ ||http://chinabyte.com/w/$subdocument ||http://chinabyte.com/w/a/201612/wangting.jpg ||http://chinacar.com.cn/Public/index/images/banner_ -||http://chinachugui.com/jsfiles/aods/ ||http://chinaconcrete.cn/ggImg/ ||http://chinafpd.net/js/2012-10/ ||http://chinaiiss.com/attachment/linkimg/201306/19/142826_845.jpg @@ -8754,8 +9228,8 @@ ||http://chinaiiss.com/js/function.ad.js ||http://chinaiiss.com/wap/js/wp.js ||http://chinairn.com/images3/*ads +||http://chinairn.com/Template/*/upload/ad ||http://chinamedevice.cn/cnbanner/zjmz.gif -||http://chinanews.com.cn/ad2015/ ||http://chinanews.com/shipin/sptp.xml ||http://chinaqking.com/images/newPage/JLW.jpg ||http://chinaqking.com/images/qkw/jobApply1.jpg @@ -8764,11 +9238,10 @@ ||http://chinataxservice.cn/static/jquery.1.1.4.min.jxh.js ||http://chinatimes.com/Scripts/bennerad. ||http://chinatruck.org/index.php?m=poster& -||http://chinauui.com/fumeiti.js ||http://chinaxinge.com/gif3/ ||http://chinaxinge.com/gif4/ ||http://chinaxinge.com/html/index_pf3.js -||http://chinaz.com/2019/0815/2019081513391118.png +||http://chinaz.com/2020/0211/2020021115354424.jpg ||http://chinaz.com/c0g/ ||http://chinaz.com/imagead/ ||http://chinaz.com/images/210x175.jpg @@ -8776,26 +9249,23 @@ ||http://chinaz.com/sc_images/sc_font.js ||http://chinaz.com/tool_img/alexa_a.js ||http://chinaz.com/tools_img/ -||http://chinaz.com/zt/hanyi/images/ziyou.jpg +||http://chinaz.com/zt/hanyi/images/sanji.jpg ||http://chinaz.com/zz_img/ ||http://chinaz.com^*_g/ ||http://chinesetoday.cn/2017/ad/*.gif ||http://chiphell.com/activity/ -||http://chjtx.com/JTaro/gg.html ||http://chnmoney.com/dfile/ ||http://chongdiantou.com/wp-content/uploads/2019/02/pzb.jpg ||http://chromeba.net/wp-content/uploads/LOIFYeTnkQrC/pounqcfHWNpr.js ||http://chuantu.biz/t2/22/1450961822x1822613148.gif ||http://chuantu.biz^$domain=7mav2.com|thztv.cc +||http://chuantu.xyz/t6/714/1580707721x3703728804.jpg ||http://chubun.com/images/banners/ ||http://chubun.com/uploads/pic/img -||http://chuiyao.com/static/jsa/ -||http://cidianwang.com/images/taobao/ -||http://cidianwang.com/inc/check.asp +||http://chumanzi.com/wap ||http://cidianwang.com/js/left ||http://cidianwang.com/js/right ||http://cidianwang.com/js/zdtop.js -||http://ciliba.org/Public/static/js/common-v2.js ||http://citysbs.com/chongqing/*/1920x179- ||http://citysbs.com/no/*/1190x60- ||http://citysbs.com/no/*/650x50- @@ -8811,15 +9281,19 @@ ||http://ck101.com/api.php?mod=ad& ||http://ck101.com/api.php?mod=shopping ||http://ck101.com/api.php?mod=taobao& +||http://ck180.net/mitao ||http://ckcdn.com/c/html5_ad/ -||http://ckck.vip/inc/ +||http://clb.biz/Public/static/js/common-v2.js ||http://client.88tours.com^ ||http://clouddn.com/960x60.gif ||http://cloudflare.com/ajax/libs/jquery.blockUI/$domain=wantgoo.com ||http://cloudfront-666.kxcdn.com/v4.js ||http://cloudfront.net/images/K10/adv/ +||http://cmdy5.com/js/300.js +||http://cmdy5.com/js/waptbplay ||http://cmm.xmfish.com^ ||http://cms.fx678.com^ +||http://cms.fx678img.com^ ||http://cmsjs.eastmoney.com^$subdocument ||http://cna5.cc/skins/js/ ||http://cnbeta.com/assets/images/*_670_90. @@ -8845,8 +9319,7 @@ ||http://cngoldres.com/web/js/*_advs ||http://cngsf.com/baidu.htm ||http://cngsf.com/images/336_280.gif -||http://cnjxol.com/include/2011/index/js/index.js -||http://cnjxol.com/news/*.swf +||http://cnjxol.com/images/20191031.png ||http://cnkang.com/showcodejsonp? ||http://cnmo-img.com.cn/oddjs/ ||http://cnmoad.com/wp-content/uploads/*_banner. @@ -8863,7 +9336,6 @@ ||http://cnscg.com/template/default/style/*960x ||http://cnscg.com/template/default/style/t6/*x*1 ||http://cnscg.com/template/default/style/t6/other/ -||http://cnstock.com/img/news/ad- ||http://cntv.cn/hezuo/ ||http://cntvboxnow.com//ads_ ||http://cnwnews.com/ad-nrtop/ @@ -8871,26 +9343,27 @@ ||http://cnwnews.com/images/kgt ||http://cnwnews.com/templets/images/artpangu.gif ||http://cnwnews.com/templets/images/jccf -||http://cnwnews.com/zhenrui/ad/ ||http://cnyw.net/autoloader.js +||http://cnzol.com/d/file/p/2019/07/6ac50c702cf9e6a9a7910a510c40cb73.jpg ||http://cnzol.com/template/style/images/lcdl.js ||http://cnzz.cn/badu.gif ||http://cnzz.cn/ssp_ ||http://cnzzla.com/public/scripts/money.js ||http://cocoawu.b0.upaiyun.com^ -||http://codeceo.com/images/*/beiqia +||http://codeceo.com/images/*/boxuegu ||http://codejie.net/img/xiandai.gif ||http://codejie.net/wp-content/uploads/*/1120-50. +||http://codekon.xyz/wp-content/uploads/yHX +||http://codenong.com/dq.png ||http://codezp.org/uploads/ ||http://comefromchina.com/images/128bestbuy ||http://content.xilu.com^$object -||http://cool-de.com/api.php?mod=js&bid= ||http://coolaler.com/index_ads/ ||http://coolpc.com.tw/img/topweb.html ||http://count.ddooo.com^ -||http://cp.eastmoney.com/wap/*.js ||http://cp.ifeng.com/iframe/getiframe ||http://cp121.com/js2/ +||http://cp2.eastmoney.com^ ||http://cpbl-elta.cdn.hinet.net/web/images/ad_ ||http://cpd.com.cn/template/*.swf ||http://cpm.cm.kankan.com^ @@ -8919,44 +9392,44 @@ ||http://cww.net.cn/js/adspaces.js ||http://cww.net.cn/js/urdev.js ||http://cww.net.cn/UpLoadFile/*.swf -||http://cxacg.com/data/attachment/portal/201904/27/142830erc3qizlarlsy3uu.jpg +||http://cxtv1.com/partner/ ||http://cy1234.space^*sifang/ +||http://czsp12.com/api/*=advert& +||http://czsp12.com/api/*=announce& ||http://cztv.com/201506/02/124d35111e8f180c96f99acbcbdf5de6.jpg ||http://d-test.39.net^ -||http://d.pixiv.org/show?zone_id= ||http://d0.xcar.com.cn^ ||http://d1.3158.cn^ ||http://d1.sina.com.cn^$object,script ||http://d13jhr4vol1304.cloudfront.net^ ||http://d2.sina.com.cn^$object,script -||http://d2epwh5sm67a3s.cloudfront.net/assets/*vpn ||http://d3.sina.com.cn^$object,script ||http://d4.sina.com.cn^$object,script ||http://d5.sina.com.cn^$image,domain=~www.sina.com.cn ||http://d5.sina.com.cn^$object,script -||http://d7w.net/static/d7wad/ ||http://da-fan-shu.cn/images/kuaijie.jpg ||http://da.duowan.com/loc/ ||http://da.mgtv.com^ ||http://dabaoku.com^$object,script,subdocument ||http://dabin69.com/data/attachment/portal/ +||http://dadi.tv/xdy ||http://dagou2018.com/js/item +||http://dagumanhua.com/style/mdagu.js ||http://dailynews.sina.com/gb/ads/ ||http://dajiadu8.com/17.js ||http://dajiazhao.com/login/reg.js ||http://dandanzan.com/res/*.js ||http://dangdang.com/adall. -||http://danji6.com/style/style2016/js/gaosuxiazai.js -||http://danji6.com/xingg/ ||http://danlan.org/KFC/ ||http://danmeixsw.com/js/mwap.js +||http://daqiso.com/ggbl/ +||http://dashenxiaoshuo.com/xiaodingdong/ ||http://dataguru.cn/site_ ||http://dataoke.com/api/component/code-info/v1? ||http://daweijita.com/201*430. ||http://daweijita.com/201*ad. ||http://daweijita.com/2014/08/ad_head -||http://daweijita.com/2015/10/shopad -||http://dayanzai.me/Computer.png +||http://daybox.net^$domain=12580sky.com ||http://dburl.xyz/js/ ||http://dbw.cn/eap/js/db/dbwad_ ||http://dbw.cn/eap/js/hl/hlj_ad @@ -8966,8 +9439,8 @@ ||http://de.as.pptv.com^ ||http://dealmoon.com/hotdeals/hotdeals_scroller.php ||http://dealmoon.com/upload/dealmoon_app.jpg -||http://debugease.com/static/images/qcloud/ ||http://debugease.com/static/js/show.js +||http://dehua.ixinfan.com^ ||http://deliver.ifeng.com^ ||http://delivery-pc.wasu.cn/d/frontJs/3.0$rewrite=abp-resource:blank-js,domain=wasu.cn ||http://delivery-pc.wasu.cn/d/js/ @@ -8977,21 +9450,22 @@ ||http://deyangs.com/img/ ||http://dfcfw.com/EMFloatFrame/ ||http://dfcfw.com/js/*/emfloatmedia_ +||http://dfcfw.com/js/default/left_ ||http://dfcfw.com/js/tg/rightAd_v2.js ||http://dfcfw.com/public/js/left.js +||http://dfcfw.com/tg/ ||http://dftoutiao.com/dfpcitv/pcitv?jsonpcallback= ||http://dftoutiao.com/dfpcitv/pcitv?type= -||http://dhzw.org/m- -||http://dianmi.net/tj/tj1.js -||http://dianyingbar.com/api/get.json +||http://dianjinghu.com/static/frontend/images/lol/penpen +||http://dianping.com/mkt/ajax/getNewItems +||http://dianping.com/wedding/pro/jsonppage ||http://diaoyu123.com/cpro/show.js -||http://dichan.com.au/newhouse/pinnacle/images/bcastr3.swf ||http://dig.chouti.com/advert ||http://dilidili.wang/ad/ ||http://dilidili.wang/shouye/ ||http://dilidili.wang/uploads/allimg/170720/6_1500209066.jpg ||http://dingniugu.com/newskin/js/backTop.js -||http://dingniugu.com/newskin/js/public.php +||http://dingniugu.com^*public. ||http://dio66.net/images/*.gif ||http://dio88.net/images/*.gif ||http://dio889.net/images/*.gif @@ -9008,50 +9482,44 @@ ||http://diyifanwen.com/siteimages/jiqiren ||http://diyijjj.com/data/content ||http://dj155.com/gg/ -||http://dj97.com/js/list_right_ +||http://dj97.com/api.php?mod=ad& ||http://djicdn.com/uploads/ad_image_file/ -||http://djkk.com/ak/ ||http://djs.baomihua.com^ -||http://djwma.com^*960.gif +||http://dm530.net/js/ne10/ ||http://dm530.net/js/newjs/ ||http://dm530.net/pic/fgr/*.js ||http://dmzj.com/js/ad/ ||http://dmzj.com/js/m_BtmApp.js -||http://dn-geekpark-new.qbox.me/uploads/ad/ ||http://dnvod.tv/listprovider/ajaxlist.async.ashx ||http://dnwx.com*/ad$image ||http://dnwx.com/pic/*_978x60. ||http://dnwx.com/pic_ad/ -||http://dnwyb.tv/a/$xmlhttprequest ||http://docin.com/docin_adv/ ||http://docin.com/jsp_cn/ad/ ||http://doczj.com/js/common.js +||http://dodo8.com/template/*/images/g_js/ ||http://doko.moe^$domain=pantsu.cat ||http://dol.tianya.cn/s?z=tianya& ||http://dongfangtai.com/2018/ -||http://dospy.com/hezuo/ ||http://dota2.uuu9.com^$subdocument -||http://doub.io/wp-content/themes/yusi1.0/js/jquery.min.js -||http://doub.io/wp-content/uploads/ -||http://doub.pw/abc/ -||http://doub.pw/ss-jc23/ ||http://douban.com/?unit=dale_movie_trailer_after_play& ||http://douban.com/view/dale-online/dale_ad ||http://douban.com^*/fm_bgad.js ||http://doubanio.com^*/js/ad. +||http://doubiy.com/js/shangxuan.js +||http://doubleclick.ctfile.com^ ||http://douguo.net/upload/post/d/ ||http://doupapa.com/js/swf/ ||http://doutula.com/img/upupoo/ ||http://douyu*/upload/signs/*.swf ||http://douyu.com/japi/sign/web/getinfo ||http://douyu.com/member/gamegift/gameList/ +||http://douyucdn.cn/butterfly-java/*?width=1200&height=120& ||http://douyucdn.cn/common/share/play.swf?room_id=30$domain=sgamer.com ||http://douyucdn.cn/common/simplayer/assets/effect/cpsUI_ ||http://douyucdn.cn/dyfelocal/act/*/ad.png ||http://douyucdn.cn/japi/sign/web/getinfo ||http://down.admin5.com/z/ -||http://down12.com^*/bdvert.js -||http://downbank.cn/js/g.js ||http://downhot.com/Res/js/arc.js ||http://downhot.com/Res/js/main.js ||http://download.game.yy.com/crossdomain.xml @@ -9064,16 +9532,16 @@ ||http://dragon-guide.net/pic001/pic/shangcheng/ ||http://dshuj.com/ads/ ||http://dsp.ali213.net^ +||http://dsp.lenovo.com.cn^*&clientType=api| ||http://duanwenxue.com/shuang11/ ||http://duapp.com^$domain=bjmama.com|ccav1.com|gzmama.com|sexcar.cn ||http://duba.com/baidu ||http://duba.com/dhads?id= -||http://duba.com/static/*/iframe/baidu_ +||http://duba.com/level2/rmd.js ||http://duba.com/static/*/images/*.swf -||http://duba.com/static/*/js/home/ad/ad. ||http://duba.com/static/images/public/20181110/14661d41048e09e2d523dd2e5f0c6310.png +||http://duba.com/wangmeng/ ||http://dufile.com/jsa/ -||http://duote.com/soft/ads/baiduAd.html ||http://duouoo.com/vss/right-ssd.js ||http://duouoo.com/vss/wz ||http://dup.baidustatic.com^ @@ -9085,13 +9553,14 @@ ||http://dy2018.com/js/tj.js ||http://dy2018.com/js17/ ||http://dy2018.com/jsdd/ +||http://dy8c.com/JieShaoBu-secret/uploads/hongbao ||http://dydab.com^ ||http://dyguo.com/pc/*0.js ||http://dyguo.com/pc/nr336.js ||http://dyjqd.com/images/js/dyjqd.js ||http://dyncdn.me/static/20/js/expla ||http://dyncdn2.com/static/20/js/expla -||http://dysfz.tv/js/adtop_ +||http://dysitecdn.com/gg ||http://dytt8.net/js1/ ||http://dytt8.net/js2/ ||http://dytt8.net/jsd/app.js @@ -9102,7 +9571,7 @@ ||http://e.changyan.sohu.com/dataService/getData? ||http://e.hnr.cn/choose/view/ ||http://e.yycqc.com^ -||http://e0514.com/data/attachment/portal/ +||http://e0514.com/do/js. ||http://e0514.com/gglist/ ||http://e0575.cn/js/corea/jquery.popup.js ||http://e0575.com/attachment/image/ @@ -9115,7 +9584,6 @@ ||http://eap.enorth.com.cn^ ||http://easou.com/brandImage/ad/ ||http://easou.com/online/banner/ -||http://eastday.com/assets/js/detail_ ||http://eastday.com/assets/js/dftongjiad.js ||http://eastday.com/assets/js/resources/detail/ ||http://eastday.com/assets/js/resources/new_detail_ @@ -9127,10 +9595,11 @@ ||http://eastday.com/jsfile/kuaiya_ ||http://eastday.com/k.js ||http://eastday.com/mmad. +||http://eastday.com/static/scripts/eastday_tj.js +||http://eastday.com/static/styles/*_gg.css ||http://eastday.com^$subdocument,~third-party ||http://eastmoney.com/banner/ ||http://eastmoney.com/js/headbiggg_ -||http://eastmoney.com/js/news_fixed_ ||http://eastmoney.com/trade/hqb_hq.html ||http://eat-travel.com.tw^$third-party ||http://ebiotrade.com/jslibrary/js @@ -9139,6 +9608,7 @@ ||http://ebiotrade.com/newsf/js/news_top_banner.js ||http://ebiotrade.com/web_images/*.swf ||http://ebioweb.com/jslibrary/js +||http://ebioweb.com/newsf/js/inpic.js ||http://ebp.renren.com^ ||http://ebrun.com/jfile/position/js/*.js ||http://ecma.bdimg.com^ @@ -9150,25 +9620,19 @@ ||http://eepw.com.cn/pub/js/TopFullScreen.js ||http://eeyy.cc/style/yxj.js ||http://eeyy.com/otherhtml/js/ad650.js +||http://eeyy.com/otherhtml/poster_js/ ||http://eeyy.com/templates/js/other/yxj ||http://eeyy.com/templates/js/popback.js ||http://eeyy.com/uploadfile/img/beitou -||http://elecfans.com/baidu_m.html -||http://elecfans.com/images2012/pcb.gif ||http://elecfans.com/skin-*/images/banner_ad ||http://elecfans.com/skin-*ad_ +||http://elecfans.com/static/home_ad/ +||http://emdcadvertise.eastmoney.com^ ||http://emoney.cn/www/officalWebStatic/js/slideAd.js -||http://emu999.net/nds/ -||http://emule.org.cn/km.gif -||http://emule.org.cn/templets/default/ ||http://en8848.com.cn/js/ad ||http://en8848.com.cn/js/content. ||http://en8848.com.cn/js/lianxi.js -||http://enet.com.cn/eschool/includes/gdtup/tu6/slide.js -||http://enet.com.cn/mem_str_zoneid= ||http://enread.com/img/185-50.gif -||http://enshi.cn/userfiles/esrb/$object,subdocument -||http://ent.mb.baidu.com/webgamepage/GameAPP/ ||http://entry.baidu.com/rp/home? ||http://eol.cn/e_busi/ ||http://eol.cn/e_images/gk/jnc @@ -9176,37 +9640,25 @@ ||http://eol.cn/images/ed/gaokao/*-85.jpg ||http://eol.cn/js/eol/ ||http://eol.cn/js/global/jQuery_ads.js -||http://epinv.com/wp-content/themes/ep/js/single.js -||http://epinv.com/wp-content/themes/ep/tu/*250.js -||http://epinv.com/wp-content/themes/ep/tu/*300.js -||http://epinv.com/wp-content/themes/ep/tu/epzz.js -||http://epinv.com/wp-content/themes/ep/tu/hkw.jpg -||http://epinv.com/wp-content/themes/ep/tu/yinshu.gif -||http://eprice.com.tw/img/dis/file/ +||http://eoof.net/PicZone/qzgg ||http://eprice.com.tw/img/tw_m/ad/ -||http://eprice.com.tw/js/swfobject-2.3.js -||http://eqq9.com/js/js/ ||http://erebor.douban.com^ ||http://ermao.sikabeila.com^ -||http://eryamishu.com/zb_system/image/logo/64060.png -||http://eryamishu.com/zb_users/upload/2016/04/201604061459908985564295.jpg ||http://es3984.review/02_cn_ad/ ||http://etadult.com*/images/20 ||http://etest8.com/js/158/infojs/ ||http://etf88.com/jjb/*_ad$script ||http://etf88.com/swf/ ||http://etfunhome.com/images/kk.gif -||http://etnet.com.hk/ad2014/ -||http://etnet.com.hk/www/tc/stocks/ads/ ||http://ettoday.net/banners/ ||http://ettoday.net/events/ad-tab/ ||http://ettoday.net/funfuntrip/ ||http://ettoday.net/style/hot-trip/js/travel-action.js ||http://ettoday.net^*/ad/ ||http://everyonepiano.cn/Public/*0x +||http://expreview.com/baba/ ||http://eyusky.net/weixin-img/zhifubao.jpg ||http://eyuyao.com/yyad/ -||http://eyy5.cn/data/attachment/freeaddon_banner/ ||http://ezprice.com.tw/ezysm/ ||http://ezprice.com.tw/js/*_ysm_ ||http://f8dy.tv/template/m1938/js/b @@ -9215,80 +9667,60 @@ ||http://faiusr.com/2/ABUIABACGAAg_dCW0gUo7NqNJjDgATh3.jpg ||http://faiusr.com/3/ABUIABADGAAgkIXb6gUo-L_AwwcwsAk4Wg.gif ||http://faloo.com/ou/site/ -||http://familydoctor.com.cn/aiframe/ ||http://familydoctor.com.cn/c/a/000/ggw_ -||http://fang.com/afp/door/ ||http://fang.com/house/ajaxrequest/adverTlGet. ||http://fang99.com^*/advjs/ -||http://fangying.tv/assets/xzy- ||http://fanhaobao.net/wp-content/themes/xiu/js/single.js ||http://fanhaodang.org/Runtime/js/ ||http://fanquanwang.com/uploads/ad/ ||http://fans.*.space/fans/*.php -||http://fantasy.tv/img/adImg -||http://fantizi5.com/js/ad*.js -||http://fantizi5.com/js/baiduad ||http://faquanya.com/weixin/ -||http://fastadmin.net/uploads/store/aliyun- +||http://fashangji.com/gunews/*.js +||http://fastadmin.net/uploads/store/aliyun +||http://fastadmin.net/uploads/store/tencent ||http://faxingw.cn/js/*0 ||http://faxingw.cn/js/*ad ||http://faxingw.cn/js/detailgcbox.js -||http://fbcinema.com/wp-content/uploads/2017/12/138bet ||http://fc2fan.net/js/check_focus.js ||http://fcai.com/ifengIndex.html ||http://fd173.cn^$third-party -||http://fdc.com.cn/cms/js/bbs/bbstonglan.js -||http://fdc.com.cn/cms/js/bbs/dl.js -||http://fdc.com.cn/cms/js/home_js/*_move_ ||http://fdc.com.cn^*adv ||http://fdc.my0511.com^$script ||http://feesoon.com/js/cnzz_ -||http://feiwan.net/zqcom_style/ad/ +||http://feixiang211.com/tg/ ||http://feizl.com/images/smdd/ ||http://fenglan.oss-cn-shenzhen.aliyuncs.com^*.gif ||http://fenxiangdashi.com/img/banner/ ||http://fenxiangdashi.com/Res/js/detail_ ||http://ff.meikanguo.com^ -||http://fff1208.supfree.net/stat.asp ||http://ffsky.net^$domain=moe-acg.cc ||http://fh21.com.cn/partners/ ||http://file.cloud.sogou.com/*/superzone/ ||http://file.ws.126.net/house/nj/*.swf ||http://files.jb51.net/image/ ||http://firefoxchina.cn/2014/*_foxphone.png +||http://firefoxchina.cn/img/201912/7_5de5c6289dd340.png ||http://firefoxchina.cn/res/js/fchina_video-min.js ||http://firefoxchina.cn/v2/json/floatBanner.json ||http://firefoxchina.cn^*49560. ||http://firefoxchina.cn^*_couplet ||http://firefoxchina.cn^*_topbanner ||http://fj.sina.com.cn/iframe/63/ -||http://fjisu.com/js/wap-tg.js ||http://fjlqqc.com/common/api/v1.0/slot-code/ -||http://fjlyfdc.com.cn/hxhad/ +||http://fl6n.com/adtop/ ||http://flash.mycar168.com/data/js/ -||http://flash8.net/flash8_a_d_s/ -||http://flightclub.cn/WidgetHot? ||http://flighty.cn/images/ -||http://flxdaily.com/wp-content/plugins/flxdaily/script.js -||http://flyertea.com/plugin.php?id=he_topad -||http://flyoffline.com/images/miaoshou- -||http://flyoffline.com/images/ss- -||http://flyoffline.com/images/vpn- +||http://flyzy2005.com/wp-content/*/bandwagonhost-top. +||http://fmhua.com/template/*/images/g_js/*.html ||http://fobshanghai.com/bbsad/ ||http://fontke.com/custom/ ||http://foodmate.net/file/script/A -||http://forimg.com/js/content/ ||http://forum.51nb.com/images/ ||http://fpdisplay.com/templates/default/js/palyflash_ ||http://fpdisplay.com/upload/n_ad/ -||http://fqsousou.com/statics/pc/img/wx1.png ||http://fragment.firefoxchina.cn/html/ -||http://free9.net/images/pic/dhc2013.gif -||http://free9.net/myc/myc.js ||http://freehao123.com/wp-content/uploads/2017/05/mmkdm.png -||http://freep.cn/zhuangxiu_ -||http://front-adsnew.babyhome.com.tw/jwplayer/jwplayer.js -||http://fsehome.com/images/ad_tan.js +||http://fsclzs.com/Ad_User/ ||http://ft.com/a.html ||http://ftchinese.com/a.html ||http://ftchinese.com/m/marketing/ @@ -9299,27 +9731,24 @@ ||http://fuli69.com/wp-content/uploads/sug ||http://fulibac.com/images/upload/ad/ ||http://fulibl.com/wp-content/uploads/2016/06/320-230.jpg -||http://fulishequ.com/abc/images/ ||http://fulisuo1.com^*.gif ||http://fulisuo7.top^*.gif -||http://fullyu.com/js-lib/jquery.modal. ||http://fun.ynet.com^ +||http://fun1shot.com/images/qrcode_wechat.png ||http://fun8.us^$domain=cartomad.com|cartonmad.com|cartoomad.com|cartoonad.com|cartoonmad.com|comicnad.com|conicsmad.com ||http://func.tw/image/func2.png ||http://funshipin.com/v1/js/footerhongbao.js ||http://fx110.com/Pub/Ghz/GetModel ||http://fx110.com/Scripts/1.0.0/gulpmin/Ghz/ ||http://fx110.com/Styles/1.0.0/dist/Ghz/MatrixAds. -||http://fx112.com/upload/15*.gif -||http://fx114.net/images/bangbaotao.jpg ||http://fx168.com/am.js ||http://fxxz.com/skin/know/ ||http://fzbm.com/bbs/static/js/bma.js ||http://fzlol.com/images/$script ||http://fzpchome.com/txt/$script +||http://g-years.com/gy/ ||http://g-years.com/tb/ ||http://g.163.com/*&affiliate= -||http://g.chuiyao.com^ ||http://g.cnzz.cn/Static/js/*- ||http://g.hsw.cn^ ||http://g.jinti.com/f/a/a @@ -9332,53 +9761,39 @@ ||http://galacg.me/wp-content/uploads/*750x ||http://game.466.com^$third-party ||http://game333.net/aainset/ -||http://gameapps.hk/images/banners/ -||http://gameapps.hk/images/d/20170516/e334d088b4440fb9.png -||http://gameapps.hk/js/content_ -||http://gameapps.hk/js/determine_page_ ||http://gamefy.cn/cookiead.php -||http://gamersky.com/bgpic/ ||http://gamersky.com/common/tg/ ||http://gamersky.com/g/gamerskyflash.js -||http://gamersky.com/gsinc/content_bg.js -||http://gamersky.com/img/ -||http://gamersky.com/piaofu*/ ||http://gamersky.com^*.htm$subdocument ||http://games.ifeng.com^$subdocument ||http://games.ifeng.com^*.shtml?v= -||http://gamme.com.tw/event/ghost2019/pc/index.html ||http://gamme.com.tw/ga/ ||http://gamme.com.tw/uploads/*?2 +||http://gangjuw.com/style/lmjs/ ||http://ganji.com/content.php -||http://ganjistatic1.com^*-banner- ||http://ganjistatic1.com^*/adm/ ||http://ganjituiguang.ganji.com^ ||http://gansudaily.com.cn/2017zt/images/*gg ||http://gaofen.com/source/plugin/gaofen_ad/ ||http://gaoqing.la/wp-content/uploads/*/gg -||http://gaoqing.la/wp-content/uploads/2019/05/ed5e6a1dly1fx2qut6mgoj20r907h0xh.jpg -||http://gaoqingyy.net/baidu.js -||http://gaoqingyy.net/hengfutupian/ +||http://gaoqing.la/wp-content/uploads/*/GOOVIS.gif +||http://gaoqing.la/wp-content/uploads/*/kaiboer.gif ||http://gasaq.com/public/flash/ ||http://gavbus*.com/assets/common/js/ad.js ||http://gavbus*.com/assets/common/js/admenu.js ||http://gcxa.cn/a/gb.gif ||http://gd.ct10000.com/js/ecssstat.js ||http://gd.sina.com.cn/iframe/22/ -||http://gd.vodtw.com^ ||http://gdmm.com*/mybt/ ||http://gdmm.com/api.php?mod=js&bid=2111 ||http://gdmm.com/images/leftbottom.png +||http://geekbang.org/public/serving/ ||http://geekpark.net/api/v1/ads -||http://geilwx.com/read/ad -||http://gemgsx.com/js/ +||http://gegeyingshi.com/template/*/images/g_js/ ||http://getitfree.cn/wp-content/plugins/anti- ||http://getscriptjs.com/p.js -||http://gexing.com/api/api_get_tankuang.php? ||http://gexing.com/i/*960x ||http://gexing.com/j/??zmask.js,easing.js? -||http://gezila.com/v3/ad/ -||http://gfan.com/plugin.php?id=gfan_viewpic:gfan_adView ||http://gfan.com/press/ ||http://gg-led.com/uploadFile/uploadCompanyLogo/*.gif ||http://gg.*.com/tonglan/tonglan.js @@ -9387,7 +9802,6 @@ ||http://gg.blueidea.com^ ||http://gg.cs090.com^ ||http://gg.g9mi6.com^ -||http://gg.gao7.com^ ||http://gg.getbs.com^ ||http://gg.gsdlcn.com^ ||http://gg.gw032.com^ @@ -9402,6 +9816,7 @@ ||http://ggcode.2345.com^ ||http://ggg*.com/static/js/common.js ||http://ggg.zj.com^ +||http://ggs.myzaker.com^ ||http://ggtp-1255424916.cos.ap-chengdu.myqcloud.com^ ||http://ggw.gusuwang.com^ ||http://ggw.watertu.com^ @@ -9413,19 +9828,18 @@ ||http://glzy8.com/img/ceo/js.js ||http://gmbbku.com/img/top.js ||http://gmbbku.com/jj/ -||http://gmbuluo.com/js/ +||http://gmbuluo.net/js/ ||http://go.hangzhou.com.cn^ ||http://go2av.com/for_ad/ ||http://go2av.com/js/AM.js ||http://go2tutor.com/lifebox.asp ||http://gogorenti.wang/js/m_cp -||http://golangtc.com/bar/ ||http://gold678.com/news/js/layer/layer.js ||http://gome.com.cn/flight? -||http://gongfupian.com/js/wuxiatui/ -||http://gongfupian.com/template/new2014/gftui/ ||http://gongshe99.com/d/js/gongshe/gsw +||http://good8866.com/js/*.js ||http://goodgupiao.com/skins/default/js/backTop.js +||http://google.com.hk^$domain=p4vip.com ||http://goproxy.cc/api.php ||http://goto.www.iciba.com^ ||http://gotourl.xyz^ @@ -9433,14 +9847,13 @@ ||http://gouhb.com/skin/jww/images/20141029114*.png ||http://goupu.org/1files/*.gif ||http://goupu.org/1files/*.htm -||http://goupu.org/1files/*.swf +||http://goupu.org/1files/*0. ||http://goupu.org/1files/guidebar/ ||http://gp.jstv.com^ +||http://gp123.cc/20*ad/ ||http://gpcxw.com/file/js/img/*.gif -||http://gpsuu.com/yhj.gif +||http://gpshk.cc/api.php?mod=ad& ||http://gpxz.com/js2/ -||http://gq.com.tw/event/$subdocument -||http://greatfire.org/widget ||http://greenhouseglobal.cn^ ||http://greenxf.com/js/2019/ ||http://greenxiazai.com/d/js/v/ @@ -9448,6 +9861,7 @@ ||http://gt.yy.com^ ||http://gter.net/index.html?c=foot_js&type=footer.js ||http://gtimg.com/201*/dsp/ +||http://gtimg.com/adb/$domain=okooo.com ||http://gtimg.com/adxcdn/ ||http://gtimg.com/auto/js/autoproject/autoarticle/low-price-car_ ||http://gtimg.com/comic/pics/hv1/29/74/1631/106074674.jpg @@ -9482,37 +9896,26 @@ ||http://guokr.com/apis/flowingboard/flowingboard.json?name=post_sidepic ||http://guokr.com/baidu-cbjs/ ||http://guqu.net/Cooperate/ -||http://gusuwang.com/api/gsw_ -||http://gusuwang.com/ymsextweb/fullggw/ -||http://gusuwang.com/ymsextweb/images/index/ist_t.jpg -||http://gusuwang.com/ymsextweb/javascript/gs -||http://guyizhou.cn/temp/top_banner_ -||http://gvm.com.tw/scripts/jquery.colorbox- ||http://gwbnsh.net.cn/hd/unicom/ad.html ||http://gxnews.com.cn/clientscript/index_duilian_ ||http://gxnews.com.cn/upload/index/*.swf ||http://gywb.cn/cs_mulu/ ||http://gywb.cn/gggl/ ||http://gzzza.com/html/ -||http://hackhome.com/hz/*down ||http://hackhome.com/js/*top.js ||http://hackhome.com/js/bhref.js ||http://hackhome.com/js/dright.js ||http://hackhome.com/js/zt.js ||http://hackhw.com/ckjs/ +||http://hackp.com/im/ ||http://hades.qyer.com^ -||http://haha.mx/images/float-ad/ -||http://haha.mx/images/market/ -||http://haha.mx/upload/data/detail_ -||http://haha.mx/upload/data/list_sidebar_ +||http://hahamx.cn/images/float-ad/ +||http://hahamx.cn/images/market/ +||http://hahamx.cn/upload/data/detail_ +||http://hahamx.cn/upload/data/list_sidebar_ ||http://haiwainet.cn*/k.js ||http://haiwaiyy.com/B970X90.gif -||http://halihali.me^*/js/low.js -||http://halihali.me^*/js/nscript.js ||http://hangzhou.com.cn/extra/flash/hzwarticle300.swf -||http://hangzhou.com.cn/images/flashyingpian.swf -||http://hangzhou.com.cn/inc_hzw/ -||http://hanhande.com/upload/180330/4182613_143K0437.jpg ||http://hanjutv.com/index.php?c=dudu_ ||http://hanjutv.com/statics/skin/hjtv-pc/js/push.js ||http://hanjutvn.com/template/alifun/js/Tmall/ @@ -9530,106 +9933,74 @@ ||http://hao6666.info^*.js ||http://hao6v.com/d/ ||http://haochi123.com/J_Box/Inc_ -||http://haochi123.com/Js/Fun_Effects_HT9.js ||http://haofs.com/haofs/ggapi.asp -||http://haoju5.com/js/bbb/ ||http://haokan5.com/js/haokanjs/2014_ ||http://haokan5.com/js/haokanjs/playa ||http://haokan5.com/js/haokanjs/tj.js ||http://haokan5.com/js/haokanjs/youxiajiao.js -||http://haokan58.com/pcgg/ -||http://haokongbu.com/plus/show.php ||http://haolepic.com/blz/ ||http://haolepic.com/js/ +||http://haolingsheng.com/public/daguzhe.jpg +||http://haopp02.com/haose/ ||http://haopp02.com/js/ -||http://haoring03.com/ads/ ||http://haosf.com/kan.htm -||http://haote.com/style2017/2017images/banner/ -||http://haotxt.com/index.php?m=book/ad& ||http://haoxxoo.com/player/ad.html ||http://happyhongkong.com/images/client/ -||http://haxiu.com/data/cache/myadn- -||http://hc360.cn/js/module/info/info_liuliangbao.js +||http://hboav.com/guga/ ||http://hc360.com/images/14826/289x90.jpg ||http://hc360.com/js/*hezuo.js ||http://hc360.com/js/build/source/widgets/flowbao/flowbao.js -||http://hc360.com/js/hcpop_ ||http://hc360.com/js/module/info/info_liuliangbao.js -||http://hc360.com/list/iframe_2011hezuo.shtml -||http://hc360.com/list/iframe_2012ad_ ||http://hc360.com/list/iframe_end_textadv.shtml -||http://hc360.com/list/iframe_right_ad_ -||http://hc360.com/news/201207/201207241712413488.jpg ||http://hc360.com/security/201409/201409021830024990.jpg ||http://hcmoo.com/mm.js ||http://hcomic.in/post/js/jquery ||http://hcomic.in/wp-content/themes/boomog/js/list -||http://hcw888.com/Plug/GG.asp ||http://hcwang.cn/images/g/*.swf -||http://hdad.baike.com^ ||http://hdsky.me/adv/ ||http://hdslb.com/bfs/ad/ ||http://hdslb.com/js/core-v5/picment. ||http://he2d.com/crossdomain.xml ||http://hebei.com.cn/eap/ -||http://hebei.com.cn/swf/ ||http://hebei.com.cn/sys/online_calc.js ||http://hebtv.com/d/a/thea ||http://hefei.cc/templates/default/index_ad ||http://heiguang.com/f/uad/ ||http://heikexs.com/wp-content/themes/Duoxs*/js/ +||http://heipa666.xyz/hp/ +||http://heirui.cn/static/hb_ +||http://heiye.cc/js/bancity. +||http://heiye.cc/js/bf.js +||http://heiye.cc/js/hei +||http://heiye.cc/js/xuanfu.js ||http://hellojava.com//bja/tanzhou.jpg ||http://henan.sina.com.cn/iframe/7/ ||http://henan100.com/d/file/indexad/ -||http://henan100.com^*/ad_article/ -||http://henan100.com^*/images/ad_content_ ||http://henghost.com^$third-party ||http://herogame.com^$subdocument,domain=gamer.com.tw ||http://hexun.com*/hx_news/hx_news_finalpage.js ||http://hexun.com/gphqtc/ -||http://hexun.com/wxcms/ad/ -||http://hexunimg.cn/m/images/ad_ ||http://hf365.com/0/13/79/87/13798795_912593.jpg ||http://hf365.com/0/14/31/00/14310068_933922.png ||http://hf365.com/0/14/60/93/14609355_921128.jpg ||http://hf365.com/0/15/64/87/15648725_922274.jpg -||http://hh010.com/1/ -||http://hh010.com/data/attachment/common/0a/ -||http://hh010.com/static/img/ ||http://hiad.vmall.com^ ||http://hiao.com/node/node_27508.htm -||http://hiapk.com/uploads/AD/ ||http://hifidiy.net/www/2015/08/18/HIFIDIY_Compat.swf ||http://hinet.net/radio/getAdcode.do -||http://hinews.cn/js/09page/10pagesjbtj ||http://histock.tw/ad/ -||http://hiwenku.com/getRightAdv +||http://hk-pub.com/forum/images/2009/gifbanner ||http://hk-pub.com/forum/images/banner/ -||http://hkacger.com/showimage.php?i=dlsite1709NEKOPARA -||http://hkcna.hk/upload/6/2011/0608/U139P22T6D51F96DT20110608114515.jpg -||http://hkcna.hk/upload/6/2011/0909/U127P22T6D70F98DT20110914111852.swf +||http://hkb123.com/plus/show.php ||http://hkcoding.com/chequeconvert/img/grammarly- ||http://hkcoding.com/img/ -||http://hkepc.com/forum/api/unimhk_ -||http://hkepc.com/prepared/images/b608.png -||http://hkgolden.com/forum_allpage_bottom.htm -||http://hkgolden.com/google_ad -||http://hkgolden.com/GoogleFrontPageAd.html -||http://hkgolden.com/hkg.js -||http://hkgolden.com/HKG_PRODUCT.htm -||http://hkgolden.com/js/faall1.js -||http://hkgolden.com/js/fpall.js -||http://hkgolden.com/mtg/ -||http://hkgolden.com/yahoo_ad -||http://hkgolden.com^*_ad.aspx ||http://hkitblog.com^*-banner ||http://hktvmall.com/api/preroll/getList? ||http://hmghmg.com/tb ||http://hmog.me/tb -||http://hn-pc.com/css/Fun_Div.js +||http://honglingjin.co.uk/wp-content/uploads/*-Homepage-Takeover-BG- ||http://hongyingbbs.com/img/top.js ||http://hongyingbbs.com/jj/ -||http://hoopchina.com.cn/blogfile/2018*_1018_h_140_ ||http://hoopchina.com.cn/common/lazyLoadAd.js ||http://hoopchina.com.cn/static/www/*340-230. ||http://hoopchina.com.cn/static/www/*340x230. @@ -9638,11 +10009,9 @@ ||http://hoopchina.com.cn/web/channel/nba/index/nbaposter/index.js ||http://hoopchina.com.cn/web/channel/voice/*/beforelogin/beforelogin.js ||http://hoopchina.com.cn/web/widget/partner/*/promote.js -||http://hot000.com/m- ||http://hotavxxx.com/images/*96 ||http://hoteastday.com/newspc/show? ||http://house.sina.com.cn/2.0/abp/ -||http://house365.com/*ads/201 ||http://house365.com/js/lbpopup.js ||http://housefindeasy.com/images/*banner978x90. ||http://housefindeasy.com/images/b_*.png @@ -9655,30 +10024,23 @@ ||http://hqdoor.com/Web/ ||http://hqol.cn/up/ad/ ||http://hs.cnfol.com/Cm/Imgs/Load.gif +||http://hs640.com/js/jquery.js ||http://hsbianma.com/content/images/*-ad- -||http://htcui.com/wp-content/uploads/2018/12/jdyzu-b.png -||http://htcui.com/wp-content/uploads/2018/12/xtfen-b.png -||http://htcui.com/xtfen.gif -||http://htpc1.com/iBT/tools/ ||http://htqyy.com/kiees/ -||http://httpcn.com/images/ad_ ||http://httpcn.com/Images/banner -||http://httpcn.com/images/topimg/ -||http://httpcn.com/include/ad1/ -||http://httpcn.com/tg/ ||http://httpwwwdcom.com/js/aaa/ -||http://huabian.com/hb/ad/ -||http://huacolor.com/d/js/v/hc ||http://huaiduoduo.info/Runtime/js/ +||http://huanjugu.com/dm ||http://huanqiu.com/resource/js/base ||http://huanqiu.com/ssi/show_*_mall.ssi ||http://huarenjie.com/attachment/myfiles/ ||http://hubpd.com/hubpd/images/dingtong ||http://hudong.com/11/85/26100000005581147339859649123.jpg ||http://huhumh.com/js/ +||http://huibaihe.net/js/dddd.js +||http://huibaihe.net/static/730-580. ||http://huimg.cn/e/hd.e.wap. ||http://huizu100.com/data/attachment/portal/ -||http://hunantv.com/ui/2014/images/hao123.jpg ||http://huoche.net/Images/pc/ad_ ||http://huoche.net/public/huoche/ad/ ||http://huoyan.tv/yb/img/*.gif @@ -9686,10 +10048,8 @@ ||http://hur.cn/AhurD/*.gif ||http://hxjs.tool.hexun.com$domain=~quote.hexun.com ||http://hxsame.hexun.com$domain=~quote.hexun.com -||http://hxsd.com/templets/js/looyu_pop.js ||http://hxsxw.com/hxsxw666/ ||http://hxsxw.com/js/float.js -||http://hxyl.net/js/tv.js ||http://hy5.com.cn/admin/ ||http://hybbs.com/i/$image,object ||http://hz.shouyoutv.com^ @@ -9704,6 +10064,7 @@ ||http://i8.com.cn/images/a.swf ||http://i8.com.cn/images/tiandijie.jpg ||http://iab03.com/zzz/ +||http://iabao.com/sladewap.js ||http://iads.xinmin.cn^ ||http://iapolo.com/myjs/ ||http://iask.ca/img/*.gif @@ -9715,17 +10076,14 @@ ||http://iball1990.com:897/js/commerical ||http://ibf.tw/js/jquery.blockUI.js ||http://ibkda.com/other/ -||http://ibook8.com*/piao*.js -||http://ibook8.com/xia*.js +||http://ibkda.com/some/plusshow.js ||http://icaile.com/z.php?id= ||http://iciba.com/www/img/activity/common/active-11-11.js -||http://ickd.cn/act/ ||http://ickd.cn/mobile/js/touch ||http://icnkr.com/cnkradv/ ||http://icnkr.com/data/attachment/portal/ ||http://idaima.com/ycz/ajax/get_items_for_bejson/ ||http://idcot.com^ -||http://idcquan.com/linux/cio_new.html ||http://idv.st/dns/bar.htm ||http://ieche.com/global/*/ad/ ||http://ieche.com/InAds/ @@ -9811,7 +10169,9 @@ ||http://ifengimg.com^*600.swf ||http://ifengimg.com^*couplet$script ||http://ifengimg.com^*Float$script -||http://ifkdy.com/img/hydy +||http://ifeve.com/wp-content/uploads/*/cachekit +||http://ifeve.com/wp-content/uploads/*/WechatIMG +||http://ifkdy.com/layer/layer.js ||http://ifooday.cn/index.php?m=poster& ||http://igamepark.biz/ads_output.php ||http://iis7.com/ys/css2018/ggw.js @@ -9820,11 +10180,9 @@ ||http://ikafan.com/js/novel.js ||http://ikafan.com/upload/image/iqiyi_ ||http://ikaka.com/globalad/ -||http://ikanfan.cn/2018/ikanfan_new/dist/bootstrap.js ||http://im286.net/286/ ||http://image-shop.baidu.com/n/imageproduct? -||http://image.9duw.com^ -||http://image.hh010.com^ +||http://image.39.net/style/ ||http://imagehost.click^$domain=a3v4.top ||http://images.china.cn^*first/$subdocument ||http://images.jurong.cn/bbs/ @@ -9839,17 +10197,13 @@ ||http://imeee.cn/DA_HTML/bottom_960x90.html ||http://img*.365rich.cn/image/$image ||http://img*.bet007.com/image/*.gif -||http://img*.hc360.com^$subdocument ||http://img*.hc360.com^*.swf ||http://img*.win007.com/image/*.gif ||http://img.0594.com/20*.gif ||http://img.0594.com/20*.swf ||http://img.3sjt.com^ -||http://img.86wan.com/img2/top.jpg ||http://img.90bfw.com^*.gif -||http://img.9duw.com^ ||http://img.eol.cn/images/ed/$~image -||http://img.hexun.com*/wszj/js.js ||http://img.ifeng.com/tres/html/ ||http://img.meipic.net^ ||http://img.sex169.info^*.gif @@ -9859,9 +10213,7 @@ ||http://img2.plures.net^*.gif ||http://img2.titan007.com^ ||http://img2.win007.com/image/*.jpg -||http://img2048.xyz^$domain=gou19.com ||http://img3.126.net^ -||http://img33.com^$domain=gou19.com ||http://img588.net/images/*.gif ||http://img599.net/images/*.gif$domain=javccc.net ||http://img599.net^$domain=18board.com|18p2p.com @@ -9870,17 +10222,18 @@ ||http://imgchili.net/media/image*.gif ||http://imgchili.net/media/top.gif ||http://imgchr.com^$domain=iyejie.com -||http://imgf.gamersky.com^$image ||http://imghost.top/kita/ ||http://imgkdiyoub999.com/ok/ ||http://imgme.me/images/*.gif ||http://imgmega.com/i/*.gif$domain=18avhub.com|18avtube.com|mm-cg.com -||http://imgout.ph.126.net/56208002/AD_ ||http://imgroom.net/images/*.gif ||http://imgs.cc/images/ad_ +||http://imgs.cc/img/8Pl6FJY.gif +||http://imgs.cc^$domain=fun1shot.com ||http://imgsrc.baidu.com/tieba/pic/item/$image ||http://imgtuku.com/images/20*.gif ||http://imgur.com/df53F09.jpg +||http://imgur.com/oPNxy4w.gif ||http://imgur.com/zNQ0lXP.gif ||http://imgur.com^$domain=560996.com|9dog.pw|histock.tw|moe-acg.cc|wgun.net ||http://imgur.com^*.gif$domain=18p2p.com @@ -9888,7 +10241,6 @@ ||http://imooc.com/open/courselistrandjs ||http://impservice*.yodao.com^ ||http://impservice*.youdao.com^ -||http://infoqstatic.com^*/scripts/rightbarOptionalVcrBox.js ||http://inhe.net/Uploadfiles/inhegg2016/ ||http://inlishui.com/index.php?m=poster& ||http://inoreader.com/adv/$domain=inoreader.com @@ -9897,27 +10249,24 @@ ||http://iocoder.cn/alert/js/alert.js ||http://ioio.cc*/dm/*.swf ||http://ioio.cc/adtui/ +||http://ionemanhua.com/js/ad/ +||http://ionemanhua.com/js/xvideo.js ||http://ip.cn^$csp=style-src 'self' https: -||http://ip38.qiniudn.com/js/zzsc.js ||http://ipeen.com.tw/js/frame/ad-actions.js ||http://ipeen.com.tw/photo/ad/ -||http://iplaypy.com/js/tonglan-1200ad.js -||http://iplaypy.com/uploads/allimg/160127/2-16012G50U0c1.jpg -||http://iplaypython.com/images/banner ||http://iporn.world/attachment/ad/ +||http://iptv444.com/ad- ||http://iqilu.com/getZone.php ||http://iqilu.com/static_files/richmedia/ ||http://iqshw.com/d/js/m/thea ||http://iqtfy.com/upload/vod/620.gif ||http://ishowx.com/www/2015/js/top.js -||http://ishuaji.cn/public/images/banner.jpg -||http://ishuhui.com/cartoon/book-1/*/sp -||http://ishuhui.com/setting/get_conf/option/ad/ -||http://isso.com.cn/upload_image/A-D/ +||http://isso.com.cn/club/adv +||http://isso.com.cn^*/A-D/ ||http://it165.net/index.php?m=poster& ||http://it168.com/factory/ad/ ||http://it168.com/forum/201412/19/151606lvf3btnnotc62rl6.jpg -||http://it610.com/siteimage/shop +||http://it610.com/views/front/js/special/ ||http://itavcn.com/images/2012/ad_ ||http://itavcn.com/images/2013/ad_ ||http://itavcn.com/images/2014/ad_ @@ -9956,12 +10305,12 @@ ||http://itopdog.cn/itopdog/d*.js ||http://ituba.cc/uploads/allimg/201610/603/ ||http://itv.hexun.com +||http://iupian.com/mstyle/js/topinfo.js ||http://iviewui.com/v1/*?name= ||http://iviewui.com/v1/asd/ ||http://ivy.pconline.com.cn^ ||http://iwanad.baidu.com^ -||http://ixinshijue.com/template/212yspc/js/37.js -||http://ixjys.com/dbxf/ +||http://ixinshijue.com/gg.php ||http://iyejie.com/1024code.gif ||http://iyejie.com/xydlad.js ||http://iztwp.com/images/ @@ -9975,30 +10324,33 @@ ||http://jandan.net^*/3kbw2.png ||http://jandan.net^*/699pic/ ||http://jandan.net^*/moyu.png +||http://jav101.com/img5bbb0096f242f.gif ||http://javazhijia.com/skin/ ||http://javbooks.com/52toy/ ||http://javdove.com/templates/frontend/javdove/*/partialviewslider. ||http://javhd.com/banners-mainpage/ +||http://javhd.com/sb/ +||http://javhoo.net/pop/pop.jpg ||http://javhub.net/img/r18_banner1.jpg ||http://javjunkies.com/FL$subdocument ||http://jb51.net/imgby/logo_ -||http://jb51.net^$script,domain=~tools.jb51.net -||http://jb51.net^*Loader.js ||http://jbzyw.com/Application/M/adv/ ||http://jc001.cn/footer_float_bar/ +||http://jc9822.com/Runtime/Js/ ||http://jcodecraeer.com/plus/fuckblok. ||http://jcrb.com/ZYW/$subdocument ||http://jd-bbs.com/tianyi/ ||http://jd-bbs.com^*/gif/ ||http://jd100.com/cwmpc/ +||http://jdwx.info/api.php?mod=ad& ||http://jfrft.com/ad/ ||http://jfrft.com/images/index_ ||http://jfrft.com/images/nono/ ||http://jfrft.com/js/main_list.js -||http://jfzx.tv/js/sb/ ||http://jgzj.net/bbs/attachments/month_1111/ ||http://jia.com/js/common/article_home_adv.js -||http://jialingmm.net/foot.php +||http://jialingmm.net/dm/tj.js +||http://jialingmm.net/tj.js ||http://jianglishi.cn/statics/statics/js/code_ ||http://jianhucheng.com/data/attachment/portal/ ||http://jianke.com^*/jquery.ppt. @@ -10010,8 +10362,8 @@ ||http://jiaoyu.baidu.com/tieba/ ||http://jiasule.com/static/js/http_error.js ||http://jiayu.net/comiis_ad/ -||http://jiazhuang.com/Public/Home/bootinfo/ ||http://jiejg.ifeng.com^ +||http://jiemian.com/static/jmw/js/adBase_ ||http://jijidown.com/static/img/dongcidaci/ ||http://jijidown.com/static/img/right_bottom. ||http://jijistatic.duapp.com/Squall/1.jpg @@ -10033,23 +10385,23 @@ ||http://jisuxz.com/180226/downshare ||http://jitapu.com/inc/adv ||http://jiyingdm.com/js/loadingshow.html -||http://jj.5ccc.net/scripts/new/ -||http://jj20.com/js/x +||http://jizy.cn^*/ysshare? +||http://jj20.com/static/js/a.js ||http://jj59.com/sy/banner.js ||http://jjckb.cn/flash/1031ad/ ||http://jjj*.com/static/js/common.js -||http://jjjaaa.com/aaa/ ||http://jjjgame.com/images/ad11.jpg ||http://jjr123.com/javascript/dl.js ||http://jjwxc.net/jjPopup.php -||http://jlpcn.net/upload/vod/2016-02-25/201602251456391344.jpg +||http://jlpcn.net/img/300p- ||http://jlxyjs.com/attachment/ ||http://jmbbs.cn/sjgg/ -||http://jmcdn.cn/file/script/A ||http://jmhfw.com/index.php?/ajax/get_adv/ +||http://jmnyg520.com/inc/poster.php ||http://jmsyzj.com^ ||http://jmydm.com/jspage/ftt.js ||http://jnlc.com/www/fund/newsmarket +||http://jp2468.com/addon/ ||http://jp2468.com/api/vip/vipshow.php ||http://jpm.cn/images/a/ ||http://jpwind.com^*/scroll.js @@ -10077,10 +10429,10 @@ ||http://js.tlt.cn/js/ ||http://js0573.com/images/cus/ ||http://jsdelivr.net/gh/cdnjsdelivr001/182cdn*.js -||http://jstucdn.com/ftp/2019/0220/2cd03e9627bf753fa94bf9ac1c4d1250.jpg ||http://jstucdn.com/g3/ ||http://jsxf.org/images/ ||http://juejin.im/v3/web/wbbr/ +||http://juji.tv/Runtime/js/ ||http://jupi.cc^*.gif ||http://juqingw.com/js/tad ||http://juweixin.com/static/spk @@ -10096,27 +10448,32 @@ ||http://jyacht.com/flash/marina.swf ||http://jyfw.cn/gonggong/jiayu/cf_ ||http://jyfw.cn/nav/cf_ +||http://jyrd.com/statics/*/js/baizhu/ ||http://jysjian.com/public//z ||http://jz5u.com/js/tl$script ||http://jz5u.com/js/xiazaiURL.js ||http://jz5u.com/new/ ||http://jzb.com/website/fe/pub_js/dbclickshow.js -||http://k.16vcd.com^ ||http://k99.cc^$third-party ||http://kaixin001.com.cn/js/cpm- ||http://kajila.cn/ad.html ||http://kan300.com/js/union.js ||http://kan300.com/js/union/ -||http://kan98.com/c.html +||http://kan98.com/images/*.gif +||http://kan98.com/statics/js/k2017/kan98.js ||http://kancloud.cn/ad/ ||http://kanguba.com/file/js/ifr.asp ||http://kanjuba.me/js/bbk/ +||http://kanjuwo.com/js/6 +||http://kanjuwo.com/js/8 ||http://kankanmi.com/js/zjgg ||http://kankantv.cc/330-50.gif ||http://kankanwu.com/le/ +||http://kankanwu.com/xuxu/ ||http://kanmeiju.net/js/ ||http://kanpb.com/skin/images/ ||http://kanpp.net/Uploads/ad/ +||http://kanqiuba.net/js/ ||http://kantie.org/a/images/car.jpg ||http://kantv6.com/index.php/Popularize/ ||http://kaoyan1v1.com/IAA/ @@ -10134,8 +10491,6 @@ ||http://kekenet.com^*/zhike ||http://kewaishu.org/m- ||http://key8.com/cache/www/banner_ -||http://keydatas.com/ad/ -||http://keydatas.com/img/*-336-280. ||http://keywin.org/templates/kw_v2/images/youbianad.png ||http://kiees.cn/img/ ||http://kiees.cn/jm.png @@ -10153,6 +10508,8 @@ ||http://knnwdyou.com^ ||http://kocpc.com.tw/adsbyso.js ||http://kokojia.com^$third-party +||http://koot.monster/assets/js/ueads.js +||http://koyi.pub/wp-content/plugins/dh-anti-adblocker/ ||http://ks.js.cn*/yytf/$object,script ||http://ksiwnx.pw/gg_html/ ||http://kt51.com/images/kt51.gif @@ -10169,12 +10526,12 @@ ||http://kuaihou.com/c/shuoming.js ||http://kuaihou.com/c/you1.js ||http://kuaihou.com/js/new/xiazai -||http://kuailiyu.com/templates/cyzonev3/js/m.js ||http://kuaiso.com/js/ad- ||http://kuaizhan.com^$domain=bingdou.net|ppx116.com|yaoshe67.com|yuese46.com ||http://kukan5.com/ad ||http://kukudm.com/js/comic- ||http://kukudm.com/js/play- +||http://kukudm.com/mg/show ||http://kukudm.com/top.htm ||http://kunpeng-sc.csdnimg.cn/#/preview/ ||http://kviso.com/ddnew/kviso @@ -10215,16 +10572,18 @@ ||http://lawtv.com.cn/jd_ceshi.html ||http://lawtv.com.cn/skin/newplayer/ads_dianshi.php ||http://lawtv.com.cn/skin/stop.swf -||http://lcok.net/2019/ad/$rewrite=abp-resource:blank-mp3,domain=huaren.tv +||http://layuicdn.com/layer/layer.js$domain=hanjutvn.com ||http://lcxw.cn/d/js/thea ||http://ld0766.com/*20*a/ ||http://ld12.com/js/myfiles/ ||http://ldb.cc/js/top.js +||http://leagueofmovie.com^*Ads ||http://lecai.com/page/zhuanti/baidu/ ||http://leiphone.com/uploads/new/article/880_880/201807/5b5687fef17a5.jpg ||http://leiphone.com/uploads/new/category/pic/*/740x140/ ||http://leju.com/abp/cmslead_new.v2.js ||http://leju.com/scripts/app/pc/indexlayer/v1/indexlayer.js +||http://leju.com^*=abs.processReqChange ||http://lelekan.com/sp/fmt.js ||http://leleketang.com/dat/a/ ||http://lenovo.com.cn/cms/2018-07-20/201807201014498251793.png @@ -10233,8 +10592,8 @@ ||http://letvcdn.com/js/*_focus_flash.js ||http://letvimg.com^*/108x70$object ||http://letvimg.com^*_phone/ -||http://lewenxiaoshuo.com/file/script/ -||http://lewenxiaoshuo.com/m- +||http://lewxs.com/file/script/ +||http://lewxs.com/m- ||http://lezhuan.com/js/spread.js ||http://lgmi.com/ggimg/ ||http://lgmi.com/images/*.swf @@ -10248,13 +10607,15 @@ ||http://liangchan.net/aaddaadd/ ||http://liangchan.net/adf/ ||http://liangjan.com/js/show_ -||http://lianmeng.la/fgh/ +||http://lianmeng.la/klm/ ||http://lianmeng.la/layui/layui.js +||http://liantu.cn/script/index.asp ||http://lianyexiuchang.cc/img/2f2372e9bf205df0.png ||http://lianyexiuchang.cc/img/97da89108eb659fc.gif ||http://lianyexiuchang.cc/js/ ||http://liaocao.com/vod/0*.gif ||http://liaoxuefeng.com/files/attachments/00144*/0 +||http://libfre.obs.cn-east-3.myhuaweicloud.com^ ||http://licai18.com/henyepweb/ ||http://licai18.com/pic/*.swf ||http://licai18.com/pic/article/*.gif @@ -10262,11 +10623,9 @@ ||http://lieqinews.com/json/zhiketj/ ||http://lihuasoft.net/images/ad_ ||http://liisex.com/images/banners/ -||http://line-scdn.net/6c21c9a4/statics/js/index/redirect.js ||http://linecg.com/uploads/banner/ ||http://lingdian98.com^ ||http://lingdianshuwu.com/js/content -||http://link.fobshanghai.com/bbsimage/ ||http://linkhelper.cn/mmshow ||http://links.cn/mmshow ||http://linkwan.com/gb/broadmeter/speed/cp.js @@ -10280,6 +10639,7 @@ ||http://linuxidc.com/linuxfile/list ||http://liu16.com/vip.png ||http://liuxue86.com/css/liuxue_output.js +||http://liuxue86.com/js/ideng/liuxue-show ||http://live173.com//AD/ ||http://live173.com/BANNER/ ||http://liveany.com/images/8d8d.gif @@ -10293,11 +10653,11 @@ ||http://loldyttw.net/blr.js ||http://loldyttw.net/skin/lol/js/ds.js ||http://loli.io^$domain=kisssub.org -||http://loli.net/2017/12/21/5a3b732b8e72e.png ||http://loli.net/2018/06/12/5b1eb40282e3a.jpg ||http://loli.net/2018/09/01/5b8ab2b61cec4.jpg ||http://loli.net/2019/04/24/5cc0027b4f2f1.png -||http://loli.net^$domain=52pili.com|acglover.me|youtaoqi.com +||http://loli.net/2020/01/20/jenML2kJsAxl6CE.jpg +||http://loli.net^$domain=520film.net|52pili.com|acglover.me|hdsky.me|youtaoqi.com ||http://lolshipin.com/zt/sxx/ ||http://longbahao.com/asd.js ||http://longbahao.com/js/ad- @@ -10313,6 +10673,8 @@ ||http://lu228.com/ajs/ ||http://luanren.com/images/*.swf ||http://luckstatic.v1.cn/st/10000/ +||http://lululu.icu/ad +||http://luolidashu.xyz^*.gif ||http://lutouwang.net/static/images/boss_gao_hb.jpeg ||http://lutouwang.net/static/js/mv_ad ||http://luuu1.com/g/ @@ -10338,14 +10700,15 @@ ||http://lzyysw.com/upload/ ||http://m.aty.sohu.com^ ||http://m.kankanwu.com/js/ +||http://m.lelekan.com/sp/ ||http://m.mianbao99.com/js/detail.js ||http://m.tiebaimg.com/timg?wapp^*imgtype=0$image ||http://m.xigua110.com/js/ +||http://m.ybstwl.com/public/tpl/m2/js/ ||http://m1905.cn/afp/mdsfw.js ||http://m1905.cn/data/suspension_ ||http://m1905.cn/images/vod/vod*-90.jpg ||http://m1905.com/asp_js/k.js -||http://m1968.com/files/h5/ ||http://m2.lelemh.com^ ||http://m3hf.com/js/float ||http://ma.baiducdn2.com^*/main.js?t= @@ -10354,13 +10717,13 @@ ||http://macfans.org/images/*/980x ||http://macx.cn/js/jquery.$domain=game.macx.cn ||http://mafengwo.net/s13/M00/D0/6D/wKgEaVza2HCAJw8sAAOVHkWHw_c98.jpeg +||http://magedu.com/wp-content/uploads/*/xwzx ||http://mahoupao.com/api.php?mod=ad& ||http://mahua.com/api/$subdocument ||http://mahua.com/www/default/js/mahua_show.js ||http://mahua.com/www/default/js/replace_ab.js ||http://maiche.com/iframe/rank.html ||http://mail.pchome.com.tw/img/classifieds/300120.gif -||http://maipiao.96900.com.cn/js/indexgg ||http://makaidong.com/img/ ||http://mall.xinkuaituan.com/zhuanti/ ||http://mall0.qiyipic.com^ @@ -10368,6 +10731,7 @@ ||http://manqian.cn/async/adLocationConfig ||http://maodh.com/admin/up/*.gif ||http://maolihui.com/wp-content/themes/miaonew/images/adb +||http://maopu.tv/d/file/p/2019/07/6ac50c702cf9e6a9a7910a510c40cb73.jpg ||http://maoyun.tv/fsq/fangshaqi ||http://maoyun.tv/g3/ ||http://maoyun.tv/jk/ @@ -10375,6 +10739,7 @@ ||http://market.21cn.com^ ||http://market.duowan.com^ ||http://masadora.net/kakusan- +||http://mascwgs.com/img/ ||http://masturbation22.com/d/ ||http://mat.chasedream.com^*.gif ||http://mat1.gtimg.com/2014/vikkydu/GA/haier @@ -10385,18 +10750,20 @@ ||http://mbd.baidu.com^$domain=xiaoyun.com ||http://mcchou.com/wp-content/themes/begin/js/mcchou.js ||http://mcncc.com/yeyou/*.htm +||http://me680.com/js/*.js ||http://medsci.cn/aimgs/$script ||http://medsci.cn/images/wyg.jpg -||http://megalife.com.hk^$domain=hkgolden.com ||http://meiju8.cc/js/jquery.p.min.js ||http://meiju8.cc/js/m_ban_ ||http://meiju8.cc/js/pv ||http://meiju8.cc/js/tpcode.js ||http://meijub.com/a/youxiajiao ||http://meijub.com/js/a/ +||http://meijuck.com/js/dfw.js ||http://meijumi.vip/wp-content/plugins/dreamgrow-scroll-triggered-box/ ||http://meijutt.com/xieziAD.jpg ||http://meijuxz.com/template/ZQ/ +||http://meipian.me^*/api_ad/ ||http://meipuw.com/style/ad ||http://meishichina.com/v3/ ||http://meitu.com/js/floatxiuxiu.js @@ -10404,6 +10771,7 @@ ||http://meituan.com/xiuxianyule/api/getRecommendList? ||http://meitui.org^*.js ||http://meitulu.com/css/*showgg.js +||http://meiyee.cc/js/tj.js ||http://meiyouad.com/static/pc/img/111.gif ||http://meiyouad.com/user/admin? ||http://meizhou.cn/comm/mygg/ @@ -10422,25 +10790,30 @@ ||http://mikanani.me/images/upupoo ||http://mil.news.sina.com.cn/iframe/109/2012/1024/photo.html ||http://mil.news.sina.com.cn/iframe/109/2013/1015/hotpic.html +||http://milimili.tv/js/loadjs/jquery +||http://milimili.tv/template/JOELEO/*.js ||http://mima.club/tuijian/speedtest/ -||http://mingyg.cn/data/attachment/freeaddon_banner/ ||http://mini.hao123.com^ ||http://minixiazai.com/others/all_soft.js ||http://minixiazai.com/statics/js/soft/index.js ||http://miniye.xjts.cn^ ||http://mipcdn.com/i/s/https://i.loli.net/$domain=hcomic.in -||http://mipcdn.com^*/mip-*ad +||http://mipcdn.com^*/mip-*ad- ||http://mipengine.baidu.com/common? +||http://mir300.com/88a/ ||http://missevan.com^$domain=jijidown.com ||http://missyuan.com/sy/ ||http://mitbbs.ca/ad_ ||http://mitbbs.com/ad_ ||http://miwifi.com^*ads/ +||http://mkd88.cc/16.32.jpg ||http://mm111.net/api.php?mod=ad& ||http://mm387.com/images/*.gif ||http://mm7920.com:8888/upload/*.gif +||http://mmonly.cc/js/mmonlyAPP.js ||http://mmsao.me/lianmeng/ ||http://mmtalk.net/images/banner +||http://mnrrk.com/yuhe/ote/js/pcgg.js ||http://mobile.sina.cn/public/files/image/600x150_ ||http://mobile.sina.cn/public/files/image/620x300_ ||http://moe-acg.cc/ads.js @@ -10475,11 +10848,11 @@ ||http://mp4ba.com^*/js/head.js ||http://mp4ba.net/static/js/mp4ba.js ||http://mp999.net/wp-content/uploads/*zgg +||http://mphj.com^*Runtime/Js/ ||http://mql5.com/rq? +||http://msdn.hk/templets/msdn/*/gg.js ||http://msdn.hk/templets/msdn/css/index.js ||http://msdn.hk/templets/msdn/css/msdng.js -||http://msdn.hk/templets/msdn/js/gg.js -||http://mshow.fang.com/s?z= ||http://msstatic.com/huya/main/img/mc-recom_ ||http://msstatic.com/huya/main3/widget/roomGgChat/ ||http://msstatic.com/huya/main3/widget/roomGgTop/ @@ -10489,15 +10862,18 @@ ||http://muimg.com^$domain=lsjsoso.me ||http://muyuge.com/fw.html/ ||http://muzisoft.com/static/*_f.js +||http://mvcat.com/wx/follow.js ||http://mvxz.com/bar3.js ||http://mvxz.com/boximg/ ||http://mvxz.com/img/ ||http://mw6.me/images/*.gif ||http://mwrf.net/images/js/*mrf.js ||http://mwrf.net/images/mrf/ +||http://mxzmz.com/js/ ||http://my0511.com/*/ad_ ||http://my0538.com^*/thumb_1000_70_ ||http://my0832.com/xyz/xx/ +||http://my4700.com/js/*.js ||http://myad.toocle.com^ ||http://mybjx.net/theme/default/js/common/bjx_service_ ||http://mybjx.net/theme/default/js/common/duilianchn.js @@ -10505,6 +10881,7 @@ ||http://mycodes.net/js/hf_txt.js ||http://mydrivers.com/2018/ad/ ||http://mydrivers.com/2018/drivers/yjgg +||http://mydrivers.com/2018/news/ad ||http://mydrivers.com/images/*_1100_90. ||http://mydrivers.com/images/hongbao ||http://mydrivers.com/m/apptuijian. @@ -10513,6 +10890,8 @@ ||http://mydrivers.com/news/2018/contentfoot.png ||http://mydrivers.com/news/2018/wangluodianshi.gif ||http://mydrivers.com/www/gg_ +||http://mydrivers.com^*/hb/m_tm +||http://mydrivers.com^*/kkj_db_ ||http://mygeek.cn/pic_$domain=dapenti.com ||http://myhack58.com/Articleacb0 ||http://myhack58.com^*0$script @@ -10520,6 +10899,7 @@ ||http://myjianzhu.com/file/upload/201806/12/192806811.gif ||http://mysteelcdn.com/gg/ ||http://myweb.hinet.net/menu.htm +||http://myyan.org/js/qz.js ||http://mzhhdn.com/hongbao.jpg ||http://mzyz.com/image*/tj/ ||http://n2.hk/apps/car_feed/tb/*/banner.html @@ -10534,6 +10914,7 @@ ||http://nbegame.com/nbeos/nbegg.html ||http://nbyayu.cn/player.swf ||http://ncdiy.com/webindex/300-250AD.swf +||http://ncservice.xyz/getAdvs ||http://nczsks.com/SCWB/WebResource.axd ||http://nen.com.cn/eap/ ||http://nen.com.cn/service/js/beitou @@ -10544,7 +10925,6 @@ ||http://newasp.net/apps/misc.php?action=advert& ||http://newasp.net/misc/js/foot_ ||http://news.cn/2018/images/2018rbqj_ -||http://news.hz66.com/IAA/201111/ ||http://news.sina.com.cn/js/792/*head*.js ||http://news.sina.com.cn/pfpnews/js/libweb.js$domain=~www.sina.com.cn ||http://news.sina.com.tw/js/ti.js @@ -10553,18 +10933,24 @@ ||http://newsmth.net/nForum/files/adv/ ||http://newsmth.net/nForum/googlead/ ||http://newsres.cn/temp/tempad +||http://newume.com/v1/data/ume- ||http://newyx.net/j/down_yd.js ||http://newyx.newyx.net/j/ ||http://nex.163.com/q? +||http://nfmovies.com/pic/tu/a191124001.$rewrite=abp-resource:1x1-transparent-gif,~third-party +||http://nfmovies.com/pic/tu/a191124002. +||http://nfmovies.com/pic/tu/a191124003. +||http://nfmovies.com/pic/tu/a191124004. +||http://nfmovies.com/pic/tu/ad +||http://nfydd.com/template/wap1/js/dd.js ||http://nihaovcd.com/js/neirong ||http://ningmengzhibo.com/ement/beforeSearchEment.action ||http://nirentang.com^ ||http://niu20.com/g/ ||http://niubixxx.com/seo/ ||http://njdaily.cn/templates/njdaily2014/widget/njdaily-slideAds -||http://njxzwh.com/downza/pc/v2017/images/downAD -||http://nlark.com/yuque/0/2019/jpeg/124897/1559321053265-assets/web-upload/c81b86b3-3fdd-4722-8e1c-834abc015442.jpeg ||http://nlark.com^$domain=qfg34.com +||http://nmgk.com/Runtime/Js/ ||http://nmgnews.com.cn/other/003/000/*.swf ||http://no1.168abc.net/upload/ ||http://nownews.com/assets/js/setAds.js @@ -10573,14 +10959,15 @@ ||http://nvsheng.com/js/gg.js ||http://nxing.cn/uploads/uploads/*-size1220x ||http://nyaa.fun/static/js/costcheck +||http://nychinaren.com/houbei/ ||http://nyg*.com/inc/poster.php ||http://nz04com.com/aabdd/ -||http://o80wi1ajq.bkt.clouddn.com^ ||http://oa.hinews.cn/work/img/ -||http://oebais8m0.qnssl.com/media/img/edu250-200.jpg +||http://oeya.com^$domain=myptt.cc ||http://ofweek.com/img/proimage/2017/osl ||http://ofweek.com/pop/ad/ ||http://ok.432kkk.com^ +||http://okbmf.com/imgad/ ||http://okbmf.com^*950_120 ||http://okooo.com/I/?method=system.data.ad& ||http://oldpig.org/live.html @@ -10592,6 +10979,7 @@ ||http://onedala.tv/uploads/banner/ ||http://onegreen.net/MyFile/ ||http://oneinstack.com/images/oneinstack- +||http://onemanhua.com/js/dynamicjs.js ||http://onemanhua.com/js/xvideo.js ||http://onetvb.com/assets/javascripts/ ||http://onlinedown.net/Public/img/bomAD.jpg @@ -10609,27 +10997,32 @@ ||http://orzx.im/Document/union/ ||http://orzx.im/images/downloader.jpg ||http://orzx.im/js/*pop -||http://oscaches.com/dj.js ||http://oschina.net/promotion/ ||http://oschina.net/uploads/ad/ ||http://oschina.net/uploads/cooperation/ -||http://ouliu.net/i/*.gif$domain=dygc.org +||http://oss-ap-southeast-1.aliyuncs.com/js/copy.js ||http://ouo.us/nyad/ ||http://ousns.net/daohang/ ||http://oxxvideos.xyz/static/tmp/ ||http://oyksoft.com/assets/images/*.gif ||http://oyksoft.com/show/b. -||http://p.37youyou.com/*.jpg ||http://p.7060.la^ ||http://p.kugou.com/?id= ||http://p.zol-img.com.cn^ ||http://p.zol.com.cn/download/detail.js +||http://p2peye.com/ajax.php?mod=ad& +||http://p2peye.com/ajax.php?mod=advertisement& ||http://p4p.sina.com.cn^ +||http://p4vip.com/f*.js +||http://p4vip.com/z*.js +||http://p4vip.com^*.html$subdocument ||http://p8u.hinet.net^ ||http://pan66.com/popup/ ||http://panc.cc/uploads/hongbao.png ||http://panda.kdnet.net^ ||http://panjin.net/ichat2/adhtml.htm +||http://panmeme.com/pc/common.js +||http://panmeme.com/pc/youxiajiao.js ||http://panpan.org/js/google ||http://panpan.org/other/ ||http://panpan.org/plus/img/ @@ -10661,6 +11054,7 @@ ||http://pcstore.com.tw/adm/psearch_payad_ ||http://pcstore.com.tw/css/myacc_init.js ||http://pctowap.com/dowap2/mobile/*.js +||http://pcvideoyf.titan.mgtv.com/pb/*.mp4 ||http://pdfbook.cn/wp-content/uploads/2017/11/049.jpg ||http://pekingpk10.com^ ||http://penglai.com.cn/UploadFile/image/*.gif @@ -10676,18 +11070,19 @@ ||http://pgzhibo.com/uploads/image/20*.gif ||http://pharmnet.com.cn/cnbanner/ ||http://pharmnet.com.cn/js/float_div.js +||http://phbkm.com/js/ ||http://photofans.cn*/banner/ ||http://php1.cn/uploads/huayun.jpg ||http://phpad.cqnews.net^ +||http://phpernote.com/ali +||http://pianba.tv/api/new_ ||http://piaodown.com/other/*.js -||http://piaohua.com/js/wlfloat.js ||http://piaohua.com/js/yzz/$script ||http://piaoliang.com/js/all.js ||http://piaoliang.com/js/gg.js ||http://piaotian.com/scripts/read/style ||http://pic.0597kk.com^ ||http://pic.959.cn/media/js/ -||http://pic.ea3w.com^ ||http://pic.fengniao.com^ ||http://pic.gongkong.com/UploadPic/gongkong/ ||http://pic.jd-bbs.com^*.swf @@ -10723,18 +11118,16 @@ ||http://playtv.com.cn/Pictuer/ ||http://plures.net/prod/player/live_page_adv ||http://pmb*.tj.ali213.net/js/ +||http://pniao99.com/statics/js/stat.js ||http://poco.cn/v1_1/rank/get_floating_layer_ad ||http://poco.cn^*_info_banner ||http://popads.net^$domain=nodkey.xyz -||http://popomh.com/js/ ||http://porn87.com/static/stream_ads/ ||http://poster.weather.com.cn^ ||http://potplayer.org/sc/ ||http://poxiao.com/template/default/images/12345.js ||http://ppshk.com^*banner/ ||http://ppsj.com.cn/images/ppsj300.gif -||http://ppsj.com.cn/images/usa_250_120.gif -||http://ppsj.com.cn/ppsj728.gif ||http://pptv.com/game/aplus/client/gamedetail.html ||http://prettyvirgin.com/images/banners/ ||http://prettyvirgin.com/js/show.html @@ -10743,10 +11136,13 @@ ||http://price.com.hk/scripts/ysm.js ||http://price.com.hk^$domain=discuss.com.hk ||http://pro.iweihai.cn^ +||http://proewildfire.cn/fd.js ||http://programmer-club.com.tw/images/uuu/ ||http://property.hk/js/adside.js +||http://ps110.ru/js/*.js ||http://ps123.net/MyFile/ ||http://ps557.com/link/ +||http://ps886.us/js/*.js ||http://pstv.tv/pstv.jpg ||http://psyzg.com/Public/Home/images/tuhe_240_236.gif ||http://pt80.net/source/plugin/fysq_ad/ @@ -10762,6 +11158,7 @@ ||http://putonghua520.com/skins/10ym/baicai.gif ||http://puudeng.com.tw^$subdocument ||http://pv.sohu.com^$domain=ttzmz.vip +||http://pv966.us/js/tw.js ||http://pw321.com/bulu/ ||http://pw321.com^*.gif ||http://pythontab.com/statics/images/*abc @@ -10771,27 +11168,29 @@ ||http://pythontab.com/statics/images/*show ||http://pythontab.com/statics/images/goodad/ ||http://pythontab.com/statics/images/yigegg/ -||http://qchubxx.com/static/js/edfunc.js -||http://qconbeijing.com/js/infoqcn.js +||http://q38.xyz/images/ +||http://qayqa.com:6868/jquery/ +||http://qcmlw.com/js/service.js ||http://qcvf.ifeng.com^ -||http://qd.dhzw.org^ -||http://qd.js.sanjiangge.com^ ||http://qd.wanjuanba.com^ ||http://qd.x4399.com^ ||http://qdaily.com/mount_details/pc/ ||http://qdjimo.com/html/js/ -||http://qdosm.cn/images/*.gif ||http://qdross.com/vip/ ||http://qhdlz.net/ssyyss/m.js +||http://qhdlz.net/uploads/glxs/980x120.jpg ||http://qhf168.com/data/attachment/portal/ +||http://qhimg.com/ssl/20212c7594890e1c.js ||http://qhimg.com/static/*/common/seed.js +||http://qhimg.com^$domain=1024li.com|mir300.com +||http://qhmsg.com^$domain=1024li.com ||http://qhnews.com/tupian/ ||http://qhres.com/static/*/common/seed.js ||http://qhres.com/static/4b6ab193405b6ca3.js ||http://qhres.com^*/baidu_ +||http://qiaini.com/js/1mimi.js ||http://qianjia.com/HotImages/2017/11/img20171109122716999.jpg ||http://qianzhan123.com/jsgg/ -||http://qicheyinyue.wang/wp-content/themes/RedSOHO/images/hongbao. ||http://qihoo.com/hot/text.html?site= ||http://qiming360.com/mingJs/xmKu_ ||http://qimm.org/Uploads/ad/ @@ -10801,7 +11200,7 @@ ||http://qingkai.com/gg_img/ ||http://qingkan520.com/file/script/ ||http://qingkong.net/skin/htcs/images/980.jpg -||http://qiqi321.com/jquery/ +||http://qitete.com/mid/ ||http://qiuw.com/static/xin-ad.js ||http://qiuyi.cn/Baojian/ ||http://qixingquan.com/api.php?mod=ad&adid= @@ -10837,8 +11236,8 @@ ||http://qnsb.com/news/index.php?m=poster& ||http://qnvod.net/qna/ ||http://qpgyy.com/add01.html -||http://qpic.cn/fans_admin/0/3_1379495610_1557565080852/0 ||http://qpic.cn/mblogpic/47a05e3dca9d6bc9e20e/2000 +||http://qpic.cn/qq_public/$domain=xgan.cn ||http://qpic.ws/images/pk*.gif ||http://qq24h.com^$domain=bejson.com ||http://qq260.com/shout.js @@ -10849,20 +11248,25 @@ ||http://qqfby.com^*ad ||http://qqjia.com/dan.js ||http://qqjia.com/images/ad +||http://qqk19.com/data/content ||http://qqread.com/*js/$script ||http://qqread.com/swf/ ||http://qqtn.com/js/*0.js ||http://qqtn.com/js/downinfo- ||http://qqtn.com/js/html/down_ ||http://qqtn.com/skin/know/ +||http://qqxiazai.com/index.*adver& ||http://qqyy.com/js/commAdv ||http://qqyy.com/js/public_end_add.js ||http://qsptv.com/tpl/newstyle/js/extension.js ||http://qt.biqugezw.com^ ||http://quanmin.tv/static/pages/adranktit.html +||http://qunale888.com/files/h5/ ||http://qunar.com/render/*Advertisement.jsp? ||http://qunar.com/vata?chan= ||http://qunar.com/vataframe/b.html? +||http://qunlove.com^*.gif +||http://qunlove.com^*.gif$domain=ixinshijue.com ||http://qwertyuiopa.co/qun/top.js ||http://qyule.fun/v-content/ ||http://qz828.com/css/2010/script/*ad @@ -10901,11 +11305,14 @@ ||http://rfidworld.com.cn/js/RFID.js ||http://rfidworld.com.cn/js/RFIDExec.js ||http://rfidworld.com.cn/Notice/Home +||http://riaway.com/statics/idea.jpg ||http://rigengjihua.cn/banner/ ||http://right.com.cn/forum/static/image/common/logo*.gif ||http://right.com.cn/logo/*.gif ||http://right.com.cn/logo/yyb.png ||http://riju.com/pr/$domain=jpfans.com|jpseek.com +||http://rijutv.com/statics/alljs/rijutvapp. +||http://rijutv.com/statics/alljs/rijutvpc.js ||http://rijutv.com/statics/js/tb.js ||http://rijutv.com/uploadfile/8c96dc2f564c1b56.png ||http://rising.cn/js/haoAdData.js @@ -10917,6 +11324,10 @@ ||http://rjzxw.com/include/ ||http://rkanr.com/data/cpcache/cp*.js ||http://rm.sina.com.cn^$domain=~sea.sina.com.cn +||http://rm66.me/ri.js +||http://rm66.me/tpl/js/i.js +||http://rm66.me/tpl/js/t.js +||http://rryy99.com/statics/js/stat.js ||http://rsccs.com/code/ ||http://rsdown.cn/static/new0613/down.js ||http://rsdown.cn/static/t/ @@ -10928,6 +11339,7 @@ ||http://ruguoapp.com^$domain=aixiaoju.com ||http://ruian.com/img/2016/a1-6-1.gif ||http://ruian.com/img/y13/ +||http://ruishungp.com/assetscms2019/js/get_content.js ||http://ruiwen.com/js/a/p.js ||http://runmang.vip/img/ ||http://runsky.com/bbsadv- @@ -10950,10 +11362,13 @@ ||http://s1.pplive.cn/sta.js ||http://s8bbs.com/ad/ ||http://s8bbs.com/g.php? +||http://sa.sina.cn^ ||http://sam*.baby-kingdom.com^ ||http://same*.stockstar.com^ ||http://same.chinadaily.com.cn^ ||http://same.eastmoney.com^ +||http://sansrl.cn/mir300/attachment/portal/ +||http://sass.hk/images/hengfu.jpg ||http://sass.hk/js/ggcn.js ||http://sass.hk/plus/mytag_js.php?aid= ||http://sax*.sina. @@ -11012,8 +11427,9 @@ ||http://shfq.com/data/attachment/portal/ ||http://shhgg.in/js/shangjia ||http://shhgg.in/shlf1314/ +||http://shicimingju.com/scmjddd/ ||http://shihuo.cn/alibtn_ -||http://shimo.im/api/ads? +||http://shimo.im^*/ads? ||http://shiyanlou.com/img/shiyanlou- ||http://shoudian.org/diantong/laoma ||http://shouji.com.cn/static/v2/images/sj_banner_ @@ -11047,42 +11463,36 @@ ||http://sina.com/rm/ ||http://sinaimg.cn/finance/zwy/sidead_ ||http://sinaimg.cn/jslib/kuozhanad.js -||http://sinaimg.cn/large/$domain=360-bo.com|btshoufa.com|btshoufa.net|chakd.com|seehd.so|xclient.info +||http://sinaimg.cn/large/$domain=360-bo.com|chakd.com|seehd.so|xclient.info ||http://sinaimg.cn/large/*.gif$domain=mp4ba.la|vip-free.com -||http://sinaimg.cn/large/005BYqpggy1g3m368q4ucj30xc03cwf2.jpg ||http://sinaimg.cn/large/005EuLLtgw1eji5kzbgvlg30r801ogpy.gif -||http://sinaimg.cn/large/0060lm7Tly1g3a6izuyo6j30qk01xt93.jpg -||http://sinaimg.cn/large/0060lm7Tly1g3dc0ae1b8j30d50foaax.jpg ||http://sinaimg.cn/large/006CZIQPgy1fbziwpw0b8g306y06yq7w.gif ||http://sinaimg.cn/large/006CZIQPgy1fbzjg10emag30ka02in2s.gif ||http://sinaimg.cn/large/006CZIQPgy1fh2jcc14tog30l402iahm.gif ||http://sinaimg.cn/large/006CZIQPgy1fsc8y98k8mg30jg01odi6.gif -||http://sinaimg.cn/large/006UijYYgy1fjcaf2sjbqj30sc09q49o.jpg ||http://sinaimg.cn/large/006ZdrOOgy1flbruaukyxg30l401o444.gif ||http://sinaimg.cn/large/006ZdrOOgy1flbrubi93eg30m801oaff.gif ||http://sinaimg.cn/large/006ZdrOOgy1flbrum925hg30pu01o0z0.gif ||http://sinaimg.cn/large/006ZdrOOly1fld3ezu0n2g304g0godo9.gif ||http://sinaimg.cn/large/007cYCbaly1ftdqurgyj4g30hs02iaaq.gif ||http://sinaimg.cn/large/007hXlMJgy1fuyt7uoe5lg30l401o444.gif +||http://sinaimg.cn/large/007X8olVly1g8cwhgh1img30qo02igm2.gif ||http://sinaimg.cn/large/5431d036ly1fh6gmu6gxmg20tg02i3yr.gif ||http://sinaimg.cn/large/5431d036ly1fhxbxz31nkj20tg02ignm.jpg -||http://sinaimg.cn/large/673b17ccly1ffu8mb9g4zj20k8020whe -||http://sinaimg.cn/large/692843begy1fy539f881bj20qo028abm.jpg +||http://sinaimg.cn/large/6f8a2832gy1g7qyw7suqjj21400p0ake.jpg ||http://sinaimg.cn/large/8c8bd65d$domain=loldk.com ||http://sinaimg.cn/large/df8f080agw1f47u58kr42j20dw0dwadl.jpg ||http://sinaimg.cn/large/e6b79078ly1fdwzlienvfg20uk01odg0.gif ||http://sinaimg.cn/mw1024/006NYgrsgy1ffahk0lf8og30i204677m.gif -||http://sinaimg.cn/mw1024/006VdIwfgy1fiqkkhowdzg30qo02876g.gif ||http://sinaimg.cn/mw690/005th0Pegy1fmd666rsh2j30go05kn14.jpg ||http://sinaimg.cn/mw690/0060lm7Tly1fwa4j35tfpj30fr0nodg9.jpg -||http://sinaimg.cn/mw690/7d1c8e96gw1e6f70r8mwcj20qe082q40.jpg -||http://sinaimg.cn/mw690/83e2e207gy1ft97e1fenkj20fr0no40e.jpg ||http://sinaimg.cn/mw690/a1916e89gw1dye4d6qvyaj.jpg ||http://sinaimg.cn/mw690/a1916e89gw1dye4d74zmij.jpg ||http://sinaimg.cn/unipro/ -||http://sinaimg.cn^$domain=04stream.tv|11luba.com|11papapa.com|12580sky.com|18board.com|18p2p.com|22ccaa.com|360bifen.com|46bk.com|500xxxx.com|522dy.com|63ef.com|678pan.vip|7mav2.com|7mshipin.org|94xxmm.com|999hdhd.com|99a21.com|9dog.pw|a3v4.top|abminbuy.com|acglover.me|aotu101.com|aotu103.com|bejson.com|blz105.com|blz20.com|blz24.com|btjia.cc|caibaojian.com|cangjige.net|cangjige.win|caoliuzx.com|ccxx99.com|cgfdjz.net|cnmysoft.com|dayanzai.me|dxg06.com|e-learn.cn|ems183.cn|fdzone.org|fulitxx.com|goodzhibo.com|ifulidh.in|ilxdh.com|izzs.cc|jiecao123.com|kccdk.com|kiees.cn|kisssub.org|landiannews.com|lifan.moe|llj22.com|neonan.com|niluba.cc|pianyuan.net|rarbt.cc|sbme.me|se533.com|subku.net|supfree.net|thztv.cc|tiantianzhibo.com|tiyulive.cn|txtshu365.com|viidii.info|vx666.com|wszhibo.com|yaoshe1.com|zhibo8.xyz|zimuku.cn|zimuku.la +||http://sinaimg.cn^$domain=04stream.tv|11luba.com|11papapa.com|12580sky.com|18board.com|18p2p.com|22ccaa.com|360bifen.com|46bk.com|500xxxx.com|522dy.com|63ef.com|678pan.vip|7mav2.com|7mshipin.org|94xxmm.com|999hdhd.com|99a21.com|9dog.pw|a3v4.top|abminbuy.com|acglover.me|aotu101.com|aotu103.com|bejson.com|blz105.com|blz20.com|blz24.com|caibaojian.com|cangjige.net|cangjige.win|caoliuzx.com|ccxx99.com|cgfdjz.net|cnmysoft.com|dxg06.com|ems183.cn|fdzone.org|fulitxx.com|goodzhibo.com|ifulidh.in|izzs.cc|jiecao123.com|kccdk.com|kiees.cn|kisssub.org|landiannews.com|lifan.moe|llj22.com|mahuazy.net|neonan.com|niluba.cc|pianyuan.net|rarbt.cc|sbme.me|se533.com|subku.net|supfree.net|thztv.cc|tiantianzhibo.com|tiyulive.cn|txtshu365.com|viidii.info|vx666.com|wszhibo.com|yaoshe1.com|zhibo8.xyz|zimuku.cn|zimuku.la ||http://sinaimg.cn^*/deco/$script ||http://sinaimg.cn^*_wap_ad_ +||http://sinaimg.com^$domain=dayanzai.me ||http://sinajs.cn/t4/apps/publicity/static/wbad.js ||http://sinajs.cn/t6/home/js/pl/guide/adforfqy/ ||http://sinajs.cn/t6/home/js/pl/guide/bigday/ @@ -11129,8 +11539,10 @@ ||http://sogou.com/wap_ask_service? ||http://sogoucdn.com/dhfe/ ||http://sogoucdn.com/imgu/*.swf +||http://sogoucdn.com/nstatic/js/showtime.js ||http://sogoucdn.com/nstatic/js/tmallskin_ ||http://sogoucdn.com/wap/js/ +||http://sogoucdn.com/wapsearch/static/js/videoAppro. ||http://sohu.com.cn/ppp/bms/bms.popup. ||http://sohu.com/adgtr/ ||http://sohu.com/api/labs/hotnews/c/load? @@ -11138,6 +11550,7 @@ ||http://sohu.com/api/photo/photo_bottom.json ||http://sohu.com/interaction/get/ ||http://sohucs.com^$domain=renrenfabu.com +||http://somanhua.com/smh/ ||http://sonimei.cn/images/gg.png ||http://sonimei.cn/images/llq.png ||http://sonimei.cn/qipai.jpg @@ -11146,6 +11559,7 @@ ||http://sooopu.com/js/contentad330.js ||http://sootoo.com/son_media/msg/2010/11/16/30324.jpg ||http://sopan.me/images/1.gif +||http://soshuw.com/ui/bootstrap/base_ ||http://soufunimg.com/imgd/viewimage/*/640x210 ||http://souid.com/images/css/123.js ||http://souid.com/templets/js/sougg.js @@ -11153,6 +11567,7 @@ ||http://southmoney.com/page/pc/ ||http://southmoney.com/page/top ||http://southmoney.com^*/Inc/ +||http://soxs.cc/npm/vue. ||http://sozi.cn/images/tj/downad ||http://sozi.cn/images/tj/hukead.gif ||http://sozi.cn/templets/sozi/js/js.js @@ -11162,6 +11577,7 @@ ||http://sportsyeah.hk/wp-content/uploads/XfwppqROyThU/qQTuYinCrndr.js ||http://spqi.xyz/static/tmp/ ||http://srzc.com/images/*.swf +||http://ss9874.com/img/91_ ||http://ssgg.chazidian.com^ ||http://ssnn.net^*-200-250.jpg ||http://ssp.hinet.net^ @@ -11170,6 +11586,9 @@ ||http://sspai.com/attachment/sponsor/ ||http://sss.sege.xxx^ ||http://sssvd.china.com^ +||http://ssyy121.com/js/bo +||http://ssyy121.com/js/di +||http://ssyy121.com/js/tonglan.js ||http://ssyy881.com/zz/ ||http://stackpathdns.com/imgs/wondershareAd ||http://starbaby.cc/201608/36/f526d86de292e4.jpg @@ -11193,23 +11612,28 @@ ||http://strip.taobaocdn.com/tfscom/$subdocument ||http://stulip.org/static/js/header.js ||http://su.bdimg.com/static/dspui/js/ -||http://subhd.com/images/970 -||http://subhd.com/images/ap/ ||http://sudupan.com^*.gif ||http://sufile.com/jsa/ ||http://suibi8.com/aa1.gif ||http://suibianlu.com/zb_users/theme/tx_fzy/script/zhao.js -||http://sumo.com/api/load/ +||http://suiyishop.cn/zhuangxiu_ +||http://suning.cn/uimg/cms/img/156758599903524618.jpg +||http://suning.cn^$domain=qianggou5.com ||http://suning.com/cpc/getCpcSearchDatasRev? ||http://suning.com/getCpcDatas? ||http://super.cat898.com^ ||http://super.kdnet.net^ ||http://supfree.net/england/ +||http://supfree.net/poland/mobile.js +||http://supfree.net/stat ||http://supfree.net/top.gif ||http://supfree.net/xxx/ +||http://supfree.net^$xmlhttprequest ||http://suv.cn/data/js/64.js ||http://suv.cn/data/js/86.js +||http://sxeimg.com/u/20191108/13082210.gif ||http://synacast.com^ +||http://syseen.com/content/uploadfile/*/hongbao.png ||http://szfcol.com/images/wxright240.jpg ||http://szfcol.com/js/siteAd.js ||http://szhk.com/565.jpg @@ -11222,6 +11646,7 @@ ||http://szonline.net/zhongyuan ||http://szyepu8.com/data/AADDimg/ ||http://t.cn/RkHfjHk| +||http://t.cn^$domain=28kys.com|92kvip.com ||http://t57.cn/cert.php ||http://taboola.com^$domain=sinovision.net ||http://taijuba.com/js/*_ @@ -11233,9 +11658,11 @@ ||http://talkfx.net/showTKImg? ||http://taobaocdn.com^$image,domain=cnblogs.com ||http://taoguba.com.cn/js/tgbduilian +||http://taoguba.com.cn/res/js/tgbgg/ ||http://taoguba.com.cn/res/libs/tgbxc.js ||http://taosq.net/public/250x250.jpg ||http://taoyizhu.com/images/guanggao2/ +||http://taoziba.com/a*.js ||http://taporn.com/d/ ||http://tbcdn.cn/mm/tanxssp-custom/sina_ ||http://tbtdg.com/img/2018s11.jpg @@ -11252,8 +11679,8 @@ ||http://texnet.com.cn/images/cnbanner/ ||http://tf.360.cn^ ||http://tfg2.com/images/upfile/AD/ +||http://thcdy.co/baidu2/ ||http://theporn.xyz/static/tmp/ -||http://third-bucket.oss-cn-shenzhen.aliyuncs.com/ad/ ||http://thisav.com/0*.js ||http://thisav.com/index.js ||http://thisav.com/nb/ @@ -11315,6 +11742,7 @@ ||http://tom*.com/js/advment.js ||http://tom.com/*TomFlashAd ||http://tom.com/adsender/ +||http://tonghuacun.com/js/uc.js ||http://tonnn.com/promotion2/*.js ||http://toolfk.com/common/cp.js ||http://toolfk.com/tools/images/vps/ @@ -11326,7 +11754,7 @@ ||http://totheglory.im/pic/picad/ ||http://totheglory.im/pic/ttg- ||http://totheglory.im/pic/ttg_ -||http://tp-shop.cn/Public/images/830-80- +||http://touimg.com^$domain=dyzd1.com ||http://tp.sgcn.com^ ||http://tq121.com.cn/j/ad/ ||http://trafficjam.cn^$third-party @@ -11341,28 +11769,28 @@ ||http://tt27.com/js/jsg/ ||http://ttavav6.com/zz/ ||http://ttkyy.net/uploads/allimg/201710/1a13f1cdc0917406.jpg -||http://ttll.cc/js/ttll/ +||http://ttmgy.com/jstmp/as.js ||http://ttrar.com/live/ ||http://ttx.cn/js/float.js ||http://ttyavav.com/kanshenmekan/ ||http://ttyavav.com/qian/ ||http://tuan.cs090.com/gettuan.php? ||http://tudouui.com/tspecial/assets/PauseContainer.swf -||http://tudown.com/script/subhd.js ||http://tui.gtimg.com//res/ -||http://tui22.com/b/ -||http://tui22.com/cc/ ||http://tuicool.com/images/upload/aliyun ||http://tumb8r.com/zb_users/upload/20*.gif ||http://tupian55.com^*.gif -||http://turnpage.com/image/product/common/appcgn.png +||http://tuwan.com/events/courseiframe? ||http://tuwan.com/myad/ +||http://tuwandata.com/uploads/1907/17/731-1ZGG ||http://tuyiyi.com/images/zone/201706/1-1F62G232310-L.png ||http://tuzz.cn/AD_ ||http://tv1box.com/Runtime/Js/ ||http://tv432.com/templets/gg.js ||http://tv699.com/AllTemplet/js/ ||http://tv699.com/Templet699/js/ +||http://tv887.com/js/pingbi.js +||http://tvbwind.com/Public/90tvb/js/tvbwind.js ||http://tvmao.com/images/style/yx500x160.gif ||http://tvyan.com/images/jscss/tv- ||http://tw.beanfun.com/bfweb/NEW/commonlogin @@ -11414,18 +11842,19 @@ ||http://uooyoo.com/hz/*str.js ||http://up.hiao.com^ ||http://up.qingdaonews.com/up/$object,script -||http://upaiyun.com/newimg88/2017/11/yideng ||http://upaiyun.com/system/post_tile/new_web_banners/ ||http://upan.cc/images/pay/ ||http://upantool.com/a/ ||http://upload.cc/i/*.gif$domain=natgeomedia.com -||http://upload.cc^$domain=141jj.com +||http://upload.cc^$domain=141jj.com|mizhiav.com ||http://upload.jjxw.cn^*.swf ||http://uploadhouse.com^*.gif$domain=wishct.com ||http://uploads.duapp.com^$domain=52vip.net ||http://usnewsexpress.com/wp-content/uploads/*ad- +||http://usxpic.com/bit2019/upload/image/20191125/11251039541.gif +||http://usxpic.com/bit2019/upload/image/20191125/11251039542.gif ||http://usxpic.com/btimg/upload/image/20181018/101806323369.png -||http://uu114.cn/static/*/ad.js +||http://uugtv.com/x/app/videoSpread? ||http://uulucky.com/show- ||http://uumtu.com/js/lqbz.js ||http://uuu9.com/news/css/news_content_in.js @@ -11436,7 +11865,6 @@ ||http://uxxux.com/js/zd.js ||http://uzzf.com/skin/know/ ||http://v.beta.yinyuetai.com/swf/plugins_new.xml? -||http://v.huanqiu.com/tres/xml/vda.xml ||http://v4.cc/m/common.js ||http://v4dwkcv.com/html/click/ ||http://v8gay.com/apps/misc.php?action=advert& @@ -11455,6 +11883,7 @@ ||http://veryhuo.com/images/soft/js/download ||http://veryhuo.com/plus/js/ ||http://vgao.xyz/images/*.gif +||http://vgtime.com/game/cover/2019/11/28/191128172002163_u1477.jpg ||http://videojj.com/api/v1/adsTags? ||http://videojj.com/api/v1/plat_tags? ||http://videojj.com/flash/bin/vjj_config.xml @@ -11479,18 +11908,22 @@ ||http://voc.com.cn/adsClick/ ||http://voc.com.cn/Frame/qqms_cs.html ||http://voc.com.cn/js/xc/ -||http://vodtw.com/m- +||http://voc.com.cn/static/web/js/creattwo11.js +||http://vodxc.in/js/xccy/ +||http://vodxc.tv/js/xccy/ +||http://vpsmm.com/tu/ ||http://vsimg.com/jd.gif ||http://vuejs.org/images/geekbang ||http://vuetifyjs.com/supporters.json ||http://vupload.duowan.com^ +||http://vvvkp.com/template/ttk/img/ ||http://vx.com/api/ads? ||http://vzmz.com/template/paody/aaaa/*0 ||http://vzmz.com/template/paody/aaaa/357.js ||http://w010w.com.cn^$subdocument -||http://w3school.com.cn/i/kaikeba.gif -||http://w3school.com.cn/i/sp_header.gif -||http://w3school.com.cn/i/sp_sidebar.gif +||http://w3school.com.cn/ggk/ +||http://w3school.com.cn/sp/ +||http://w3school.com.cn/tg/ ||http://w51t.com^$subdocument ||http://wa.kuwo.cn/lyrics/img/kwgg/ ||http://wacowla.com/wp-content/plugins/popover/js/ @@ -11513,14 +11946,15 @@ ||http://wanyx.com/Public/js/cqby.swf ||http://wanyx.com/Public/js/qian.js ||http://wbzol.com/swf/352X76.swf +||http://wdjm.com.cn/index.php?m=poster& ||http://wdstatic.cn/tg/v2ex/ ||http://wdzj.com/wdzj/images/hezuo/ ||http://we560.com/js/*.js ||http://weathercn.com/m_mobile/ad_image/ ||http://web.900.la^ -||http://webfly.bid/images/bill960x90.gif ||http://webjx.com/zanzhushang/ ||http://webkaka.com*/click/$image +||http://webkaka.com/a/*-1100x50. ||http://webkaka.com/info/script/articleAd.js ||http://webkaka.com/script/cp.js ||http://wehefei.com/htmlphp/tmall/ @@ -11537,6 +11971,7 @@ ||http://wenkuxiazai.com^*reward ||http://wenxiu998.com/static/js/top.js ||http://west.cn/vcp/getJScode/ +||http://westca.com/server/ ||http://weste.net/js/showpagead.js ||http://wew.dushiwenxue.net^ ||http://whinfo.net.cn/ad20 @@ -11569,18 +12004,18 @@ ||http://wmzhe.com/pics/ae/d3/ ||http://wn789.com/wp-content/uploads/*/SugarHosts ||http://wo256.com/256_gg/*.gif +||http://wo318.com/sjdy/ ||http://woaidu.org/images/20180802/3.jpg ||http://wobuka2.com/js/ ||http://wokao.co/qq/qq.js -||http://woozooo.com/img/m*.js +||http://woozooo.com/img/*.js ||http://worldcup1.com^$domain=avcao.cc ||http://wowad.wow-classic.com^ ||http://woyaoq.com/201904100958_5cad4dbac9c5f.png -||http://wp.com/fbcinema.com/wp-content/uploads/20*?w=450 -||http://wp.com/fbcinema.com/wp-content/uploads/20*?w=640 ||http://wpjam.com/wpjam/banner/qiniu.png ||http://wples.com/pc/common.js ||http://wpwdf.com^ +||http://wrltxt.com/hello/ ||http://wstimes.cn/public/wstimes/js/*ad ||http://wstx.com/api.php?mod=ad& ||http://wudizuqiu.com/fy @@ -11593,14 +12028,18 @@ ||http://www.dmhy.org^*?$image ||http://www.ruanyifeng.com^$csp=script-src 'self' * 'sha256-0McqMM66/wAVZmxF6zXpjNsb1UMbTl4LXBXdhqPKxws=' ||http://www1.wi.to^*.gif +||http://wwwbaiducom.xyz/4/js4/ ||http://wwwcdn.kimiss.net/btn/ ||http://wx.sina.com.cn/iframe/pdps/ ||http://wxdown.net/images/*.gif ||http://wxrb.com/g/js/baidu.cbjs.m.js ||http://wxt999.net/template/*/images/g_js/ +||http://wyb128.com/js/pc/ ||http://wyh.tv/image/upload/ad/ ||http://wzbaohe.com/imgadnew/midad.js +||http://x-resource05.com/media_orange/server-img/*_1200_120. ||http://x3cn.com/data/attachment/portal/*.gif +||http://x6img.com^$domain=picturedata.org ||http://x7w7.com/js/float ||http://x81zw.com/hf.js ||http://xc.macd.cn^ @@ -11629,6 +12068,7 @@ ||http://xianliao.me/etoron/get? ||http://xianshuabao.com/ashx/pt.ashx?cmd=record&filter=&order=all& ||http://xianzhenyuan.cn/data/attachment/common/ +||http://xiaobi*.com/layer/layer.js ||http://xiaodutv.com/xda? ||http://xiaoma.com/images/form/getclueforxiaomazonghe.js ||http://xiaoma.com/images/form/overlay @@ -11637,6 +12077,7 @@ ||http://xiaopi.com/statics/new_js/15.js ||http://xiaopi.com/statics/skin_js/jquery.posrj.js ||http://xiaoz.me/wp-content/uploads/*_banner_ +||http://xiaoz.top/assets/imgurl.js ||http://xiazaiba.com/data/xzb_haha.js ||http://xiazaizhijia.com/w2/js/wxzzj.js ||http://xici.net/_img/ad.png @@ -11647,7 +12088,7 @@ ||http://xiexingcun.com/tongji.js ||http://xiexingcun.com/tyong.js ||http://xigua110.com/a/ -||http://xigua66.com/ps/aaa/ +||http://xigua15.net/runtime/ajs/ ||http://xilu.com/iframe/pagepic/ ||http://xilu.com/js/bd.js ||http://xilu.com/script/tag/2.0/func.js @@ -11667,8 +12108,10 @@ ||http://xinmin.cn/framepage/left1.htm ||http://xinmin.cn/framepage/top ||http://xinmin.cn/framepage/yqLink1.htm +||http://xinshijue6080.com/126.gif ||http://xinshijue6080.com/gg ||http://xinshijue6080.com/Runtime/js/ +||http://xinshijuecn.com/js/home/ ||http://xinwenren.com/index.php?m=poster& ||http://xinyi.com/Public/config/Couplet/Index39.js ||http://xinyi.com/Public/config/Couplet/Index40.js @@ -11689,6 +12132,7 @@ ||http://xlpu.cc/adv/ ||http://xmcimg.com/js/m.js ||http://xmfish.com/chanel/www/cpm.html +||http://xmrc.com.cn/net/info/html/ ||http://xng02.com/api.php?mod=ad& ||http://xnnews.com.cn/adgl/ ||http://xnnews.com.cn/Templets/image/zyyy.swf @@ -11708,7 +12152,8 @@ ||http://xueqiu.com/promotion/ ||http://xun9u.com/css/js/text_link.js ||http://xunleige.com/js/functionx.js -||http://xunyugong.com/wp-content/uploads/*.gif +||http://xunsu.cc/js/indexbottom.js +||http://xunyugong.xyz/sitejs/xunyugong.js ||http://xunzai.com/www/all_common.js ||http://xuzhi.net/index.php?m=poster& ||http://xuzhi.net/uploadfile/poster/960x50.jpg @@ -11737,7 +12182,6 @@ ||http://yahoo.com/gdsale/gdsale.asp$domain=beephone.com.tw ||http://yam.com/ad_yam/ ||http://yan007.com/js/sss/ad.js -||http://yangtianya.com/images/ ||http://yanjiao.com/zt/indexad/ ||http://yantuchina.com/Upload/Ad/ ||http://yanu.qiniudn.com/*x60. @@ -11749,8 +12193,8 @@ ||http://yaseok.com//static/src/images/loading.gif ||http://yaseok.com/uploads/20*.gif ||http://yatu.tv/m/images/*300_100 -||http://yaxi.net/hz/ ||http://ybbs.ca/index/js/advReplay_ +||http://yccz.net/xml/ ||http://ydss.cn/static/js/autoAd.js ||http://ydss.cn/test.www.jdpay.com ||http://ydstatic.com/fanxian/minisite/promotion/ @@ -11760,39 +12204,45 @@ ||http://yeeyi.com/bbs/api.php?mod=js&bid= ||http://yefu365.com/rebo/function.js ||http://yehaobo5.com/js/ +||http://yerecpa.cn/uploadsb/app_adv/ ||http://yes1.feng.com^$domain=feng.com ||http://yesky.com/monitorjs/imp- +||http://yesky.com/s?z= ||http://yeyou.com/2013/new/yeyou-float-window.js ||http://yg006.com/attachment/js/ ||http://yg006.com/attachment/xjdb.jpg ||http://ygdy8.com/jsy/ ||http://ygdy8.net/js1/ -||http://yhdm.tv/bar/yfyh.js +||http://yhdm.tv/bar/ ||http://yibo5.cn/img0 +||http://yigujin.cn/img/abc/ ||http://yigujin.cn/tp/abc/*yun +||http://yiichina.com/images/yisu- ||http://yikeyz.com/pm.js ||http://yimg.com/bf/homerun/ysm_ ||http://yimg.com/cv/ae/default/*_STATIC-JPEG_ ||http://yimg.com/cv/ae/tw/bwchou/728x210. ||http://yimg.com/cv/ae/tw/bwchou/bubble_ ||http://yimg.com/cv/api/hk/fp_czy_ad/ -||http://yimg.com/geminivideoads/ ||http://yimg.com/no/$domain=~yahoo.com ||http://yimuhe.com/n_ad/ ||http://yinduabc.com/res_base/*/makemoney/ ||http://yingshidaquan.cc/Templet/js/ +||http://yingshizxw.com/js/tc/ ||http://yinyuetai.com/others/admin/*_1200x100. ||http://yinyuetai.com/proment/get-play-medias?*&position=overlay ||http://yinyuetai.com/proment/get-play-medias?*&position=pauseroll ||http://yinyuetai.com/proment/get-play-medias?json=true&position=preroll ||http://yiqikanba.cn/wp-content/uploads/*.gif ||http://yiren34.com/js/ +||http://yitongkan.com/splash.xml$rewrite=abp-resource:blank-js,domain=yitongkan.com ||http://yivian.com/repo/ad/ ||http://yiwenbaida.com/images/pzz.gif ||http://yixiaoba.com/js/yxb_normal.js ||http://yixieshi.com/media/ ||http://yiybb.com/inc/ ||http://yjhas.net^$image +||http://yjsp5.com/pc_ ||http://yjyc-ask.com/res/ads/ ||http://ykimg.com/material/*/ad/ ||http://yktang8.com^*.gif @@ -11802,7 +12252,9 @@ ||http://ylnet.com.cn/inc/ad$subdocument ||http://ynzd.org/dict/uploads/20111007/ad_710.jpg ||http://yoka.com/s?z= +||http://yongjiuzy.cc/yongjiu.gif ||http://yorkbbs.ca/yorkads/ +||http://you85.com/cy2/ ||http://youivr.com/image/*-960x80 ||http://youquba.net/js/ ||http://youth.cn/hezuo/index.js @@ -11817,7 +12269,11 @@ ||http://youtube.com/iframe_api$domain=nownews.com ||http://youxi.baidu.com/tips/bdtips_min.js ||http://youxiduo.com/userdirs/2018/02/20180209194845ZKQD.jpg +||http://youy14.com/js/zz/ +||http://youyiya.com/Tpl/mobile/js/you +||http://yp868.com/js/54h/ ||http://ysxs8.com/ysgg/ +||http://yszxwang.com/js/tc/zhtc. ||http://yt-adp.nosdn.127.net^ ||http://yt-adp.ws.126.net^ ||http://ytbbs.com/images/index/ @@ -11840,6 +12296,7 @@ ||http://yxad.com/yxad/ ||http://yxbao.com/js/bt_ ||http://yxdd.com^$subdocument +||http://yxdm.tv/js/*_ ||http://yxdm.tv/js/gad.js ||http://yxdown.com/cj/ ||http://yxdown.com/pc/news/js/news @@ -11848,6 +12305,8 @@ ||http://yxtvg.com/js/s.js ||http://yxzoo.com/style/js/fmt.js ||http://yy18.info/yyads/ +||http://yy6080.cn/js/df.js +||http://yy8090.vip/js/abc/ ||http://yytcdn.com/headfile/avt/ ||http://yytcdn.com/others/*_175x660. ||http://yytcdn.com/others/avt/*_1 @@ -11857,19 +12316,21 @@ ||http://yyzs.net/js/Float_ ||http://yyzs.net/js/flyers_ ||http://yzdh44.com/js/ +||http://yzpsb.com/1.js +||http://yzpsb.com/js/system.js ||http://yzs.com/d/file/p/*.swf ||http://yzs.com/d/file/p/2016/12/06/61e15b92a4a2a7cec4910f1d9ea79fb2.jpg ||http://yzz.cn/global_gg/ ||http://z.nowscore.com^ ||http://z4bbs.com/adst/ ||http://zantj.com/diao +||http://zarvagroup.com/pcads.js ||http://zb.cool/static/img/banner/ ||http://zbjimg.com/static/union/ -||http://zbwmy.com/upfile/20*.gif -||http://zbwmy.com/upfile/20*.swf ||http://zc173.com/173fee/ ||http://zc173.com/pp/ ||http://zcaijing.com/images/ +||http://zchot.com/images/web.gif ||http://zczj.com/special/ ||http://zdface.com/js/m/zw_banner.js ||http://zdqx.com/statics/v1/images/gif/ @@ -11883,6 +12344,8 @@ ||http://zhandi.cc/Runtime/js/900 ||http://zhandi.cc/Runtime/js/index ||http://zhangchengbo.com/meijuba/js/top.js +||http://zhangxinxu.com/image/blog/*/ad-zf.jpg +||http://zhangxinxu.com/image/blog/*/sp-zf. ||http://zhanqi.tv/api/static/v2.1/actives.lists/ ||http://zhanqi.tv/uploads/*/ads-*.swf ||http://zhaolianmeng.com/plushuan/ad_js.php @@ -11901,6 +12364,7 @@ ||http://zhimg.com^*_600x250 ||http://zhimg.com^*adx ||http://zhiys.com/img_new/mobilemo2.jpg +||http://zhongjidouluo.cn/wp-content/uploads/2019/10/5a7d7b0259b62.gif ||http://zhongyi.ifeng.com/a/zt.js ||http://zhongyoo.com/img/js/tongji.js ||http://zhongzijun.com/js/adurl.js @@ -11909,22 +12373,22 @@ ||http://zhuji.net/2007_ad/ ||http://zhujiangroad.com/js/alltop.js ||http://zhujiceping.com/F/ +||http://zhulong.com/detail/floorOneAd? ||http://zhulong.com/poster/get?*_960 ||http://zhulong.com/poster/get?positions_name=ZY_JZ_300_02 ||http://zhulong.com/poster/get?positions_name=ZY_SP_300 ||http://zhushou.360.cn/script/plugin_tiper.js +||http://zhuwang.cc/api.php?op=ad_ ||http://zhzyw.com/js/InsertJS.js ||http://zi-han.net/theme/hplus/js/plugins/layer/ ||http://zimushe.com/res/other/ -||http://zimuzu.tv/public/rooms? -||http://zimuzu.tv/rrlx ||http://zineworm.com^*&localtype= ||http://zinggadget.com/wp-content/*/popup ||http://zj.cn^*/AD?location= -||http://zjbdt.com/onexgadimgs/ ||http://zjg.js.cn/Public/config/Couplet/Index4 ||http://zjjzx.cn*/push/ ||http://zjol.com.cn/www/zzhzbd/ +||http://zjxc.com/source/plugin/e6_xc_ad/ ||http://zk789.cn/Res/Scripts/Show/NetSys/Show.ashx ||http://zkrdy.com^ ||http://zmtiantang.com/static/m.js @@ -11933,11 +12397,15 @@ ||http://zmzjstu.com/g3/tool ||http://znjj.tv/uploadfiles/abi/ad201 ||http://zol-img.com.cn/ad/ +||http://zol-img.com.cn/detail/js/module/app-download-float/script.js +||http://zol-img.com.cn/detail/js/module/shaung11/js/shuang11Pop.js ||http://zol.com.cn/active/*guomei ||http://zol.com.cn/active/*tmall ||http://zol.com.cn/adrs/ ||http://zol.com.cn/channel/index.php?c=Active_Tmall& ||http://zol.com.cn/index.php?c=Gethot& +||http://zol.com.cn/jd-tmall- +||http://zol.com.cn/js/ask/ask.js ||http://zol.com.cn/mainpage/2017/corner/ ||http://zol.com.cn/wapask/index.php?c=Ajax_Ask&a=NewAsyncResponseTmallAd ||http://zolsky.com^*ad/*.js @@ -11970,20 +12438,23 @@ ||http://zx590.com/assets/style/js/paigu.js ||http://zxdy777.com/myimg/ ||http://zxip.com/2013_ad/ +||http://zywl8.cn/3333.gif +||http://zywl8.cn/content/uploadfile/201911/dc121573198250.png ||http://zzbaike.com/main/*-20 ||http://zzbaike.com/main/arvixe ||http://zzbaike.com/main/host ||http://zzc.cn/b1/live_b_ +||http://zzdaojia.com/mjs/ ||http://zzidc.com/images/1060.jpg ||http://zzidc.com/uploads/pintuan.jpg -||http://zzlzl.com/content/templates/emedia_better/images/1/ +||http://zzlzl.com/zb_users/theme/Frozen/style/images/banner/ ||http://zzsky.cn/images/a_d_ ||http://zzz4.com/JS_AD/ ||http://zzzyk.com/js/ -||http://daybox.net^$domain=12580sky.com -||http://241hs.com/js/jquery.js -||http://alicdn.com^$domain=xin99r2.com -||http://sinaimg.cn^$domain=xin99r2.com +||http://jinti.com^*/aspx/*gg +||http://alicdn.com^$domain=99a25.com|xin99r3.com|xin99r4.com +||http://sinaimg.cn^$domain=99a25.com|xin99r3.com|xin99r4.com +||http://upload.cc^$domain=99a25.com|xin99r3.com|xin99r4.com ||http://immedlinkum.info^ ||http://xayah.date^ ||http://imgur.com^$domain=172.86.179.138|208.94.244.100|208.94.244.98|a88.us|ac168.info|ac88.info|aisex.com|cnnice.biz|go543.com @@ -11995,6 +12466,7 @@ ||http://003store.com^ ||http://0512s.com^$third-party ||http://06362.com^ +||http://1.01fy.cn^ ||http://1.1010pic.com^ ||http://1.11467.com^ ||http://1.15lu.com^ @@ -12007,7 +12479,6 @@ ||http://1.ajiyuming.com^ ||http://1.arpun.com^ ||http://1.bangdan5.com^ -||http://1.bashenghuo.com^ ||http://1.bh5.com.cn^ ||http://1.cjcp.cn^ ||http://1.cn716.com^ @@ -12015,7 +12486,7 @@ ||http://1.codezh.com^ ||http://1.dwx365.com^ ||http://1.feihua.com^ -||http://1.feihua365.cn^ +||http://1.feihua.net.cn^ ||http://1.glook.cn^ ||http://1.guyaheng.com^ ||http://1.hnyouneng.com^ @@ -12024,20 +12495,20 @@ ||http://1.hysou.com^ ||http://1.i1766.com^ ||http://1.ideng.com^ +||http://1.isanxia.com^ ||http://1.jeasyui.net^ ||http://1.jiqie.cn^ ||http://1.kuaidiwo.cn^ ||http://1.lvshi567.com^ ||http://1.mgff.com^ ||http://1.mm100.com^ -||http://1.nanrenwo.net^ -||http://1.panduoduo.net^ ||http://1.pncdn.cn^ ||http://1.proewildfire.cn^ ||http://1.qjhm.net^ ||http://1.qt86.com^ ||http://1.rr95.com^ ||http://1.sj33.net^ +||http://1.snzfj.net^ ||http://1.soufy.cn^ ||http://1.tongquee.com^ ||http://1.ttxs123.net^ @@ -12045,46 +12516,46 @@ ||http://1.tuxi.com.cn^ ||http://1.uc129.com^ ||http://1.ufc123.com^ +||http://1.v-x.com.cn^ ||http://1.vsimg.com^ ||http://1.wenzhangba.cn^ ||http://1.win7china.com^ -||http://1.win7sky.com^ +||http://1.wosoni.com^ ||http://1.xiaopin5.com^ ||http://1.xilu.com^ ||http://1.xspic.com^ ||http://1.xuexi.la^ -||http://1.xxszw.cn^ ||http://1.yac8.net^ ||http://1.yuexw.com^ +||http://1.yxzw.com.cn^ ||http://1.zhev.com.cn^ ||http://1.zhuangxiu567.com^ ||http://1.zou114.com^ -||http://1.zouning.net^ ||http://1.zuowenjun.com^ ||http://1.zw3e.com^ ||http://100669.com^$third-party ||http://1017.cn^ +||http://11.96131.com.cn^ ||http://11.golang8.com^ ||http://111g.yiqig.cn^ ||http://11888vip.cn^ +||http://12.cookcai.com^ ||http://1224.dxsbb.com^ +||http://123.39jz.com^ ||http://123456.asia^ ||http://15tianqi.com^$third-party ||http://17.huanqiu.com^ ||http://177o.com^ ||http://1999019.com^ -||http://2.5aigushi.com^ +||http://2.haoxue360.com^ ||http://2.heiyange.com^ -||http://2.mobixs.cn^ ||http://2.rengshu.com^ ||http://200218.com^$third-party -||http://21.aiyangedu.com^ ||http://21.cizhibaogao.org^ ||http://21.fh21static.com^ ||http://21shebao.com^$third-party ||http://22.qingsongbar.com^ ||http://283.laobanfa.com^ -||http://289.com^$third-party ||http://3.chuanyi5.com^ ||http://3.guidaye.com^ ||http://3.ssqzj.com^ @@ -12101,7 +12572,6 @@ ||http://52m.xde6.net^ ||http://5dian.org^ ||http://5egk.com^ -||http://5tps.vip^ ||http://600zi.com^$third-party ||http://644446.com^ ||http://66.zx1234.com^ @@ -12111,23 +12581,24 @@ ||http://76e.org^ ||http://7car.com.cn^ ||http://80juqing.com^ +||http://8131.qizhihaotian.cn^ ||http://8dp.net^ ||http://90370.com^$third-party ||http://91friend.com^$third-party ||http://94ab.com^$third-party ||http://999d.com^$third-party ||http://9wushuo.com^ +||http://a*.chajiaotong.com^ ||http://a.52wubi.com^ ||http://a.52zxw.com^ -||http://a.53yao.com^ -||http://a.75111.com^ -||http://a.android100.org^ ||http://a.armystar.com^ ||http://a.bake818.cn^ ||http://a.bizhiku.net^ +||http://a.booksir.cn^ ||http://a.diaoyu.cn^ ||http://a.duanmeiwen.com^ ||http://a.duduji.com^ +||http://a.dyjqd.com^ ||http://a.epinv.com^ ||http://a.exam58.com^ ||http://a.fengyx.com^ @@ -12137,7 +12608,6 @@ ||http://a.ihref.com^ ||http://a.imgso.cn^ ||http://a.jing55.com^ -||http://a.kandiaoyu.com^ ||http://a.kejixun.com^ ||http://a.lz13.cn^ ||http://a.mfcad.net^ @@ -12146,13 +12616,14 @@ ||http://a.psxxw.cn^ ||http://a.qinghua5.com^ ||http://a.qsjiajiao.com^ +||http://a.rensheng5.com^ ||http://a.shenchuang.com^ -||http://a.shuoshuodaquan.net^ ||http://a.thn21.com^ ||http://a.tiyuxiu.com^ ||http://a.tvsou.com^ ||http://a.umilu.com^ ||http://a.ut8d8.com^ +||http://a.wanzhuang.com^ ||http://a.wifi33.com^ ||http://a.xixiyishu.com^ ||http://a.xuezizhai.com^ @@ -12161,19 +12632,20 @@ ||http://a.yixie8.com^ ||http://a.yl-taikang.com^ ||http://a.yuzhainan.com^ +||http://a.zuowenxuan.cn^ ||http://a1.0s.net.cn^ -||http://a1.16700.net^ ||http://a1.7down.com^ ||http://a1.99933.cn^ ||http://a1.99966.cn^ ||http://a1.aluntan.com^ +||http://a1.bestopview.com^ ||http://a1.bookapka.com^ -||http://a1.chajiaotong.com^ +||http://a1.firefoxchina.cn^ ||http://a1.firstgw.com^ ||http://a1.gexing.me^ -||http://a1.juzih.com^ ||http://a1.lshou.com^ ||http://a1.mingyihui.net^ +||http://a1.q6u.com^ ||http://a1.qqjay.com^ ||http://a1.qqtn.com^ ||http://a1.shusanqi.com^ @@ -12182,41 +12654,45 @@ ||http://a1.vdolady.com^ ||http://a1.yuuedu.com^ ||http://a1.zhanzhang.net^ +||http://a15d55423.5tps.xyz^ ||http://a3.ikafan.com^ ||http://a3.jandan.net^ ||http://aa.gushiwen.org^ -||http://aa.jiangzi.com^ ||http://aa.xiangxiangmf.com^ ||http://aa808.com^$third-party ||http://ab.cnbanbao.com^ ||http://ab.pincai.com^ ||http://abc.douguo.com^ -||http://abc1.yszyz.com^ ||http://abcj.dooccn.com^ ||http://abds.pingpingw.com^ ||http://ac*.pingguolv.com^ ||http://ac.86huoche.com^ +||http://ac.art456.com^ +||http://ac1.786ip.com^ ||http://ac1.faxingchina.com^ +||http://ad123.ynet.com^ ||http://adbd.liuxue86.com^ ||http://adccoo.cn^ ||http://adjb.5nd.com^ ||http://aili.com^$third-party -||http://ainiyiwannian0.5tps.vip^ ||http://aiwen.cc^ ||http://al.newxue.com^ -||http://aoshuku.com^$third-party ||http://ap*.jj20.com^ ||http://ap*.pl520.com^ ||http://as1.m.hao123.com^ ||http://as1.wenku.baidu.com^ -||http://at1.doubanio.com^ +||http://at*.doubanio.com^ +||http://b.kouke5.com^ ||http://b.unjs.com^ ||http://b1.51scw.net^ ||http://b1.91jucai.com^ ||http://b1.b2b168.com^ +||http://b1.b2b168.net^ +||http://b1.baomihua.com^ ||http://b1.c1km4.com^ ||http://b1.fengdu100.com^ -||http://ba.cydp5.com^ +||http://b17.8794.cn^ +||http://b7sw62.pingshu8.xyz^ ||http://baid1.okooo.com^ ||http://baidu1.codejie.net^ ||http://baiduada.babihu.com^ @@ -12229,19 +12705,19 @@ ||http://bd.hao224.com^ ||http://bd.haomagujia.com^ ||http://bd.scw98.com^ -||http://bd01.daqiso.com^ -||http://bd01.qqkxb.com^ +||http://bd1-china.6789.com^ ||http://bd1.365qilu.com^ ||http://bd1.52che.com^ +||http://bd1.99danji.com^ ||http://bd1.dopa.com^ ||http://bd1.flfgw.cn^ ||http://bd1.heiguang.cn^ ||http://bd1.jinbaozy.com^ +||http://bd1.ningboseo0574.com^ ||http://bd1.nxing.cn^ ||http://bd1.pipaw.com^ ||http://bd1.sosg.net^ ||http://bd1.szhk.com^ -||http://bd1.xiangha.com^ ||http://bd1.xiby.cn^ ||http://bd1.yidu.cc^ ||http://bd11.nipic.com^ @@ -12258,6 +12734,7 @@ ||http://bdcpro*.techweb.com.cn^ ||http://bddm.58news.org^ ||http://bdfpbimg.ifengimg.com^ +||http://bdgg.qjy168.com^ ||http://bdgg.youbian.com^ ||http://bdjb.gai001.com^ ||http://bdjiaoben.wmxa.cn^ @@ -12265,15 +12742,17 @@ ||http://bdjj.makepolo.net^ ||http://bdjs.163lady.com^ ||http://bdjs.6822.com^ -||http://bdjs.a-site.cn^ +||http://bdjs.91zhuti.com^ ||http://bdjs.guangyuanol.cn^ ||http://bdjs.ixiumei.com^ ||http://bdjs.kaixin100.com^ +||http://bdjs.shangc.net^ ||http://bdjs.uimg.cn^ ||http://bdjs.ylq.com^ ||http://bdlm*.hc360.com^ ||http://bdlmggcs1.familydoctor.com.cn^ ||http://bdm.911cha.com^ +||http://bdmjs.xywy.com^ ||http://bdu.focus.cn^ ||http://bdu1.coozhi.cn^ ||http://bdu1.eol.cn^ @@ -12283,13 +12762,14 @@ ||http://becode.qiushibaike.com^ ||http://becode.xiao84.com^ ||http://beijing.buzhi5.com^ +||http://bhaoea.cn^ ||http://bj*.9669.cn^ -||http://book.114la.cn^ ||http://boy.fujieace.com^ -||http://bstatic.1kejian.com^ ||http://bt1.patexplorer.com^ ||http://bu1.duba.com^ ||http://bu1.vvvdj.com^ +||http://c.booksir.com.cn^ +||http://c.jjkk.org^ ||http://c.mnjkw.cn^ ||http://c.tvsou.com^ ||http://c.xiaobaipan.com^ @@ -12297,10 +12777,11 @@ ||http://c1.china.cn^ ||http://c6.friok.com^ ||http://ca.cydp5.com^ +||http://car.qcmrjx.com^ ||http://cbdm.weathercn.com^ ||http://cby521.cn^ ||http://cby521.com^ -||http://cdeme.com^$third-party +||http://cc.xiaodapei.com^ ||http://cdn1.tvzhe.com^ ||http://cee1.iteye.com^ ||http://cfff.net^$third-party @@ -12310,13 +12791,13 @@ ||http://chuangyixi.com^ ||http://cj1.256.cc^ ||http://ckg.vipyl.com^ +||http://classic.39health.com^ ||http://cm.baidu.com^ ||http://cn.bidushe.com^ ||http://cod.southmoney.com^ ||http://code.ditiezu.net^ +||http://code.ts166.net^ ||http://code.tui80.com^ -||http://code1.2chcn.net^ -||http://codeok.com^ ||http://codeym.dictall.com^ ||http://cp.7y7.com^ ||http://cp.greenxf.cn^ @@ -12324,10 +12805,14 @@ ||http://cp.qbaobei.com^ ||http://cpro.zol.com.cn^ ||http://crayon.meishichina.com^ +||http://cspb1.5w5w.com^ ||http://css.juqingba.cn^ +||http://ctc.weather.com.cn^ ||http://d*.ruiwen.com^ ||http://d*.wanzhuang.com^ ||http://d*.xinshipu.com^ +||http://d.ab126.com^ +||http://d.dgzj.com^ ||http://d.gz2010.cn^ ||http://d.gzpinda.com^ ||http://d.tonghua5.com^ @@ -12337,19 +12822,19 @@ ||http://d1.handdiy.com^ ||http://d1.zhuangxiu6.com^ ||http://d6.mobaders.com^ +||http://dai.siyuetian.net^ ||http://dai18.mumu01.com^ ||http://dai18.shangc.net^ -||http://daima.23yy.com^ +||http://dail01.wanmeilr.com^ ||http://daima.diaoben.net^ ||http://daima.huoche.net^ -||http://daima.hydcd.com^ ||http://daima.ijq.tv^ ||http://daima.jiazhao.com^ ||http://daima.miercn.com^ ||http://daima.niubb.net^ ||http://daima.ysdui.com^ ||http://daima.yutou123.cn^ -||http://daimaceshi.8809.cn^ +||http://daiwofei2019.top^ ||http://data.waptime.cn^ ||http://datas.tianqistatic.com^ ||http://daxishi.com^$third-party @@ -12360,18 +12845,17 @@ ||http://dm*.ppzuowen.com^ ||http://dm*.yxlady.com^ ||http://dm.300zi.com^ -||http://dm.388g.cc^ +||http://dm.3454.com^ ||http://dm.51okc.com^ ||http://dm.66qw.net^ ||http://dm.66wenshen.com^ -||http://dm.92to.com^ ||http://dm.aizhan.com^ ||http://dm.cnbanbao.com^ ||http://dm.cqdxun.cn^ -||http://dm.duoshitong.com^ ||http://dm.gucheng.com^ ||http://dm.haojuzi.net^ ||http://dm.huochepiao.com^ +||http://dm.hxzdhn.com^ ||http://dm.ishuo.cn^ ||http://dm.jb51.net^ ||http://dm.jsyst.cn^ @@ -12382,20 +12866,18 @@ ||http://dm.sb580.com^ ||http://dm.taobaojuhuasuan.cn^ ||http://dm.wenshenxiu.com^ -||http://dm.ws8.org^ ||http://dm.zuowenku.net^ ||http://dm1.3199.cn^ ||http://dm1.3328.cn^ ||http://dm1.yongkao.com^ ||http://dm1.zjydt.com^ -||http://dm50.jkyd.net^ ||http://dmm.aizhan.com^ ||http://dmr.cnhoney.com^ +||http://dmsz.win7sky.com^ +||http://dmym.aixyy.com^ ||http://dn*.ixinwei.com^ -||http://dsxdn.com^ ||http://du1.bbdj.com^ ||http://dudm.qingsj.cn^ -||http://duoyouqu.net^ ||http://dyscb.cn^$third-party ||http://dzais.com^ ||http://e.qiaoyuwang.com^ @@ -12410,22 +12892,22 @@ ||http://f1.lutouwang.net^ ||http://f1.pig66.com^ ||http://f1.zaojv.com^ -||http://fan.9939.com^ ||http://fanpingbi*.gaokao.com^ ||http://fanyi100.com.cn^ ||http://fbmjc.39yst.com^ ||http://feidalu.com^ ||http://ff.guidaye.com^ ||http://ff.xue163.net^ -||http://ff.xue63.com^ ||http://firefang.cn^ ||http://fjzimaoqu.cn^$third-party ||http://fmgoal.com^ ||http://forad1.weimeicun.com^ ||http://fotao9.com^ ||http://fp.jj59.com^ +||http://fp.nanrenwo.net^ ||http://fpb*.51edu.com^ ||http://fpb.kuhou.com^ +||http://fpb.sohu.com^ ||http://fpb1.apple886.com^ ||http://fpb1.chinacar. ||http://fpb1.gxfin.com^ @@ -12434,6 +12916,7 @@ ||http://fxjs.2541.com^ ||http://fzb01.qiushibaike.com^ ||http://g.3lian.com^ +||http://g.gegeyingshi.com^ ||http://g.pgu.cc^ ||http://g1.pptair.com^ ||http://g1.taijuba.com^ @@ -12446,8 +12929,10 @@ ||http://gg1.jc001.cn^ ||http://gg1.mengchongzu.com^ ||http://ggdm1.nhaidu.net^ +||http://gk1.582582.com^ ||http://gk1.zjbiz.net^ ||http://godloveme.cn^ +||http://gold.szonline.net^ ||http://gp.zaiyunli.cn^ ||http://gsjdzx.com^$third-party ||http://guang.sdsgwy.com^ @@ -12459,7 +12944,6 @@ ||http://gzm.xzbu.com^ ||http://h1.cfxinxi.cn^ ||http://h1.kukuw.com^ -||http://h1.tvhome.com^ ||http://ha.zixuekaoshi.net^ ||http://hao.315hyw.com^ ||http://hao.360hyzj.com^ @@ -12467,28 +12951,31 @@ ||http://hapic1.zhuangxiu22.com^ ||http://hccms.com.cn^ ||http://hdc.maxli.cn^ -||http://hdc.watchtimes.com.cn^ ||http://hh.jiankang.com^ +||http://hi.xiunm.cn^ ||http://hi.xiunm.com^ -||http://hiapple1.jobui.com^ +||http://hiorange1.jobui.com^ ||http://hmtoday.com^$third-party -||http://home520.com^ ||http://hrjg.com.cn^$third-party ||http://hu.xbhy.com^ +||http://huhai.cdwz8.cn^ +||http://hy.huangye88.com.cn^ ||http://hy.huangye88.net^ +||http://idgdmgroup.com.cn^$third-party ||http://iia1.pikacn.com^ ||http://ikuailian.com^$third-party ||http://img.263y.com^ -||http://img.80982.org^ ||http://img.ferlie.net^ ||http://img.xuenb.com^ ||http://img.yangshengtang123.com^ ||http://img.zuowen8.com^ +||http://img.zuowenwang.net^ +||http://img1.biyan8.com^ ||http://img1.eywdf.com^ -||http://img1.ysts8.com^ +||http://img1.leyun365.com^ +||http://img1.yulu99.com^ ||http://img16.diyifanwen.com^ ||http://img2.pengfu.net^ -||http://info.meiguoshenpo.com^ ||http://int.w3tong.com^ ||http://ios.426g.com^ ||http://ixpub.net^*.js @@ -12499,7 +12986,6 @@ ||http://j1.piaobing.com^ ||http://jb.dianshu119.com^ ||http://jb.ecar168.cn^ -||http://jb.imgsina.com^ ||http://jc1.dayfund.cn^ ||http://jddaw.com^ ||http://jeepyy.com^$third-party @@ -12510,34 +12996,40 @@ ||http://jibn12.jintang114.org^ ||http://jiliw.com^$third-party ||http://jinghuazhijia.com^ +||http://jinhonghao.cn^ ||http://jinshui2018.chalook.net^ ||http://jiyan.net^ ||http://jke1.jianke.com^ +||http://jm1.xiao89.com^ ||http://jnsz.net.cn^ -||http://js.158pic.com^ +||http://js.23yy.com^ ||http://js.51ir.cn^ ||http://js.fc090.com^ ||http://js.gdyjs.com^ +||http://js.itaiju.com^ +||http://js.jianbihuadq.com^ ||http://js.kt250.com^ ||http://js.ruiwen.com^ ||http://js.shangxueba.com^ ||http://js.ubaike.cn^ -||http://js1.2abc8.com^ +||http://js1.sxptfw.com^ ||http://js1.xbaixing.com^ ||http://jsb.qianzhan.com^ ||http://jscode.acg68.com^ +||http://jscode.jbzj.com^ ||http://jsf.cnlinfo.net^ -||http://jskrnekewe.mofans.net^ ||http://jsm.39yst.com^ -||http://jsm.9939.com^ ||http://jss.tvzhe.com^ ||http://jxdown.com^$third-party +||http://jy.zhongxues.com^ ||http://jy135.com^$third-party +||http://k1.dancihu.com^ ||http://k1.wanwenwan.cn^ ||http://ka5188.com^ ||http://kc.gouchezj.com^ +||http://khrtac.xiangha.com^ +||http://km1.muhoujiemi.com^ ||http://kpshx.douguo.com^ -||http://ku.92to.com^ ||http://kuhou.com^$third-party ||http://kuk8.com^$third-party ||http://kuku99.com^$third-party @@ -12548,12 +13040,9 @@ ||http://linyao.dxsdb.com^ ||http://lixiangmo.com^ ||http://ll38.com^ -||http://lm.dawenxue.org^ +||http://lm.ijq.tv^ ||http://lm1.tuliu.com^ ||http://lm1.wzpcw.com^ -||http://lmz.9939.com^ -||http://love.eng20.cn^ -||http://love.xingyunxingqiu.wang^ ||http://lraa.xiaoniutui.com^ ||http://luolikong.net^$third-party ||http://luoshenbest.cn^ @@ -12562,9 +13051,9 @@ ||http://m1.27com.com^ ||http://m1.51kaowang.com^ ||http://m1.81312.com^ -||http://m1.bitequan.net.cn^ ||http://m1.darfd.com^ ||http://m1.dxsbb.com^ +||http://m1.hapi123.net^ ||http://m1.jintang114.org^ ||http://m1.kuanff.com^ ||http://m1.nn670.com^ @@ -12578,32 +13067,29 @@ ||http://mc.tvzhe.com^ ||http://mc.weather.com.cn^ ||http://md.tvzhe.com^ -||http://meipinxinwen.net^ ||http://meishiba.com.cn^$third-party ||http://meng.360zuowen.com^ ||http://mf01.zybang.com^ -||http://milk.7dapei.com^ ||http://milk.yesky.com.cn^ ||http://mipujia.com^$third-party ||http://miyudaquan.top^$third-party -||http://mj-medlab.com^$third-party -||http://mm.anqu.com^ ||http://mn586.com^$third-party ||http://mo-tuo.com^ ||http://modzj.net^$third-party ||http://mountain.zhidao.baidu.com^ ||http://mpb1.iteye.com^ +||http://mps.yuwenba.cn^ ||http://mssheng.com^ +||http://mt.59wz.com^ ||http://mxitie.com^$third-party -||http://mxpwx.com^$third-party ||http://my.gz2010.cn^ ||http://myunion1.qm120.com^ ||http://myunion1.tupians.com^ ||http://mzcsdf.com^$third-party -||http://namedq.com^ ||http://nba.emohe.com^ ||http://new.htcui.com^ -||http://noc.shixunwan.cn^ +||http://news.jiukang.org^ +||http://ns1.chinayms.com^ ||http://nyhpyq.com^$third-party ||http://o.jy135.com^ ||http://o.phb123.com^ @@ -12614,37 +13100,41 @@ ||http://pan.keyunzhan.com^ ||http://pb.okk123.com^ ||http://pb.shuxigua.com^ +||http://pic50.pingguolv.com^ ||http://pingbi.diudou.com^ +||http://pingshu365.xyz^ ||http://pjcn.org^$third-party ||http://pkk1.zuimeiniwo.com^ ||http://ppt.tianya999.com^ ||http://psywed.com^ ||http://ptw.la^ +||http://q1.yyxwzx.com^ ||http://qcjslm.com^ ||http://qifake.com^ ||http://qiji1.jdwx.info^ ||http://qiyeb.iaskbus.com^ ||http://qizhihaotian.com^*.js +||http://qpb.sohu.com^ ||http://qq167.com^ ||http://qqhuhu.com^ -||http://qqzu.com^ ||http://qujishu.com^ +||http://quyaoya.com^$third-party ||http://qwxcs.com^$third-party +||http://r.99waiyu.com^ ||http://rabc1.iteye.com^ ||http://rbmry.com^ ||http://rdbd.xsread.com^ ||http://redmx.cn^$third-party ||http://rmcxw.cn^ ||http://rmcxw.net^ -||http://rs1.rensheng5.com^ ||http://ruan88.com^ ||http://s.zixuntop.com^ ||http://s1.dapenti.com^ ||http://s1.dugoogle.com^ -||http://s1.hiapk.com^ ||http://s1.hualaoye.com^ ||http://s1.qiqutt.cn^ ||http://s1.qiqutt.com^ +||http://s1.tuzhaozhao.com^ ||http://s1.wan1979.com^ ||http://s1.wesiedu.com^ ||http://s11.cn^$third-party @@ -12667,6 +13157,7 @@ ||http://sp.dnqc.com^ ||http://ss.shicimingju.com^ ||http://ss.ting55.com^ +||http://ssb.ah499.com^ ||http://star-media.cn^$third-party ||http://static*.365inews.com^ ||http://static.ichehome.com^ @@ -12684,31 +13175,36 @@ ||http://tt123.hao0202.com^ ||http://tu.zx110.org^ ||http://tui98.cn^ -||http://ty1.263y.com^ +||http://u1.2048sj.com^ +||http://u1.20q.cn^ ||http://u1.shuaiku.com^ ||http://ub1.job592.com^ -||http://uc*.atobo.com.cn^ -||http://uc.xiaoxuehelp.com^ +||http://uc*.atobo.com^ ||http://un1.takefoto.cn^ ||http://undm.qibulo.com^ ||http://union*.365inews.com^ ||http://union1.cnbetacdn.com^ ||http://uniondm.cz88.net^ +||http://usejj.wangkl.com^ +||http://uuu.pctowap.com^ +||http://v1.kwpewga.cn^ ||http://v1.phb123.com^ +||http://v1.taksh.cn^ ||http://ve.kj-cy.cn^ ||http://vi1.souid.com^ ||http://vjie.com^$third-party +||http://vv1.pyhfxdm.cn^ ||http://vvv.ieduw.com^ +||http://vyule.com^ ||http://w.xiaopiaoyou.com^ ||http://w1.diaoyou.com^ ||http://w11.zhongkaohelp.com^ ||http://w18.9939.com^ -||http://wabdb1.52pk.com^ ||http://wap001.bytravel.cn^ +||http://watchtimes.com.cn^$third-party ||http://wayqq.cn/g/ ||http://wda.ydt.com.cn^ ||http://web8.net^$third-party -||http://weilianjie.com^$third-party ||http://wenshenbang.com^$third-party ||http://whfpbc.99.com.cn^ ||http://wj.jiancai365.cn^ @@ -12718,9 +13214,9 @@ ||http://wshufa.com^$third-party ||http://wuliao.chzsport.cn^ ||http://wuliao.juqingba.cn^ -||http://www1.qicheyinyue.wang^ ||http://wyzq.rehuwang.com^ ||http://x.mtrend.cn^ +||http://x1.kantu.com^ ||http://xbtw.com^ ||http://xc.gouchezj.com^ ||http://xcf-bd-js.chuimg.com^ @@ -12732,10 +13228,10 @@ ||http://xinkuaiyu.com^ ||http://xitongku.cc^ ||http://xne1ocient87zxz.360doc.cn^ -||http://xttianning.com^ ||http://xue.zbyw.cn^ +||http://xuexi.hydcd.com^ ||http://y1.spreton.com^ -||http://yfx1.17gouwu.cn^ +||http://y66xvgo5i.chuimg.com^ ||http://yhzm.cc^ ||http://yi.ximizi.com^ ||http://yihubaiying.com^$third-party @@ -12762,13 +13258,14 @@ ||http://zhaoshang8.com^ ||http://zhgg.dre8.com^ ||http://zhihu.xmcimg.com^ -||http://zhongchouyan.com^ ||http://zhongkaowu.com^$third-party ||http://zichenit.com^$third-party ||http://zk.91post.com^ +||http://zoom.zshu.net^ ||http://zq84.com^ ||http://zxw51.com^$third-party -||http://zzc.9939.com^ +||http://bejson.com/static/3part/layer1/layer +||http://bingfeng.tw/data/attachment/common/cf/$rewrite=abp-resource:1x1-transparent-gif,domain=bingfeng.tw ||http://0377shujuhuifu.top^ ||http://0531mnk.net^ ||http://1711811.com^ @@ -12902,6 +13399,7 @@ ||http://ggtg8.com^ ||http://haoimgs.com/images/*.gif ||http://paopic.com/imguang/ +||http://china.cn/js/common/local_hydn/ ||http://anixwallpaper.com^$csp=script-src 'self' * 'unsafe-inline' ||http://techroomage.com^$csp=script-src 'self' * 'unsafe-eval' ||http://dlkoo.cc/down/$subdocument @@ -12910,53 +13408,17 @@ ||http://haoxianggou.xyz/?from=$popup,third-party ||http://dlkoo.com/down/$subdocument ||http://dlkoo.com/down/copy +||http://liyueao.top^ +||http://lpsgc.cn^ +||http://yi71.com.cn^ +||http://dnvodcdn.me/fast/*.mp4 ||http://ifun.tv/a/$xmlhttprequest ||http://s1-a1.dnvodcdn.me^*.svg ||http://s1-a4.ifun.tv^$rewrite=abp-resource:blank-mp3,domain=ifun.tv -||http://dnvod.tv/abb/$domain=dnvod.tv -||http://s1-a4.dnvod.tv^$rewrite=abp-resource:blank-mp3,domain=dnvod.tv -||http://dnvod.tv/04/ -||http://dnvod.tv/1tJ/ -||http://dnvod.tv/2b/ -||http://dnvod.tv/34DH/ -||http://dnvod.tv/3a/ -||http://dnvod.tv/91/ -||http://dnvod.tv/BtT/ -||http://dnvod.tv/DBqW/ -||http://dnvod.tv/Home/ObtainPublic -||http://dnvod.tv/LbP/ -||http://dnvod.tv/Movie/GetResource.ashx?id= -||http://dnvod.tv/Qfj/ -||http://dnvod.tv/Scripts/jquery.public- -||http://dnvod.tv/WlCk/ -||http://dnvod.tv/a/$xmlhttprequest -||http://dnvod.tv/a/o -||http://dnvod.tv/a2/ -||http://dnvod.tv/b9/ -||http://dnvod.tv/cSTR/ -||http://dnvod.tv/d4/ -||http://dnvod.tv/f9/ -||http://dnvod.tv/ffcX/ -||http://dnvod.tv/gb/ -||http://dnvod.tv/jXdH/ -||http://dnvod.tv/sc3Xv/ -||http://dnvod.tv/upload/public/ -||http://dnvod.tv^*.MP4| -||http://p2.dnvod.tv^ -||http://p3.dnvod.tv^ -||http://p4.dnvod.tv^ -||http://p5.dnvod.tv^ -||http://p6.dnvod.tv^ -||http://pub.dnvod.tv^$xmlhttprequest -||http://pub1.dnvod.tv^ -||http://public.dnvod.tv^$xmlhttprequest -||http://s1-a1.dnvod.tv^ -||http://s1-a2.dnvod.tv^ -||http://s1-a3.dnvod.tv^ -||http://hh010.com/static/image/f/ -||http://hh010.com/static/image/g/ -||http://hh010.com/static/image/image/ -||http://hh010.com/static/image/t/ +||http://dybee.tv/gg +||http://okx7.site^ +||http://runkao.net^ +||http://hh010.com/static/image/fff/ ||http://stunninglover.com^ ||http://aa1.ifeng.com^ ||http://ae4.ifeng.com^ @@ -12977,92 +13439,140 @@ ||http://ifengimg.com^*/m/sources ||http://ifengimg.com^*679.js ||http://cryptaloot.pro^ -||http://yuyyio.com^ -||http://wuwuhh.top^ -||http://ucsmqq.site^ +||http://01w47q.cn^ ||http://0234408.cn^ +||http://02m5j.cn^ ||http://03196688.com^ ||http://0532ci.com.cn^ ||http://0551zgz.com^ ||http://0577renliu. +||http://05q9n.cn^ +||http://0755man.cn^ ||http://07kfh.cn^ ||http://0851ok.com^ +||http://0923csfsteibv12.xyz^ ||http://0b6h.cn^ ||http://0fwg.cn^ ||http://0n6h.cn^ ||http://0ozo.cn^ +||http://0pj1f.cn^ +||http://0uk9e.cn^ ||http://0z5jn.cn^ ||http://114com.cc^ ||http://118ex.cn^ ||http://119cgpt.com^ ||http://12381236.com^ ||http://12jf3.cn^ +||http://12rng.cn^ +||http://1314sss.top^ +||http://1494.top^ +||http://168xiazai.com^ +||http://17bqg.top^ ||http://17zheng.cn^ ||http://183pu.cn^ +||http://1fv3b.cn^ +||http://1h4ig.cn^ ||http://1j2h31.cn^ ||http://1k4vd.cn^ ||http://1mb034.cn^ +||http://1r49n.cn^ ||http://1x26q3.cn^ ||http://215to.cn^ ||http://216pu.cn^ +||http://21u8f.cn^ ||http://21xsk.com^ ||http://228pu.cn^ ||http://23txt.com^$third-party ||http://24haitao.net^ -||http://258zw.com^ +||http://258580w.cn^ +||http://258zw.com^$third-party ||http://282l1.cn^ ||http://28mcw1.cn^ ||http://2fnrc.cn^ +||http://2hqd0b.cn^ +||http://2ktd0.cn^ +||http://2p1ih.cn^ ||http://2r3485.cn^ ||http://2scjbg.com^ ||http://2shoushi.com^ ||http://2st5ne.cn^ +||http://2txt.cc:8862^ +||http://2v0ni.cn^ ||http://2v9ml.cn^ ||http://2wxb5.cn^ ||http://2zm4.cn^ +||http://30sy.com/ucweb/ +||http://365syt.cn^ ||http://365yigou.cn^ ||http://38ursg.cn^ ||http://3ql1pb.cn^ +||http://3s1xk.cn^ ||http://3vn52l.cn^ +||http://42rca.cn^ ||http://47dx0c.cn^ ||http://47n209.com^ +||http://482hb.cn^ ||http://49lkc.cn^ ||http://4a3zf.cn^ +||http://4df5ef.xyz^ ||http://4ekx.cn^ +||http://4excel.cn^ ||http://4py3oe.cn^ ||http://4qn1k.cn^ +||http://4x9te.cn^ ||http://4z5o27.cn^ ||http://519397.com^ +||http://51fishplace.com^ ||http://51gpt.com^ ||http://51posuiji.org.cn^ +||http://51xvc.cn^ +||http://52homie.cn^ ||http://52tushuo.com^ ||http://555b2b.com^ +||http://57m1j.cn^ ||http://58scx.com^ ||http://58xmgys.com^ ||http://5dydk.com^ ||http://5kmm.top^ ||http://5mbd2.com^ ||http://5pb266.com^ +||http://5q80n.cn^ ||http://5tbiec.cn^ ||http://5x0f.cn^ +||http://5yv2e.cn^ ||http://5yw4n.cn^ +||http://605296.com^ +||http://606w.cn^ +||http://609623.com^ +||http://63xs.com:8016^ ||http://64si.com^ ||http://678sky.com^ +||http://6945k6.cn^ +||http://69u0t.cn^ ||http://69yll.cn^ ||http://6c4t5.cn^ ||http://6fai2.cn^ +||http://6l1967.cn^ ||http://6nzev.cn^ ||http://6o87d.cn^ ||http://6ou47b.cn^ +||http://6shuge.com^ ||http://6yush.cn^ ||http://6yw7j.cn^ ||http://70e.me^ ||http://71mxc6.cn^ +||http://71zrh.cn^ ||http://73cm.com^ +||http://74p030.cn^ ||http://757g7g.cn^ +||http://7ef4d.cn^ ||http://7ez4.cn^ +||http://7gbca.cn^ ||http://7ia9h.cn^ +||http://7m307.cn^ ||http://7n3e8o.com^ +||http://7x3mh.cn^ +||http://805zx.cn^ ||http://80f31.cn^ ||http://81ngn1.cn^ ||http://85rvq.cn^ @@ -13072,16 +13582,23 @@ ||http://89tyge.top^ ||http://8byu.cn^ ||http://8fiv9a.cn^ +||http://8hpay.cn^ +||http://8i1xc.cn^ ||http://8j24h.cn^ ||http://8ls3n.cn^ ||http://8p30k.cn^ +||http://8t5vd.cn^ +||http://8v61j.cn^ ||http://8v7wg.com^ ||http://91byy.cn^ +||http://922x7c.cn^ ||http://958so.cn^ ||http://979067.com^ ||http://97kuaixiu.com^ ||http://97paa.com^ +||http://996f3d.cn^ ||http://99hg.wang^ +||http://9a6wb.cn^ ||http://9d7in.cn^ ||http://9pb0h.cn^ ||http://9x6lr.cn^ @@ -13089,10 +13606,16 @@ ||http://9yyg.cn^ ||http://a9v8.cn^ ||http://aa.wenxue6.com^ +||http://aaan.xyz^ +||http://aaaw.xyz^ +||http://aabbccddeeffgg.cn^ ||http://aabku.cn^ ||http://aauisg64017.cn^ +||http://abc656.today^ +||http://abckzo.cn^ ||http://abeij.com^ ||http://abfirst.cn^ +||http://abuse8.com^ ||http://acaog.com^ ||http://acaox.com^ ||http://acaoz.com^ @@ -13103,6 +13626,7 @@ ||http://aduic.com^ ||http://aercxy.com^ ||http://afefw.com^ +||http://affiliate6.com^ ||http://afoux.com^ ||http://aganj.com^ ||http://agurl.top^ @@ -13110,6 +13634,9 @@ ||http://aibangzs.com^ ||http://aicydb.com^ ||http://aikan6.com^ +||http://aikanshu8.com/novel/js/hm +||http://ailezhai.cn^ +||http://ailiby.cn^ ||http://aimiyz.com^ ||http://aiode.cn^ ||http://aishake.cn^ @@ -13118,6 +13645,7 @@ ||http://ajiez.com^ ||http://ajkdg3.xyz^ ||http://alksdh.com^ +||http://allluck.cn^ ||http://alryo.cn^ ||http://amu520.com/imgnk/02.gif ||http://anmeilai.net^ @@ -13128,21 +13656,28 @@ ||http://applequan.com^ ||http://apxyz.com^ ||http://archrug.com^ +||http://autobedo.com.cn^ ||http://avsmt.cn^ ||http://awqsaged.cn^ ||http://awtks.com^ ||http://awyys.com^ ||http://axkxy.com^ +||http://axsrq.cn^ ||http://axuns.com^ ||http://aykcic.com^ ||http://ayues.com^ ||http://b0lc.cn^ +||http://b25ku.cn^ ||http://b54ah.cn^ ||http://baful.net^ +||http://baidu.cmxsw.com^ ||http://baiduspider1.cn^ +||http://baitaoidc.com^ ||http://baiyangzs.com^ +||http://baolutongwuye.cn^ ||http://bapkt.com^ ||http://barnfps.com^ +||http://bbbx.xyz^ ||http://bbeyay41026.cn^ ||http://bbvjs.com^ ||http://bchur.com^ @@ -13152,6 +13687,7 @@ ||http://beidouxin.com^*html? ||http://beifmu.com^ ||http://bentengcn.com^ +||http://berfd.xyz^ ||http://bgcse.cn^ ||http://bgj216.cn^ ||http://bgtrtv.top^ @@ -13160,28 +13696,41 @@ ||http://biboi.cn^ ||http://biluzhang.cn^ ||http://bingdiantao.com^ +||http://biquge.info^*.js? ||http://biquguan.com/guan/ +||http://bixuyao.com.cn^ ||http://bjbrtc.com^ ||http://bjdianyue.com^ ||http://bjeai.com^ +||http://bjhengdiao.com^ +||http://bjqftcty.com^ ||http://bjygfd.com^ ||http://bjzcbx.com^ ||http://blfyquz.cn^ ||http://bmfwwz.top^ ||http://bmgan.com^ ||http://bmuju.com^ +||http://bninc2.cn^ +||http://bnzxc.xyz^ ||http://bobotune.com^ +||http://bodapet.com^ ||http://bokanedu.net^ ||http://book9.net^$third-party -||http://booksky.cc^*html? +||http://boomgamescloud-cdn.cn^ ||http://boweineng.cn^ ||http://bpdffh.cn^ +||http://bqgdd.net/js/wap.js +||http://bqhnj.cn^ ||http://bqqsdv73724.cn^ ||http://bslmw.com^ ||http://bsmakeup.com.cn^ ||http://bueson.com^ +||http://bugcreator.cn^ +||http://bulkeach.com^ ||http://bvoer.com^ ||http://bvosv.com^ +||http://bx9000.top^ +||http://bxwxorg.com/ui/vue/element. ||http://bym03.cn^ ||http://byujf.cn^ ||http://c19f2.cn^ @@ -13189,10 +13738,14 @@ ||http://c82d5.cn^ ||http://ca88b.cn^ ||http://caduka.cn^ +||http://caichenguang.cn^ +||http://caiji.wiki^ ||http://cailawyer.cn^ +||http://caiwanhui.top^ ||http://calculated.cn^ ||http://car156.net^ ||http://casbanlly.com^ +||http://cbvjddh.23txt.com^ ||http://cccab.club^ ||http://cchfjz.com^ ||http://ccjxybj.cn^ @@ -13203,28 +13756,36 @@ ||http://cdgxq.com^ ||http://cdhenfan.com^ ||http://cdiah.com^ +||http://cdjkngs.cn^ ||http://cdn.m.okdd.net^ +||http://cdntlz.cn^ ||http://cdouj.com^ ||http://cdqjmc.com^ ||http://ceiyo.com^ +||http://cepegas.com^ ||http://ceyiuy.com^ ||http://cezezo.top^ ||http://cfdanet.com^ ||http://cfenl.com^ +||http://cfhijdsb.cn^ ||http://cgaij.com^ ||http://cgoiiq.com^ ||http://cgoul.com^ ||http://cgxxmy.com^ ||http://changhehengqi.com^ ||http://chaojilamei.cn^ +||http://chendjiangxing.cn^ ||http://chengboke.cn^ ||http://chenxiangqian.cn^ ||http://chersc.com^ ||http://chexiw.com^ ||http://chfuw.com^ ||http://chgdf.cn^ +||http://china-waters.com.cn^ +||http://chinaairs.cn^ ||http://chinaqirun.cn^ ||http://chinaweian.com^ +||http://chinawms.cn^ ||http://chrommotor.com^ ||http://chuangxinfa.cn^ ||http://chuhul.cn^ @@ -13238,28 +13799,39 @@ ||http://ckikq.com^ ||http://claiks.com^ ||http://clandia.cn^ +||http://classicgir.cn^ ||http://clmmw.com^ +||http://cmxsw.com/sz/ ||http://cn-3drp.com^ ||http://cni58.com^ ||http://cniuv.com^ +||http://cnlhg.cn^ ||http://cnshef.com^ +||http://cnxmyb.cn^ +||http://cnyibs.com^ ||http://cnzhqs.com^ ||http://coccccc.cc^ ||http://codejumps.com^ ||http://codlw.com^ ||http://coenr.com^ ||http://cojia.net^ +||http://comberry.cn^ ||http://comesgo.com^ ||http://continuedsys.cn^ +||http://coolpadrom.cn^ +||http://cornplus.cn^ ||http://couas.com^ ||http://countersys.cn^ ||http://coveredsys.cn^ ||http://cpxkvc.com^ +||http://cqbaitong.cn^ ||http://cqgya.com^ ||http://cqhhct.com^ ||http://cqlxscdc.top^ ||http://cqytjzgc.com^ +||http://crzytm.com^ ||http://cs12d.com^ +||http://cshwhy.cn^ ||http://ctiev.com^ ||http://cuoas.com^ ||http://cuoss.com^ @@ -13270,25 +13842,32 @@ ||http://cxcxt.com^ ||http://cxrjl.cn^ ||http://cxslchkb.cn^ +||http://cyboke.cn^ ||http://cyto-biotherapy.com^ ||http://cyylove.com^ ||http://cz345.cn^ +||http://czhcloud.cn^ ||http://czlhgz.com^ ||http://czxjx.cn^ ||http://czyiming.club^ ||http://czzdf.com^ ||http://d08kfa.cn^ +||http://d5a5a.xyz^ ||http://d72l4.com^ ||http://d93nzb.cn^ ||http://dabizi.net/images/pcad.png ||http://dachadu.cn^ +||http://dadawm.cc^ +||http://dailiq.cn^ ||http://daishuxy.com^ ||http://daizhankj.cn^ ||http://dajean.com^ ||http://dake.net.cn^ ||http://damiren.com^ ||http://daokejs.com^ +||http://dasheducation.cn^ ||http://daskm.com^ +||http://dawanjiahn.com^ ||http://dbaij.com^ ||http://dbaof.com^ ||http://dbeii.com^ @@ -13302,20 +13881,24 @@ ||http://ddg1277.com^ ||http://ddhuangchao.com^ ||http://ddpxhq.cn^ +||http://de093o.cn^ ||http://dengfenzhang.cn^ ||http://dependablewood.com^ ||http://deyidesign.com^ ||http://dezfu.com^ ||http://dgaoz.com^ +||http://dglscm.cn^ ||http://dgxzwj.com^ ||http://dhaof.com^ ||http://dhbo4t.cn^ ||http://dhgdp.cn^ ||http://dhuhui.cn^ ||http://dierqingchun.com^ +||http://dinglixuan.cn^ ||http://djhbxz.com^ ||http://djhhy.com^ ||http://dkdlsj.com^ +||http://dkmnn.top^ ||http://dldsrs.com^ ||http://dlouf.com^ ||http://dlvnxf.cn^ @@ -13326,9 +13909,14 @@ ||http://doryhome.com^ ||http://dqgpb.com^ ||http://drc6i.cn^ +||http://dreamrecord.cn^ +||http://drevozone.com.cn^ ||http://drgykb.cn^ +||http://dscry.com^ ||http://dsjcfw.com^ ||http://dsjre.com^ +||http://dsjyjj.cn^ +||http://dssdr.top^ ||http://dtzysm.com^ ||http://duanwenxue.com/functions/ ||http://duoyidd.com^ @@ -13336,17 +13924,21 @@ ||http://dxmci.com^ ||http://dydyhg.com^ ||http://dzisou.com^ +||http://dzrenju2.cn^ ||http://e647ob.cn^ ||http://e9emh.cn^ ||http://ecuwa.cn^ ||http://ediun.com^ +||http://edumsys.com^ ||http://edysn.cn^ ||http://egqiyw.com^ ||http://ehxyz.com^ ||http://ei4f.cn^ +||http://ejeenews.com^ ||http://ejiur.com^ ||http://ejwmc.cn^ ||http://eloer.cn^ +||http://elvx.top^ ||http://emgwq.com^ ||http://emshx.cn^ ||http://enjuk.com^ @@ -13358,14 +13950,19 @@ ||http://eshuy.com^ ||http://esuzm.cn^ ||http://esyzdb.com^ +||http://ew740.cn^ ||http://ewphm.cn^ ||http://exusr.com^ ||http://eyaor.com^ ||http://eysmaa.pw^ +||http://ezfashion.com.cn^ ||http://ezuon.com^ ||http://fangdalaw.gd.cn^ ||http://fangjslc.com^ +||http://fanglinwang.cn^ +||http://fangzhanla.cn^ ||http://fangzi2.top^ +||http://fanzhuang.net.cn^ ||http://fbaot.com^ ||http://fbieq.com^ ||http://fcaot.com^ @@ -13377,16 +13974,19 @@ ||http://fdaoo.com^ ||http://fdoun.com^ ||http://feifish66.com^ +||http://feipaihehuoren.cn^ ||http://feizw.com/style/t.js ||http://fenbengpan.cn^ ||http://ffanq.com^ ||http://ffychb.com^ ||http://fgaon.com^ ||http://fgzba.com^ +||http://fhbv.cn^ ||http://fipipo.cn^ ||http://fj95560.com^ ||http://fjhanmei.com^ ||http://fjmrxys.com^ +||http://fjshxzyyxgs.cn^ ||http://fjtzjy.com^ ||http://fjxyo.com^ ||http://fkikij.cn^ @@ -13398,14 +13998,18 @@ ||http://foshou.pw^ ||http://fouas.com^ ||http://foumm.com^ +||http://fowpq.top^ ||http://fqzds.com^ +||http://friend17.net^ ||http://frjxdv.cn^ ||http://fshet.com^ ||http://fstaw.com^ ||http://fszhxd.com^ ||http://ftrp4.cn^ ||http://fuhuikang360.com^ +||http://futengbao.com.cn^ ||http://fuwosi.cn^ +||http://fuxin-tech.com^ ||http://fw.zhuaji.org^ ||http://fwjoi.com^ ||http://fwyang.com^ @@ -13413,18 +14017,28 @@ ||http://fxfhjs.com^ ||http://fxunn.com^ ||http://fy4zb.cn^ +||http://fyehare.com^ ||http://fyjyhm.com^ ||http://fzdfwy.com^ ||http://fzxrjx.com^ ||http://fzyda.com^ ||http://g3ao2q.cn^ +||http://g4rre.xyz^ ||http://gadhx.cn^ ||http://gadwhy.com^ +||http://gagkf.top^ +||http://gaihunuo.cn^ ||http://galaxyns.com^ +||http://gameriew.com^ +||http://ganggao123456.com^ +||http://gaochaolian.cn^ +||http://gaohuduo.cn^ ||http://gaykes.com^ ||http://gazoeft.cn^ +||http://gb686.cn^ ||http://gbeik.com^ ||http://gbieg.com^ +||http://gc8fjz.cn^ ||http://gcaij.com^ ||http://gcaog.com^ ||http://gcfx777.com^ @@ -13432,28 +14046,40 @@ ||http://gcouh.com^ ||http://gdaii.com^ ||http://gdeih.com^ +||http://gdfc0563.com^ ||http://gdhdfs.com^ ||http://gdlbdzkj.com^ +||http://gdlvbiaokeji.cn^ ||http://gdsqwy.org^ ||http://gdunt.com^ ||http://gedus.cn^ ||http://gelinboer.cn^ ||http://georgias.cn^ ||http://gerunsenbo.cn^ +||http://gghh486.cn^ +||http://gghh493.cn^ ||http://ggouh.com^ ||http://ggz55268.com^ +||http://giroud.top^ +||http://gj632.cn^ ||http://gjiai.com^ ||http://gjiak.com^ ||http://gjkpo.com^ ||http://gjuet.com^ +||http://gk277.cn^ +||http://gky73.cn^ +||http://globbiz.cn^ ||http://glpen08.com^ ||http://glvej.com^ ||http://gmxyorg.cn^ ||http://gnmbd.top^ ||http://gobali.cn^ +||http://gongfanglong.cn^ ||http://googlespider1.cn^ ||http://gou1zhe.com^ ||http://goulanmeng.cn^ +||http://gringrin.cn^ +||http://grjs02.com^ ||http://gtaih.com^ ||http://gtchong.com^ ||http://gtifund.cn^ @@ -13461,29 +14087,45 @@ ||http://gtnde.com^ ||http://guaas.com^ ||http://guangsss1999.com^ +||http://guannin.com^ ||http://guanqinjie.cn^ ||http://guansenff.cn^ +||http://guanzistory.com^ +||http://guxiaom.cn^ ||http://gwdqp.com^ ||http://gxklsftz.cn^ ||http://gxkyl.com^ ||http://gxssjz.com^ ||http://gxunj.com^ +||http://gybdtg.com^ ||http://gyeet.com^ ||http://gyhzr.com^ ||http://gyrtg.com^ +||http://gyt168.com.cn^ +||http://gz-bz.cn^ +||http://gzjingm.cn^ ||http://gzmxybg.com^ ||http://gzmzts.com^ ||http://gznsyh.com^ +||http://gzrljx.cn^ ||http://gzzena.com^ ||http://h2pzh.cn^ +||http://h5e6d5.xyz^ +||http://hainufamliy.top^ ||http://hajuwang.cn^ +||http://hanmiyong.com^ +||http://haoxianyangrouye.com^ +||http://haoxinq.top^ ||http://hawbfa.com^ ||http://hbaog.com^ ||http://hbbww.com^ +||http://hbfie.org/mh ||http://hbhxqcw.com^ +||http://hblanghun.cn^ ||http://hbnygj.com^ ||http://hbttcc.com^ ||http://hbyyzm.com^ +||http://hc29x.cn^ ||http://hcaig.com^ ||http://hcenc.com^ ||http://hchig.com^ @@ -13493,39 +14135,54 @@ ||http://hdswgc.com^ ||http://hduic.com^ ||http://headwell.cn^ +||http://heavenwil.top^ ||http://hebhec.cn^ ||http://hebzycw.com^ ||http://hehmy.cn^ +||http://hehongmei.top^ ||http://heib2.top^ ||http://heizundg.cn^ +||http://hellogalaxy.cn^ ||http://helpinfo.cn^ +||http://henanlinyu.cn^ ||http://henduoqian.com^ +||http://heylookhere.top^ ||http://hfyxdl.com^ ||http://hgdanbas.cn^ ||http://hgrqp.com^ ||http://hguac.com^ ||http://hguas.com^ ||http://hhslbz.cn^ +||http://hiffyl.com^ +||http://higoo4.com^ +||http://hihifenxiang.com^ ||http://hihufu.cn^ ||http://hissq.com^ +||http://hixili.top^ ||http://hjiec.com^ ||http://hjjnpx.com^ ||http://hjkrlc.cn^ ||http://hjryl.com^ ||http://hjues.com^ +||http://hjyll.top^ ||http://hjzndq.com^ ||http://hk7799.net^ ||http://hk9600.com^ +||http://hkdyys.cn^ ||http://hkmqp.com^ ||http://hldwmly.com^ ||http://hlhulu.com^ +||http://hljhufengling.cn^ ||http://hmhqp.com^ ||http://hmttoly.com^ ||http://hmyangshengji.com^ ||http://hnfxty.cn^ ||http://hnhgw.cn^ +||http://hnkuangshan.cn^ +||http://hnwjlhg.cn^ ||http://hnzyfs.com^ ||http://hogyp.com^ +||http://hondajd.cn^ ||http://hongshikai.com^ ||http://hongyangbg.com^ ||http://how5.cn^ @@ -13539,13 +14196,18 @@ ||http://htjsk.com^ ||http://huayange.com^ ||http://huayi65.com^ +||http://huician.cn^ ||http://huigoushop.com^ +||http://huixingcheng.cn^ ||http://hunpp.com^ +||http://huoyiad1.cn^ +||http://huzhanbin.cn^ ||http://hwertd.xyz^ ||http://hxiak.com^ ||http://hycfxdc.com^ ||http://hyjyjc.com^ ||http://hypzv.com^ +||http://hytcsh.cn^ ||http://hyxca.top^ ||http://hzht666.com^ ||http://hzuok.com^ @@ -13554,11 +14216,13 @@ ||http://hzzfan.com^ ||http://i-components.net^ ||http://i05h.cn^ +||http://i36mf.cn^ ||http://ia22.com^ ||http://iamqqo85467.cn^ ||http://iangp.com^ ||http://iangs.com^ ||http://iauqwe.com^ +||http://iavfta8090.com^ ||http://ibaop.com^ ||http://ibeiling.cn^ ||http://ibeip.com^ @@ -13576,6 +14240,7 @@ ||http://ihhii.xyz^ ||http://iigushi.com^ ||http://ijieo.com^ +||http://ijo5g.cn^ ||http://ijuns.com^ ||http://ijuny.com^ ||http://imanchu.cn^ @@ -13585,38 +14250,58 @@ ||http://increased.cn^ ||http://infvb.com^ ||http://internerl.com^ +||http://intxt.cn^ ||http://iq24ne.cn^ +||http://iqiyi.space^ ||http://irauz.com^ ||http://irkuj.com^ ||http://iruad.com^ +||http://isgow.com^ ||http://ishowms.com^ +||http://itcoder.top^ ||http://iyaos.com^ +||http://iyouhu.cn^ ||http://iyuey.com^ ||http://izouo.com^ ||http://izuis.com^ +||http://j200d3.cn^ +||http://j6y54.xyz^ +||http://j6yh5.xyz^ ||http://jaat3ax.site^ +||http://jajattt.com^ ||http://jbanb.com^ ||http://jbbath.cn^ ||http://jcaik.com^ ||http://jcaip.com^ +||http://jcboloni.cn^ ||http://jcdb88.com^ ||http://jcwwxn.com^ ||http://jdaot.com^ +||http://jdf494.cn^ ||http://jdflower.cn^ ||http://jdgsgl.com^ ||http://jduiv.com^ +||http://jdzlxtc.com^ ||http://jgkto.com^ +||http://jh99s.cn^ +||http://jhbrc.xyz^ +||http://jhf2e.cn^ +||http://jia-huan.cn^ +||http://jiangchunli.cn^ ||http://jiaofulin.cn^ ||http://jiaqingli.cn^ ||http://jieyixiu.com^ ||http://jifeidandar.com^ +||http://jiguangyi.com.cn^ ||http://jiirz.com^ ||http://jim86d.cn^ ||http://jinchaoyu.com^ ||http://jingdayiyuan.com^ +||http://jingoulong.cn^ ||http://jingxiangyalvji.cn^ ||http://jioeg.com^ ||http://jiumishow.com^ +||http://jixiby.cn^ ||http://jiyuanzixun.com^ ||http://jkert.com^ ||http://jlkja.com^ @@ -13631,12 +14316,15 @@ ||http://jpg1.oss-cn-beijing.aliyuncs.com^ ||http://jrdkc.com^ ||http://jsaik.com^ +||http://jskang.cn^ ||http://jssumei.cn^ ||http://jstdjq.com^ +||http://jsth999.com^ ||http://jsyjwj.com^ ||http://jullycn.com^ ||http://jundazulin.com^ ||http://just9229.cn^ +||http://justincao84.cn^ ||http://juyzr.com^ ||http://jwhfn.cn^ ||http://jwiyr.com^ @@ -13645,36 +14333,53 @@ ||http://jxinyue.top^ ||http://jxnrfx.com^ ||http://jxxcfd.com^ +||http://jxyufa.com^ ||http://jyhwt.cn^ ||http://jyjhkz.com^ ||http://jzntxs.com^ +||http://k2n0f.cn^ ||http://k5ai3c.cn^ +||http://k7tju.xyz^ ||http://k859n.cn^ ||http://k9wi2d.cn^ ||http://kafka8.com^ +||http://kaihutai.cn^ +||http://kakappp.com^ +||http://kanghuaixin.cn^ ||http://kanjiaqun.cn^ ||http://kbstyn.com^ ||http://kcenu.com^ ||http://kchaq.com^ ||http://kcooy.com^ ||http://kdieu.com^ +||http://kdzbg.xyz^ ||http://ketaoke.com^ ||http://kexigia.com^ ||http://kfand.com^ ||http://kfeiu.com^ ||http://kfuih.cn^ +||http://kg962.cn^ ||http://kguaq.com^ ||http://khuoy.com^ +||http://kjdw.com.cn^ ||http://kjfhe.com^ ||http://kjhfy.com^ ||http://kl6636.net^ +||http://klgzzs.cn^ +||http://klsadm.com^ +||http://kltent.cn^ +||http://kmfnkj.com^ +||http://kofcq5.cn^ +||http://kongssew.com^ ||http://koudaichaoshi.cn^ ||http://kqiaq.com^ ||http://ks67.com^ ||http://ksdsuzhou.com^ ||http://kshks5.site^ +||http://ksylsh.cn^ ||http://kteyz.com^ ||http://ktzte.cn^ +||http://kuaipaobiaoju.com^ ||http://kuaituisss.com^ ||http://kueofwt.cn^ ||http://kuptmf.cn^ @@ -13685,12 +14390,15 @@ ||http://kz8tr2.cn^ ||http://l30od.cn^ ||http://l4elb.cn^ +||http://l7g4e.cn^ ||http://l93stb.cn^ ||http://l9c4s.cn^ ||http://la71f.cn^ +||http://laiye315.top^ ||http://laksdn.com^ ||http://lanhouhou.cn^ ||http://laojiayoufang.com^ +||http://lawumi.cn^ ||http://layyi.com^ ||http://lbaij.com^ ||http://lbaoj.com^ @@ -13698,6 +14406,7 @@ ||http://lcrmm.top^ ||http://legozu.com^ ||http://lerenzx.cn^ +||http://lesanmo.top^ ||http://let83.cn^ ||http://lfdydk.com^ ||http://lfouz.com^ @@ -13705,43 +14414,70 @@ ||http://lglady.cn^ ||http://lglkqm.cn^ ||http://lguir.com^ +||http://lhcyii.cn^ ||http://lhhxlj.com^ ||http://lianfuhuang.cn^ +||http://lianyicq.cn^ +||http://liaoruochen.cn^ ||http://liaotian4.com^ ||http://lifuzhubao.com^ ||http://lihongdou.cn^ +||http://lijie1010.top^ +||http://linghangshouji.com^ ||http://linwukui.cn^ ||http://linyankm.cn^ ||http://listenother.com^ +||http://liufang1994.top^ +||http://liujiaqi.top^ +||http://lixianze.top^ +||http://liyelaowu.cn^ ||http://ljuer.com^ ||http://lletd.cn^ ||http://llvez.com^ ||http://lnenz.com^ +||http://lolvsdota.cn^ +||http://longkoupeanut.cn^ +||http://louisan.cn^ +||http://lousivency.com.cn^ ||http://lpaoz.com^ -||http://lqmohun.com^ +||http://lqmohun.com^$third-party +||http://lr96.top^ ||http://lsiwd.cn^ ||http://lusrg.cn^ ||http://luxoshopde.com^ +||http://luyouxi.cn^ ||http://lvyishengtai.com^ +||http://lwhsdfc.cn^ ||http://lxind.cn^ +||http://ly5200.cn^ ||http://lybczlsb.com^ +||http://lychangxu.cn^ +||http://lyczhb.com^ ||http://lyjz001.com^ ||http://lyshengtu.cn^ ||http://lzida.com^ ||http://lzjycy.com^ ||http://lzkjsj.com^ ||http://lzytt.com^ +||http://m19ud.cn^ +||http://m216j.cn^ ||http://m4ztka.cn^ +||http://m652a.cn^ ||http://m72r.cn^ ||http://mammina.cn^ +||http://mao1.jsnovel.com^ ||http://maoyumao.net^ +||http://matchjia.cn^ ||http://maxoi.cn^ ||http://mbaik.com^ ||http://mbiek.com^ +||http://mbusdw.cn^ ||http://mcaik.com^ ||http://md0z4dh.com^ ||http://mdous.com^ ||http://mdsfzh.cn^ +||http://medprofile.cn^ +||http://meizhuli365.cn^ ||http://mendoc.cn^ ||http://mengpr.com^ ||http://meooe.com^ @@ -13750,9 +14486,11 @@ ||http://mhuos.com^ ||http://miaiche.cn^ ||http://miaos11.com^ +||http://micreative-china.cn^ ||http://mid5in.top^ ||http://miiuv.com^ ||http://mindrook.com^ +||http://mingbangzichan.com^ ||http://mjita.cn^ ||http://ml44.cn^ ||http://mlion.cn^ @@ -13761,10 +14499,13 @@ ||http://mmkvi.com^ ||http://mmpuh.cn^ ||http://mmwdwg.cn^ +||http://mnptinibfbv.com^ ||http://mobiorg8.com^ ||http://morningpiggy.com^ +||http://moshangflower.cn^ ||http://mouaa.com^ ||http://movii-loft.cn^ +||http://moxiaoyang.top^ ||http://mqcwr.cn^ ||http://mqgpo.com^ ||http://mqies.com^ @@ -13773,66 +14514,99 @@ ||http://msuik.cn^ ||http://mtcat.cn^ ||http://mubite.cn^ +||http://mujiangdashi.cn^ ||http://mukkkoi.cn^ +||http://muqsad.xyz^ ||http://muusn.cn^ ||http://mwjpk.com^ +||http://mx.biquge.info^ +||http://mxtailor.com^ +||http://mysty.com.cn^ +||http://myuf6.xyz^ ||http://myycrw.com^ ||http://mzclass.club^ +||http://n0h8g.cn^ +||http://nabeghlavi.com.cn^ +||http://nanyangqiaoxiang.cn^ +||http://nashlin.top^ ||http://nbaob.com^ ||http://nbhotpo.com^ ||http://ncoyqc.com^ +||http://nd59w.cn^ ||http://nduop.com^ ||http://ndusa.cn^ ||http://neijh.com^ ||http://nernv.com^ ||http://netko0o.com^ +||http://newknowledge.cn^ ||http://nfkos.com^ +||http://ngceq.cn^ +||http://ngsaang.top^ ||http://nickarini.com^ ||http://niegg.com^ ||http://nihao987654.top^ ||http://ningbojipiao.com^ ||http://nixiclothing.com^ ||http://njguluyu.cn^ +||http://njhuashidai.cn^ ||http://njxczy.com^ +||http://njyyk.com^ +||http://nk295.cn^ ||http://nkwwbg.com^ +||http://nkyyls.cn^ ||http://nmmdzq.cn^ +||http://nmqdnykj.com^ ||http://nmtouzi.com^ ||http://nnfiy.com^ ||http://nongshengyi.cn^ ||http://nq37f.cn^ +||http://nqfwx.cn^ +||http://nsjpu.com^ +||http://nsxtob.cn^ +||http://nthfds.xyz^ ||http://ntpddq.com^ +||http://nv43.com^ ||http://nwwap.com^ ||http://nwxzs.com^ ||http://nxh2h.cn^ ||http://nxkycx.com^ ||http://nxwly.com^ ||http://nxypz.com^ +||http://nydjsm.cn^ ||http://nyhnx.com^ ||http://nykps.com^ +||http://nyyxyx.com.cn^ ||http://oangm.com^ ||http://obeip.com^ ||http://obj9.cn^ +||http://octopuszyw.cn^ ||http://oende.cn^ ||http://oeocriaq.cn^ ||http://oesnw.com^ ||http://ohuam.com^ +||http://oir85.cn^ ||http://ojues.com^ ||http://okshishi.com^ ||http://okuis.com^ ||http://okwan.cn^ +||http://okx6.site^ ||http://olc0.cn^ ||http://on68xf.cn^ ||http://once88.cn^ +||http://onlyshow.top^ ||http://oomyv.com^ ||http://opengam.com^ ||http://opqsr.com^ +||http://orlandomp.com^ ||http://osaws.com^ +||http://osidf.xyz^ ||http://osimym.com^ ||http://osndy.com^ ||http://osvp2.cn^ ||http://ou15r.cn^ ||http://oul78c.cn^ ||http://ow*.biqugego.com^ +||http://panwenjun.top^ ||http://paochala.net^ ||http://passwz.com^ ||http://pbino.com^ @@ -13840,8 +14614,10 @@ ||http://pd3a.cn^ ||http://pdfbs.com^ ||http://pdkuai.com^ +||http://petsfairy.com^ ||http://petsheying.com^ ||http://photo.*.html?tk=$script,third-party +||http://phpape.com^ ||http://pi920.com^ ||http://pianyi95.top^ ||http://piaogj.com^ @@ -13849,26 +14625,38 @@ ||http://pieaa.com^ ||http://piliangzhuce.cn^ ||http://pincidao.cn^ +||http://pinkmore.cn^ ||http://pipysoft.cn^ ||http://pitena.top^ ||http://pjbjzf.com^ +||http://pjxna.xyz^ +||http://pkbook.com.cn^ ||http://pkbrxja.cn^ ||http://pkesports.cn^ ||http://plerv.com^ ||http://plokr.com^ ||http://pmshy.cn^ +||http://pochengweiyuan.com^ ||http://pomhz.com^ ||http://pomkl.com^ +||http://pos68.cn^ ||http://pougg.com^ ||http://pptte.com^ ||http://pqnlorg.cn^ +||http://pqwtrq.xyz^ ||http://prazpf.cn^ +||http://psgch.xyz^ +||http://pstarv.cn^ +||http://ptgezc.com^ +||http://ptummn.cn^ ||http://ptuoa.com^ ||http://puzwb.cn^ ||http://pwjhg.com^ +||http://px69z.cn^ ||http://pxyvb.cn^ ||http://pyerc.com^ ||http://pyhuiyu.com^ +||http://pzhygu.cn^ ||http://pzuth.cn^ ||http://pzvlnh.cn^ ||http://q0uz4c.cn^ @@ -13876,43 +14664,61 @@ ||http://q7ms.cn^ ||http://qaqact.cn^ ||http://qcgkd322.vip^ +||http://qd836.cn^ ||http://qdiut.com^ ||http://qdyazc.com^ ||http://qflwh.cn^ ||http://qgana.com^ ||http://qgaot.com^ +||http://qhdmqzc.cn^ ||http://qhdop.com^ ||http://qhuik.com^ +||http://qhxcdmfj.cn^ +||http://qi-shi.top^ ||http://qiaopiguniang.com^ +||http://qilungroup.cn^ ||http://qinchugudao.com^ ||http://qingzhencai.net^ +||http://qiruidea.com^ ||http://qjueu.com^ ||http://qkptx.com^ ||http://qlaot.com^ +||http://qldua.cn^ ||http://qloer.com^ ||http://qlonglong.com^ ||http://qneit.com^ ||http://qq0au.cn^ +||http://qqdashabi.top^ ||http://qqiat.com^ +||http://qrdqbe.cn^ ||http://qsove.com^ ||http://qtpngov.cn^ +||http://quanjiapp.cn^ ||http://quldu.com^ +||http://quyejianzhan.tech^ +||http://qxyu.top^ +||http://qyttl.cn^ ||http://qzbxfs.com^ ||http://qzdag.com^ ||http://qzdaren.com^ +||http://qzyiming.cn^ ||http://raeqqe.cn^ ||http://rbign.cn^ ||http://rbywg.com^ ||http://rcaiu.com^ ||http://rcynoe.cn^ +||http://rdtylx.cn^ ||http://rdxhrd.com^ +||http://relaxspace.com.cn^ ||http://renshengyiyi.com^ ||http://represented.cn^ ||http://requested.cn^ ||http://rerwe.cn^ ||http://rfese.com^ ||http://ricqo.com^ +||http://rishenglaw.cn^ ||http://rjiau.com^ +||http://rl972.cn^ ||http://rmwdn.com^ ||http://romgv.com^ ||http://rongnews.com^ @@ -13935,29 +14741,47 @@ ||http://scoue.com^ ||http://scqajt.cn^ ||http://sczhilong.cn^ +||http://sdabfw.cn^ +||http://sdahxz.xyz^ ||http://sdaiv.com^ ||http://sdgdtz.cn^ ||http://sdkdm.com^ ||http://sdsqyyc.com^ ||http://sdytsh.com^ +||http://seawayz.com.cn^ +||http://sec-cloud.cn^ +||http://seerpiu002.com^ +||http://self-study-service.com.cn^ ||http://sezvc.com^ ||http://sfanf.com^ ||http://sguac.com^ ||http://sgzs999.com^ +||http://she-ke.cn^ ||http://shenbimall.com^ +||http://shengchaopiao.cn^ +||http://shenhao258.top^ ||http://shenyunkeji.com^ +||http://shffcy.cn^ ||http://shidailw.com^ ||http://shjsxx.com^ +||http://shsnjj.top^ +||http://shuaixu.site^ ||http://shumilou.co/style/html5.js +||http://signstu.top^ ||http://siguatv.cn^ +||http://simon184.cn^ ||http://sincetrade.com^ +||http://sixgen.cn^ ||http://sjaidu.com^ ||http://sjczsc.com^ ||http://sjuqc.com^ +||http://slivercommander.cn^ ||http://slvtx.com^ +||http://slygzsc.cn^ ||http://smckii.cn^ ||http://smdhek58726.cn^ ||http://smpdth.cn^ +||http://smvip8.cn^ ||http://smxay.com^ ||http://sonomoyo.com^ ||http://sonsang.cn^ @@ -13965,11 +14789,20 @@ ||http://soso.ws^ ||http://soyue.cc^$third-party ||http://spahelani.com^ +||http://sqa4e.xyz^ ||http://sqwscy.com^ ||http://srrux.com^ +||http://ssdoi.com^ +||http://starlizard.com.cn^ ||http://statstat888.com^ +||http://stdst.cn^ +||http://stevenblue.cn^ ||http://stuoe.com^ +||http://subshall.cn^ ||http://suehy.com^ +||http://sugajo.cn^ +||http://suitmatters.cn^ +||http://suolaka.23txt.com^ ||http://suoooi.cn^ ||http://suwo0n.com^ ||http://svfwer.top^ @@ -13980,7 +14813,9 @@ ||http://sxlczj.cn^ ||http://sxmdxy.com^ ||http://sxmutan.com^ +||http://sxtyhl.top^ ||http://sxxca.com^ +||http://sxying.top^ ||http://sxzzhj.com^ ||http://sycbbs.com^ ||http://symaa.cn^ @@ -13992,9 +14827,12 @@ ||http://sysadult.cn^ ||http://sysal.cn^ ||http://sytsr.com^ +||http://syxchj.cn^ ||http://syxsa.cn^ ||http://szqifu.com^ ||http://szshouzhai.com^ +||http://szwzjk.cn^ +||http://szyuke.cn^ ||http://tabwl.com^ ||http://tajxgs.com^ ||http://tatahn.com^ @@ -14004,12 +14842,16 @@ ||http://tbinq.com^ ||http://tchep.com^ ||http://tcnmf.com^ +||http://tctakoh.com^ ||http://tdain.com^ ||http://tdoup.com^ ||http://tenh2.cn^ +||http://tgbrfv.cn^ +||http://themecat.cn^ ||http://themee.cn^ ||http://thuyki.cn^ ||http://tianhelife.com^ +||http://tianhuafund.cn^ ||http://tiankongzudui.com^ ||http://tianxiazhenji.com^ ||http://tiaopimiao.net^ @@ -14019,33 +14861,48 @@ ||http://tiojk.com^ ||http://tiwom.com^ ||http://tjiaa.com^ +||http://tk59n.cn^ ||http://tkshyp.com^ ||http://tl875f.cn^ ||http://tmmjgcp.cn^ ||http://tmrmixer.cn^ ||http://tochgw.com^ +||http://toissue.cn^ ||http://tongjiwo.com^ ||http://tp74ym.cn^ +||http://travel-together.cn^ ||http://travlcen.com^ +||http://tsgyg.cn^ ||http://tsrc8.com^ ||http://tuadong.com^ ||http://tukexiu.com^ +||http://tuoxintrade.cn^ +||http://txshuku.com/js/ ||http://txstatic.cn^ ||http://txtxr.com^ +||http://txwhds.com.cn^ ||http://tymsyx.com^ +||http://tyrghj.cn^ ||http://tyyjzs.cn^ +||http://u372q.cn^ ||http://u7qy3e.cn^ ||http://ubaii.com^ ||http://uc4a.cn^ ||http://ucaii.com^ ||http://uchij.com^ +||http://ucsmqq.site^ +||http://udbyv8918.com^ ||http://ueaeqqi.cn^ ||http://uhor8.cn^ ||http://uissm.com^ ||http://uksnyf.cn^ +||http://umbbs.cn^ ||http://umm6.cn^ ||http://umyai.com^ +||http://unilz588.com^ +||http://uo12.com^ ||http://uqpfh.cn^ +||http://urlet.cn^ ||http://usty357a.site^ ||http://uuopp.com^ ||http://uxyrl.cn^ @@ -14073,6 +14930,7 @@ ||http://vhuay.com^ ||http://vichc.com^ ||http://viiqx.com^ +||http://viptv91.cn^ ||http://vjuer.com^ ||http://vkjnd.com^ ||http://vkuay.com^ @@ -14082,13 +14940,17 @@ ||http://vsxet.com^ ||http://vvnna.com^ ||http://vvocm.com^ +||http://vwb4p.cn^ ||http://vweit.com^ ||http://vy74i.cn^ +||http://vz71j.cn^ ||http://w13qh.cn^ ||http://w859u.cn^ ||http://waby66.cn^ ||http://wagenlux.cn^ ||http://wanfcc.com^ +||http://wangliqin.top^ +||http://wangqing7.top^ ||http://wanrenshe.com^ ||http://wao24.com^ ||http://warron.cn^ @@ -14106,8 +14968,12 @@ ||http://weboser.com^ ||http://wechatpu.com^ ||http://weikefanli.com^ +||http://weimeicar.cn^ ||http://weiziqiang.top^ +||http://wenbangsh.com.cn^ +||http://wenzhougy.cn^ ||http://wervp.com^ +||http://wfxoi.xyz^ ||http://wfyqc.com^ ||http://wgaoe.com^ ||http://wghjq.cn^ @@ -14116,9 +14982,12 @@ ||http://whxhhjx.com^ ||http://wjdfv.com^ ||http://wjier.com^ +||http://wjyljl.cn^ +||http://wkjava.top^ ||http://wkjhd.com^ ||http://wksrx.cn^ ||http://wl963.com^ +||http://wlshotel.cn^ ||http://wnbfw.com^ ||http://wo-x.cn^ ||http://wokekk.com^ @@ -14127,8 +14996,11 @@ ||http://woshiyunying.com^ ||http://wotto.cn^ ||http://woyvk.cn^ +||http://wq19w.cn^ ||http://wsoue.com^ ||http://wsxxu.com^ +||http://wuwuhh.top^ +||http://wuyanauto.com^ ||http://wuylp.com^ ||http://wvcdn.cn^ ||http://wvver.com^ @@ -14137,15 +15009,23 @@ ||http://wxhh678.com^ ||http://wxhltd.com^ ||http://wxmg2016.com^ +||http://wxvsj.com.cn^ ||http://wywna.cn^ ||http://wzn4.cn^ +||http://wzxw7.com^ +||http://x3e2c.cn^ ||http://x5cc5z.cn^ ||http://x81zw.com^*.gif ||http://xabtx.com^ ||http://xacqp.com^ +||http://xafxs.cn^ +||http://xamaky.top^ +||http://xamiqi.top^ ||http://xavingtsun.com^ +||http://xb29h.cn^ ||http://xbaiv.com^ ||http://xberu.com^ +||http://xbiqugecc.com/bcc/ ||http://xcbmwx.com^ ||http://xcdzsw.com^ ||http://xdkje.com^ @@ -14159,8 +15039,12 @@ ||http://xiakelea.com^ ||http://xiangchim0.com^ ||http://xiangshiw.net^ +||http://xiansenmeng.cn^ +||http://xieyanmin.com.cn^ ||http://xindelin.cn^ ||http://xinghao89.com^ +||http://xingsky.cn^ +||http://xingtai0.com^ ||http://xingtaiju.cn^ ||http://xinterface.cn^ ||http://xinuocp666.com^ @@ -14173,15 +15057,21 @@ ||http://xmcxz.com^ ||http://xmgdfb.cn^ ||http://xmgysweb.com^ +||http://xmljx.cn^ ||http://xmndrx.cn^ +||http://xn--2qux23confgml.club^ +||http://xn--mtsr39cnql.video^ ||http://xncgroup.cn^ ||http://xnghmc.com^ ||http://xnjzsn.com^ ||http://xrain.net^ ||http://xroun.com^ ||http://xrpva.cn^ +||http://xsyouwei.cn^ ||http://xszysc.com^$third-party +||http://xt725.cn^ ||http://xtzxmy.com^ +||http://xuehongxs.com:8862^ ||http://xujx8.com^ ||http://xunhuaji.cn^ ||http://xurizhongguo.cn^ @@ -14192,6 +15082,8 @@ ||http://y05zw.cn^ ||http://y12f.com^ ||http://yajiuwz.xyz^ +||http://yanbenji.cn^ +||http://yangzhenpeng.top^ ||http://yanjunbo.com^ ||http://ybaih.com^ ||http://ybaiu.com^ @@ -14200,36 +15092,52 @@ ||http://ybeih.com^ ||http://ybfwmm.cn^ ||http://ybhypt.com^ +||http://ybrex.cn^ ||http://ybtianxi.com^ ||http://ychap.com^ +||http://ycypzx.cn^ ||http://ydfz.org^ ||http://ydouu.com^ +||http://yetaiguang.cn^ ||http://yexfes.com^ ||http://yfano.com^ +||http://ygblogtag.cn^ ||http://ygqczh.com^ ||http://yguap.com^ ||http://yicang8.com^ ||http://yicixingjinkou.com^ ||http://yicuntian.cn^ +||http://yierheng.top^ ||http://yijieweizf.com^ +||http://yikuaiqian.com.cn^ +||http://yimai51.cn^ +||http://yimeize.cn^ ||http://yingkepj.cn^ ||http://yinzantouzi.com^ +||http://yiqima.xyz^ ||http://yisloda.com^ +||http://yitiaoyu.top^ ||http://yiyuantian.com^ ||http://yizhijin.cn^ ||http://yjiaj.com^ ||http://ymmdpk.cn^ ||http://ynbzxh.com^ ||http://yndushi.cn^ +||http://ynizdm.cn^ ||http://ynjczy.net^ ||http://ynjyhm.com^ ||http://ynmhg.cn^ ||http://ynnke.com^ ||http://ynp0h.cn^ +||http://ynzby.cn^ +||http://yo34b.cn^ ||http://yoiur.com^ +||http://youtui456.com^ ||http://youweiprint.com^ +||http://youyoukou.cn^ ||http://yoxus.cn^ ||http://ypzhwf.cn^ +||http://yr29r.cn^ ||http://ys6ot.cn^ ||http://ysjweb.com^ ||http://yssbi.net^ @@ -14237,19 +15145,25 @@ ||http://ytdksb.com^ ||http://ytmaitian.com^ ||http://ytmaksim.cn^ +||http://yuanhangpiju.cn^ +||http://yueduyy.com^ ||http://yueyelive.com^ ||http://yunanfuwuqi.com^ ||http://yunxiufang.net^ ||http://yuxiny.com^ ||http://yuxyz.com^ ||http://ywbwsm.com^ +||http://ywqum.cn^ ||http://ywrjgzs.com^ ||http://yxhxs.com^ +||http://yxsnf.cn^ +||http://yybos.com.cn^ ||http://yyeks.com^ ||http://yyhqch.com^ ||http://yyjhf.com^ ||http://yymmsd.cn^ ||http://z3uk6.cn^ +||http://z41vm.cn^ ||http://zabxb.com^ ||http://zbeic.com^ ||http://zbieo.com^ @@ -14263,6 +15177,7 @@ ||http://zesod.cn^ ||http://zfanc.com^ ||http://zfood029.com^ +||http://zfrgkm.cn^ ||http://zgbsny.com^ ||http://zgclmw.cn^ ||http://zgfszs.com^ @@ -14273,36 +15188,54 @@ ||http://zhamm.cn^ ||http://zhenben.cc/2000/ ||http://zhfyws.com^ +||http://zhivalley.cn^ ||http://zhiyaowan.cn^ +||http://zhongfujiaoyu.cn^ +||http://zhongwangmy.cn^ +||http://zhouqin520.top^ +||http://zhuanyule.cn^ +||http://zhuifood.top^ +||http://zhujiafangchan.cn^ ||http://zhuyuanp.shop^ ||http://zhuyuanp.top^ ||http://zhywyl.cn^ ||http://zizcy.com^ ||http://zjhrondo.cn^ ||http://zjkdaikuan.com^ +||http://zjksgl.com^ ||http://zjuwjdc.com^ +||http://zjxrg.top^ ||http://zkba9.cn^ ||http://zkfborg.cn^ ||http://zkwsdf.com^ ||http://zlauk.cn^ +||http://zm-bulu.cn^ ||http://zmlfk.com^ ||http://zmyuer.com^ ||http://zougg.com^ ||http://zpoder.com^ +||http://zpyfsj.cn^ ||http://zreder.com^ ||http://zstjy.com^ ||http://zsxpx.com^ ||http://ztxbd.com^ +||http://zu08e.cn^ ||http://zunss.com^ ||http://zuopp.com^ ||http://zutodu.cn^ ||http://zwkssb.com^ +||http://zwsteel.cn^ +||http://zwychain.cn^ ||http://zx-jsp.com^ ||http://zxhymh.com^ ||http://zxin131.cn^ ||http://zxjjzx.com^ +||http://zyxwpj.com^ +||http://zzalkk.com^ ||http://zzhszj.com^ +||http://zzkfs.xyz^ ||http://zzmmkj.com^ +||http://zzmtfz.com^ ||http://zzqqhb.com^ ||http://zzsdjq.com^ ||http://zzsno1.com^ @@ -14314,8 +15247,14 @@ ||http://yljiaoluo.com^ ||http://yqjxzw.com^ ||http://playno1.club/uppic/ +||http://assume8.com^ +||http://kfdqwo.top^ +||http://tianjin4.com^ ||http://rjno1.com^$csp=script-src 'self' *;style-src +||http://hy-dy.cn^ +||http://liveappgirl.net^ ||http://www.wifi588.net^*.gif +||http://39.100.192.200/zzz0.png ||http://69lm.com.cn^ ||http://qhdfxkj.com^ ||http://shxqeps.com^ @@ -14323,16 +15262,16 @@ ||http://lopostone.com^ ||http://qyqc4s.com^ ||http://vuahb.com^ -||http://alicdn.com^$domain=thz5.cc -||http://chuantu.biz^$domain=thz5.cc -||http://sinaimg.cn^$domain=thz5.cc -||http://tcmdz.com^ -||http://nvsea.com^ +||http://alicdn.com/kf/HTB1pS6Zel1D3KVjSZFy5jbuFpXaO.gif +||http://alicdn.com^$domain=thzx.cc +||http://chuantu.biz^$domain=thzx.cc +||http://sinaimg.cn^$domain=thzx.cc ||http://103.49.209.27^ ||http://146.148.85.61^ ||http://172.81.246.180^ ||http://212.64.34.17^ ||http://45.126.123.80^ +||http://815ff.com^ ||http://akamaihd.net^*/gsd.html?d= ||http://akamaihd.net^*/sid.html?p= ||http://chaogej.com^ @@ -14341,8 +15280,10 @@ ||http://hdapp1008-a.akamaihd.net^ ||http://hdsrc-a.akamaihd.net^ ||http://journalforum.org^ +||http://nvsea.com^ ||http://qhdbfjx.com^ ||http://sohu999.com^ +||http://tcmdz.com^ ||http://withad.cn^ ||http://hjfile.cn/analytics/site/TrackEvent.js ||http://7moor.com^$third-party @@ -14444,7 +15385,6 @@ ||http://enet.com.cn/counter.php ||http://ettoday.net/style/mobileweb2014/js/smartbanner/jquery.smartbanner. ||http://ettoday.net/style/video-ad/ -||http://feng.com^*/index_treasure/ ||http://fengbuy.com/recommend-new. ||http://fh21.com.cn/js/passport/createQuickMenu.js ||http://forex.com.cn/index.php/Invoking/tanchukuang @@ -14455,7 +15395,7 @@ ||http://gtimg.com/gamezone/2014index/images/600x75.jpg ||http://gtimg.com/pingjs/ext2020/dc2017/dist/m_tips/tips.js ||http://gz-chengkao.com/js/duo.js -||http://haha.mx/images/banner/ +||http://hahamx.cn/images/banner/ ||http://hanjutv.com/public/js/layer/layer.js ||http://hao123img.com/v4/MB/xU/jy/VY/YX/MBxUjyVYYX.js ||http://heiguang.com/_r/2015/js/hrBottomBar. @@ -14503,7 +15443,6 @@ ||http://koolearn.com/zt/poster_js/$domain=~www.koolearn.com ||http://kuakao.com:6053/floatcard? ||http://kuwo.cn/static/swf/xctg.swf -||http://lab.feng.com/images_new/ad- ||http://lofter.com/blogPhotoAd? ||http://lofter.com/mailEntry.do?blogad ||http://longzhu.com/i/api/videos/dailyRecommend? @@ -14612,7 +15551,6 @@ ||http://china.cn/js/common/daniel_pop/ ||http://chinaacc.com/lamu/*dl- ||http://chinaacc.com/lamu/*piao -||http://zol.com.cn/js/ask/ask.js ||http://xhd.cn/topic/leyu-piaofu/ ||http://zol.com.cn/index.php?c=Api_JumpApi& ||http://jjwxc.net/adsmanage. @@ -14644,6 +15582,34 @@ ||http://sina.com.cn/other/src/sfc_app_sidebar.js ||http://sinaimg.cn/cj/finance/forex/res/searchCallup.js ||http://tsdm.live/weibo.html +||http://28.com/public/js/w3c_float.js +||http://chinaacc.com/upload/js/cia_mjy_pf/ +||http://kmf.com/da/do +||http://daiyanbao.com/flash/md +||http://banzou.name/qq/qq2.js +||http://baidu.com/se/static/wiseatom/banner/pack_ +||http://5888.tv/Js/topBanner.js +||http://dfcfw.com/zndh/ +||http://jsdelivr.net/npm/live2d- +||http://51offer.com/mod/public/talk/ +||http://51offer.com/pageData/getDataByModuleIdandKey.html?leadkey=adList& +||http://chinalawedu.com/js/weixin/weixin.js +||http://chinalawedu.com/js/zxkf.js +||http://baidu.com/xpage/form/getform?id=wk_pc_skin +||http://bdimg.com^*/popOperationView_*.js +||http://aixifan.com/static/js/appGuide_ +||http://icourse163.org/dwr/call/plaincall/CommonBean.obtain.dwr +||http://3158.cn/min/webim. +||http://3158.cn/static/js/fixbtm/ +||http://house365.com/im_show/imshow.js +||http://3158.cn^*_analyser. +||http://develenv.com^$third-party +||http://syzjxz2018.cn^ +||http://gog.cn/sys/online_calc.js +||http://ip.ws.126.net^$domain=~fxingw.com +||http://dhgxl8qk9zgzr.cloudfront.net/js/log.js +||http://optimix.cn^$third-party +||http://bdp.cn^$third-party ||http://126.net^*analysis ||http://zol.com.cn/pvn/ ||http://map.baidu.com^$domain=laosiji.com @@ -14731,7 +15697,7 @@ ||http://dianping.com/hippo.gif? ||http://dig.qbao.com^ ||http://doc88.com^*/count.js -||http://duba.com/static/v2/js/min.pop.js +||http://duba.com/static/*/js/min.pop.js ||http://dw.xcar.com.cn^*.gif? ||http://ea3w.com/pv.js ||http://eastmoney.com/analysis/ @@ -14740,10 +15706,6 @@ ||http://fengniao.com*/pv.js ||http://fjsen.com:81/mysql/count/ ||http://frame.enet.com.cn/a.php -||http://ftchinese.com/index.php/jsapi/analytics -||http://ftchinese.com/index.php/jsapi/ga -||http://ftchinese.com/js/log.js -||http://ftchinese.com/log/analytics.js ||http://fx678.com/htcount/count.js ||http://g.yccdn.com^ ||http://gridsumdissector.cn/gs.gif? @@ -14893,13 +15855,16 @@ ||http://wrating.com^$third-party https://ubmcmm.baidustatic.com https://szxx.com.cn###A0 +https://jinti.com##A[href*="tempurchina.com"] +https://jinti.com##A[href*="immobel.com"] +https://jinti.com##DIV[id*="gg"] https://szxx.com.cn###A1 https://szxx.com.cn###A2 https://gpcxw.com###AA2 https://yahoo.com###ACT_crazy https://yahoo.com###ACT_takeover https://yahoo.com###ACT_takeover2 -https://hc360.com,yaolan.com###AD +https://yaolan.com###AD https://21yq.com,yaolan.com###AD1 https://itavcn.com###ADE https://sina.com.cn###AD_Background_Wall_BG @@ -14916,8 +15881,8 @@ https://bookgew.com###AdsT https://diyifanwen.com###ArtTl https://zol.com.cn###Article_Top_Banner https://avmimi.com###ArticlesEx_box -https://gamer.com.tw###BH-ad_banner https://gamer.com.tw###BH-bigbanner +https://downyi.com###BzDown https://ifeng.com###CA_left https://ifeng.com###CA_right https://cnfol.com###CjAdvBt @@ -14949,17 +15914,16 @@ https://rfidworld.com.cn###IOTVote2017Ad https://fx168.com###ImgText_01 https://fx168.com###ImgText_02 https://fx168.com###ImgText_03 -https://gq.com.tw###IndexCover https://rijutv.com###JU -https://dj97.com###J_A_B https://duba.com###J_BottomAdBan https://duba.com###J_BottomAdBan_bg -https://duba.com###J_FloorWave -https://duba.com###J_FloorWrap +https://duba.com,newduba.cn###J_FloorWave +https://duba.com,newduba.cn###J_FloorWrap https://duba.com###J_S11 https://2345.com,hao774.com###J_act_plane_hb https://2345.com###J_acts11_footerfixed https://xiami.com###J_albumSale +https://zol.com.cn###J_alpha_link https://2345.com###J_bgSug1st https://gaokao.com###J_fixed_popbox https://2345.com###J_go_erweima @@ -14968,7 +15932,7 @@ https://huya.com###J_roomGg2 + a https://2345.com###J_s11_foot https://2345.com,hao774.com###J_search_bd > div:last-child https://uc123.com###J_shoppingPush -https://duba.com,uu114.cn###J_sideFooter +https://duba.com,newduba.cn###J_sideFooter https://chem99.com###J_tcode https://2345.com###J_tip_stopXP https://jin10.com###J_wdgg_t @@ -14987,24 +15951,20 @@ https://airav.cc###Panel_GambleZone + .Hide_For_JP_AND_EN https://th7.cn###PcPoPmarket https://aiyuke.com###Playerpad https://iis7.com###QTGG -https://elecfans.com###Right2 https://huarenjie.com###RightAd2 https://airav.cc###Right_Panel > div[style^="margin-"] https://sina.com.cn###SI_Comment_DA https://www.sina.com.cn###SI_EDU_AD https://aishoujizy.com###ShouYe_ShangBu > .HtmlMoKua:first-child -https://xiaokuangyl.com###ShouYe_ShangBu > .themeauthor > table:first-child https://70bt.cn###ShowAD -https://gushiwen.org###ShowAd https://upan.cc###ShowDIV https://soopat.com###SoopatAside +https://fx168.com###SquareBanner01_01 https://ifeng.com###StreamMediaWrap -https://webkaka.com###Table1 https://shhgg.in###TopTipHolder https://csdn.net###Topic_Top https://07073.com###Vsss00 https://cnzol.com###Wl_Float_Div -https://duote.com###\32 345_ad https://jisuxz.com###\32 345float https://morningpost.com.cn###\33 60hot https://zongheng.com###\36 roomRecommend @@ -15014,7 +15974,6 @@ https://hao123.com###\5f _wgt_0_13 https://ofweek.com###\5f ad-2100 https://hao123.com###__elm_0_4 https://973.com###a0 -https://admin5.com###a22 https://mtv-ktv.net###aShow https://le.com###a_body_11628 https://yatu.tv###a_d1 @@ -15025,10 +15984,9 @@ https://discuss.com.hk###ab_div_px1 https://2345.com###abanner https://hao.360.cn,hao.360.com###activity https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###activity_countdown_head -https://jqgcw.com,srzc.com,vuejs.org###ad +https://chjtx.com,jqgcw.com,srzc.com,vuejs.org###ad https://ofweek.com###ad-2100 https://ruten.com.tw###ad-467 -https://itxueyuan.org###ad-beifeng-729-90 https://duba.com###ad-detail-banner https://duba.com###ad-dongman https://titan24.com###ad-index-01 @@ -15037,14 +15995,12 @@ https://udn.com###ad-pall https://kiwsy.com.hk###ad-popup-dialog https://kiwsy.com.hk###ad-popup-dialog-overlay https://autohome.com.cn###ad-top-1111 -https://dbw.cn###ad-word https://dayoo.com###ad-xl https://baike.com###ad-xnsc https://duba.com###ad-zongyi https://price.com.hk###ad0 -https://90oo.com,etest8.com,eworldship.com,hntobacco.com,jc001.cn,p9.com.tw,price.com.hk,vipbuluo.com,xinhuanet.com,ylnet.com.cn,zimuzu.tv###ad1 -https://booklink.me,eworldship.com,p9.com.tw,xinhuanet.com,zimuzu.tv###ad2 -https://zimuzu.tv###ad3 +https://90oo.com,jc001.cn,p9.com.tw,price.com.hk,vipbuluo.com,xinhuanet.com,ylnet.com.cn###ad1 +https://booklink.me,p9.com.tw,xinhuanet.com###ad2 https://efu.com.cn###ad4 https://price.com.hk###ad5 https://yuqingcn.cn###ad715x90 @@ -15058,11 +16014,7 @@ https://baidu.com###adMainTopLeft https://baidu.com###adMainTopRight https://plu.cn###adMask https://xunyingwang.com###adModalLabel -https://huanqiu.com###adP-Bot-right-float https://baidu.com###adTitleRight -https://gameapps.hk###adTopClickAreaLeft -https://gameapps.hk###adTopClickAreaRight -https://gameapps.hk###adTopClickAreaTop https://sogou.com###adWindow https://sina.com.cn###ad_blk_fixed https://windows7en.com###ad_btm_down @@ -15074,9 +16026,9 @@ https://house.jschina.com.cn###ad_dl_left https://house.jschina.com.cn###ad_dl_right https://88448.com###ad_forum_banner https://btime.com###ad_full_button_placehoder +https://youxidudu.com###ad_googlebox_pc https://autohome.com.cn###ad_ic_video https://lqz.cn###ad_index -https://babyhome.com.tw###ad_m_peacock https://udn.com###ad_mag https://100ksw.com###ad_move_sg https://zysj.com.cn###ad_pc_bottom @@ -15096,14 +16048,13 @@ https://baidu.com###ad_xbox_3 https://localking.com.tw###adbannerurl https://yxdown.com###adbg https://tbtdg.com###adblockWarning -https://lzep.cn###add +https://chongbuluo.com,lzep.cn###add https://chongbuluo.com###add + a https://fhm.com.tw###add-box https://speedtest.cn###add_r1 https://speedtest.cn###add_r2 https://17yy.com###addiv https://3322.cc###addr -https://rj.baidu.com###ader https://eol.cn###adfloat_l https://eol.cn###adfloat_r https://jia360.com###adl @@ -15119,9 +16070,9 @@ https://yes-news.com###adsc4 https://image.baidu.com###adsearch https://dahe.cn###adsg https://ishuati.com###adsh +https://cztv.com###adsmall https://whsir.com###adswidget1-quick-adsense-2 https://weather.com.cn###adtop_r -https://btspreadcn.com###adultwarningmask https://dm530.net,it168.com###adv https://chinabyte.com###adv-button https://js0573.com###adv1 @@ -15143,7 +16094,6 @@ https://dmzj.com###app_home_ad https://dmzj.com###app_manhua https://hao123.com###append https://txahz.com###archy_ad2 -https://huanqiu.com###artHqsc https://wx.sina.com.cn###artibody > .article-video https://zhuankebar.com###article-cnt > a https://blog.csdn.net###article_content > link + a @@ -15173,48 +16123,42 @@ https://cwyuni.tw###banner > h2 https://iwan.baidu.com###banner-box https://iwan.baidu.com###banner-info https://qidian.com###banner-two -https://360.cn###banner0 +https://mse.360.cn###banner0 https://ballbar.cc,qidian.com###banner1 -https://360.cn,ballbar.cc,muchong.com###banner2 +https://ballbar.cc,mse.360.cn###banner2 https://ksbbs.com,kshot.com###banner2_top https://qidian.com###banner3 -https://360.cn###banner_2 +https://mse.360.cn###banner_2 https://99tianji.com###banner_gg https://ksbbs.com,kshot.com###banner_top https://uestc.edu.cn###bar https://c114.com.cn###barrage_ad https://c114.com.cn###barrage_bg https://hao.rising.cn###bbTao -https://zimuzu.tv###bbs_list_ad -https://muchong.com###bbsmain > div[style="padding:10px 0;"] > table -https://cntv.cn###bbspop https://gamme.com.tw###bd https://acfun.cn###bd_ad1 https://makaidong.com###bdcs https://sogou.com###bdfs0 https://baidu.com###bdyx_float_rb https://qxfun.com###beautiful-things -https://1kkk.com,bukade.com,dm5.com,dm5.hk,sfacg.com###beitou +https://1kkk.com,dm5.com,dm5.hk,sfacg.com###beitou https://eeyy.com###beitou_box https://dataguru.cn###bg https://91danji.com###bg_ad https://kyofun.com###bg_ad_left https://kyofun.com###bg_ad_right https://netbardh.com###bg_left -https://52pk.com,hanhande.com###bg_link +https://52pk.com###bg_link https://netbardh.com###bg_right https://eol.cn###big-ad-img https://timedg.com###bigAdv -https://gdzjdaily.com.cn###bigblockAd https://bitauto.com###bitAd_background https://bitauto.com###bitAd_floatFlash +https://nodejs.cn###biz_center +https://nodejs.cn###biz_nav https://dilidili.wang###bkm -https://e-learn.cn###block-changyanpinglunxia8 -https://e-learn.cn###block-layui-ele -https://e-learn.cn###block-tengxunyunshuang11 https://zaobao.com###block-views-zb2016-freefrom-block-1 -https://e-learn.cn###block-wenzilianjie -https://e-learn.cn###block-youxiajiao +https://e-learn.cn###block-youyi https://gmgard.com,hggard.com###blog > div[style="overflow:hidden"] https://blog.163.com###blog-163-com-toptips https://so.com###bnbtm-banner @@ -15222,9 +16166,9 @@ https://159i.com###body > table[width="100%"] https://microcontrol.cn###body > table[width="758"] https://nick20.com###body_page_sharer ~ table[width="100%"] https://tom.com###body_right_banner -https://esdict.cn,eudic.net,frdic.com,godic.net###bodycontent > style + div[id] +https://esdict.cn,eudic.net,frdic.com,godic.net###bodycontent > style + div[id] > :nth-child(n+2) https://airav.cc###bottom-adv -https://hiwenku.com###bottom-advert +https://hao123.com###bottom-be https://recruit.com.hk###bottomBar https://10086.cn###bottomBigBanner https://wapwenku.baidu.com,wk.baidu.com###bottomFixed @@ -15241,25 +16185,24 @@ https://cwyuni.tw###box34614 > [class^="box-"] https://lohas.pixnet.net###box785805 https://finance.ifeng.com###box_img https://zhan.com###box_tips -https://hefei.cc###bp_ad https://sogou.com###browser_ad https://orsoon.com###btn-down-one -https://wap.eastmoney.com###bulletin_board > ul[id] https://pchome.net###bzhref https://fuli.us###callboard +https://hao.360.com###cangbao_redbags https://ck101.com###canvas-section https://cangku.in,galacg.me,moneyweekly.com.tw###carousel-example-generic https://bitauto.com###carshow https://bbs-mychat.com###cate_top > tr > .f_one https://cnbeta.com###cb_share > .fl https://sina.com.tw###cboxOverlay -https://eworldship.com###ccrhshow https://dapenti.com###center > div[align="center"][target="_blank"] +https://55188.com###center-pic https://huarenjie.com###cftoutiao https://hao.rising.cn###change https://i-part.com.tw###chatroomFrame + div[style="text-align: center;padding-top: 10px"] -https://fulishequ.com###china_ads_div405 -https://cqfishing.net,gpshk.cc###chs_bannerArea +https://cqfishing.net###chs_bannerArea +https://seseda90.com###clone_ad https://gz0668.com###closexguide https://uuu9.com###cm1337 https://baidu.com###cms-company @@ -15272,6 +16215,7 @@ https://haianw.com###comiis_haianw01 https://haianw.com###comiis_haianw13 https://haianw.com###comiis_haianw14 https://chcj.com###comiis_sfcs00 +https://chcj.com###comiis_sfcs08 https://jrj.com.cn###comment > a:first-child https://fuli.us,tianshif.com###comment-ad https://elecfans.com###company-ad @@ -15282,7 +16226,6 @@ https://gg163.net###container > table[width="960"] https://jb51.net###contbot https://biquge001.com,fuliba.net###content > a https://fuliba.net###content > div:first-child > a:first-child:last-child -https://go-gddq.com###content > div[style="float: Right;"] https://fuliba.net###content > ul[style="list-style-type: none;"] https://yes-news.com###content-728 https://yes-news.com###content-728-top @@ -15304,22 +16247,19 @@ https://airav.cc###corner_cf https://2345.com,hao774.com###corner_div https://qihoo.com###countdown1111 https://sg169.com###coupleft -https://baidu.com,danyang.com###couplet-left -https://baidu.com,danyang.com###couplet-right +https://baidu.com###couplet-left +https://baidu.com###couplet-right https://youxi.baidu.com###coupletBanner https://sg169.com###couprigth https://eepw.com.cn###coverDiv https://1688.com###cpm-ad https://1688.com###cpm-ad-2 -https://idanmu.at###cpv https://nownews.com###crazy-video https://yahoo.com###crazyAD https://muchong.com###creditegg https://ipcfun.com###crumb_r https://wpsoso.com###cse-search-box > p https://wjx.cn###ctl01_ContentPlaceHolder1_divProMsg -https://fzlimg.com###ctopad -https://fzlimg.com###ctopadtop https://free.com.tw###custom_html-11 https://hexieshe.cn###custom_html-2 https://wanghualang.com###cx_tag_cloud-2 ~ aside[id^="php_text-"] @@ -15334,9 +16274,12 @@ https://iask.sina.com.cn###daily_topic_flnr https://mydrivers.com###dangbei_down https://kpw6.com###daojs https://fzdao.cn###datu +https://1fzdao.com###datu1 https://ytbbs.com###dd1 https://4399.com###defaultbglink +https://fastadmin.net###detail-recommend https://sogou.com###detailRightAd +https://hoteastday.com###detail_mask_ad https://stockstar.com###dhwzl https://141hongkong.com###dialog https://chinanews.com###dingtong @@ -15345,6 +16288,7 @@ https://3boys2girls.com###displayadbu3 https://szhk.com###div01 https://3boys2girls.com###div3_display3 https://wendangwang.com###divActivity +https://ike.tv###divAds ~ a https://findprice.com.tw###divBestBuy https://76xh.com###divFendDuo https://splaybow.com###divPrevious:last-child @@ -15354,8 +16298,6 @@ https://webkaka.com###div_bottomad_m https://twpkinfo.com###div_close_cf https://3boys2girls.com###div_display https://eeyy.cc###div_dn -https://heiguang.com###div_heiguang_ad3 -https://heiguang.com###div_heiguang_ad4 https://chem99.com###div_main_ta https://ref.so###div_midleft https://ck101.com,pchome.com.tw###div_superbar_swf @@ -15363,14 +16305,15 @@ https://360doc.com###divaboveReflectionAd1 https://360doc.com###divaboveReflectionAd2 https://360doc.com###divunderZcommondAd https://360doc.com###divyoulikead -https://0562.cc,114shouji.com,1xlala.com,528500.com,52jscn.com,5378cc.com,5imx.com,99nets.me,bansha.com,bbs.52life.cc,chcj.com,chcj.net,cm868.com,cnyw.net,cqfishing.net,discuzlab.com,hh010.com,i3zh.com,im286.net,kugz.com,ld0766.com,luanren.com,mahoupao.com,qilanxiaozhu.net,qinzhou8.com,sh419.net,suizhoushi.com,txahz.com,wishct.com,xsool.com,ybvv.com,ytshe.com###diy1 -https://d7w.net###diy10 +https://0562.cc,114shouji.com,1xlala.com,528500.com,52jscn.com,5378cc.com,5imx.com,99nets.me,bansha.com,bbs.52life.cc,chcj.com,cm868.com,cnyw.net,cqfishing.net,discuzlab.com,hh010.com,im286.net,kugz.com,ld0766.com,luanren.com,mahoupao.com,qilanxiaozhu.net,qinzhou8.com,sh419.net,suizhoushi.com,txahz.com,wishct.com,xsool.com,ybvv.com,ytshe.com###diy1 https://im286.net###diy110 -https://cbber.com###diy2 +https://1fzdao.com###diy123 +https://cbber.com,you85.com###diy2 https://chiphell.com###diy2 + div https://gpshk.cc,oneplusbbs.com,wstx.com,xiaot.com###diy4 https://cbber.com,qilanxiaozhu.net,xiaot.com###diy_chart https://chinafix.com###diy_col_1-3 +https://elecfans.com###diy_company https://5imx.com###diy_mxad02 https://5imx.com###diy_mxad03 https://5imx.com###diy_mxad04 @@ -15382,11 +16325,13 @@ https://cnpingpang.com###diycity1103 https://storyren.com###diyfastposttop https://im286.net###diyflash https://qbaobei.com###diyforumdisplaybottom -https://0517w.com,1xlala.com,365kl.net,3qled.com,52ch.net,bbs.qbaobei.com,chcj.net,chinafix.com,cnyw.net,gz0668.com,mahoupao.com,mcncc.com,qilindao.com,xsool.com###diynavtop +https://0517w.com,1xlala.com,365kl.net,3qled.com,52ch.net,bbs.qbaobei.com,chinafix.com,cnyw.net,cqsq.com,gz0668.com,mahoupao.com,mcncc.com,qilindao.com,xsool.com###diynavtop https://51nb.com###diynavtop + .t_rown[cellpadding="5"] https://bbs.pcbeta.com###diynavtop + style + div[class] https://yshw1.com###diynews_ad1 https://lahoo.ca###diyrighttop +https://nfuwow.com###dl-left-first +https://nfuwow.com###dl-right-first https://114la.com###dlAD1 https://114la.com###dlAD2 https://ebiotrade.com###dlBoxs @@ -15394,12 +16339,14 @@ https://docin.com###docindex_ad https://udn.com###doctop https://niutuku.com###downAD1 https://qiannao.com###downTb + div +https://ttdytt.net###downlink https://sm.cn###download-uc https://sm.cn###download-uc-v2 -https://howfile.com###downloadtable + div > table[style="margin-top:5px"] +https://zol.com.cn###downloader_main https://nczsks.com###downyxjs https://langxi.org###drk_ledtd https://chinanews.com###dt_advert +https://bejson.com###dua https://ptbus.com,weather.com.cn###duilian https://my0511.com###duilianleftdiv https://my0511.com###duilianrightdiv @@ -15415,9 +16362,9 @@ https://easou.com###ec-results-c https://baidu.com###ec_im_container https://hao123.com###ecom https://image.baidu.com###ecomContainer -https://hjenglish.com###editor_a4 https://gcxa.cn###edu_ad63 https://letv.com###egg +https://yeshen.com###egg-section https://21cn.com###embed_hzh_div https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###encourage_entry https://hc360.com###endAccessories1 @@ -15431,17 +16378,18 @@ https://maomaomom.com###execphp-4 https://www.pixnet.net###extradiv2 https://www.pixnet.net###extradiv5 https://apk.tw###favatarRight -https://happy-yblog.blogspot.com,happy-yblog.blogspot.hk,happy-yblog.blogspot.tw###fbox-background https://baidu.com###fc-left +https://yzpsb.com###fc_foot https://baidu.com###fengchao-dialog https://baidu.com###fengchaoad +https://hao.360.com###festival-firework https://maxthon.cn###festival-fix-bottom -https://360.cn###festival-logoskin +https://hao.360.cn,hao.360.com###festival-logoskin https://maxthon.cn###festival-rain-wrapper https://hao.360.cn###festival-theme > .left-entry https://hao.360.cn###festival-theme > .right-entry-wrap -https://360.cn###festival_baijian -https://360.cn###festival_balloon +https://hao.360.cn###festival_baijian +https://hao.360.cn,hao.360.com###festival_balloon https://hao.360.cn###festival_fly https://hao.360.cn###festival_fly + .couten https://6665.com###fgdiy01 @@ -15450,12 +16398,14 @@ https://elecfans.com###fix-tdkad https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###fixed_bar https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###fixed_daoliu https://duba.com###fixedad +https://torrentkitty.app,torrentkitty.tv###fixedbanner https://qqread.com###flash310ad -https://haha.mx###float-left-ad +https://e0838.com###float-bot +https://hahamx.cn###float-left-ad https://speedpan.com###float-window https://fun48.com###float2016 https://guagua.cn###floatRoomDiv -https://zmz2019.com###float_ad +https://rrys2019.com###float_ad https://eeyy.com###float_ad0 https://123du.cc,bokon.net,eol.cn###float_l https://jnnc.com###float_layer @@ -15477,6 +16427,7 @@ https://uwants.com###foruminfo + div[align="center"] https://my0511.com###forumtextad https://xianliao.me###frame > .xianliao_component https://wcjbb.com###frame2TVWk2 +https://52kd.com###frame2cu3VU https://filmaker.cn###frame2gS3Ea https://wcjbb.com###frame37boCx https://yangluo.cn###frame51RcxP @@ -15488,19 +16439,24 @@ https://ytshe.com###frameUTSzKE https://yangluo.cn###frameVw7574 https://gz0668.com###framec32DR1 https://tvapk.net###framecd6V1M +https://hcbbs.com###framedtSuR9 https://tvapk.net###framelP7piy https://qhf168.com,qianhua.biz,qianhuaw.com###framelzHoHY +https://hcbbs.com###framemI4t76 https://wcjbb.com###frameo834m9 +https://hcbbs.com###framerG6o99_left https://aishs.top###frameu9916W_left > .block:nth-child(-n+6) https://18avhub.com,18avtube.com,avmimi.com,mm-cg.com###friendLink https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###frs-list-game -https://docshelper.net###ft_ad https://wendangxiazai.com###ft_hb -https://fancai.com,gamemei.com###ft_right_bottom +https://gamemei.com###ft_right_bottom https://windows7en.com###fu_box_logo https://cnyes.com###full_ad-popup https://cnyes.com###full_ad-screen https://ifeng.com###funBar +https://cool-de.com###fwin_popadv +https://cool-de.com###fwin_popadv_cover +https://etest8.com###gads1 https://baidu.com###gamePromo https://51.com###game_advlayer https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_cover_head_wrapper @@ -15510,16 +16466,16 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###ga https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_live_widget https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_rank https://discuss.com.hk###gamepage_banner +https://jb51.net###gaosu https://downxia.com###gaosu_div0 +https://ruanjianxia.com###gaosu_downloads https://downcc.com,pc6.com,zdfans.com###gaosuxiazai -https://www.infoq.com###gbanner.gbanner -https://66ys.tv,6vhao.net,dygang.com###gd https://ruanyifeng.com###gd1 https://whnews.cn###gd_l https://whnews.cn###gd_r https://ant.design###geektime https://ant.design###geektime-ads -https://dilidili.name,zdzdm.com###gg +https://dilidili.one,zdzdm.com###gg https://sdgundam.cn###gg-banner https://vvshu.com###gg120 https://5173.com###gg330 @@ -15529,6 +16485,7 @@ https://xiazaizhijia.com###gg_2 https://xiazaizhijia.com###gg_3 https://324324.cn###gg_468_60 https://324324.cn###gg_728_90 +https://miniie.com,tisai.com###gg_content https://yy.com###gg_left https://yy.com###gg_right https://7654.com###gg_top @@ -15544,11 +16501,11 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###gl https://eprice.com.tw###goldlink https://rebooo.com###gong https://acfun.cn###goniudan -https://gameapps.hk###google_side_ad2_top https://aimazu.com###gotoTop https://js0573.com###gotopl https://js0573.com###gotopr https://cnr.cn###gtop00 +https://doubibackup.com###guangg_image https://creaders.net###guanggao2 https://gasaq.com###guanggao_left https://gasaq.com###guanggao_right @@ -15557,6 +16514,7 @@ https://hao123.com###guesslikesite-block https://szhk.com###h_banner https://szhk.com###h_textads https://hao123.com###hao123-gw11 +https://chaidu.com###hb https://macd.cn###hbad https://coolaler.com###hd https://gdmm.com###hd > .wp > .module @@ -15572,60 +16530,60 @@ https://hao123.com###headJoke https://tbxt.com###headad2 https://solidot.org###headads https://lxty66.com###header + .tac.mb5 -https://33235.net###header > center +https://1024li.com,33235.net###header > center +https://houdao.com###header-ban https://maxthon.cn###header-float-promote https://2345.com###header-news https://hao.360.cn,hao.360.com###header-patch https://060s.com###header4 https://bdinfo.net###header_AD -https://hnr.cn###header_banner_list https://131458.com###header_gg https://pediy.com###header_right_cell[width="603"] +https://taoguba.com.cn###headerggContent https://huan.moe###headhead +https://bejson.com###headmedia https://duote.com###hengfu https://moe-acg.cc###hengfu-widget https://hexun.com,hexun.com.tw###hexunCouplet01 https://eepw.com.cn###hiddenLayer -https://gamersky.com###hitix https://w3cplus.com###home-page-widgets https://wacowla.com###home-top-narrow https://bjhockey.org###homeVideoModal +https://aizhan.com###home_text_content https://ruanyifeng.com###homepage_pos -https://3987.com###hongbao +https://3987.com,588230.com###hongbao https://3boys2girls.com###hotbar https://sogou.com###hotel_vr_details https://sohu.com###hotpicnew https://yahoo.com###hp-ad-left https://yahoo.com###hp-ad-right -https://huanqiu.com###hqbl123 https://ifeng.com###hslide_sPic_360 https://ifeng.com###hslide_sPic_baidu https://narutom.com###hy_float -https://hz66.com###hzhead + .column -https://mingyg.cn###hzw_showmsg https://mzyz.com###idTransformView2 https://nownews.com###idle-layer https://ifeng.com###ifengAehovering_small https://tingroom.com###ifram_563 https://hao.360.cn###iguess https://ck101.com###image_ad_long -https://cnjxol.com,rznews.cn###img +https://rznews.cn###img https://nick18.com###img a -https://firstchina.org.cn,pharmnet.com.cn###img1 +https://pharmnet.com.cn###img1 https://e0575.com###img2 https://114la.com,ylmf.com###imgArr https://image.baidu.com###imgCmsAdPart -https://e10000.cn###imgFloat https://image.baidu.com###imgid > .fcimgpage https://54new.com###imgshow https://ydss.cn###indexBlad https://baidu.com###index_banner_top https://zongheng.com###index_game +https://sm.cn###index_haodongxi https://windows7en.com###index_long_first https://baidu.com###index_right_float https://baidu.com###index_right_top +https://chinabidding.cn###info_adv_1 https://58.com###infolist > .recycleInfo -https://520cc.cc,jav777.cc###inplayer +https://520cc.cc,jav777.cc,yocoolnet.in###inplayer https://pchome.net###intel-bar https://mm-cg.com###ioshowAD https://xh127.com###isubpi @@ -15639,13 +16597,14 @@ https://iwan.baidu.com###j-ditu https://iwan.baidu.com###j-media https://qidian.com###j-topBgBox https://qidian.com###j-topHeadBox +https://qidian.com###j_bodyRecWrap https://yaolan.com###j_focus_img https://tieba.baidu.com###j_light_see_index https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_star_bus_before https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_ten_years https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_worldcup_info_banner https://ydss.cn###jd_test -https://freehao123.com###jieweigg +https://stheadline.com###jetso-wrapper https://awaker.cn###jiji + div[style="padding: 20px"] https://cnbeta.com###job_box https://aiyuke.com###js-ad-type4 @@ -15666,55 +16625,51 @@ https://0597kk.com###kk_oTransContainer2 https://1m3d.com###klp_adtop https://sogou.com###kmap_business_title https://sogou.com###kmap_business_ul +https://baidu.com###knowledge-answer https://csdn.net###kp_box_476 https://csdn.net###kp_box_58 -https://douni.com###lad_1 -https://douni.com###lad_2 -https://douni.com###lad_3 -https://douni.com###lad_5 +https://hao.360.com###large2small https://csdn.net###layerd https://hao123.com###layout-guess +https://920share.com###layui-layer1 https://jobbole.com###leaderboard +https://hao.360.com###left-nav-place https://baidu.com###left-promotion https://hao.360.cn###left-ria-fixed https://sdgundam.cn###left-sponsor https://rising.cn###left50 https://cs.com.cn,cssqt.com,qinbing.cn,sonimei.cn###leftDiv -https://hexun.com###leftFloat https://duba.com###leftHot https://51credit.com###leftLayerDown https://ccb.com.cn###leftSideAd https://2345.com###leftSideBar https://kuai8.com###left_Ad https://cpd.com.cn###left_bdad -https://hao.360.cn###left_float +https://hao.360.cn,hao.360.com###left_float https://sina.com.cn###left_focus_ad https://timeon.cn###leftadv https://hao123.com###leftbannerv2 https://wed114.cn###leftdiv https://ifeng.com###leftdl https://leagueofmovie.com###leftfixedad -https://fqlook.com###leftfloatad1 https://www.wenxuecity.com###leftside https://hao123.com###lefttip-container -https://dilidili.name,dilidili.wang###lgg +https://dilidili.one,dilidili.wang###lgg https://sdgundam.cn###link-roll ~ .box-set-2 +https://boke112.com###linkdh https://cwyuni.tw###links-row-1 > div[id^="box"]:not(#box32499):not(#box1026387):not(#box34614) https://51cto.com###list4 https://uimaker.com###listbaidu https://90bifen.com###live > table[cellspacing="0"][cellpadding="0"] https://autohome.com.cn###live_rec https://500.com###live_top_ad -https://bukade.com###loadimg https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###loan_ad_mod_a https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###local_pb_top https://blog.163.com###loftertextlinkad -https://elecfans.com###login-tip https://ly6080.com###loginInfo > a https://djwma.com###logo https://xuehuile.com###logoBanner https://eepw.com.cn###logoSearchNews + .marb10 -https://histock.tw###logo_21_ad_768x901_pnlAD1 https://letv.com###logo_activity https://ebc.net.tw###lotteryfnc https://nlc.gov.cn###lovexin12xx @@ -15735,9 +16690,9 @@ https://ksbbs.com###main > div[style^="height:65px"] https://secretmine.net###main-content > br https://secretmine.net###main-content > center https://jia360.com###mainADswitch -https://hkgolden.com###mainTopicTable > tbody > tr:nth-child(3):not([id]) -https://hkgolden.com###mainTopicTable > tbody > tr[id] + tr:not([id]) +https://zhuwang.cc###main_newad https://mail.pchome.com.tw###main_top_frame +https://cssqt.com###mainbox > a https://yimuhe.com###maincontent3 > div[style^="height"] https://map.baidu.com###mapBanner https://wenxuecity.com###marquee @@ -15749,12 +16704,13 @@ https://l114la.com###media https://hinet.net###media_ad_popup_overlay https://hexieshe.cn###media_image-2 https://hexieshe.cn###media_image-3 +https://avtb6677.com###menu-main-content > li:nth-child(n+5) https://fuliba.net###menu-nav > .menu-item:nth-child(n+4):not(:last-child) https://xiuren.org###menur https://tv.sohu.com###miaozhenad -https://download.enet.com.cn###middle_new > .font2 -https://emu999.net,webjx.com###middleimg -https://m.hao123.com###midline +https://sina.cn###midThreeAds +https://webjx.com###middleimg +https://91.com,hao123.com,site.baidu.com###midline https://hao123.com###mingzhanresource https://hk.yahoo.com###mntl1 https://jspoo.com###module2748 @@ -15782,14 +16738,11 @@ https://cnpingpang.com###new-flash https://hc360.com###newAppBox https://hc360.com###newAppBox1 https://cam4.tw###newTippingViewer + div[data-ab] -https://elecfans.com###newTopAdArea -https://ishuaji.cn###new_banner https://dilidili.wang###newapp2018 https://yaolan.com###newfix-dsp https://pigai.org###newnotice https://chinaqking.com###newsAD https://hexun.com###newsPopWin -https://chinanews.com.cn###news_top_advert https://live.win007.com###notify > a[target="_blank"] https://ssnn.net###nrk_gg https://fx168.com###oilTopAd @@ -15798,16 +16751,13 @@ https://duba.com###oneTip https://duba.com###oneone https://image.baidu.com###only-lady-sec https://xiaohx.org###open +https://360.cn###openCenterScreen https://lgmi.com###openwindows0 https://samsung.com###operationBanner https://ifeng.com###optimusPrimeContentId https://ifeng.com###optimusPrimeContentId_left https://jiyingdm.com###otherWindowBox https://ttzmz.vip###otherad -https://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) -https://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) + h2 -https://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] -https://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] + h2 https://lalulalu.com###overture-side-bar-ads https://3boys2girls.com###overture_ads_long https://lalulalu.com###overture_main_banner @@ -15821,20 +16771,19 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pa https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_frs-header\/pagelet\/head_content_middle > div[class]:not([class*="_"]):first-child https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_search\/pagelet\/search_ad https://whnews.cn###panel +https://u7u9.com###pangu_leftBottom https://xdowns.com###part_1 https://hifidiy.net###part_left2 https://hifidiy.net###part_right_gg7 https://18avhub.com,18avtube.com,mm-cg.com###partner https://vuetifyjs.com###patrons -https://hefei.cc###pb_sm_l https://bdimg.com,tieba.baidu.com,tieba.com,wapp.baidu.com###pblist > li[class]:not(.j_post_list_item) https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pc2client https://pchome.net###pchome_970_90_a https://kaixindy.com###pege_ad1 https://tsdm.live###pgt:first-child + div > a +https://axiang.cc###photo-sliders + .widget_text https://ifeng.com###picAdposition -https://china.cn###pic_loop -https://muchong.com###pid1 > div > a[class] https://sina.com.cn###pip_taobao https://pixnet.net###pixblogad https://pixnet.net###pixblogad-banner2 @@ -15845,7 +16794,6 @@ https://blog.sina.cn###pl-blog-artad https://blog.sina.cn###pl-blog-tbyy https://blog.sina.cn###pl-float-bar https://weibo.com###pl_common_ali -https://focustimeshk.com###placeholder https://hao.360.cn,hao.360.com###plane > .plane-hd https://hao.360.cn,hao.360.com###plane-ria https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_order_head @@ -15854,14 +16802,14 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pl https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###platform_left_float https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###platform_spread_video https://zdqx.com###play-gif +https://haote.com###playBox https://tingroom.com###play_ggr https://7k7k.com###player-ad https://jyacht.com###playergg https://yxingqiu.com###playertipian https://image.baidu.com###plz-albums https://image.baidu.com###plz-head-banner -https://gdzjdaily.com.cn###politicTopAd -https://ahgame.com,china.com.cn,netbardh.com,pangzi.ca###pop +https://ahgame.com,china.com.cn,dandanzan.com,netbardh.com,pangzi.ca,twoeggz.com###pop https://game2.cn###pop-flash https://1688.com.au###pop-up https://eepw.com.cn###popBox @@ -15891,6 +16839,8 @@ https://51cto.com###postform + a[style] https://sosg.net###postlist + .cc https://apk.tw###postlist > div:nth-last-child(2):not([id]) https://wenku.baidu.com###ppt-bottom-ads +https://17ce.com###pr_wrap +https://downza.cn###priDownBtn + a[href*="?module="] https://9le8.com###program_play_right https://oschina.net###project_ad_banner https://firefoxchina.cn###promo @@ -15909,14 +16859,13 @@ https://cankaoxiaoxi.com###qihupic https://so.com###qiyu-brand-container https://chinanews.com###qizhi_div980 https://xineurope.com###qmenu_menu + .wp -https://hbzkw.com###qq-bottom https://duba.com###qq_adv https://baidu.com###qrcode-chunwan +https://fsclzs.com###qvod +https://atyun.com###r_banner > ul > li > a[href^="http"]:not([href*="atyun."]) https://163.com###r_mkaolaadv https://appinn.com###ranshownow https://game2.cn###rb -https://hnr.cn###rb_pics -https://baiduyunso.com###rcode https://cqsq.com###read_0 + a[target="_blank"] https://tiboo.cn###read_hd1 https://chinaqking.com###readerServiceDIV @@ -15941,25 +16890,26 @@ https://cpd.com.cn###right_ad2 https://cpd.com.cn###right_adt https://discuss.com.hk,uwants.com###right_column https://uc123.com###right_elevator -https://gamersky.com###right_fixed https://gmw.cn###rightad1 + .contentColumnRight https://wed114.cn###rightdiv https://ifeng.com###rightdl https://leagueofmovie.com###rightfixedad https://ixueyi.com,shangxueba.com###rightfloatdiv +https://yinhang123.net###rightgg +https://yinhang123.net###rightgg1 https://www.wenxuecity.com###rightside https://nczsks.com###rightyxjs https://motocity.com.tw###rotator https://so.com###rt-interest-list +https://fqlook.cn###rtj1009_iho3 +https://fqlook.cn###rtj1009_ren_imme1 https://m.autohome.com.cn###s2205 https://autohome.com.cn###s5473 https://jvhao.com###sAD3 https://jvhao.com###sAD5 https://alu.cn###sanjia https://javjunkies.com###sb1 -https://baby-kingdom.com###sbad https://sm.cn###sc + .article.ali_row -https://hackp.net###scbar_hot https://wpsoso.com###scontent > div[style] https://chyangwa.net,motorfans.com.cn###scrollPics https://youxi.kugou.com###scrollUp @@ -15971,6 +16921,7 @@ https://duba.com###searchRight https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###search_baidu_promote https://baidu.com###search_bottomad https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###search_button_wrapper +https://ruten.com.tw###search_u_970x90 https://liuli.pw###secondary img:not(.avatar) https://iplaysoft.com###section_event https://360-bo.com###selectpd @@ -15986,15 +16937,9 @@ https://maxthon.cn###shopping https://hao123.com###shortcut-box > .tip https://hao123.com###shortcut-tuiguang https://kaoyan1v1.com###showAD -https://downkr.com###show_download_main_panel > .hidden-sm -https://downkr.com###show_download_top_panel > .row > .hidden-xs -https://china.cn###show_loop https://dmzj.com###show_tip_bg -https://hinews.cn###showgg -https://chaidu.com###shuang11 https://rising.cn###shuangshiyibid https://maxthon.cn###side-game-pop -https://mgtv.com###side-join-ad https://iwan.baidu.com###side-xbox https://ck101.com###sideAds1 https://ifeng.com###sideBar[class^="box_"] @@ -16005,9 +16950,10 @@ https://qiuquan.cc###sidebar .aligncenter https://5izyw.com###sidebar > .box-b:first-child https://iyejie.com,pc360.net###sidebar > .widget:first-child https://oneinstack.com###sidebar > .widget:last-child -https://gaoqing.la###sidebar > .widget:nth-child(-n+3) +https://ainuody.com###sidebar > .widget:nth-child(-n+6) https://pc360.net###sidebar > .widget:nth-child(3) https://jobbole.com###sidebar > .widget_text:first-child +https://cmsky.com###sidebar > .wow > .widget:first-child https://tl95.vip###sidebar > .wow:first-child > .widget:first-child https://jiecao123.com###sidebar > a https://fuliba.net###sidebar > div:first-child @@ -16022,22 +16968,20 @@ https://yigujin.cn###sidebar img[src*="/abc/"] https://xici.net###sidebar-bd > #pbox:last-child https://elecfans.com###sidebar-firstad https://gaoqing.la###sidebar-follow -https://dianyingbar.com,hanjutvn.com,taijuwang.com###sidebar-quan https://jobbole.com###sidebar-recommend https://vikilife.com###sidebar-tab[style^="height:"] https://iplaysoft.com###sidebar_scroll_bdad https://2345.com###sidel_lvy https://2345.com###sidenav > .activity-trig -https://douyu.com,douyutv.com###sign_p_1 +https://douyu.com###sign_p_1 https://udn.com###simplemodal-container https://udn.com###simplemodal-overlay https://esu.moe,esu.wiki###siteNotice https://megatime.com.tw,pchome.com.tw###sixi https://hao123.com,jiegeng.com###siye https://renrenfabu.com###sj-btn -https://etnet.com.hk###skinnerads https://keke.la###slide:first-child -https://12306.cn,baike789.com,club.pchome.net,dysfz.tv,dysfz.vip,itkeyword.com,kdslife.com,wuhaozhan.net###slideBox +https://12306.cn,club.pchome.net,kdslife.com###slideBox https://12306.cn###slideRBox https://cjn.cn###slidelr https://526bt.com###slider @@ -16046,17 +16990,14 @@ https://popart.hk###slideshow https://pconline.com.cn###smallHB1 https://eol.cn###small_adleft https://eol.cn###small_adright -https://360.cn###snatch-logo -https://hcyy.org###snav_mn_forum +https://hao.360.cn###snatch-logo https://baidu.com###sning1 https://baidu.com###sning2 https://baidu.com###sning3 https://sogou.com###sogou_vr_10000901_0 > div[style="display:block;"] https://sogou.com###sogou_vr_21355601_wrap_0 -https://babyhome.com.tw###spAffix -https://hc360.com###spad1 -https://hc360.com###spad2 https://baidu.com###spage-top-banner +https://downbank.cn###speed-download https://heartinkstone.pixnet.net###spotlight https://srzc.com###srzcad https://techbang.com###stickies @@ -16068,6 +17009,7 @@ https://yxdown.com###sy https://windowszj.com###system_type https://tw116.com###t365 https://voicetube.com###tab-ad-site +https://firefoxchina.cn###tab-mod-tehui https://sogou.com###tab857 https://ezvivi.com###table1[width="336"] https://net767.com,playtv.com.cn###table6 @@ -16076,23 +17018,23 @@ https://titan007.com###table_live > tbody > tr > td[height="18"] > a https://07073.com###tanchuang https://zixuephp.net###tantips https://xici.net###taobao_700x250 -https://e23.cn###taobaorba -https://findprice.com.tw###tb_ad https://histock.tw###tbadword https://kengso.com###tbk_left https://kengso.com###tbk_right https://40407.com###tcdgg +https://webkaka.com###tdMidPic https://xh127.com###teinka https://pchome.com.tw###test2 +https://loldk.com###test_ad + #model +https://ilvruan.com###text-11 +https://ilvruan.com###text-12 https://moe-acg.cc,tumutanzi.com###text-3 https://vjmedia.com.hk###text-33 https://stoneip.info###text-57 https://sea-group.org###text-7 https://sogou.com###text_ad_area https://tingvoa.com###textadbox -https://hc360.com###textadv https://ref.so###tg2_main -https://eastmoney.com###tgbottom https://paipai.fm###the-logo + .fr https://firefoxchina.cn###theme-side-banner https://hupu.com###threadLeftAd @@ -16103,20 +17045,21 @@ https://ettoday.net###ticker_3 https://1ting.com###tingx_5 https://wpsoso.com###tips https://dict.cn###tjcd -https://yaxi.net###tk-slider https://yxdown.com###tl_adv -https://51yfx.com###tmall_1111 +https://hao.360.com###tmall-full-screen +https://51yfx.com,htcui.com###tmall_1111 https://ali213.net###tmp_ggao https://ziyouge.com###toadsend https://hexun.com###tonglan_1 + .layout https://10.0.0.211###toolbar +https://chinaz.com###toolsIntro https://uuu9.com###top https://iyejie.com###top > div:not([id]):not([class]) https://gameapps.hk###top-ad-left https://gameapps.hk###top-ad-right https://hao123.com###top-anim -https://abcde.cn,bbs.houdao.com###top-banner -https://360.cn,hao.360.com###top-full-column-tips +https://hao.360.cn,hao.360.com###top-full-column-tips +https://hao.360.com###top-nav https://maxthon.cn###top-slider-ad https://teepr.com###topAdBlock https://zhangxinxu.com###topAdOut @@ -16126,14 +17069,14 @@ https://2345.com,duanwenxue.com###topHf https://elecfans.com###topJf https://hupu.com###topPub https://zhangxinxu.com###topRecomm -https://360.cn,hao.360.com###top_activity +https://hao.360.cn,hao.360.com###top_activity https://starbaby.cn###top_ad_show -https://cctime.com,ck101.com###top_banner +https://cctime.com,ck101.com,doyo.cn###top_banner https://bttop.net###top_bottom + div[style="float:left;width:100%;"] https://xiashanet.com###top_content https://ibf.tw###top_d -https://hiapk.com,xitongzhijia.net###top_gg -https://360.cn,hao.360.com###top_hotsite +https://xitongzhijia.net###top_gg +https://hao.360.cn,hao.360.com###top_hotsite https://duba.com###top_joke https://huaban.com###top_promotion https://wendu.cn###topads @@ -16153,21 +17096,19 @@ https://zzbaike.com###topnav + div[style] https://mtrend.cn###toptabs1 > .kz_line https://85lou.com###topwarning_7ree https://fuli.us###toubuads -https://17ce.com###tp_wrap https://qidian.com###tr-banner https://tianya.cn###travel_float https://sohu.com###turn-ad https://ziqiangxuetang.com###tutorial_btm https://tuyiyi.com###tuyiyi_zfb https://ali213.net###tv -https://makaidong.com###txtlink +https://jb51.net,makaidong.com###txtlink https://udn.com###udn_scupio_responsive_wrapper https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###union_mod https://cnbeta.com###upcoming_box https://v.163.com###v_shapeLeft_divId https://v.163.com###v_shapeRight_divId https://0772fang.com###v_topAD_1 -https://fanjian.net###vad https://ifeng.com###veidoshowAd https://hexun.com,hexun.com.tw###videoLeftAd https://hexun.com,hexun.com.tw###videoRightAd @@ -16188,15 +17129,13 @@ https://weishangshijie.com###wad_left https://weishangshijie.com###wad_right https://kamlm.com###wanmeiffad1 https://21ic.com###warp_con -https://6park.com###weibozkinfo +https://chineseinla.com###weixin_ads2 https://xunleige.com###weizhi-a https://fububu.com###wendibu https://baidu.com###wgt-ad-right-fixed https://baidu.com###wgt-left-promo https://51yfx.com###widget-gouwu -https://hanjutvn.com###widget-quan https://51yfx.com###widget-test -https://heu8.com###widget_ada https://ccav1.com###widget_da https://ylnet.com.cn###winpop1 https://news.baidu.com###women-picwall @@ -16209,12 +17148,8 @@ https://17jita.com###wp > .wp > .pbm https://528500.com###wp > div[align="center"] https://yixingjia.com###wp > table[width="960"] https://wpjam.com###wpjam_blog_300x250_1 -https://isso.com.cn###wqd1496213529829serial -https://isso.com.cn###wqd1519353145001serial https://ganpapa.com###wrapper + div -https://gdzjdaily.com.cn###wrapper > div[style^="margin-top:6px;"] https://btbtt.me###wrapper2 > .width -https://huanqiu.com###wxhz1 https://zhaolianmeng.com###wzgg https://nczsks.com###wzyxjs https://liaoxuefeng.com###x-sponsor-a @@ -16233,10 +17168,9 @@ https://redocn.com###yc_adv_1_2 https://rjfcxxw.com###yimao > div[style] https://starbaby.cn###yindex_ads https://hao123.com###yixing-siye -https://fawan.com###ynetG_B1 +https://ynet.com###ynetG_B1 https://dm5.com###youce https://yahoo.com###ysm-umu -https://game735.com###ysmAD1433_1 https://weather.com.cn###ytc https://eastday.com###yxxf_area https://weather.com.cn###zdl @@ -16246,10 +17180,11 @@ https://gzmama.com###zone_index_fullcolumn_2 https://gzmama.com###zone_left_couplet https://gzmama.com###zone_right_couplet https://gzmama.com###zone_top_fullcolumn +https://eastmoney.com###zwbtextlink https://jyacht.com###zy_topgg2 https://jyacht.com###zyc1r_03 https://jyacht.com###zyc1r_05 -https://dilidili.name,dilidili.wang##.A4 +https://dilidili.one,dilidili.wang##.A4 https://china.com.cn,csdn.net,cyol.net,wxrb.com,yam.com##.AD https://motobuy.com.tw##.AD1 https://wxrb.com##.AD1000 @@ -16272,12 +17207,12 @@ https://cnfol.com##.Ad1000 https://cnfol.com##.Ad310 https://cnfol.com##.AdAsideW300H250 https://hung-ya.com##.AdBottom -https://aohua.com.au##.AdTop-Article-QQ1 +https://crsky.com##.Adown_dli https://cnfol.com##.AdvDL https://fx110.com##.Adv_1 https://bestopview.com##.Adv_c https://pc6.com##.Advbox -https://feixiangtv.com,qiuyi.cn##.Advertisement +https://qiuyi.cn##.Advertisement https://big5.china.com.cn##.Advertising > a https://ifeng.com##.Avt01 https://ifeng.com##.Avt02 @@ -16312,10 +17247,11 @@ https://jinhua.com.cn##.FocusAD https://angelweb.cn##.GG960x90 https://aiyuke.com##.GGad https://downg.com##.Gs_d[href$=".exe"] -https://52fzba.com,79tao.com,hqol.cn,mcncc.com,sunwy.org,twunbbs.com,wnflb.com,wnflb66.com##.GzList +https://52fzwg.com,79tao.com,hqol.cn,mcncc.com,sunwy.org,twunbbs.com,wnflb.com,wnflb66.com##.GzList https://le.com,letv.com##.H-tg https://diyifanwen.com##.Hzh1 https://diyifanwen.com##.Hzh2 +https://hao.lenovo.com.cn##.IconLink https://iyaxin.com##.Information https://ixigua.com,toutiao.com##.J_ad https://toutiao.com##.J_add @@ -16326,7 +17262,9 @@ https://dianping.com##.J_mkt-group-2 https://dianping.com##.J_mkt-group-3 https://toutiao.com##.J_qihu_ad https://duba.com##.J_side_activity -https://uwants.com##.MFV +https://dasai8.com##.L > font[color="#0000FF"] +https://oilchem.net##.LzAdv +https://price.com.hk,uwants.com##.MFV https://shenchuang.com##.MainR_ad3 https://ltn.com.tw##.NC3 https://taoguba.com.cn##.NH_ad @@ -16335,13 +17273,12 @@ https://cnfol.com##.NewAdBox https://07073.com##.No1 https://bing.com##.OpInNwWndw https://chinaz.com##.Postcon-ad -https://chinaitlab.com,idcquan.com##.Prt_right[style^="HEIGHT:"] -https://hackhome.com##.Qad https://21uscity.com##.R300x70 +https://3dmgame.com##.R_qingtianzhu https://3jy.com##.Rad -https://chinabidding.cn##.TB-focus https://tuku.cc##.TLAD https://avmimi.com##.TW_UTtoy +https://dlemm.cn##.Text-Advertising https://alu.cn##.Tg_125x70 https://alu.cn##.Tg_230x80 https://alu.cn##.Tg_260x70 @@ -16349,6 +17286,7 @@ https://alu.cn##.Tg_290x60 https://alu.cn##.Tg_390x60 https://alu.cn##.Tg_590x60 https://3dmgame.com##.Tonglan +https://feixiaohao.com##.TopHomeLink https://dailynews.sina.com##.TopNav + table https://qinzhou360.com##.Txtadv-show https://weibo.com##.UG_bn_a @@ -16358,7 +17296,7 @@ https://news.china.com.cn##.Wrapper > div[style] https://51.ca##._51_a_c https://outlook.live.com##.__Microsoft_Owa_MessageListAds_ListView_templates_cs_x https://tools.2345.com##._hb-box + .mod -https://gamer.com.tw##.a-mercy-d +https://pincong.rocks##.a-a https://ijia360.com##.a.fz0.mb15 https://thinkphp.cn##.a6 https://chacuo.net##.a96090 @@ -16367,13 +17305,7 @@ https://speedtest.cn##.aP-box https://lahoo.ca##.a_af https://baixing.com##.a_d_s_hidden_link https://jdbbs.com##.a_h -https://hh010.com##.a_hong_c -https://bbs.hh010.com##.a_hong_h -https://hh010.com##.a_hong_t -https://hh010.com##.a_hongh_h -https://hh010.com##.a_hongt_t -https://proewildfire.cn##.a_mu + a -https://tropica.cn##.a_mu1 +https://17tui.cc,tropica.cn##.a_mu1 https://muchong.com##.a_subject[href^="creditshow."] https://163.com##.a_topad https://52ghai.com##.a_xiu_t @@ -16383,6 +17315,7 @@ https://jiyingdm.com##.abcde https://yesky.com##.abox https://w3cschool.cn##.abox-item https://yaolan.com##.abstract_ad +https://159i.com##.ac https://ifeng.com##.acAd1 https://ifeng.com##.acPicBox https://2345.com##.act-market @@ -16395,19 +17328,19 @@ https://2345.com##.activity-skin-rtrig https://2345.com##.activity-skin-trig https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.activity_iframe_container https://2345.com##.acts11-sidefixed -https://0379home.com,2345.cn,234fang.com,265g.com,3gsc.com.cn,52youpiao.com,72g.com,8btc.com,9dcj.com,acg.bz,acgbenzi.com,aohua.com.au,baiduyunpan.net,baike.com,banyungong.org,bbs-mychat.com,cailianpress.com,cdyee.com,ce.cn,chddh.com,chinaiiss.com,chinaqking.com,chinatimes.com,chinatruck.org,chinaz.com,cnforex.com,cnsoftnews.com,codepub.com,cq.xinhuanet.com,cxryun.cn,dav01.com,discuss.com.hk,djwma.com,douban.com,dzwww.com,e0838.com,eastday.com,eworldship.com,fengniao.com,focus.cn,gongkong.com,hanhuazu.cc,henan100.com,hkgalden.com,honglingjin.co.uk,house.jschina.com.cn,iciba.com,ifeng.com,ipeen.com.tw,isharebest.com,itavcn.com,jiligame.com,jrj.com.cn,kumi.cn,landiannews.com,lawtv.com.cn,loveshang.com,lyd.com.cn,lyreader.com,lzep.cn,maxpda.com,mm111.net,moxing.net,ncdiy.com,neotv.com.cn,newsmth.net,njdaily.cn,people.com.cn,pharmnet.com.cn,pixnet.net,pptv.com,ptbus.com,qihaa.cn,r3sub.com,shenchuang.com,sj998.com,sogou.com,sozi.cn,titan24.com,toocle.com,tpy888.cn,tv.sohu.com,tvhome.com,u-car.com.tw,wallstreetcn.com,weather.com.cn,xs99.cc,xun9u.com,xyfdcw.com.cn,yawin.cn,ydss.cn,yesky.com,yqxs.net,zhuhai.gd.cn,zjstv.com##.ad +https://0379home.com,2345.cn,234fang.com,265g.com,3gsc.com.cn,52youpiao.com,72g.com,9dcj.com,acg.bz,acg13.cn,acgbenzi.com,baiduyunpan.net,baike.com,bbs-mychat.com,cdyee.com,ce.cn,chddh.com,chinaiiss.com,chinaqking.com,chinatimes.com,chinatruck.org,chinaz.com,cnforex.com,cnsoftnews.com,codepub.com,cq.xinhuanet.com,cxryun.cn,dav01.com,discuss.com.hk,djwma.com,dmzj.com,douban.com,dzwww.com,eastday.com,fengniao.com,focus.cn,fx112.com,gongkong.com,henan100.com,honglingjin.co.uk,house.jschina.com.cn,iciba.com,ifeng.com,ipeen.com.tw,isharebest.com,itavcn.com,jiligame.com,jrj.com.cn,kumi.cn,landiannews.com,lawtv.com.cn,lieyunwang.com,loveshang.com,luo8.com,lyd.com.cn,lyreader.com,lzep.cn,maxpda.com,mm111.net,moxing.net,ncdiy.com,neotv.com.cn,newsmth.net,njdaily.cn,olevod.com,people.com.cn,pharmnet.com.cn,pixnet.net,pptv.com,ptbus.com,qihaa.cn,r3sub.com,shenchuang.com,sj998.com,sogou.com,sozi.cn,titan24.com,toocle.com,tpy888.cn,tv.sohu.com,u-car.com.tw,wallstreetcn.com,weather.com.cn,xs99.cc,xun9u.com,xyfdcw.com.cn,yawin.cn,yb983.com,ydss.cn,yesky.com,yqxs.net,zjstv.com##.ad https://photofans.cn##.ad-1-index https://cqmmgo.com##.ad-160x40 https://19lou.com,ihome99.com##.ad-190x60 https://cqmmgo.com##.ad-230x60 https://19lou.com,ihome99.com##.ad-300x30 -https://eprice.com.tw##.ad-320x480-popup https://eprice.com.tw##.ad-336x280-g https://eprice.com.tw##.ad-970x250-g https://eprice.com.tw##.ad-970x90-g https://19lou.com##.ad-980x40 https://ihome99.com##.ad-980x60 https://19lou.com,ihome99.com##.ad-980x90 +https://feng.com##.ad-aside https://baofeng.com##.ad-bar-l https://baofeng.com##.ad-bar-r https://html-js.com##.ad-blank @@ -16420,33 +17353,29 @@ https://sm.cn##.ad-dot-container https://pc6.com##.ad-download https://bilibili.com##.ad-e1 https://bilibili.com##.ad-f +https://mgtv.com##.ad-fixed-bar https://eastday.com##.ad-foot-right https://pixiv.net##.ad-footer + .hover-item -https://gameapps.hk##.ad-full-screen -https://babyhome.com.tw##.ad-gad-300250 -https://babyhome.com.tw##.ad-gad-320100 +https://sogou.com##.ad-img-bt + .picContainer https://265g.com##.ad-inner03 -https://ifeng.com##.ad-list +https://baidu.com,ifeng.com##.ad-list +https://feng.com##.ad-list-item https://daydaycook.com##.ad-mask https://dilidili.wang##.ad-middle https://vuejs.org##.ad-pagetop -https://elecfans.com##.ad-pcb https://19lou.com,cqmmgo.com##.ad-place-logo https://baidu.com##.ad-platform-tips https://baofeng.com##.ad-pop-wrap https://qidian.com##.ad-shell https://zol.com.cn##.ad-soft-box -https://babyhome.com.tw##.ad-span-ec -https://babyhome.com.tw##.ad-span-large -https://babyhome.com.tw##.ad-span-square https://liba.com##.ad-split https://baidu.com##.ad-taishan https://ithome.com.tw##.ad-text-in-middle https://39.net##.ad-tl https://yahoo.com##.ad-tl2b +https://e0838.com##.ad-txt + a https://baidu.com##.ad-vip-close https://baidu.com##.ad-vip-close-bottom -https://cocomy.net##.ad-well https://sm.cn##.ad-wolong-container https://cztv.com##.ad003 https://ifeng.com##.ad05 @@ -16460,10 +17389,9 @@ https://ifeng.com##.ad1000_box https://yuqingcn.cn##.ad1024x90 https://chexun.com##.ad1100 https://ishowx.com##.ad1160 -https://c114.com.cn,chddh.com,china.com.cn,persue.com.cn,qingdaonews.com,sj998.com##.ad2 +https://c114.com.cn,chddh.com,china.com.cn,qingdaonews.com,sj998.com##.ad2 https://ifeng.com##.ad200-2 https://yaolan.com##.ad24090 -https://dbw.cn##.ad245 https://jokeji.cn##.ad250_1 https://jokeji.cn##.ad250_2 https://nmgnews.com.cn,sj998.com,sportscn.com,tpy888.cn##.ad3 @@ -16477,12 +17405,11 @@ https://5imx.com##.ad4:first-child https://sj998.com##.ad5 https://china.com.cn##.ad6 https://juyouqu.com##.ad630 -https://jxedt.com,sohu.com##.ad640 +https://cnqiang.com,jxedt.com,sohu.com##.ad640 https://kumi.cn##.ad64060Box https://52ch.net##.ad650 https://19lou.com,cqmmgo.com,ihome99.com##.ad650-60 https://ifeng.com##.ad665 -https://baike.com##.ad680 https://ting89.com##.ad7 https://yaolan.com##.ad71090 https://hupu.com##.ad720-90 @@ -16495,12 +17422,10 @@ https://ifeng.com,sohu.com##.ad950 https://pharmnet.com.cn##.ad9502 https://yaolan.com##.ad96090 https://danlan.org##.ad98090 -https://dbw.cn##.ad980top https://zznews.cn##.ad:not([style]) https://hf365.com,sina.com.cn,sohu.com##.adA https://sohu.com##.adB https://sina.com.cn##.adC -https://hkgalden.com##.adContainer https://familydoctor.com.cn##.adExtra https://sina.com.cn##.adF https://newcger.com##.adFullwidth90 @@ -16531,26 +17456,20 @@ https://jurong.cn##.ad_190_60_5s https://nnnews.net##.ad_24 https://1688.com.au##.ad_300_p https://eol.cn##.ad_490 -https://feng.com##.ad_500 https://ttys5.com##.ad_580 -https://feng.com##.ad_654 -https://zyue.com##.ad_90 https://cna.com.tw##.ad_970 https://hupu.com##.ad_980 https://cheshi.com##.ad_980105 https://leiling.org##.ad__single-double-rectangle-wrap -https://tpy888.cn##.ad_all +https://huanqiu.com,tpy888.cn##.ad_all https://download.csdn.net##.ad_area_1 https://sogou.com##.ad_aside_inner -https://81.cn##.ad_banner_1000x120 https://zhibo8.cc##.ad_box_250 https://ifeng.com##.ad_btn -https://kekenet.com##.ad_catagory https://csdn.net##.ad_class https://gamme.com.tw##.ad_down https://putclub.com##.ad_fastReading https://tgfcer.com##.ad_headerbanner -https://hb163.cn##.ad_inner https://le.com##.ad_layer https://hc360.com##.ad_left https://duba.com##.ad_leftTip_out @@ -16565,7 +17484,7 @@ https://ruian.com##.ad_opera https://hb163.cn##.ad_panel_980 https://letv.com##.ad_pop https://itboth.com,itkeyword.com##.ad_pop_left -https://itboth.com##.ad_pop_left_txy +https://itboth.com,itkeyword.com##.ad_pop_left_txy https://letv.com##.ad_pop_small https://sogou.com##.ad_result https://bitauto.com,cnblogs.com,hc360.com##.ad_right @@ -16573,7 +17492,6 @@ https://9upk.com,ouyaoxiazai.com##.ad_show https://fx168.com##.ad_teshu https://tgfcer.com##.ad_text https://dmzj.com##.ad_th -https://dmzj.com##.ad_time https://zjstv.com##.ad_tl https://pchome.com.tw##.ad_triple https://fulibac.com##.ad_two @@ -16614,7 +17532,6 @@ https://ifeng.com##.adimg https://huanqiu.com##.adindexList https://sina.com##.aditem https://fzdao.cn##.adlan -https://gkstk.com##.adleft https://jxedt.com##.adlink1 https://jxedt.com##.adlink2 https://cww.net.cn##.adlinkL @@ -16635,23 +17552,24 @@ https://shejidaren.com##.ads-post-foot https://weishangshijie.com##.ads228_1_r https://5icool.org##.ads300_show https://eeyy.cc##.ads650 -https://52solution.com##.ads97090 https://disp.cc##.ads_bot_block https://chinamedevice.cn##.ads_img https://chinamedevice.cn##.ads_img1 https://xianliao.me##.ads_popup_small_ads_container -https://199it.com,wholehk.com##.adsbygoogle +https://netflav.com##.ads_video_overlay_mobile +https://199it.com,softwarebrother.com,wholehk.com##.adsbygoogle https://m.kuaidi100.com##.adsbygoogle + a +https://chtoen.com##.adsbygoogle:not([data-ad-slot="9717665976"]) https://aibing.cc,htcui.com,uho.com.tw##.adsense https://lenovo.com.cn##.adsense-wrap +https://3dmgame.com##.adshop https://qinbing.cn##.adspic_mid2 https://av.movie##.adss-160x600 -https://emule.org.cn##.adtabletr1 https://chinaz.com,ofweek.com,yawin.cn##.adtext https://gdmm.com##.adtop > .module +https://nfuwow.com##.adtopnewnewbox https://wed114.cn##.adtwo -https://114la.com,78dm.net,fh21.com.cn,qzwb.com,silver.org.cn,solidot.org,ylmf.com##.adv -https://xiazaiba.com##.adv-110 +https://114la.com,78dm.net,chinairn.com,dav01.com,qzwb.com,silver.org.cn,solidot.org,ylmf.com##.adv https://xmfish.com##.adv-760 https://xmfish.com##.adv-960 https://xinhuanet.com##.adv-column2 @@ -16665,14 +17583,13 @@ https://it165.net##.adv728a https://it165.net##.adv728b https://sohu.com##.adv_960 https://rs05.com##.adv_bottom -https://8btc.com##.adv_element -https://eeskill.com,le.com,letv.com##.adv_img https://jjckb.cn##.adv_ment https://kaifu.com##.adv_slide -https://autohome.com.cn,gdzjdaily.com.cn,loveshang.com##.advbox +https://autohome.com.cn,loveshang.com##.advbox https://jyacht.com##.adve_3 https://jyacht.com##.adve_4 https://anjuke.com##.adver-content +https://baidu.com##.adver-one-item-wrapper https://znjj.tv##.adver1 https://360che.com##.adver1000_60 https://360che.com##.adver1000_65 @@ -16683,7 +17600,7 @@ https://360che.com##.adver600_80 https://wyh.tv##.adverall https://cpnn.com.cn##.adverd-top https://jiaonan.net##.adverframe -https://ce.cn,chinabidding.com.cn,eastmoney.com,expreview.com,ieforex.com,laod.cn,xywy.com,zhujiceping.com##.advert +https://ce.cn,chinabidding.com.cn,eastmoney.com,ieforex.com,laod.cn,xywy.com,zhujiceping.com##.advert https://csdn.net##.advert-bg https://sspai.com##.advert-card https://xmfish.com##.advert-entry-list @@ -16693,32 +17610,31 @@ https://qudong.com##.advert_bottom https://hao123.com,sohu.com,tieba.baidu.com##.advertise https://bitauto.com##.advertise-nav-down https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.advertise_right_index -https://aicoin.net.cn,hkepc.com,iviewui.com##.advertisement +https://aicoin.net.cn,bccn.net,hkepc.com,iviewui.com##.advertisement https://3d66.com##.advertisement-carousel -https://chinacar.com.cn,elecfans.com##.advertising +https://chinacar.com.cn##.advertising https://10086.cn##.advertisingOther_img https://speedtest.cn##.advertisingSpace https://ifeng.com##.advmark -https://hexun.com,hexun.com.tw##.advp https://it165.net##.advyello https://itavcn.com##.advzone -https://123.sogou.com##.adword > a +https://123.sogou.com,web.sogou.com##.adword > a https://meizhou.com##.adwords + div +https://dav01.com##.adwraper https://gamme.com.tw##.adwrpt https://baidu.com##.afd-item -https://mgtv.com##.album-gg -https://frdic.com##.alert +https://13mv.com##.aggd https://wigcw.cn##.alert-block https://wdzj.com##.alert-box-pop https://jszbug.com,siku11.com##.alert-danger -https://9vip.top##.alert-dismissible -https://ckck.vip,eetop.cn##.alert_windows +https://eetop.cn##.alert_windows https://ali213.net##.ali-photo-carousel-pic > li > a[href*=".fhyx."] https://phpvar.com##.aliPic https://sm.cn##.ali_row[ad_aid] https://caibaojian.com##.aliyun-inner https://cnfol.com##.allAd https://bkill.com##.alliance-ad +https://gugeys.cc##.am-g https://gufengmh.com##.animated https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.app_forum_top_nav_tab https://fanyi.baidu.com##.appbanner @@ -16727,48 +17643,47 @@ https://hao.360.cn##.applist > .app:nth-last-child(n+2) https://tiantianzhibo.com##.apprecomm https://gamefy.cn,sitv.com.cn##.area > div[style="float:left"] > a https://wenku.baidu.com##.area[href*="/adclick?aid="] -https://zhlzw.com##.area_ad https://gfan.com##.art-ad https://bkjia.com##.art_rightad1 https://jj59.com##.art_tong https://yzmg.com##.article-bottom-ads https://woshipm.com##.article-bottomAd https://landiannews.com##.article-content > div[class]:first-child +https://acwifi.net##.article-content > div[style="float: none; margin:10px 0 10px 0; text-align:center;"] https://cnbeta.com##.article-global https://m.cnbeta.com##.article-hd + div[style="text-align:center"] -https://cyzone.cn##.article-middle-guanggao https://sina.cn##.article-sax https://yzmg.com##.article-top-ads +https://woshipm.com##.article-topAd https://cnbeta.com##.article-topic https://sm.cn##.article.ali_row + #sc ~ .article.ali_row -https://haha.mx##.article.mt-20 +https://hahamx.cn##.article.mt-20 https://xvna.com##.articleAD https://xuite.net##.articleExtAd https://toutiao.com##.article_link[data-tag="ad"] https://24en.com##.article_part_top -https://carrotchou.blog,chongdiantou.com,hanypan.com,wangqianfang.cn,wuzuowei.net##.asb -https://fulishequ.com##.asb-index-01 -https://lrshare.com##.asb-post https://iviewui.com##.asd https://btyingshi.com##.aside > .card:last-child https://78dm.net##.aside-add -https://focus.cn##.aside-banners https://baidu.com##.aside-inner > div[style*="height:"] https://jingyan.baidu.com##.aside-pro-container https://fx678.com##.aside-store https://oschina.net##.aside-topjj +https://vpsmm.com##.aside-widget > :nth-last-child(n+3) https://anquan.org##.aside_profile_activity > div:first-child https://showtv.com.tw##.ask18 -https://ilvruan.com##.asst +https://acgking.com##.asst https://vx666.com##.async[href^="http"] +https://dayanzai.me##.at1 https://163.com##.at_item https://so.com##.atom-adv https://gamefy.cn,sitv.com.cn##.att-bar https://chexun.com##.attr-outside-ad https://u17.com##.auto_ad https://liba.com##.avdert1190 +https://dcloud.net.cn##.aw-ad-item https://yam.com##.axdBox -https://read01.com##.axslot +https://kknews.cc,read01.com##.axslot https://newsmth.net##.b-content > #sogou_banner:nth-child(3) https://360kan.com##.b-ifradjx https://gamer.com.tw##.b-list_ad @@ -16779,6 +17694,7 @@ https://pinshan.com##.b_adv2 https://120ask.com##.b_right > div[style] https://168gamer.com,168gamer.net##.b_tad https://pinshan.com##.b_taobao +https://expreview.com##.babaBox https://secretmine.net##.background-cover https://china.com##.baidu https://hao.rising.cn##.baidu-banner @@ -16791,13 +17707,14 @@ https://brushes8.com##.baidugg580 https://hc360.com##.baidutuiguang https://xizi.com##.baner1 https://uschinapress.com##.baner_pictur -https://82tu.cc##.banner + a https://csdn.net##.banner-ad-box https://cnool.net##.banner-ad001 +https://bilibili.com##.banner-card https://iwan.baidu.com##.banner-container https://baidu.com##.banner-cover https://cgown.com##.banner-gg https://acfun.cn##.banner-href[href^="http"]:not([href*=".acfun."]) +https://hupu.com##.banner-item[data-ad-params*=":"] https://crsky.com##.banner-leader https://wenku.baidu.com##.banner-more-title https://fuli.us,zhumengwl.com##.banner-post @@ -16807,10 +17724,10 @@ https://5118.com##.banner-top https://firefoxchina.cn##.banner-words https://fanyi.baidu.com,longzhu.com##.banner-wrap https://news.cn2che.com##.banner01 -https://html5china.com,sojson.com,wbzol.com,xizi.com##.banner1 +https://sojson.com,wbzol.com,xizi.com##.banner1 https://jinhua.com.cn##.banner1200 https://jinse.com##.banner1200_new -https://beihaiting.com,guitarchina.com,hao123.com,sojson.com,wbzol.com##.banner2 +https://91.com,beihaiting.com,guitarchina.com,hao123.com,site.baidu.com,sojson.com,wbzol.com##.banner2 https://ting89.com,tingshuge.com##.banner250 https://jinhua.com.cn##.banner260 https://jinhua.com.cn##.banner465 @@ -16836,6 +17753,7 @@ https://sinami.com##.banner_rightBottom https://zhaogepu.com##.banner_top https://591hx.com##.banner_w https://baidu.com##.bannerdown +https://nfuwow.com##.bannermid3box https://javlibrary.com##.bannerqq https://xici.net##.banners-slide https://efu.com.cn##.banners-top-b @@ -16843,10 +17761,10 @@ https://efu.com.cn##.banners-top-x2 https://fang.com##.bannger_inbox https://mscbsc.com##.bao1 https://hao123.com##.bar-text -https://dianyingbar.com##.barrageContainer https://jnnc.com##.basehr + div https://news.lzep.cn##.basehr + div:nth-child(3) https://gd163.cn##.bbs_ad +https://hefei.cc##.bbs_app_fk > a:first-child https://hualongxiang.com##.bbs_box_gg https://nick18.com##.bbs_entry_wrapper > table[width="100%"] https://pediy.com##.bbs_footer_advertising_column @@ -16859,13 +17777,12 @@ https://33am.cn##.bd_980_90 https://52tian.net,starbaby.cn##.bdad https://newnet.cc##.bdad1 https://cnscore.com##.bdbanner -https://818today.com##.bdg https://1010jiajiao.com##.bdgg -https://e23.cn##.bdggtb https://baidu.com##.bds-list-ads https://pinshan.com##.bea_adv2 https://eastday.com##.beforegg https://smzdm.com##.beiwo +https://3h3.com,veryhuo.com##.bendown https://javhd.com##.benefits-list-holder https://muchong.com##.bg > .wrapper:nth-child(14) > .forum_Post_index https://uc123.com##.bg-wrapper @@ -16885,11 +17802,7 @@ https://rkanr.com##.bill https://gywb.cn##.bill-vertical https://sogou.com##.bizr_rb https://chinairn.com##.bizrpt -https://baby-kingdom.com##.bk_list_right_ads -https://fanjian.net##.bkgd-top -https://fanjian.net##.bkgd-topapps https://erji.com,erji.net##.black.y-style -https://hkcna.hk##.blank17 + .fd > a[href^="http"]:not([href^="http://www.hkcna."]) https://pconline.com.cn##.blk-img[href^="http://best.pconline."] https://pconline.com.cn##.block-jcz https://ifeng.com##.blockR.ipad_none:nth-last-child(2) @@ -16907,27 +17820,26 @@ https://tvsou.com##.border-btn[style^="height:"] https://creaders.net##.border_b > tbody > tr > td[height^="2"] https://biz.zjol.com.cn##.bot https://gter.net##.bottom -https://hao123.com,muzhi.baidu.com##.bottom-banner +https://firefoxchina.cn,hao123.com,muzhi.baidu.com##.bottom-banner https://dianping.com##.bottom-contrainer https://qizuang.com##.bottom-fadan-box https://liba.com##.bottom-pic https://histock.tw##.bottom-right -https://zhongkao.com,zuowen.com##.bottomImg +https://aoshu.com,zhongkao.com,zuowen.com##.bottomImg https://lenovo.com.cn##.bottom_ad_ban_bg https://lenovo.com.cn##.bottom_ad_fla +https://kt51.com##.bottom_fixed https://freehao123.com##.box https://cb.com.cn##.box > a[href^="http"]:not([href*=".cb."]) https://enread.com##.box > ul[style="width:100%;overflow:hidden;"] https://114la.com,ylmf.com##.box-hot https://pconline.com.cn##.box-jcz https://dl.pconline.com.cn##.box-push -https://zol.com.cn##.box-top-ad https://sportsv.net##.box.ad https://csdn.net##.box.hot https://0772fang.com##.box0 https://lolshipin.com##.box2 https://mobanwang.com##.box960x90 -https://henan100.com##.boxB https://ifeng.com##.box_list_pic > a[href^="http://dol.deliver."] https://duba.com##.box_shopping https://fx678.com##.box_video @@ -16940,6 +17852,7 @@ https://7junshi.com##.breaknovel-ave https://le.com,letv.com##.broadcast-adv https://hao123.com##.browsertip https://anywlan.com##.bscekvofc_o +https://qqxiazai.com##.bt_abtn2 https://bt.cn,lotour.com##.btad https://163.com##.btm-ad https://onlinedown.net##.btmAD @@ -16950,32 +17863,37 @@ https://firefox.com.cn,firefoxchina.cn##.btn-email-show + p https://cssmoban.com##.btn-host https://subku.net##.btn-success https://mydrivers.com##.btnNext + div:last-child -https://gusuwang.com,news.hexun.com##.business +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.bus-top-activity-wrap https://brtn.cn,btime.com##.business-box https://brtn.cn,btime.com##.business-item +https://cool-de.com##.bustopads https://zhaolianmeng.com##.buttonBar https://zealer.com##.buy_container https://ithome.com##.bx-recom2 https://hao.lenovo.com.cn,hi.lenovo.com.cn##.bxslider-wrap +https://byxx.com##.byzwPC-banner-ADscroll +https://ucbug.com##.bzClick +https://downyi.com##.bzYouDao https://mgtv.com##.c-95060-top https://baidu.com##.c-container.ec-container https://3987.com##.c-gg https://baidu.com##.c-result[data-tpl="adv_wenku_fc"] https://suning.com##.c2c-recommend https://myexception.cn##.c_a_3 -https://aohua.com.au##.c_ad https://cnblogs.com##.c_ad_block https://kdnet.net##.c_spread -https://360.cn##.cangbao_redbags +https://hao.360.cn##.cangbao_redbags https://qihoo.com##.car-ercode https://duba.com##.car_ads https://btring.com##.card[target="_blank"] https://16888.com##.cardataclass https://htcui.com##.carousel +https://byxx.com##.cataAD https://cnbeta.com##.cb-help https://baidu.com##.cbg-Ads https://cnbeta.com##.cbhelp https://m.cnbeta.com##.cbimage-fixed +https://mpyit.com##.cboxElement + a[target="_blank"] https://mpyit.com##.cboxElement + center[style=" padding-top:10px; "] https://cnbeta.com##.cbv810 https://cnbeta.com##.cbv:not(#cb_share) @@ -16983,7 +17901,6 @@ https://meizhou.com##.cc_z1 https://11luba.com,niluba.cc##.center > div:last-child https://sina.com.cn##.center-pdps https://sina.com.cn##.center-pdps-02 -https://huarenjie.com,huarenjie.net##.cfad https://hao.rising.cn##.channel-adimg https://eeskill.com##.channel-featured-adv https://enread.com##.channel-nav > .back @@ -16991,7 +17908,6 @@ https://douban.com##.channel_promo https://xianliao.me##.chat-content__ads https://longzhu.com##.chatroom-ap https://2345.com,hao774.com##.chc-dzoem -https://china.com.cn##.chinaJZG https://firefoxchina.cn##.chip-banners https://52ch.net##.chn_pb https://baidu.com##.chunwan-wrapper @@ -17003,8 +17919,6 @@ https://36dm.club,36dm.com,acgsou.com##.clear.text_center https://360doc.com##.clear360doc[style^="padding-top:"] https://sina.com.cn##.clearAd https://caikuu.com##.clearfix + .recommend -https://mgtv.com##.click-s-r1 -https://mgtv.com##.click-t https://tieba.baidu.com##.client_ad_banner https://tieba.baidu.com##.client_ad_topBanner https://tieba.baidu.com##.client_ad_topBanner + .statistics_img_view + li[class] @@ -17017,24 +17931,24 @@ https://so.com##.cmclk https://image.so.com##.cmitem https://2345.com##.cmoe-nxh-dx https://bbs.xmfish.com##.cmp_v -https://hao123.com##.cn_banner +https://91.com,hao123.com##.cn_banner https://hao123.com##.cn_tips https://cnbeta.com##.cnbeta-side-sponsor https://2345.com##.cnxh_box -https://huanqiu.com##.co360Box https://hlgnet.com##.co_ad https://hlgnet.com##.co_ad3 https://vjmedia.com.hk##.code-block -https://rj.baidu.com##.code-wp https://2345.com##.coem-dzhcn https://www.wenxuecity.com##.col > ul:not([id]) > li > a[href^="http://"]:not([href*=".wenxuecity."]) https://zhangxinxu.com##.col-aside +https://zhangxinxu.com##.col-google https://big-cup.tv,g-cup.tv##.col-md-12.text-center[style="margin-top: 3px;"] https://ezprice.com.tw##.col-md-3 https://gamefy.cn,sitv.com.cn##.col-vlist-l > span -https://dospy.com##.com-adm +https://expreview.com##.colbaba https://jiakaobaodian.com##.com-side-car-sales-rank https://www.kafan.cn##.comeing_show_box[style="padding:10px;"] +https://proewildfire.cn##.comiis_nav ~ a https://image.so.com##.commerce https://wenku.baidu.com##.commerce-flow https://image.so.com##.commerce_txt @@ -17043,7 +17957,6 @@ https://iciba.com##.common-top-nav-item:not([href*=".iciba."]) https://qingdaonews.com##.commonrightad https://cnbeta.com##.commt-r https://meituan.com##.component-downtip -https://gamefy.cn,sitv.com.cn##.con + div[style="float:right; width:326px;"] https://gamefy.cn,sitv.com.cn##.con > a:last-child https://qiuw.com##.con > a:nth-child(n+2) https://maolihui.com##.con-ad @@ -17058,25 +17971,30 @@ https://ifeng.com##.cont_bottom_Yy https://ifeng.com##.cont_bottom_YySmall https://u-car.com.tw##.contad https://u-car.com.tw##.contad_text +https://dragon-guide.net##.container > .gutter:first-child https://rijutv.com##.container > div[style="height: 128px;"] +https://vpsdx.com##.container-fluid > .gsfha3 > .gsfha3 https://it1352.com##.container-fluid > .hidden-sm:nth-child(-n+2) https://www.wangjing.cn##.content > div[style*="980px;"] https://cnbeta.com##.content > p:last-child > a[href] https://sspai.com##.content hr:nth-last-child(-n+4) ~ p https://w3cschool.cn##.content-abox https://baidu.com##.content-adv -https://fullyu.com##.content-top-ads +https://hao.su##.content-copyright https://ptbus.com##.content14 https://p9.com.tw##.contentRightAd +https://bendibao.com##.content_r_ad300 https://educity.cn##.content_relate:nth-child(5) https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.content_top https://aihami.com##.context_ad +https://tuchong.com##.contribute-show https://hao123.cn##.cool > tbody > tr > td[align="center"]:last-child https://duba.com##.cool_textlink https://jiegeng.com##.coolsite-recommend-linked https://cnbeta.com##.cooperation https://weike87.com##.copy https://114la.com##.corner +https://baidu.com##.corneradv https://51.com,wnacg.org##.couplet https://51wangdai.com##.couplet_gg https://51wangdai.com##.couplet_gg02 @@ -17084,6 +18002,7 @@ https://tigtag.com##.couplet_l https://zuowen.com##.couplet_left https://tigtag.com##.couplet_r https://zuowen.com##.couplet_right +https://atyun.com##.coupletbox https://caixin.com##.course_box https://meishij.net##.cp_body_right https://makepolo.com##.cpc_tgs @@ -17091,12 +18010,15 @@ https://zuoye.baidu.com,zybang.com##.cpro https://docin.com##.cpro_mod https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.cps_wrap https://51credit.com##.credit-box +https://nfuwow.com##.crightbtad https://bkill.com##.cross-ad +https://expreview.com##.crossAd https://timedg.com##.crossAdvertise https://timedg.com##.crossAdvertise2 +https://expreview.com##.crossBa https://sm.cn##.crumb-link + .other https://iplaysoft.com##.crumb_ad -https://csdn.net##.csdn-tracking-statistics[style="height:250px;"] +https://csdn.net##.csdn-tracking-statistics[style$="250px;"] https://cnbeta.com##.ctcloud https://tigtag.com##.custom-box02 https://51wangdai.com##.cx_ad @@ -17107,7 +18029,6 @@ https://iplaysoft.com##.d250x90 https://hackhw.com##.d336 https://hackhw.com##.d336x2 https://xgrb.cn##.d_2016_ggw -https://ihref.com##.d_banner https://xingkbjm.com##.d_postlist > ul > li:nth-child(-n+2) https://51.la##.da-item https://qingdaonews.com##.da30050 @@ -17122,38 +18043,49 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.da https://newxue.com##.dashuggtop https://newxue.com##.dashuggtop1 https://ggcj.com##.dbxf +https://chineseinla.com##.deal_discount https://8ziyuan.com##.deanadsside https://pan.baidu.com##.decrease-active https://xianshuabao.com##.demand-dialog https://xianshuabao.com##.demand-fixed +https://czjx8.com##.desc +https://sm.ms##.detail-advert https://17qingsong.com##.detail-gads https://toocle.com##.detail_top_ad +https://hoteastday.com##.detail_top_mask_ad https://faxingw.cn##.detailadv https://faxingw.cn##.detailgc +https://eefocus.com##.detailpage-rolling-ad https://zcool.com.cn##.details-advertisement https://xiadele.com##.details-small-carousel -https://discuz.com##.df_money +https://dismall.com##.df_money https://yicai.com##.dfb-ad https://sina.cn##.dfz_sd_news > a[href*=".10086.cn"] https://7654.com##.dh2_bottom_wrap https://wenku.baidu.com##.dialog-ad-hd https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.diamond-mall-aside +https://20mao.com##.dipiao https://bcbay.com##.discuss + table https://gs.chinanews.com.cn##.div1000_2 + .div980 https://131458.com##.divGuanggao https://0597ok.com##.div_ad +https://duote.com##.dl-banner https://pc0359.cn##.dl-down https://pc0359.cn##.dl-ico:nth-child(-n+7) https://dl.pconline.com.cn##.dlTips https://gfan.com##.dl_AD https://silver.org.cn##.dl_lt https://letv.com##.dl_mobile +https://gamersky.com##.dl_url:nth-child(4) https://itavcn.com##.dlggw-g https://moe-acg.cc##.dmengslide-wrapper https://360doc.com##.doc360article_content > div[class]:first-child https://xici.net##.doc_tl +https://ilxdh.com##.double11-dialog-container https://pctowap.com##.dowap_ads https://3d66.com##.down-adver +https://xiazaiba.com##.down-btn1 +https://xiazaiba.com##.down-btn2 https://zol.com.cn##.down-jisu https://xiaopi.com##.down-list https://mianbao99.com##.downApp @@ -17163,8 +18095,10 @@ https://gz0668.com##.down_fixed https://xiazaizhijia.com##.down_list https://yesky.com##.down_referer https://yesky.com##.down_referrer +https://dayanzai.me##.down_show_intro_first_box https://downza.cn##.down_top -https://downza.cn##.downbtn +https://greenxiazai.com##.downbtn > a:last-child +https://downza.cn##.downbtn-top https://portablesoft.org##.downcenter https://yxzoo.com##.downgg https://onlinedown.net##.downgs @@ -17172,13 +18106,16 @@ https://188soft.com##.download https://duote.com##.download-box:first-child https://downg.com##.download-list:first-child https://wmzhe.com##.downloader -https://pc0359.cn,pc6.com##.downnow -https://123.sogou.com##.dropBox_list > li > a > span[style="color:red"] -https://jxcn.cn##.dsp_yxxf +https://pc0359.cn,pc6.com,ucbug.com##.downnow +https://cr173.com,downcc.com##.downnowgaosu +https://cr173.com##.downurl[data^="viewAds"] +https://123.sogou.com,web.sogou.com##.dropBox_list > li > a > span[style="color:red"] +https://cztv.com##.drop_down_ad +https://jxcn.cn,redianyule.com##.dsp_yxxf https://jinbaozy.com##.dtk-fixed-ads https://51ztzj.com##.dtmwrap[style="height:75px;background:#fff"] -https://81.cn,chaomi.cc,cnstock.com,cpnn.com.cn,cs.com.cn,dyhjw.com,hnr.cn,kkj.cn,my0538.com,mydrivers.com,ofweek.com,silver.org.cn,ttzmz.vip,wendu.cn##.duilian -https://hnr.cn##.duilian_close +https://chaomi.cc,cpnn.com.cn,cs.com.cn,dyhjw.com,kkj.cn,my0538.com,mydrivers.com,ofweek.com,silver.org.cn,ttzmz.vip,wendu.cn##.duilian +https://cpnn.com.cn##.duilianop https://cpnn.com.cn##.duilians https://cncrk.com##.dxzq https://2345.com##.dzc-hn-cmoe @@ -17190,6 +18127,7 @@ https://so.com##.e_idea_wenda_spread https://solidot.org##.e_reply > .fr https://easou.com##.easou_banner https://baidu.com##.ec-ad +https://baidu.com##.ec-fc-ad-results https://sm.cn##.ec-goods-list https://baidu.com##.ec-oad https://baidu.com##.ec_ad @@ -17199,7 +18137,7 @@ https://ettoday.net##.ec_menu https://baidu.com##.ec_sma_im https://baidu.com##.ec_wise_ad https://easou.com##.ecom-adTop -https://news.baidu.com##.ecom_pingzhuan +https://baidu.com##.ecom_pingzhuan https://baidu.com##.ecomad-banner-loading https://19lou.com##.editor-ad https://wenku.baidu.com##.edu_class_pop_dialog @@ -17219,14 +18157,13 @@ https://firefoxchina.cn##.engine-jokes https://zreading.cn##.enhanced-text-widget:nth-child(2) https://1point3acres.com##.enhanced_header https://hao123.com##.enter1 -https://rj.baidu.com##.entrance https://hackhw.com##.entry-banner +https://idanmu.at##.entry-body > div[class]:first-child https://fuliba.net##.entry-content > div[style^="float:right"] https://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-header + p + p[style="text-align: center;"] https://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-title > p https://niotv.com##.epg_ad3 https://niotv.com##.epg_ad_list -https://epinv.com##.epgg ~ .huadong https://epinv.com##.epinv_b https://epinv.com##.epinv_f https://shulink.com##.er_g @@ -17238,48 +18175,46 @@ https://huaban.com,start.firefoxchina.cn##.extra https://fanyi.baidu.com##.extra-banners https://douyu.com##.f-sign-cont https://xiaobaipan.com##.f_ad -https://5gw.cc##.f_b_c_d https://m.sohu.com##.f_rec[href^="//m.sohu.com/promotion?"][href*="/f/"] -https://infoq.com##.f_sponsorbox_top_2 https://sgcn.com,wangjing.cn##.fad https://mobile01.com##.fast-ad -https://duba.com,uu114.cn##.fav_box +https://duote.com##.fast-down-btn +https://uzzf.com##.fastdownload +https://duba.com,newduba.cn,uu114.cn##.fav_box https://baidu.com##.fc-ad-line https://baidu.com##.fc-wenku-ad -https://hkcna.hk##.fd + .fdr > a[href^="http"]:not([href^="http://www.hkcna."]) https://jq22.com##.fdad https://maxthon.cn##.feast-gift-search -https://focus.cn##.feed-item[node-type="ad-item"] -https://focus.cn##.feed-list-item[data-ad-type] +https://id97.cc##.fed-part-case > a +https://firefoxchina.cn##.feed-pmt https://smzdm.com##.feed-stuff +https://firefoxchina.cn##.feed-tm11 https://ytbbs.com##.fend_ad https://home.ifeng.com##.fengjc02 -https://360.cn##.festival_snatch +https://hao.360.cn##.festival_snatch https://nicotv.me##.ff-ads -https://fh21.com.cn##.fh-ad-iask-pic +https://firefoxchina.cn##.ff-banner +https://firefoxchina.cn##.ff-open https://cngold.org##.fiexdAdvsClosed -https://halihali.me##.filmDes + .mod https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework-wrap https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework_sender_wrap https://etnet.com.cn##.firstAD https://zybang.com##.firstBanner -https://html5china.com##.firstnews https://douyu.com##.fishop-anchor-recommands-box https://hepan.com##.fivead -https://elecfans.com##.fix-btmad https://12306.cn##.fix-yh https://silver.org.cn##.fix_bottom_position https://silver.org.cn##.fixbottom_wrap_small https://jjmmw.com##.fixed-ad https://gitee.com##.fixed-notice-messages https://lenovo.com.cn##.fixedLeftAd +https://5184.com##.fixed_bgg +https://5184.com##.fixed_bgg2 https://163.com##.fixed_foot_ad https://gucheng.com##.fixed_img -https://aimazu.com,gongkong.com##.fixediv +https://aimazu.com##.fixediv https://lyreader.com##.fixnewUser -https://icoc.bz##.fk-siteAdBoxCB https://bbs.actoys.net##.fl[style$="float:right;"] -https://haote.com##.flashbox https://youthwant.com.tw##.flex-container https://vhiphop.com##.flexslider https://qunar.com##.flight_ad @@ -17289,19 +18224,20 @@ https://taoyizhu.com##.float-banner https://csdn.net##.float-left > div[id^="dmp_ad_"] https://3boys2girls.com##.float320 https://ledinside.cn##.floatAD +https://hoteastday.com##.float_ad https://oschina.net##.float_adbox https://admin5.com##.float_both_index -https://zmz2019.com##.float_middel_ad_bk +https://rrys2019.com##.float_middel_ad_bk https://pic.sogou.com##.floating https://107cine.com##.flow-other https://107cine.com##.flow_right > div[style="margin-top:20px;"] https://sojson.com##.fly-hezuo +https://followme.cn##.fm-banner-social https://newcger.com##.focus + .block934 https://1fzw.com##.focus-bots https://cnblogs.com##.focus-gg https://zhongkao.com##.focusBox https://yinyuetai.com##.focus_bottom_banner -https://haodou.com##.focus_img https://900.la##.font-ad https://se8u.cc##.footAdv https://jisilu.cn##.foot_ad @@ -17325,10 +18261,6 @@ https://guancha.cn##.full_nav1 https://gamme.com.tw##.fullad_ad https://962.net##.g-962-ad https://quanmin.tv##.g-gg -https://hiapk.com##.g2.mt20 -https://hiapk.com##.g2_img_l -https://hiapk.com##.g2_img_r -https://hiapk.com##.g2_right https://mobanwang.com##.g960 https://126.com,163.com##.gWel-promt https://smzdm.com##.g_g @@ -17337,7 +18269,8 @@ https://233.com##.gads2 https://lenovo.com.cn##.game https://zhanqi.tv##.game-banner https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game-head-game-info-wrapper -https://tvhome.com##.game_Ad +https://sogou.com##.game-op +https://le.com##.gamePromotion https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_banner https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_banner_common_wapper https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_content @@ -17347,15 +18280,22 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.ga https://sina.com.cn##.gamead1 https://timeon.cn##.gameads https://qidian.com##.games-op-wrap +https://onlinedown.net##.gaosu +https://3h3.com##.gaosu_down_div https://so.com##.garllery_ad https://115.com##.gb-advs -https://1kkk.com,40407.com,5068.com,88148.com,chazidian.com,china.com,cnwnews.com,dhzw.org,elecfans.com,ghjie.com,iask.ca,ifeng.com,iqilu.com,jj59.com,juqingba.cn,qzwb.com,sina.com.cn,tianya.cn,zsnews.cn##.gg -https://elecfans.com##.gg-01 +https://gucheng.com##.gcw_r_ad_pc +https://gucheng.com##.gcw_r_ad_pc2 +https://xiazaiba.com##.gdown-btns +https://infoq.cn##.geo-banner +https://1kkk.com,40407.com,5068.com,88148.com,chazidian.com,china.com,cnwnews.com,elecfans.com,ghjie.com,iask.ca,ifeng.com,iqilu.com,jj59.com,juqingba.cn,qzwb.com,sina.com.cn,tianya.cn,zsnews.cn##.gg https://morningpost.com.cn##.gg-2 +https://guiayi.com##.gg-box https://baidu.com##.gg-content https://bilibili.com##.gg-floor-module https://morningpost.com.cn##.gg-stl https://to8to.com##.gg-wei-link +https://bilibili.com##.gg-window > .operate-card https://5068.com,ifeng.com##.gg01 https://5068.com,hgitv.com##.gg02 https://hgitv.com##.gg09 @@ -17392,10 +18332,8 @@ https://eastday.com##.gg_channel_r_b https://55188.com,g138.com##.gg_head_l https://55188.com,g138.com##.gg_head_m https://55188.com,g138.com##.gg_head_r -https://acglala.com##.gg_img -https://china.cn##.gg_li +https://acglala.net##.gg_img https://324324.cn##.gg_sidebar -https://doub.io##.gg_slider_comad https://eeyy.com##.gg_top https://cww.net.cn##.ggbar https://baidu.com##.ggbtm-vip-close @@ -17407,8 +18345,8 @@ https://weather.com.cn##.ggt https://taian.com##.ggtp https://360doc.com##.ggwz https://9dcj.com##.gif_left -https://douyu.com,douyutv.com##.giftbox -https://zhumengwl.com##.git_banner +https://douyu.com##.giftbox +https://laixoo.com,zhumengwl.com##.git_banner https://anquan.org##.gj_download https://witcp.com##.global_ifmobile_mask https://tw.news.yahoo.com##.gn_sub_blue @@ -17426,33 +18364,38 @@ https://cmhello.com##.gpost-above https://iyaxin.com##.gr-ggtag https://owyb1688.com##.gray-show https://bioon.com##.grid_6 +https://veryhuo.com##.gs +https://veryhuo.com##.gs2 https://ddooo.com##.gsbtn +https://ddooo.com##.gsbtn1 https://yxdown.com##.gsdown -https://33lc.com##.gsdt +https://33lc.com,cncrk.com##.gsdt +https://jb51.net##.gsdw +https://vpsdx.com##.gsfha3-form +https://pcsoft.com.cn##.gsxz https://yxdown.com##.gsxz_ydw +https://pcsoft.com.cn##.gsxzdl https://putclub.com##.gtest +https://vpsdx.com##.gthfdsa https://58.com##.guaguabox https://97aa1.com,niu20.com##.guang4 https://runningmanzx.com##.guangao -https://doub.io##.guangg +https://doubibackup.com##.guangg https://adreep.cn,baoliny.com,gasaq.com,hgitv.com,ifooday.cn,nen.com.cn,rznews.cn##.guanggao https://cnlinfo.net##.guanggao-left https://cnlinfo.net##.guanggao-right https://hkwb.net##.guanggao2 https://gasaq.com##.guanggao_ime_big -https://cnmo.com##.guanggao_type https://shm.com.cn##.guanggaowei2 https://shm.com.cn##.guanggaowei3 https://downhot.com##.guans https://guokr.com##.guokr-layer-beforelogin -https://halihali.me##.guolewan https://eweiqi.com##.guoqing https://codejie.net##.h--banner https://codejie.net##.h-ad-banner https://21cn.com##.h-gg https://ting56.com##.h1000 https://ting56.com##.h336 -https://hebei.com.cn##.h50px https://mumayi.com##.h80 https://jjwxc.net##.h8px + div[align="center"] https://cnblogs.com##.h_ads @@ -17478,10 +18421,8 @@ https://biz.ifeng.com##.header https://ieforex.com##.header > .left https://i.maxthon.cn##.header-hotkeys https://animewld.club##.header-img -https://8btc.com##.header-prices https://uc123.com##.header-push-container https://youivr.com##.header-widget-region -https://dragon-guide.net##.header6 https://jiegeng.com##.header__item--fr https://seehd.so##.header_wrap + .tac + table[align="center"] https://aguitar.cn,guitarchina.com##.headerbanner @@ -17496,25 +18437,21 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.hg https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.hgame_mod_theme2 https://doupapa.com,dpp2019.com##.hidden-xs[class*="_"] https://mahua.com##.hidden_ab +https://9553.com##.high-down https://orsoon.com##.high-downs https://douyu.com##.his-sign-cont https://zp365.com##.hitADclass https://jia360.com##.hjadv -https://hkgolden.com##.hkg-ad https://4gamers.com.tw##.home-carousel-container -https://baike789.com,wuhaozhan.net##.home-list -https://baike789.com,wuhaozhan.net##.home-list-1987 -https://www.infoq.com##.home_banner https://orsoon.com##.hongbao -https://wuhaozhan.net##.hongbao_hb +https://pconline.com.cn##.hongbao_1111 https://tieba.baidu.com##.hongbao_page_pop_common https://duba.com##.hot-bottom https://fanyi.baidu.com##.hot-link-middle -https://douyu.com,douyutv.com##.hot-sign-1 -https://douyu.com,douyutv.com##.hot-sign-2 +https://douyu.com##.hot-sign-1 +https://douyu.com##.hot-sign-2 https://piaoliang.com##.hot990 https://lenovo.com.cn##.hotAd -https://cnqiang.com##.hotBox https://duba.com,uu114.cn##.hotTitle https://itheat.com##.hot_ad https://itavcn.com##.hot_dealerxin @@ -17522,6 +18459,7 @@ https://duba.com##.hot_push > .hot_movie https://jyacht.com##.hot_reoc_adve https://bkjia.com,zol.com.cn##.hot_tj https://703804.com##.hotad +https://baidu.com##.hotad-list-box https://sogou.com##.hotel-pic https://sogou.com##.hotel_tit https://sogou.com##.hotel_tj @@ -17529,19 +18467,17 @@ https://ganji.com##.house-ads-img https://bbs.hupu.com##.hp-ad250-250 https://hupu.com##.hp-header-banner https://tw.mall.yahoo.com##.hpad-wrapper -https://flyzy2005.com##.ht-notification-wrap +https://xiazaiba.com##.hspeed https://chinasmartgrid.com.cn##.ht60ad -https://epinv.com##.huadong > a https://iyaxin.com##.huand3 https://skinme.cc##.huodong https://hupu.com##.hupu-shihuo-hot https://hupu.com##.hupushihuo +https://yzpsb.com##.hy-details-qrcode https://warting.com##.hz2 https://52pk.com##.hz_adv https://99.com.cn##.hzh_botleft https://xitongcheng.com##.hzj_adv -https://haodou.com##.i-ad -https://haodou.com##.i-adv250 https://zjk169.net##.iContentLeft https://zjk169.net##.iContentRight https://tieba.baidu.com,wapp.baidu.com##.iSlider-wrapper-container-hot-thread @@ -17549,7 +18485,6 @@ https://i.ifeng.com##.i_con[href^="http://dol.deliver.ifeng.com/"] https://678cn.com##.ibtad https://hao.360.cn##.icon-text-nav https://easylife.tw,ettoday.net##.idleAd -https://haodou.com##.idx_ad_box https://163.com##.idx_textlink_ad https://163.com##.idx_tonglan_ad https://163.com##.idx_top_ad @@ -17559,7 +18494,6 @@ https://xinhuanet.com##.iframeSrc + a[href^="http"]:not([href*=".xinhuanet."]) https://aiyuke.com##.igamead https://ifeng.com##.iggLine https://outofmemory.cn##.iloveoutofmemory660 -https://ilxdh.com##.ilxdh-item https://im286.net##.im286-t https://masturbation22.com,playallvideos.com,pron.co,ratedxbiz.com,taporn.com##.ima https://m.cnbeta.com##.image-container @@ -17575,6 +18509,7 @@ https://znjj.tv##.imgadH https://image.baidu.com##.imglist > .fcImgli https://zzbaike.com##.imglistbg-ad https://zzbaike.com##.imglistbg_ad +https://pilifx.com##.imoney https://alexa.cn##.importantList https://alexa.cn##.importantTop https://admaimai.com##.in16_w01 > div[class*="_ad0"] @@ -17585,15 +18520,14 @@ https://hoteastday.com##.incentive https://caixin.com##.incubator https://qqyy.com##.ind_ad https://faxingw.cn##.indadv1 +https://oschina.net##.index-ad-wrap https://cndesign.com##.index-add https://16fan.com,jianshen8.com##.index-banner -https://cyzone.cn##.index-content-ad https://1avlang.com,avlang.com,avlang13.info##.index-info > .tac https://kpd122.com,ssp28.pw##.index-owl-carousel https://bilibili.com##.index-promote https://pinggu.org##.index-somelinks -https://keke.la##.index-top-ad -https://keke.la##.index-wz-ad +https://keke.la,x6d.com##.index-top-ad https://zahuishi.com##.index950x90 https://zahuishi.com##.index960x90 https://ydss.cn##.indexAd @@ -17601,6 +18535,7 @@ https://rfidworld.com.cn##.indexBanner https://ithome.com##.indexV2 > div > a https://hacpai.com##.index__ad https://hqdoor.com##.index_ad2 +https://1fzw.com##.index_ad_top_wz https://mitbbs.ca,mitbbs.com##.index_add https://76xh.com##.index_advertising https://76xh.com##.index_advertising02 @@ -17615,21 +18550,19 @@ https://hqdoor.com##.index_newad https://jianshen114.com##.index_temp https://163.com##.index_top_ad https://ijia360.com##.indexad_1 +https://99114.com##.indexcjgg https://daohangtx.com,jojf.cn##.indexgg -https://chinairn.com##.industry -https://babyhome.com.tw##.info-span-03 https://itjsb.com##.info_ad https://wasu.cn##.info_ads https://ylfx.com##.info_logrt -https://82tu.cc##.infoad +https://riaway.com##.info_message_container +https://autohome.com.cn##.information-adv https://chinabidding.com.cn##.innovate + .layer https://baidu.com##.intro-adv https://people.com.cn##.ipc_none https://iqshw.com##.iqshwad-comm -https://henan100.com##.itad +https://czsp12.com##.iswindow https://carrotchou.blog##.item > a[href^="http"]:not([href*=".carrotchou."]) -https://baike789.com,dysfz.tv,dysfz.vip,wuhaozhan.net##.item-fifth-dl -https://haxiu.com##.item-inner-graph https://zol.com.cn##.item-sale https://gansudaily.com.cn##.itemFloat https://cnbeta.com##.items_area .time @@ -17655,6 +18588,7 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_thread_list[data-field^="\7b \"id\":4756933479,"] https://jstv.com##.jadv https://jbtalks.cc,jbtalks.com##.jbt-ad-region +https://guandianzhiku.com##.jconfirm-open https://ifeng.com##.jcsp https://jin10.com##.jin-declaration[class*="_b"] https://jin10.com##.jin-declaration[class*="_h"] @@ -17666,9 +18600,8 @@ https://jin10.com##.jin-wdgg https://jin10.com##.jin-wdgg + .jin-timeline https://jin10.com##.jin-wdgg_h https://oschina.net##.jj -https://eastmoney.com##.jjph_important https://soyunpan.com##.jmwb -https://haha.mx##.joke-list-anecdote +https://hahamx.cn##.joke-list-anecdote https://ifeng.com##.jp_list https://juqingba.cn##.jqright1 https://jrj.com.cn##.jrj-ad @@ -17684,8 +18617,8 @@ https://hk.yahoo.com##.js-stream-content[style="background-color:#fafaff;"] https://ifeng.com##.js_url[href^="http://dol.deliver."] https://jxedt.com##.jxpl https://fx168.com##.jy_fx168_gjs_content_Right_advise -https://fx168.com##.jy_fx168_zixun_right_ad2 -https://csai.cn##.keifu +https://fx168.com##.jy_ny2018_content_LeftAd +https://13mv.com,csai.cn##.keifu https://iqilu.com##.kejie_ad https://v.ifeng.com##.keyword https://99tianji.com##.kf1 @@ -17703,7 +18636,7 @@ https://www.jin10.com##.l-main_body > div[class]:not(.jin-timeline) https://jin10.com##.l-main_body ~ .jin-timeline https://www.jin10.com##.l-main_info > div[class]:not(.jin-declaration):not(.jin-qq-cooperation) https://jin10.com##.l-main_wrap > .jin-timeline > div:not(.jin-declaration):not(.jin-qq-cooperation) -https://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.l1 +https://ahtv.cn,bzfl1.cc,sexbarss.net##.l1 https://ltaaa.com##.lAds https://chinatimes.com##.l_ad https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_banner @@ -17723,30 +18656,28 @@ https://le.com##.lay_body[style^="width:980px;height:100px;"] https://le.com##.lay_body[style^="width:980px;height:90px;"] https://le.com##.lay_title[style^="width:490px;height:60px;"] https://firefoxchina.cn##.layout > .banner -https://52solution.com##.layout-top-ads https://szonline.net##.layout_ad https://gkstk.com##.layui-layer https://gkstk.com##.layui-layer-shade -https://hz66.com##.lb_gg +https://le.com##.lbzDaoliu https://finance.ifeng.com##.lccs -https://p4yy.com##.leaveNavInfo +https://p4vip.com##.leaveNavInfo https://txtbook.com.cn##.ledu-advWrap https://pqworld.com##.left-float https://pqworld.com##.left-float-tx https://wanqu.co##.left-nav-panel:first-child https://eastday.com##.left-suspension +https://hao.lenovo.com.cn##.left.icons https://bejson.com##.left.validate + div https://cnbeta.com##.left300 https://newxue.com##.left336280 -https://haxiu.com##.left_a2_04 https://e2mv.com##.left_advert https://yxlady.com##.left_bottom_gg3 https://lz13.cn##.left_box3 https://lz13.cn##.left_box4 https://lz13.cn##.left_box5 https://chinacar.com.cn##.left_pouple_box -https://boniu.xyz,boniu666.co##.left_side -https://duba.com##.left_slidebar_con +https://duba.com,newduba.cn##.left_slidebar_con https://bt.cn##.left_wrap:nth-child(3) https://hkwb.net##.leftadv2 https://hao123.com##.leftbanner @@ -17754,26 +18685,22 @@ https://muzhi.baidu.com##.leftnest https://ifeng.com##.leftpopad https://zimuku.cn##.li[style^="width:8"] https://5118.com##.lianmeng-home-header -https://china.cn##.lianmeng_div https://lywww.com##.lianmengclass https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.life_helper https://lenovo.com.cn##.link-ad https://xiaoyun.com##.link-ads https://baidu.com##.link-banner https://guahao.com##.link-modal -https://huanqiu.com##.link[href^="https://kdt.im/"] https://dl.pconline.com.cn##.links > p:not([class]) https://duote.com##.links-banner https://linux.cn##.linuxcnad https://igxe.cn##.lion-flexd -https://ddooo.com##.list > li:nth-child(-n+5) +https://anjuke.com##.list-item > .jx-sign https://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) https://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) + .list-title https://news.ifeng.com##.list022 https://niutuku.com##.listAD https://eol.cn##.listAd -https://hljtv.com##.listAd1 -https://cheers.com.tw##.listTxt.news https://nick18.com,niko18.com##.list_ads https://en8848.com.cn##.list_adv https://rsdown.cn##.list_lg @@ -17785,13 +18712,10 @@ https://huaren.tv##.live-client_right https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.live_show_aside https://ifeng.com##.ljPop https://hao123.cn##.llc -https://china.cn##.lm_div https://tianya.cn##.load_m_top -https://9ifz.cc##.logbtad https://ypppt.com##.login_panel https://uc123.com##.logo > a https://wdzj.com##.logo-banner -https://fashionguide.com.tw##.logo_ad https://jjxw.cn##.logo_ad_r https://chinamedevice.cn##.logo_ads https://silver.org.cn##.logo_dsaas @@ -17800,15 +18724,15 @@ https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.lo https://sohu.com##.lottery-box https://kekenet.com##.lp_r_bar:first-child https://jrj.com.cn##.ls_all_fc -https://ytbbs.com##.lt_ad https://ltesting.net##.ltad_1170 https://ltesting.net##.ltad_580 https://luanren.com##.luanren_dbhfad https://luanren.com##.luanren_dbhfad2 https://zhainanfulishe.com##.lunboceng https://rising.cn##.lvmama +https://ilvruan.com##.lvs-single-header https://0597kk.com##.lyhux_mu -https://123.sogou.com##.m-12[pbflag="guess"] +https://123.sogou.com,web.sogou.com##.m-12[pbflag="guess"] https://pconline.com.cn##.m-JCZ-scrollBlock https://jx3pve.com##.m-banner-tool https://moe123.net##.m-inner2[style="height: 160px;"] @@ -17816,6 +18740,7 @@ https://uc123.com##.m-link https://sina.com.cn##.m-p1-lb1-ad https://sina.com.cn##.m-p3-ad https://finance.sina.com.cn##.m-s-tab + div +https://gxeea.cn##.m-wrap-school https://foodmate.net##.m[style="height:40px;"] https://myexception.cn##.m_a https://lgn.yy.com##.m_left @@ -17832,14 +18757,11 @@ https://firefox.com.cn,firefoxchina.cn##.main-promote-sites https://firefoxchina.cn##.main-promote-tmall https://news.hf365.com##.main-r > div:first-child https://51credit.com##.main-r-ka -https://expreview.com##.main-side-tao https://vuejs.org##.main-sponsor https://nxing.cn##.main:nth-child(-n+6) https://businessweekly.com.tw##.mainR_content:nth-child(5) -https://greatwuyi.com##.main_9788 https://greatwuyi.com##.main_ad2 https://tvmost.com.hk##.main_ad_b -https://hongfen.org##.main_adser https://cnbeta.com##.main_content_left > .mt5[style="text-align:center;"] https://m.07073.com##.main_content_tit + div https://tianya.cn##.main_xiangguan2 @@ -17847,7 +18769,7 @@ https://qqjia.com##.mainad https://2345.com##.mainbg https://2345.com##.mainbg1 https://bbs.fobshanghai.com##.maintable > div:nth-child(7) -https://iguang.tw##.mall +https://expreview.com##.mamaBox https://baidu.com##.manual-spread https://zhainanba.org##.marauto > p[style="text-align: left;"] https://fun48.com##.margin-big-bottom @@ -17861,28 +18783,28 @@ https://douguo.com##.mbs https://2345.com##.mco-ex-ndxh https://zhaiiker.com##.media-content[style*="0x"] https://cnool.net##.meilai_box -https://zimuzu.tv##.menu-box > .w > li > a[style="color:red;"] +https://zol.com.cn##.member-button-yellow https://cnbeta.com##.meta > .fr https://cangku.in,galacg.me,llss.li,usnewsexpress.com##.metaslider +https://so.com##.mh-sad https://hexieshe.com,hexieshe.xyz,xxshe.info##.mh-sidebar img https://hexieshe.com,hexieshe.xyz,xxshe.info,xxshe.xyz##.mh-widget > .textwidget > p > a[href^="http"]:not([href*="she."]):first-child:last-child -https://baby-kingdom.com##.mian + .foot > .foot-top:first-child https://midifan.com##.mid-aaa -https://rj.baidu.com##.mid-recommend +https://nfuwow.com##.midbgdbox https://360-bo.com##.middiv > div[style="text-align:center;"] https://letv.com##.middle-advert https://timedg.com##.middleCrossAdvertise https://jmbbs.com##.middle_guanggao +https://zjhlcp.com##.middle_list https://fenghuo.in##.mimi https://6.cn##.min-ad-box https://cnr.cn,jxcn.cn##.min-news-box https://nowcoder.com##.mini-banner -https://goldlegend.com##.mjad +https://ck180.net##.mitao https://hmog.me##.ml_ad_widget https://cnforex.com##.mleft > a https://china.com##.mm https://6789.com##.mm-force -https://fqlook.com##.mmver https://playno1.com##.mn > div[style="margin-bottom:10px;"] https://mail.pchome.com.tw##.mnav https://mnw.cn##.mnw_685 @@ -17891,6 +18813,7 @@ https://mnw.cn##.mnw_top_ads https://sogou.com##.mobad https://1905.com##.mobile_ad_promote https://www.sina.com.cn##.mod-01 +https://start.firefoxchina.cn##.mod-delay-resource:nth-child(4) https://image.baidu.com##.mod-promo https://sdo.com##.mod-public-ads https://17173.com##.mod-tg1 @@ -17903,6 +18826,7 @@ https://xunyingwang.com##.modal-body https://firefoxchina.cn##.module-banner https://i.maxthon.cn##.module.tools-main[data-s-n="bottom"] https://html-js.com##.module[style="padding:0;"] +https://followme.cn##.money-box https://moonbt.com##.money_all https://autohome.com.cn##.monkey_box https://autohome.com.cn##.monkey_box_big @@ -17913,7 +18837,6 @@ https://jmw.com.cn##.mr_1 https://firefoxchina.cn##.mrec-banner https://xici.net##.msgl_ad https://66rd.cn##.mst_lamu_main -https://9669.cn##.mt10[style="height:260px;"] https://dnwx.com##.mt5_23 https://newcger.com##.mtb17.h90 https://meltoday.com,sydneytoday.com##.mtgad @@ -17925,13 +18848,11 @@ https://cqsq.com##.mumucms_index_tlad https://china.com##.mxm https://cngold.com.cn##.myGuangGao https://cnblogs.com##.my_money -https://cosxcos.xyz##.myakbz https://acglover.me##.myas https://myday.com.tw##.myday_ad_950 https://myday.com.tw##.myday_ad_left https://myday.com.tw##.myday_ad_right https://sydneytoday.com##.mygad -https://abcsee.net##.myset https://ifooday.cn##.myzs https://2345.com,hao774.com##.mzdh_bottom https://hepuwang.com##.n5_dbhfad > .wapper @@ -17947,8 +18868,9 @@ https://cctime.com##.nav_banner https://e10000.cn##.navigate_sty + div https://hao123.com##.navrecommend-hjw https://hao123.com##.navrecommend-top +https://douxie.com##.ndxBanner +https://douxie.com##.ndxChdjBox https://tpy888.cn##.nead -https://guidaye.com##.neirongs https://rising.cn##.new-1111 https://zhanqi.tv##.new-advertising-area https://yes-news.com##.new-index-ad300 @@ -17958,8 +18880,7 @@ https://yes-news.com##.new-sidebar-today-300ad https://i-part.com.tw##.newAd https://ifeng.com##.newAdImg https://steelcn.cn##.new_fixed -https://halidown.com##.new_head_ad -https://doub.io##.new_zixun +https://doubibackup.com##.new_zixun https://zhicheng.com,zt5.com##.newa https://zhicheng.com##.newa2 https://uimaker.com##.newbaidu @@ -17979,12 +18900,14 @@ https://aguitar.cn##.news_b https://zhcw.com##.news_blanck https://auto-online.com.tw##.news_content > div[style="width:728px;margin:10px auto"] https://oschina.net##.news_detai_above_ad +https://mydrivers.com##.news_info > div[style*="height:"] https://mydrivers.com##.news_left > div[style*="height:"] https://07073.com##.news_list1_tu https://chinamedevice.cn##.news_ylqx https://chinamedevice.cn##.news_ylqx3 https://qihoo.com##.newsitem[data-rawurl*=".youcai8888.com/"] https://mitbbs.ca,mitbbs.com##.newskuang2 +https://cnstock.com##.newslist[style="padding: 10px 0px;"] https://gamersky.com##.ngg_down https://chongdiantou.com##.nice-sales https://weishangshijie.com##.nleft_ads @@ -18006,6 +18929,7 @@ https://ifeng.com##.opcPop_tit_zz https://wdzj.com##.opentb https://read.qidian.com##.operation-wrap https://baidu.com##.optimus +https://66huacai.com##.orange https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.order_repost_wrap https://jdwx.info,motobuy.com.tw##.other https://6parknews.com##.other_list_ad @@ -18036,9 +18960,11 @@ https://sina.cn##.p_newsmore https://actoys.net##.p_top_ad https://baidu.com,cssmoban.com##.page-banner https://contents.internet.apps.samsung.com##.page-bar +https://qidian.com##.page-ops https://xizi.com##.pageAD1 https://cngold.org##.pageAdv https://baidu.com##.pageLeftFixedAD +https://fastadmin.net##.panel-body > a[href$="="] https://ifeng.com##.pao_ad_02 https://ifeng.com##.pao_ad_03 https://ifeng.com##.pao_mid @@ -18049,10 +18975,10 @@ https://bbs.52life.cc##.part1 https://cpnn.com.cn##.part3-adverd https://sina.com##.parta_l_ads https://javdove.com,javdove2.club##.partialViewSlider-outerwrapper +https://baidu.com##.pauseadv https://heiguang.com##.pbAddPic https://kikinote.net##.pc_ad https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.per_list.j_per_list.per_list_frs -https://52solution.com##.pf-outbox https://265g.com##.phone_bgban https://sodao.com##.photo-see > div[style="text-align: center; margin-bottom: 10px;"] https://caikuu.com##.photo_abv @@ -18066,13 +18992,14 @@ https://down.ali213.net,patch.ali213.net##.picBg https://ifeng.com##.picNews https://dealmoon.com,weibo.com##.pic_ad https://ctrip.com##.pic_banner -https://gmw.cn##.pic_list_bd750 https://chinaiiss.com##.pic_text https://moxing.net##.pic_txt_list https://baidu.com##.picad https://16sucai.com##.pindao_ad2 https://keywin.org##.pindaolist https://creaders.net##.pinglun > .btmlist-title +https://baike.baidu.com##.pinzhuanWrap +https://so.com##.placeholder-default https://chinaz.com##.plate-layout https://baofeng.com##.play-ads https://news.ifeng.com##.play_center @@ -18093,19 +19020,19 @@ https://av.movie##.pop-up-a https://chengdu.cn##.pop_box https://zhan.com##.pop_shousuo https://ifeng.com##.popoxiu_topic +https://eastmoney.com##.popswipe https://dzwww.com##.popular https://qiuziti.com##.popularize -https://eol.cn,hao123.com##.popup -https://easylife.tw,ez3c.tw##.popup_bottom_block +https://eol.cn,hao123.com,site.baidu.com##.popup +https://easylife.tw,ez3c.tw,softwarebrother.com##.popup_bottom_block https://camerabay.tv##.popupad https://pzzc.net##.portal_block_summary https://tgfcer.com##.portalbox -https://ilxdh.com##.pos-nav https://netbardh.com##.pos-navbar-ad https://jobbole.com##.post > .textwidget https://vmovier.com##.post-ad-bottom https://jobbole.com##.post-adds + .textwidget -https://css88.com##.post-bottom +https://hao.su##.post-content > div[class^="a"] https://sanv.org##.post-left https://vmovier.com##.post-right-item + a[target="_blank"] https://ihacksoft.com##.post-top-gg @@ -18117,6 +19044,7 @@ https://163.com##.post_recommend_ad https://blog.163.com##.postadlayer https://baixing.com##.poster-info-container + .side-block https://bbs.51cto.com##.postinfo06a +https://chongbuluo.com##.postright https://zhujiboke.com##.posts-top-cjtz https://ifxtx.com##.ppsy_content758 https://7hcn.com##.pr > a[href^="http"]:not([href^="http://www.7hcn."]) @@ -18124,13 +19052,12 @@ https://javdove.com,javdove2.club##.preroll-adv-popup-overlay https://pcstore.com.tw##.priority https://pcstore.com.tw##.priority1 https://pcstore.com.tw##.priority_ad -https://duba.com##.pro_r_t +https://duba.com,newduba.cn##.pro_r_t https://meltoday.com,sydneytoday.com##.promo https://brtn.cn,btime.com##.promo-item > a[href^="http"]:not([href*=".b"]) https://huaban.com##.promotion https://anquan.org##.pub_side_ad -https://fwxgx.com##.public-link > a[href^="http"]:not([href*=".fwxgx."]) -https://doudoudm.com##.public_ad +https://doudoudm.site,ezdmw.com##.public_ad https://ifeng.com##.pullClient https://cnplugins.com##.pushbox1 https://sogou.com##.pz-widget-flash-container @@ -18139,6 +19066,7 @@ https://baobao.baidu.com##.qb-relate-box https://qidian.com##.qd-game https://or123.top##.qfe_wrapper > div > a[href^="http"]:not([href*="or123."]) https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.qipai_thread +https://czjx8.com##.qktz https://seqing.world,singlove.com,whichav.com,whichav.net,wokao.co##.qq https://zixuekaoshi.net##.qq_nr_lad https://htcui.com##.qqanimate @@ -18149,15 +19077,15 @@ https://hualongxiang.com##.quick_reply_ad https://im286.net##.qybj https://ouyaoxiazai.com##.qzhengfu https://ali213.net##.qztf -https://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.r1 +https://ahtv.cn,bzfl1.cc,sexbarss.net##.r1 https://biz.zjol.com.cn##.rBlok1[style=" margin-bottom:10px;"] https://7hcn.com##.rCont https://xitongcheng.com##.r_adv -https://douni.com##.rad_1 +https://cnqiang.com##.rad360 https://mydigit.cn##.radi https://ananvod.com##.rbPicAll +https://dayanzai.me##.rban1 https://sciencenet.cn##.rbanner -https://818today.com##.rbdyg https://yuqingcn.cn##.rboxad https://msn.cn##.rc > a[href^="https://sp.booking.com/"] https://xvna.com##.rctad @@ -18168,7 +19096,7 @@ https://finance.ifeng.com##.rec https://baidu.com##.rec-feeditem https://douban.com##.rec_topics_name[href^="https://erebor.douban."] https://image.baidu.com##.recom -https://ilxdh.com,image.baidu.com,xizi.com##.recommend +https://image.baidu.com,xizi.com##.recommend https://csdn.net##.recommend-ad-box https://0597kk.com##.recommend-container https://tvsou.com##.recommend-img @@ -18176,13 +19104,11 @@ https://csdn.net##.recommend-item-box[data-track-click*="http"]:not([data-track- https://iciba.com##.recommend-item:not([href*=".iciba."]) https://hao123.com##.recommend-link https://le.com##.recommend-part-right -https://china.cn##.recommend_RightShow -https://china.cn##.recommend_box -https://china.cn##.recommend_video https://72g.com##.recommended https://passiontimes.hk##.rectAd680 https://chinaz.com##.red[href*=".wsisp.net/"] https://guba.eastmoney.com##.redian +https://baixing.com##.refashion-listing-banner https://gg-led.com##.regg https://e-learn.cn##.region-sidebar-second > .block:nth-child(2) https://w3cplus.com##.region-sidebar-second > :nth-last-child(n+3) @@ -18197,16 +19123,19 @@ https://tbtdg.com##.reveal-modal-bg https://rfidworld.com.cn##.rfidADClass https://fuliba.net##.right-banner https://image.baidu.com##.right-banner-area +https://isso.com.cn##.right-content-div > .top-div + div https://to8to.com##.right-float-ad https://csdn.net##.right-item[data-track-click*="http"]:not([data-track-click*=".csdn."]) https://123.chinaso.com##.right-list6 https://qidian.com##.right-op-wrap https://eastday.com##.right-suspension +https://hao.lenovo.com.cn##.right.icons https://news.ifeng.com##.right1 https://baby-kingdom.com##.right5 https://baidu.com##.rightAd-skin https://fullyu.com##.rightSide-top-ads https://hao123.com##.rightTip +https://174.127.195.69##.right[width="700"][height="70"] https://niotv.com##.right_ad1 https://eastday.com##.right_adv_1 https://eastday.com##.right_adv_2 @@ -18215,12 +19144,11 @@ https://cztv.com##.right_box https://qqyy.com##.right_dcotor_tab https://sznews.com##.right_flash https://ifeng.com##.right_gg +https://haorooms.com##.right_guanggao https://mtrend.cn##.right_hongbao_xuanfu https://gucheng.com##.right_info https://lahoo.ca##.right_multi_banner https://163.com##.right_originalcolumn_ad -https://china.cn##.right_shop_box -https://boniu.xyz,boniu666.co##.right_side https://dilidili.wang##.right_top_ad https://hkwb.net##.rightadv2 https://mail.sina.com.cn##.rightbottom @@ -18231,31 +19159,29 @@ https://biz.ifeng.com##.riodel https://ithome.com##.rm-modal-bg https://ithome.com##.rm-modal-body https://playallvideos.com,pron.co##.rmedia -https://allyingshi.com,zimuzu.tv##.room -https://douyu.com,douyutv.com##.row-4.theatre +https://allyingshi.com##.room +https://douyu.com##.row-4.theatre https://jia360.com##.row-ad01 -https://douyu.com,douyutv.com##.row.row-3 -https://howfile.com##.row1_right -https://dalao.ru##.row:nth-child(11) +https://douyu.com##.row.row-3 +https://honglingjin.co.uk##.rs-side-ads https://honglingjin.co.uk##.rsads https://ld0766.com##.rsf_pull_screen_adv https://zj.com##.rt-banner https://jjxw.cn##.ru_banner https://codejie.net##.s-ad-tit-box https://uc123.com##.s-left +https://baidu.com##.s-nativead-item https://baidu.com##.s-news-special[data-url^="http://vip.baidu.com/"] https://uc123.com##.s-right https://2345.com##.s11-fixNav https://2345.com##.s11-logowall https://2345.com##.s11-side -https://duba.com##.s11_store_box +https://duba.com,newduba.cn##.s11_store_box https://duba.com##.s11_zb https://114la.com##.s11bg https://tbtdg.com##.s11text https://2345.com##.s12-fullNav https://wenda.tianya.cn##.s1Tit + .sideBox -https://cnstock.com##.sBox-left -https://cnstock.com##.sBox-right https://finance.ifeng.com##.sConRbox https://laozuo.org##.s_ad125 https://baidu.com##.sam_iebrowser_banner @@ -18263,17 +19189,18 @@ https://image.baidu.com##.sample0 https://image.baidu.com##.sample1 https://image.baidu.com##.sample2 https://ithome.com##.sb_list > .bx +https://firefoxchina.cn##.sbottom-banner https://1010jiajiao.com##.sbox https://image.so.com##.sc-similarcm https://hao123.com##.sc-tips https://mail.pchome.com.tw##.sceng https://wps.cn##.school https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.score_ecr_wrapper -https://epinv.com##.scrollep https://firefox.com.cn,firefoxchina.cn##.sd-promote https://playno1.com##.sd.pph https://yeeyi.com##.sd.pph > .mbm.hm https://xianzhenyuan.cn##.sd_ad:not(#xztba) +https://xiazaiba.com##.sdown-item:first-child https://pediy.com##.search https://baidu.com##.search-aside-adWrap https://map.baidu.com##.search-item[data-stat-code="poisearch.damoce.item"] @@ -18281,22 +19208,26 @@ https://rising.cn##.search-news1 https://hao.rising.cn##.search-right https://dict.cn##.search-right-ad5 https://dict.cn##.search-right-ad7 -https://duba.com,timeon.cn##.search_promotion +https://duba.com,newduba.cn,timeon.cn##.search_promotion https://ijia360.com##.search_radlist https://qiuziti.com##.search_wordimg https://cnool.net##.second-banner https://www.sina.com.cn##.secondtj-wrapper https://coolinet.com##.section-banner +https://stheadline.com##.section-popular https://tiboo.cn##.sectionAd https://romzj.com##.sectionThree https://brtn.cn,btime.com##.seed-item https://oxxvideos.xyz##.self-gg https://zealer.com##.series_app https://wenku.baidu.com##.service-entry +https://hoteastday.com##.sessionSub https://jq-school.com##.setfarme:nth-child(7) https://4399.com##.setlide a[href^="http"]:not([href*=".4399."]) https://baidu.com##.sf-wrap > .c-back + div[id]:last-child https://zhicheng.com##.sf_1 +https://baidu.com##.sfc-image-content-ad-container +https://baidu.com##.sfc-image-content-adrecomm https://baidu.com##.sfc-image-content-adrootnew https://baidu.com##.sfc-image-content-adtext https://baidu.com##.sfc-image-content-waterfall-item > div:not([class]) > .sfc-image-content-cell @@ -18307,8 +19238,6 @@ https://m.mydrivers.com##.share https://xilu.com##.shehuibanner https://hao.rising.cn##.shop-site https://teepr.com##.shop-widget -https://china.cn##.shop_box -https://gq.com.tw##.shopslide https://qiushibaike.com##.shopwindow https://neonan.com##.shouhuan_ad https://miercn.com##.show-img-box @@ -18321,7 +19250,7 @@ https://uwants.com##.showpx1 https://pcsoft.com.cn##.shuang11 https://duanwenxue.com##.shuang11_gg https://duanwenxue.com##.shuang11_mb -https://aohua.com.au##.sidBoxNoborder +https://luyixian.cn##.side https://showtv.com.tw##.side-AD https://laifudao.com##.side-adinner https://guokr.com##.side-adv @@ -18339,36 +19268,36 @@ https://firefoxchina.cn##.side-tpth https://niutuku.com##.sideAD https://youthwant.com.tw##.side_adbox https://shuowan.com##.side_flash -https://duba.com##.side_game +https://duba.com,newduba.cn##.side_game https://duba.com##.side_other > .img -https://duba.com##.side_taobao +https://duba.com,newduba.cn##.side_taobao https://uu114.cn##.side_top_banner https://hmog.me##.side_widget:last-child https://cjn.cn##.sidebar https://zol.com.cn##.sidebar > .n1-pad-entrance-wrap https://pupudy.com##.sidebar > .widget-textasst:nth-child(n+3) https://wn789.com##.sidebar > .widget:not(:first-child):not(.widget_ui_posts) +https://teddysun.com##.sidebar > .widget:nth-child(2) +https://teddysun.com##.sidebar > .widget:nth-child(3) https://jianshen8.com##.sidebar > a https://fulibus.net##.sidebar > div:first-child https://xiaoz.me,xingkbjm.com##.sidebar a > img https://superlife.ca##.sidebar-ad-zone -https://cyhour.com##.sidebar-all https://juejin.im##.sidebar-bd-entry https://portablesoft.org##.sidebar-box +https://note.youdao.com##.sidebar-ft https://cnblogs.com##.sidebar-image https://mywpku.com##.sidebar-recommended https://daweijita.com##.sidebar-right > .widget-box:first-child https://cangku.in,galacg.me##.sidebar-top https://52tian.net##.sidebar960 https://steachs.com##.sidebar:first-child -https://bestcbooks.com##.sidebar:last-child https://kocpc.com.tw##.sidebar:nth-child(2) https://kocpc.com.tw##.sidebar:nth-child(3) https://pic.sogou.com##.sidebar_box.shut https://v2ex.com##.sidebar_compliance https://v2ex.com##.sidebar_units https://fsdpp.cn##.sidebox > a > img -https://uraban.me##.sider > a https://docin.com##.sider_gg https://youtaoqi.com##.sidetg https://mopxing.com##.sideul1 @@ -18380,23 +19309,21 @@ https://kocpc.com.tw##.single_ads https://i.maxthon.cn##.site-ad-container https://stockstar.com##.siteAd_l https://stockstar.com##.siteAd_r -https://icoc.cc,icoc.in##.siteAdvertisement_box +https://15yc.cc##.site_tips https://hdchina.org##.sitead https://uimaker.com##.siteads -https://findprice.com.tw##.sitemajiad https://hao123.com##.siye https://iask.sina.com.cn##.sj_300x250 https://iask.sina.com.cn##.sj_680x250 https://fuli.us##.slick https://baidu.com##.slide-bner-adv-ret +https://ppsport.com##.slide-img[href^="http"] https://ksbbs.com,kshot.com##.slideAdvert -https://e0838.com##.slideInner https://cnbeta.com##.slide_area a[href^="http"]:not([href^="http://www.cnbeta."]) https://ifeng.com##.slide_popo_modal https://duba.com##.slidebar https://duba.com##.slidebar + .extend https://talkfx.com##.slidebox -https://hupu.com##.slider-pic > .list > li > a[href^="http://goto.hupu."] https://uc.cn##.slider__sdk__wrapper https://1688.com##.sm-offer-item[p4p*=".1688."] https://codepub.com##.small-banner @@ -18404,7 +19331,7 @@ https://hao.360.cn##.small-obj https://pdflibr.com##.sms-content-ad https://ant.design##.snd-ad https://hao123.com##.soft-ad-banner -https://huacolor.com##.soft-downUrl-list.underline +https://66huacai.com##.soft-downUrl-list.underline https://oschina.net##.soft_detai_above_ad https://sohu.com##.sogouService https://5nd.com##.songAds @@ -18413,12 +19340,11 @@ https://firefoxchina.cn##.sp-content https://zww.me##.sp-top-img https://missyuan.com##.spaceborder https://baidu.com##.spage-couplet-container +https://vpsdx.com##.span4 > a > img https://ithome.com.tw##.span4:nth-child(5) https://ithome.com.tw##.span4:nth-child(8) -https://css88.com##.spark-rm https://shmet.com##.spb-biz-cont -https://fhm.com.tw##.special_ad_bottom_sticky -https://fhm.com.tw##.special_ad_cover +https://downbank.cn##.speed-downlist https://geekpark.net##.sponsor https://northnews.cn##.sponsor02 https://sogou.com,soso.com##.sponsored @@ -18426,9 +19352,13 @@ https://so.com##.spread https://baidu.com##.spread-wrap https://2345.com##.spreadHotWords https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.spreadad +https://sogou.com##.sr-adv https://stockstar.com##.ss-ad-icon2 https://xuebuyuan.com##.ss_gateway https://duba.com##.ss_sider_list[href*=".wan.liebao.cn"] +https://acwifi.net##.ssr +https://eastday.com##.ssy_left +https://eastday.com##.ssy_right https://3g.cn##.statistic[href^="https://jumpluna.58.com/"] https://sonimei.cn##.style01 https://sonimei.cn##.style03 @@ -18457,18 +19387,20 @@ https://17ok.com##.t-bann https://17yy.com##.t2_3 https://17yy.com##.t2r_3 https://suopao.org##.t5[style^="margin-top:8px;"] -https://gou19.com##.t[style="margin-top:8px"] +https://1024li.com##.t[style="margin-top:8px"] https://bbs.fobshanghai.com##.t_infoline -https://douyu.com,douyutv.com##.tab-content.promote +https://douyu.com##.tab-content.promote https://chinatimes.com##.tab_4_box https://265g.com##.tab_imgtop https://tw.yahoo.com##.tabads +https://eoof.net##.tableborder1[cellspacing="1"][cellpadding="3"] https://ghoffice.com##.tac > a > img[src*=".gif?"] https://mgbbs.cn##.tac.mb10 https://076299.com,77bike.com,actoys.net,gpsuu.com,homefei.me,ksbbs.com,mgbbs.cn,oigps.com,opticsky.cn##.tac.mb5 https://77bike.com,ghoffice.com##.tac[style="border-top:1px dotted #ddd;line-height:1;"] https://txzqw.me##.tac[style="margin-bottom:5px;"] https://hlgnet.com,sina.com##.tad +https://dogedoge.com##.tag-home__item https://weibo.com##.tag_showTopicL[href^="https://shop.sc.weibo.com/"] https://cqnews.net##.taobao https://duba.com##.taobao_search @@ -18477,7 +19409,6 @@ https://83133.com##.tb-tanx https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tb_poster_info.poster_success https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tb_poster_placeholder https://jxedt.com##.tbad -https://gkpass.com##.tbanner https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tbui_aside_float_bar + .clearfix https://9u8u.com##.tc-box https://baidu.com##.tc-card[tpl="fc_before_fixads"] @@ -18487,20 +19418,23 @@ https://52pk.com##.tcgg https://nobugin.com##.td-a-rec https://newmobilelife.com##.td-a-rec-id-content_inline https://zeekmagazine.com##.td-all-devices -https://8boniu.com,boniu.xyz,boniu666.co##.td_item +https://boniu123.cc##.td_item https://mobanwang.com##.teagg +https://baiduyun.wiki##.tecent-adsense https://duba.com##.tempAd https://affyun.com##.text https://affyun.com##.text ~ a +https://chineseinla.com##.text-ads-col https://baidu.com##.text-advertise -https://dalao.ru##.text-gray:nth-child(10) +https://fastadmin.net##.text-center > .carousel https://baidu.com##.text-link-ads https://yorkbbs.ca##.textNewsBorder https://auto-online.com.tw##.text_links_h -https://eyy5.cn##.textadlist https://maomaomom.com##.textwidget > table[width="1050"] https://acgbuster.moe##.tg-inner -https://526bt.com,eroacg.com,laod.cn,xiaohutuwb.com,zhujiceping.com##.tg-site +https://526bt.com,eroacg.com,laod.cn,ninpang.com,xiaohutuwb.com,zhujiceping.com##.tg-site +https://bejson.com,e0575.com##.tg1 +https://e0575.com##.tg2 https://outofmemory.cn##.tgBar https://sogou.com##.tgad-box https://www.sogou.com##.tgad-box + div @@ -18512,16 +19446,16 @@ https://firefoxchina.cn##.theme-618 .theme-side-bg .mod https://firefoxchina.cn##.theme-side-bar-couplet https://firefox.com.cn,firefoxchina.cn##.theme-side-bar-priority https://firefox.com.cn,firefoxchina.cn##.theme-side-bar[trace-key="ad_theme_skin_link"] +https://dlemm.cn##.themead https://cnool.net##.third-banner https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_dir_ad https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_local_58 https://jbtalks.cc##.threadad -https://css88.com##.thumb-leftsidebar-image02 -https://css88.com##.thumb-rightsidebar-image01 https://163.com##.tie-ad-bar https://2345.com,hao774.com##.tip_stopXP https://zhujiwiki.com##.tips https://3gsc.com.cn##.tipsA +https://gezila.com##.tishi + dl https://so.131458.com##.tishi:first-child https://gamefy.cn,sitv.com.cn##.tit > span[style="float:right; width:285px;"] https://asp300.com,asp300.net##.tit01 > a @@ -18540,7 +19474,7 @@ https://tieba.baidu.com##.tl_spread https://manmanw.net##.tlads https://esnai.com##.tlgg https://maxthon.cn##.tmall-nav-v2 -https://duba.com,uu114.cn##.tmall_bg15 +https://duba.com,newduba.cn##.tmall_bg15 https://sxrom.com##.tmk https://muchong.com##.todayhot https://weather.com.cn##.tong @@ -18553,7 +19487,6 @@ https://3dmgame.com##.tonglona_3 https://3dmgame.com##.tonglona_4 https://fuliba.net##.tool_news1 https://loldk.com##.tools-recommend -https://golangtc.com,html-js.com##.top https://meizhou.com##.top + .w1000 https://2345.com,hao774.com##.top > .fred https://midifan.com##.top-aaa @@ -18563,16 +19496,11 @@ https://vansky.com##.top-ad-link https://leiphone.com,sina.com.cn##.top-banner https://baidu.com##.top-banner-ad-wrap https://10jqka.com.cn##.top-bar-fl > .top-hot -https://infoq.com##.top-bar-promo https://99danji.com,eeyy.com##.top-bg -https://zimuzu.tv##.top-box > div[style="text-align:center; margin:0 0 15px 0;"] -https://zimuzu.tv##.top-box > div[style="text-align:center; margin:10px 0 15px 0;"] https://163.com##.top-gg-area https://taihainet.com##.top-info https://2345.com##.top-lvy https://eelly.com##.top-picture -https://css88.com##.top-post-link -https://rj.baidu.com##.top-recommend https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top-sec + .middle-sec https://hao123.com##.top-test https://ifeng.com##.top-tg @@ -18592,23 +19520,22 @@ https://hao123.cn##.top_2_2 https://51wangdai.com##.top_AD https://pjtime.com##.top_R https://duba.com##.top_ad_ban -https://duba.com##.top_ad_tmall -https://40407.com,86wan.com,qudong.com,xitong8.com,xt700.com##.top_banner +https://duba.com,newduba.cn##.top_ad_tmall +https://40407.com,qudong.com,xitong8.com,xt700.com##.top_banner https://cngold.org##.top_bigad https://0772fang.com##.top_blft https://ifeng.com##.top_carousel -https://duba.com,uu114.cn##.top_func_ad +https://zhangxinxu.com##.top_da https://0579.cn,xizi.com##.top_gg https://2345.com##.top_news https://jmw.com.cn##.top_pic https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top_toutu_admarks + .tbui_slideshow_list -https://163.com,changsha.cn,jrj.com.cn,kekenet.com,neotv.com.cn,sina.cn,sina.com.cn##.topad +https://163.com,changsha.cn,jrj.com.cn,neotv.com.cn,sina.cn,sina.com.cn##.topad https://qz828.com##.topadv https://itavcn.com##.topadvzone https://dayanzai.me##.topban https://kocpc.com.tw##.topbarad https://chromecj.com##.topblock -https://artzd.cn##.topbox > table[style="text-align: center; width: 100%;"] https://srzc.com##.topgg https://srzc.com##.topgg1 https://bilibili.com##.topic-preview > li > a[href^="http"]:not([href*=".bilibili."]) @@ -18632,30 +19559,26 @@ https://hao123.com##.treasure-game https://hao123.com##.treasure-item https://megatime.com.tw,pchome.com.tw##.tripplead https://ts.cn##.tsggding -https://tvhome.com##.ttt -https://52pili.com,7060.la,halihali.me##.tuiguang +https://52pili.com,7060.la,bimibimi.tv##.tuiguang https://m.hao123.com##.tuizhan https://meizhou.cn##.tuwengg -https://tvhome.com##.tvAd https://xinhuanet.com##.txt > ul > li > a[href^="http"]:not([href*=".xinhuanet."]) https://chinaz.com##.txtAdBox https://mydigit.cn##.txtMes https://cntour2.com##.txtPicAd https://ltaaa.com##.txtads https://500.com##.tz_pai -https://cyzone.cn##.tzkd_bottom -https://cyzone.cn##.tzkd_top https://163.com##.u-index-ad https://sogou.com##.u-page-gg https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_aside https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_head +https://163.com##.uc-fixed-ad-wrap +https://udn.com##.udn-ads https://libaclub.com##.ui-adsame https://duowan.com##.ui-business https://xigua110.com##.ui-detail + .ui-detail-info https://m.nownews.com##.ui-footer-fixed https://ofweek.com##.ui-slider -https://hlyy.cc##.ui-sponsor -https://ispot.news##.ui_adblock https://hackhome.com##.ul_ad https://131458.com##.ulfooter_top https://autohome.com.cn##.union-ad-placeholder @@ -18668,7 +19591,8 @@ https://ifeng.com##.vAdbox https://ifeng.com##.v_adbox https://2345.com##.v_picConBox.height214 https://bejson.com##.validateButtons.clear a -https://douyu.com,douyutv.com##.vcode9-sign +https://douyu.com##.vcode9-sign +https://vgtime.com##.vgart_top https://lenovo.com.cn##.video https://av.movie##.video-banner https://eastday.com##.video-mask @@ -18688,9 +19612,11 @@ https://2345.com##.vipTopBanner https://cztv.com##.vivo https://autohome.com.cn##.vocalcon-btn https://ktkkt.com##.vod980 +https://jlpcn.net##.vodAd https://hupu.com##.voice-ad300-250 https://hupu.com##.voteIndex https://dianping.com##.votelist + .aside-box +https://sogou.com##.vr-pop-ups > .pop-div https://quanmin.tv##.w-newhot_slot-wrapper https://baidu.com##.w-question-list[data-sign] https://shm.com.cn##.w1000.surround @@ -18703,7 +19629,9 @@ https://hoteastday.com##.watermarh_ul https://10jqka.com.cn##.wbanner https://codeforge.cn##.webnotice-right https://ptbus.com##.weixin_ad +https://ip.cn##.well > p > a https://52zpi.com##.wenziad +https://baidu.com##.wgt-ad-exp-pic https://baidu.com##.wgt-ads https://muzhi.baidu.com##.wgt-best-answer + script + div https://baidu.com##.wgt-bottom-ask @@ -18716,16 +19644,12 @@ https://cnfol.com##.wid390AdBox https://cnfol.com##.wid595AdBox https://cnfol.com##.wid600Ad https://cbmay.com##.widget -https://ilvruan.com##.widget-asst -https://eefocus.com##.widget-bom2buy https://hao123.com##.widget-hlbar > span -https://hanjutvn.com##.widget-topadding https://hao123.com##.widget-topbanner -https://hanjutvn.com,taijuwang.com##.widget-unpadding https://didispace.com##.widget-wrap > p[style="text-align: left;padding-bottom: 20px;line-height: 30px;"] -https://hanjutvn.com##.widget-xlxba +https://97hj.net##.widget-zfb https://web20share.com##.widget:nth-of-type(5) -https://doub.io##.widgetRoller +https://doubibackup.com##.widgetRoller https://iplaysoft.com##.widget[style] https://fulibl.com##.widget_banner https://hackhw.com##.widget_content_b @@ -18735,33 +19659,25 @@ https://bzfl1.cc##.widget_cy_ad https://zhujiboke.com##.widget_image_ad https://zhaiiker.com##.widget_index_add https://flyzy2005.com##.widget_kratos_ad -https://carrotchou.blog,daqianduan.com,landiannews.com,xingkbjm.com##.widget_media_image +https://carrotchou.blog,landiannews.com,xingkbjm.com##.widget_media_image https://landiannews.com##.widget_metaslider_widget +https://acwifi.net##.widget_ssr https://codeceo.com,fuli8.net##.widget_text:first-child https://fulibl.cc##.widget_text:last-child https://py91.net##.widget_textads https://aeink.com##.widget_ui_adsf -https://daqianduan.com,koyi.pub,wuzuowei.net##.widget_ui_asb https://aeink.com##.widget_ui_textads -https://daqianduan.com,hanfan.cc,wuzuowei.net,yeyulingfeng.com##.widget_ui_textasb -https://subhd.com##.win_content -https://subhd.com##.win_win https://so.com##.windisplayCell https://163.com##.with-bot-ad > .arrow_down https://hao123.com##.wm https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.worldcup_info_banner_dialog -https://gpshk.cc##.wp > div:last-child > p[align="center"] https://141hongkong.com##.wp.at https://tropica.cn##.wp1.a_t https://cangjige.net,cangjige.win##.wp[style="height:36px;padding-top:15px;"] https://tui18.com##.wp[style^="width:"] -https://bbs.gfan.com##.wpp https://start.firefoxchina.cn##.wrap > div[style]:last-child https://99a21.com##.wrap-head-spots -https://duote.com##.wrap-right-B > div[style="margin:10px 0;"] -https://bbs.feng.com##.wrap.fl_row https://paipai.fm##.wrapbg -https://50yxw.com##.wrapper > [style^="text-align:"] https://iviewui.com##.wrapper-aside https://image.baidu.com##.wrapper_dot_box.dot_black https://wallstreetcn.com##.wscn-ad @@ -18775,8 +19691,6 @@ https://sohu.com##.x-adv-linear-panel https://sohu.com##.x-adv-pause-nonlinear-panel https://liaoxuefeng.com##.x-sponsor https://sina.cn##.xc_da -https://autofan.com.cn##.xf_ad -https://familydoctor.com.cn##.xg https://xinhuanet.com##.xhdf_moreAdv https://tj.xinhuanet.com##.xhdf_num1_col3 https://xinhuanet.com##.xhdf_row_adv @@ -18789,25 +19703,26 @@ https://hgitv.com##.xinwen_right_gg01 https://xilu.com##.xlad https://xilu.com##.xladAdvList https://xilinjie.com##.xlj-sponsors -https://dianyingbar.com,hanjutvn.com,taijuwang.com##.xlxba -https://muchong.com##.xmc_Logo + .xmc_fr https://muchong.com##.xmc_green + a[href^="creditshow."] https://muchong.com##.xmc_viewthread_ad -https://banyungong.org##.xnf https://21cn.com##.xuantu +https://u7u9.com##.xw-right-ad https://xkb.com.cn##.xwAd https://my0832.com##.xx_div https://pc0359.cn##.xx_yd https://pc0359.cn##.xx_yd2 +https://cosxcos.org##.xxabc https://wanyx.com##.xz_down https://xixiwg.com##.xz_left > ul:nth-last-child(3) https://05sun.com##.xzq https://moviesunusaaa.org##.yahooinner +https://htcui.com##.yanshibtn https://techweb.com.cn##.yaowen > ul > a[style="display:block;position:relative;"] https://chinayk.com##.yb_banner https://1kkk.com,dm5.com##.yddiv https://acg17.com##.yhq https://fdc.com.cn##.yifangbanner +https://greenxiazai.com##.yinsu_xz https://pc0359.cn##.yinsu_yd https://ifeng.com##.yiyuan https://hk.news.yahoo.com##.yog-col div.classickick[data-beacon-fired] @@ -18831,11 +19746,13 @@ https://wenku.baidu.com##.zhixin-right https://sina.com.cn##.zhongce https://lookae.com##.zhongjian https://qingdaonews.com##.zhqd +https://fx168.com##.zixun_ad https://brushes8.com##.zjianad https://qinbing.cn##.zjlmad https://jqzb.com.cn##.zk_xf https://91danji.com##.zlVideTowNav https://silver.org.cn##.zl_login +https://zol.com.cn##.zol-eshop https://biz.zjol.com.cn##.zsFooterBox + .close https://efu.com.cn##.zs_banner_a https://srzc.com##.zt_tonglang1 @@ -18843,19 +19760,24 @@ https://zuanke8.com##.zuanpw https://meili.cn##.zw_300_ad https://19lou.com##.zx-link https://17house.com##.zx_xrhb -https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com#?#.p_postlist > :-abp-properties(width: 739px;) +https://17ce.com#?#:-abp-has(>.add_txt) https://2345.com#?#.pic:-abp-has(a[href^="http://g.wan."]) https://3g.baidu.com,m.baidu.com,m5.baidu.com,www.baidu.com#?#div:-abp-has(>.openBox-container) https://3g.baidu.com,m.baidu.com,m5.baidu.com,www.baidu.com#?#div:-abp-has(>div[id$="_1"]+div[id$="_5"]) https://sina.com.cn##:not(.BigPic) > a[href*="sax.sina.com.cn/click?"] https://www.wpdaxue.com##:not(.post-thumbnail) > a[target="_blank"] > img https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##:not(.tbui_slideshow_slide) > div[data-daid] +https://sogou.com##A[data-log*="PicAd"] https://programmer-club.com.tw##A[href*="/ADRedirect."] https://24en.com##A[href*="/ClickAd?"] https://gmgard.com,hggard.com##A[onclick*="Advertisement"] https://cnxz.cn##[class*="-ad"] +https://zhangxinxu.com##[class*="_block-"] +https://zhangxinxu.com##[class*="bottom_"] +https://zhangxinxu.com##[class*="zxx"] + *,ARTICLE > .link:first-child https://jmw.com.cn##[class^="advertising"] https://gamme.com.tw##[class^="sidead_"] +https://dable.io##[data-ad_id] https://sina.cn##[data-href*="://sax"] https://sina.cn##[data-href*="://sax"] + aside https://sina.cn##[data-href*="://sax"] + aside + blockquote @@ -18868,21 +19790,24 @@ https://ghoffice.com,ksbbs.com,kshot.com##[id^="ads_"] https://ifeng.com##[id^="cl"] https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##[id^="spreadad_"] https://sinolub.com##[id^="xker"] +https://3322.cc##[onclick*=".gsxzq."] +https://zhangxinxu.com##[onclick*="Ad"] +https://42xz.com##[onclick*="godownload"] +https://ddooo.com##[onclick*="soft.ddooo."] https://lyreader.com##[onclick^="loadDownloadAPP"] +https://duodada.com##[style^="width: 100%; height: auto; position: fixed;"] https://kisssub.org##a > img[src*=".0o0.ooo/"] https://5dm.tv##a > img[src*=".sinaimg."] https://ruanyifeng.com##a > img[src*="wangbase.com/blogimg/asset/"] https://acgnx.se##a > img[src^="/images/"] -https://ainuody.com##a > img[src^="http://wx"] -https://doub.io##a > img[src^="https://img.doub.pw/thumbs/"] https://tieba.baidu.com,wapp.baidu.com##a.fixed_bar +https://onlinedown.net##a.qrcode_show https://maiche.com##a.some-img https://chexun.com##a[attr-outside-ad] https://wenku.baidu.com##a[class*="tiger-"][class*="-dialog"] https://hao123.com##a[class^="gameyixing-link-"] https://csai.cn##a[class^="gg"] https://ditu.so.com##a[class^="index-bcItem-"] -https://focus.cn##a[data-ad-pos-id] https://caibaojian.com##a[data-href*="aliyun"] https://oschina.net##a[data-traceid$="_ad"] https://oschina.net##a[data-traceid*="_detail_above_text_link_"] @@ -18890,72 +19815,75 @@ https://oschina.net##a[data-traceid="explore_right_bar_70"] https://oschina.net##a[data-traceid^="questionbanner"] https://oschina.net##a[data-tracepid^="index_banner_"] https://feed.baidu.com##a[data-type="ec_ad"] +https://fastadmin.net##a[href$="=="] https://bilibili.com##a[href$="_suning.html"] https://acg12.com##a[href*="%2F"] https://17173.com##a[href*="&ad_code="] https://neatstudio.com##a[href*="&cps_key="] https://ruanyifeng.com##a[href*=".100offer.com"] https://dilidili.wang,~h5.dilidili.wang##a[href*=".11h5."] img -https://cctv.com##a[href*=".17fengyou.com"] https://quanmin.tv##a[href*=".2144.cn/"] https://backchina.com##a[href*=".21usdeal.com"] -https://qu.la##a[href*=".350.com"] -https://halihali.me##a[href*=".9game.cn/"] https://163.com,bilibili.com,longzhu.com##a[href*=".admaster."] -https://ip.cn##a[href*=".ali"] -https://techweb.com.cn##a[href*=".aliyun.com"] +https://itboth.com,itkeyword.com##a[href*=".aliyun."] +https://boke112.com,techweb.com.cn##a[href*=".aliyun.com"] https://zhanqi.tv##a[href*=".bfun.cn/ad."]:not([href*=".zhanqi."]) https://backchina.com##a[href*=".cardbenefit.com/"] https://cnbeta.com##a[href*=".ctyun."] -https://idanmu.at##a[href*=".datealive.com.cn"] https://bilibili.com##a[href*=".doubleclick."] +https://zhibo8.cc##a[href*=".ftxgame.com"] https://wigcw.cn##a[href*=".gwents.com"] https://ctfile.com##a[href*=".henghost.com"] https://hanjutv.com##a[href*=".hujiang.com"] -https://cctv.com##a[href*=".jaeapp.com"] https://chinanews.com##a[href*=".jiuxianfeng.com"] https://tiexue.net##a[href*=".junp"] -https://doudoudm.com##a[href*=".kxyike.com/"] +https://zhangxinxu.com##a[href*=".ke.qq."] +https://doudoudm.site##a[href*=".kxyike.com/"] +https://ed2000.com##a[href*=".lanzous.com/"] +https://gucheng.com##a[href*=".liaogu.com"] https://apprcn.com,yeyulingfeng.com##a[href*=".lizhi."] -https://ifkjx.com##a[href*=".lolbaicai.com"] https://mumujita.com##a[href*=".makeding.com/"] https://sina.cn##a[href*=".maozhuar.com"] -https://ifkdy.com##a[href*=".me/aff/"] -https://zimuzu.tv##a[href*=".paojiao.com/"] +https://douyu.com##a[href*=".miaozhen.com"] +https://torrentkitty.app,torrentkitty.tv##a[href*=".nordvpn.net/"] https://zhibo8.cc##a[href*=".rd-game."] https://makepolo.com##a[href*=".rong360.com"] https://ccav5.com##a[href*=".sinaimg."] https://ifeng.com##a[href*=".sm.cn"] -https://chdbits.co,hdcmct.org##a[href*=".taobao"] +https://chdbits.co##a[href*=".taobao"] +https://boke112.com##a[href*=".tencent.com"] https://cnbeta.com,sojson.com##a[href*=".upyun."] +https://eastday.com##a[href*=".uugtv.com"] https://zhibo8.cc##a[href*=".wanjiashe."] https://dm5.com,dm5.hk##a[href*=".wannaplay.cn"] https://tiexue.net##a[href*=".wx359.cn/"] +https://ifkdy.com##a[href*=".yhm11.com"] https://cnzol.com##a[href*=".youa.net"] +https://duba.com,newduba.cn##a[href*=".zhhainiao.com/"] https://108.62.192.122,23.81.209.214,plus28.com##a[href*="/?Extend="] https://ctanet.cn##a[href*="/GoTo.asp?ID="] > img https://instrument.com.cn##a[href*="/ad/"] -https://fanjian.net##a[href*="/ad_click?"] https://xitek.com##a[href*="/adclick"] https://webkaka.com##a[href*="/click/a_d_"] https://cangku.in,cangku.moe,galacg.me##a[href*="/game"] https://ccav1.com##a[href*="/go"] -https://cgown.com##a[href*="/go.php?"] https://dy2018.com,xiaopian.com##a[href*="/htmlcode/"] https://cableabc.com##a[href*="/img1/"] https://tucao.one##a[href*="/index.php?m=poster&"] https://ithome.com##a[href*="/lapin."] https://6park.com##a[href*="/link.php?key="] +https://doubibackup.com##a[href*="/rightad"] +https://e0575.cn##a[href*="/showad.php?"] https://tingvoa.com##a[href*="?adid="] -https://haxiu.com##a[href*="?aid="] https://ruanyifeng.com##a[href*="?utm_source="] https://dilidili.wang##a[href*="Game"] https://eworldship.com##a[href*="ad_click&"] https://xitek.com##a[href*="adclick"] + .info https://159i.com##a[href*="ai69"] -https://bejson.com,fastadmin.net##a[href*="aliyun"] +https://bejson.com##a[href*="aliyun"] +https://kanqiuba.net##a[href*="bet"] https://r3sub.com##a[href*="bit.ly"] -https://cnbeta.com,ruyo.net##a[href*="cloud.tencent."] +https://cnbeta.com,itboth.com,itkeyword.com,ruyo.net##a[href*="cloud.tencent."] https://china.com.cn##a[href*="dwz.cn"] https://tiexue.net##a[href*="game.tiexue."] https://i-part.com.tw##a[href*="goo.gl%2FW9SXr1&"] @@ -18964,15 +19892,13 @@ https://bejson.com##a[href*="layui.com"] https://m.baidu.com##a[href*="m.lecai.com"] https://ccav1.com##a[href*="meidebi."] https://kafan.cn##a[href*="nameidi."] -https://6park.com##a[href*="out.php?"] https://ifeng.com##a[href*="popoxiu.com"] https://ifeng.com##a[href*="popoxiu.com"] + h3 https://ifeng.com##a[href*="popoxiu.com"] + h3 + p -https://6park.com##a[href*="qq.php?"] -https://cgown.com##a[href*="tb.am"] -https://fastadmin.net##a[href*="tencent"] https://58.com##a[href*="to8to.com"] +https://enjoymore.fun##a[href*="urlto.pw"] https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##a[href*="www.clinique."] +https://fxykx.com##a[href*="zyttx.com/"] https://csdn.net##a[href="//gitbook.cn/new/gitchat/activity?utm_source=csdnblog1"] https://kukudm.com##a[href="/exit/exit.htm"] > img[src="/images/d.gif"] https://ithome.com##a[href="/html/363216.htm"] @@ -18980,40 +19906,35 @@ https://ziqiangxuetang.com##a[href="/j/coding/"] https://ziqiangxuetang.com##a[href="/j/coding/"] + .w-text-red https://bejson.com##a[href="/tolayui.php"] https://bilibili.com##a[href="/video/av8587236/?tg"] -https://ip.cn##a[href="hb.php"] https://moyu16.com##a[href="http://71979.com"] https://cari.com.my##a[href="http://banner.cari.com.my/daybanner/?page=promotion"] https://ccav1.com##a[href="http://duan.es/1v"] -https://muchong.com##a[href="http://muchong.com/bbs/purchase.php?f=index&w=top"] https://xinmin.cn##a[href="http://sbiz.xinmin.cn/new/"] -https://ck180.net##a[href="http://www.L7da.com"] -https://6park.com##a[href="http://www.b2ship.com"] +https://bejson.com##a[href="http://www.bejson.com/apidoc/jquery/"] ~ a +https://bejson.com##a[href="http://www.bejson.com/apidoc/jquery/"] ~ p https://bejson.com##a[href="http://www.bejson.com/ui/tuchuang/"] ~ a[style] -https://iidvd.com##a[href="http://www.crc6789.com/iidvd.htm"] https://playtv.com.cn##a[href="http://www.sdhanrui.cn/"] -https://wikdy.cn##a[href="http://www.tbb168.com"] https://ainuody.com##a[href="http://www.zhuzhuquan.com.cn"] https://wandhi.com##a[href="http://www1.huizhek.com"] https://autohome.com.cn##a[href="https://m.autohome.com.cn/activity/special/autohome29.html"] https://2dway.com##a[href="https://www.2dway.com/5244/"] +https://centoschina.cn##a[href="https://www.linuxprobe.com/"] https://jandan.net##a[href^="//api.jandan.net/money.php?"] https://bigear.cn##a[href^="/?module=dantian&"] https://sdgundam.cn##a[href^="/aclk/"] +https://x6d.com##a[href^="/ad.php?"] https://liuli.pw##a[href^="/gg2/"] https://96weixin.com##a[href^="/show/ads/"] https://fx112.com##a[href^="/union."] -https://muchong.com##a[href^="adlog."] > img[height="90"] -https://muchong.com##a[href^="adlog.php?adid="] -https://muchong.com##a[href^="alog.php?id="] -https://8boniu.com##a[href^="http"] > img[src*="/bn_"] +https://boniu123.cc##a[href^="http"] > img[src*="/bn_"] https://yigujin.cn##a[href^="http"]:not([href$=".html"]) > img[src*="/abc/"] +https://55188.com##a[href^="http"]:not([href*=".55188."]) > img[src*="/portal/"] +https://90oo.com##a[href^="http"]:not([href*=".90oo."]) > img[src*="/tp/"] https://chapaofan.com##a[href^="http"]:not([href*=".chapaofan."]) > img[src*=".sinaimg."] -https://css88.com##a[href^="http"]:not([href*=".css88.com"]) > img https://jrzj.com##a[href^="http"]:not([href*=".jrzj."]) > img[src^="https://img."] https://peizimenhu.com##a[href^="http"]:not([href*=".peizimenhu."]) > img[src^="data/attachment/portal/"] https://qqhzg.com##a[href^="http"]:not([href*=".qqhzg."]) > img[src^="/upload/1/"] https://wn789.com##a[href^="http"]:not([href*="://www.wn789."]) > img -https://it1352.com##a[href^="http"]:not([href*="it1352."]) > img https://xiaoheizy.com##a[href^="http"]:not([href*="xiaoheizy.com"]) > img https://107cine.com##a[href^="http://107cine.com/ads/"] https://hepuwang.com##a[href^="http://ad."] @@ -19026,7 +19947,6 @@ https://ithome.com##a[href^="http://e.cn.miaozhen."] https://hc360.com##a[href^="http://e.cn.miaozhen.com/"] https://news.163.com##a[href^="http://g.163.com/"] https://moe-acg.cc##a[href^="http://game.moehuan.com/"] > img -https://zhuhai.gd.cn##a[href^="http://hd.zhuhai.gd.cn/ad/"] > img https://nicotv.me##a[href^="http://img.kingsnug.cn/gamecenter/"] https://pconline.com.cn##a[href^="http://ivy.pconline."] https://sm.cn##a[href^="http://m.sm.cn/adclick?"] @@ -19036,40 +19956,42 @@ https://cnbeta.com##a[href^="http://note.youdao.com/"] https://wenxuecity.com##a[href^="http://oascentral.wenxuecity.com/"] https://163.com##a[href^="http://popme.163.com/"] https://pctowap.com##a[href^="http://ptw.la/"] -https://ruanyifeng.com,techug.com,vaikan.com,webhek.com##a[href^="http://t.cn/"] +https://acglala.net,boke112.com,ruanyifeng.com,techug.com,vaikan.com,webhek.com##a[href^="http://t.cn/"] https://mtrend.cn##a[href^="http://tao.mtrend.cn/"] https://zhlzw.com##a[href^="http://u.ctrip.com/"] https://9tour.cn##a[href^="http://union.zhuna.cn/"] https://yeyulingfeng.com##a[href^="http://woaigouwu.top"] https://zhanqi.tv##a[href^="http://www.2133."] -https://allyingshi.com,zimuzu.tv##a[href^="http://www.6.cn/coop/"] +https://allyingshi.com##a[href^="http://www.6.cn/coop/"] https://v.baidu.com##a[href^="http://www.602.com/"] https://jcrb.com##a[href^="http://www.abchina.com/"] -https://cgown.com##a[href^="http://www.aec4d.com/"] https://wapwenku.baidu.com,wk.baidu.com##a[href^="http://www.baidu.com/cpro.php?"] https://beephone.com.tw##a[href^="http://www.beephone.com.tw/adlink.php?id="] https://cnbeta.com##a[href^="http://www.dangbei.com/"] https://win007.com##a[href^="http://www.edewin.com/"] https://loldk.com##a[href^="http://www.esportsclub.cn/home/"] https://hmog.me##a[href^="http://www.masadora.net/"] -https://6park.com##a[href^="http://www.vava8.com"] +https://t66y.com##a[href^="http://www.viidii.info/?https://po88_"] +https://t66y.com##a[href^="http://www.viidii.info/?https://po88_"] ~ :nth-child(-n+115) https://dy2018.com,xiaopian.com##a[href^="http://www.xiacai.com/"] -https://muchong.com##a[href^="http://www.zhuanyejun.com/"] https://ifeng.com##a[href^="http://yemei.tv/"] https://hexieshe.cn##a[href^="http://zd.zhiketong.cn/"] https://cnbeta.com##a[href^="https://915.im/"] +https://ixueshu.com##a[href^="https://adapi."] +https://aibing.cc##a[href^="https://aibing.cc/go/"] https://yahoo.com##a[href^="https://beap.gemini.yahoo.com/"] + .NoTextDecoration https://oschina.net##a[href^="https://citiccard.wjx.cn/"] https://acfun.cn##a[href^="https://click.dsp.com/"] https://chongbuluo.com##a[href^="https://cn.udacity.com/"] -https://gitee.io##a[href^="https://coding.net/?"] +https://boke112.com##a[href^="https://dwz.cn/"] https://nownews.com##a[href^="https://goo.gl/"] +https://hk.mobi.yahoo.com##a[href^="https://hk.promotions.yahoo.com/"] +https://fun1shot.com##a[href^="https://kenio.cn/"] https://linux.cn##a[href^="https://linux.cn/go/"] -https://cjjjs.com,fastadmin.net,itboth.com,itkeyword.com##a[href^="https://promotion.aliyun.com/"] +https://cjjjs.com,fastadmin.net##a[href^="https://promotion.aliyun.com/"] https://shufazidian.com##a[href^="https://weidian.com/"] https://weebly.com##a[href^="https://www.ebay.com"] https://fastadmin.net##a[href^="https://www.fastadmin.net/go/"] -https://fastadmin.net##a[href^="https://www.fastadmin.net/go/"][style="color:#fff"] https://howbuy.com##a[href^="https://www.howbuy.com/advertisement/"] https://sojson.com##a[href^="https://www.sojson.com/ad/"] https://zhiboba.org##a[href^="igg."] @@ -19078,36 +20000,43 @@ https://5118.com##a[id^="default-"] https://5118.com##a[id^="home-"] https://360-bo.com##a[name="thegg"] https://frdic.com,godic.net##a[onclick*="/ads/"] -https://xiazaiba.com##a[onclick*="GSDown"] https://pcsoft.com.cn##a[onclick*="_ad"] https://caibaojian.com##a[onclick*="aliyun"] +https://caibaojian.com##a[onclick*="aly"] https://5g0a.com##a[onclick*="banner"] https://tvapk.net##a[onclick*="thread_banner"] +https://edc1014070.pixnet.net##a[onmouseover*="_openBrWindow"] https://house365.com##a[style*="1200px;"] -https://gamersky.com##a[style*="display:inline-block;"][style*="z-index:1;"] https://hdzone.org##a[style*="fixed"] https://huaren.tv##a[style*="height:"] https://36dm.club,36dm.com,acgsou.com##a[style="color:red;"][href^="show-"] https://70bt.cn,qmaile.com,wandhi.com##a[style="display: inline-block;position: relative"] https://hanjutv.com##a[style="width: 1120px;height: 70px;overflow: hidden;display: block;"] +https://zhangxinxu.com##a[style^="background-image"] https://houdao.com##a[style^="background:url"] https://html-js.com##a[style^="margin-top:20px;"] https://dybee.tv##a[style^="position: fixed;bottom:"] +https://chchzhan.com,xxizhan.com##a[style^="position:fixed;z-index:"] https://aishoujizy.com,xd0.com##a[target="_blank"] > img[src^="/upload/1/"] +https://18board.com,18p2p.com##a[target="_blank"] > img[width="320"] https://18board.com,18p2p.com##a[target="_blank"] > img[width="330"] https://18board.com,18p2p.com##a[target="_blank"] > img[width="728"] https://muchong.com##a[target="_blank"][style="display: inherit!important;"] -https://doub.io##a[title*="Toyo"] +https://pixiv.net##a[target="premium_noads"] https://creaders.net##a[title^="www.136888.com/"] https://duba.com##a[w="topad"] https://amazon.cn#?#.s-result-item:-abp-has(> .s-item-container > h5 .s-sponsored-info-icon) +https://idanmu.at##aside > div[class="widget "] https://cn.bing.com#?##b_results > li:-abp-has(.b_adProvider) https://baidu.com#?#.ec_wise_ad +https://bdimg.com,tieba.baidu.com,tieba.com#?#.tl_shadow:-abp-has(> .ti_item > .ti_infos > .label_text_tag:-abp-contains(广告)) +https://bejson.com#?#.media-body:-abp-has(a) https://api.so.lianmeng.360.cn,pos.baidu.com##body https://qzwb.com##body > .area[style^="height:60px;"] https://bkill.com##body > a:first-child +https://fastadmin.net##body > a[target="_blank"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##body > div[ad-dom-img] https://tiexue.net##body > div[onclick] -https://m.mydrivers.com##body > div[style="padding:0px 0px 0px 0px;text-align:center;"] https://hdwan.net##body > div[style] https://wendu.cn##body > div[style^="width:1000px;"] https://18h.avmimi.com##body > p[align="center"]:first-child @@ -19116,11 +20045,13 @@ https://18h.avmimi.com##body > table[width="100%"]:nth-child(2) https://62422.cn##body > table[width="778"][align="center"] https://cnbeta.com#?#.cnbeta-swiper-container-285x360 .swiper-slide:-abp-has(a[href^="http"]:not([href^="http://www.cnbeta."])) https://cnbeta.com#?#.item:-abp-has(> dL > a[href^="https://ad.doubleclick.net/"]) +https://cnbeta.com#?#.item:-abp-has(> dl > dt > a[href^="http://click.aliyun.com/"]) +https://cnzol.com#?#li:-abp-has(> a[href*="mmtp.net"]) https://dilidili.wang#?#article:first-child -https://ip.cn##div > img https://bitauto.com##div > ins[data-type="ad_play"] https://324324.cn##div > script ~ a https://win0168.com##div.item +https://duonaolive.com##div.nav-mobile https://weibo.com##div[ad-data] https://toutiao.com##div[ad_name] https://tw.stock.yahoo.com##div[align="center"][style="height:90px"] @@ -19128,17 +20059,19 @@ https://zongheng.com##div[alog-group="index_04_game"] https://anjuke.com##div[class$="-ad"] https://elecinfo.com##div[class$="-advert"] https://baidu.com##div[class$="-ecom-ads"] -https://eprice.com.tw##div[class$="-popup-g"] https://anjuke.com##div[class$="-poster"] https://oschina.net##div[class$="Content"] > p[style="margin:0 0 10px 0;"] https://qqread.com##div[class$="ad"] https://19lou.com##div[class$="ad-cycle"] https://pixnet.net##div[class*="-Ad-"] https://pixnet.net##div[class*="-ad-"] +https://eprice.com.tw##div[class*="-popup"] https://ganji.com##div[class*="-recommend"] +https://soundofhope.org##div[class*="AD_"] https://ifeng.com##div[class*="SlideAd"] https://ganpapa.com##div[class*="_9cb0d"] https://makepolo.com##div[class*="_ad"] +https://zhangxinxu.com##div[class*="_bottom_"] https://silver.org.cn##div[class*="_gg"] https://vpser.net##div[class*="_textlink"] https://2345.com,hao774.com##div[class*="act-navspec"] @@ -19148,18 +20081,22 @@ https://hupu.com##div[class*="ad240-200"] https://hupu.com##div[class*="ad728-90"] https://hupu.com##div[class*="ad980-60"] https://zhibo8.cc##div[class*="advert"] +https://52solution.com##div[class*="banner"] https://efu.com.cn##div[class*="banner-"] +https://fx112.com##div[class*="floatap"] https://autohome.com.cn##div[class*="game"] https://qinbing.cn##div[class*="gg"] https://chinatimes.com##div[class*="googlead_"] +https://hz66.com##div[class*="lb_gg"] https://steamcn.com##div[class*="liz_"] +https://keylol.com,steamcn.com##div[class*="rnd_"] https://wenku.baidu.com##div[class*="tiger-"][class*="-dialog"] https://ifeng.com##div[class="adbox02"] https://moonbt.com##div[class="box mb"] > a https://ithome.com.tw##div[class="span4"] https://r3sub.com##div[class] > a[href^="show.php?id="] https://bdimg.com,tieba.baidu.com,tieba.com##div[class][lgoinprompt="prompt"] -https://cyol.com##div[class^="AD"] +https://cyol.com,hc360.com##div[class^="AD"] https://ix8.la##div[class^="ADTOPLB_"] > .bd https://ali213.net##div[class^="GG"] https://mbd.baidu.com##div[class^="_"][style="visibility: visible;"] @@ -19175,12 +20112,12 @@ https://16668.biz,16668.cc,16668.com,16668.info,16668.net,16668.org,16668tu.com, https://uuu9.com##div[class^="ad_140"] https://ifeng.com##div[class^="ad_box"] https://megatime.com.tw,pchome.com.tw##div[class^="ad_ec"] -https://fang.com##div[class^="add2"] https://weather.com.cn##div[class^="adpos"] https://silver.org.cn##div[class^="ads_"] https://xcar.com.cn##div[class^="adset"] https://hybbs.com##div[class^="adtop"] https://8684.cn,8684.com,kugou.com,solarzoom.com,yesky.com##div[class^="adv"] +https://xiazaiba.com##div[class^="adv-"] https://ifeng.com##div[class^="adv0"] https://ifeng.com##div[class^="adv1"] https://whinfo.net.cn##div[class^="adw"] @@ -19189,10 +20126,12 @@ https://jj59.com##div[class^="art_a"] https://265g.com##div[class^="ban"] https://cztv.com##div[class^="banner_"] https://elecfans.com##div[class^="banner_ad"] +https://zol.com.cn##div[class^="box-top-xiaza"] https://ifeng.com##div[class^="container-"][content^="[object"] https://78dm.net##div[class^="couple-"] https://ifeng.com##div[class^="coupletBox"] https://fx678.com##div[class^="dl_"] +https://eastday.com##div[class^="double"] https://orsoon.com##div[class^="down-sect"] https://syd.com.cn##div[class^="eap"] https://cbg.cn##div[class^="erweima"] @@ -19207,7 +20146,6 @@ https://enorth.com.cn##div[class^="guanggao"] https://fx678.com##div[class^="hc_ad_"] https://ditu.so.com##div[class^="index-adflag-"] + a https://5iyq.com##div[class^="index_ad"] -https://meiguoshenpo.com##div[class^="info_"] https://jzhome.cn##div[class^="main_gg"] https://ifeng.com##div[class^="middleAd"] https://nba.hupu.com##div[class^="nba-ad"] @@ -19215,14 +20153,14 @@ https://sun0769.com##div[class^="pagecenter sungg"] https://wasu.cn##div[class^="play_ads"] https://ifeng.com##div[class^="pplive"] https://ifeng.com##div[class^="ppx_wrap-"] -https://infoq.com##div[class^="related_sponsors"] https://ifeng.com##div[class^="rightContent-"] a[href^="//health.ifeng."] +https://sogou.com##div[class^="rt-gameright"] https://7654.com##div[class^="sidebarimg"] https://ifeng.com##div[class^="slideBannerBox"] -https://86wan.com##div[class^="tonglan"] https://ifeng.com##div[class^="topAd-"] https://21cn.com##div[class^="topAds"] https://gpsuu.com##div[class^="top_96"] +https://zhangxinxu.com##div[class^="top_da_out_"] https://gamme.com.tw##div[class^="topad_"] https://narutom.com##div[class^="wrap2 vtg"] https://msn.com##div[data--adqjyluqt] @@ -19235,6 +20173,7 @@ https://oschina.net##div[data-traceid*="_ad_"] https://oschina.net##div[data-tracepid="question_detai_above"] https://le.com##div[data-type="bottomLayerView"] https://weibo.com##div[feedtype="ad"] +https://heirui.cn##div[id$="MASK"] https://mail.126.com,mail.163.com##div[id$="_AdDiv"] https://mail.126.com,mail.163.com##div[id$="_BannerDiv"] https://mail.126.com,mail.163.com##div[id$="_FooterDiv"] @@ -19244,11 +20183,9 @@ https://58.com##div[id$="_gdbg"] https://mail.126.com,mail.163.com##div[id$="_succAd"] https://pixnet.net##div[id*="-AD-"] https://pixnet.net##div[id*="-Ad-"] +https://yahoo.com##div[id*="-Stream-ad-"] https://pixnet.net##div[id*="-aD-"] https://mcdulll.com,pixnet.net##div[id*="-ad-"] -https://baby-kingdom.com##div[id*="Banner Zone"] + script + a -https://baby-kingdom.com##div[id*="Banner Zone"] + script + iframe -https://baby-kingdom.com##div[id*="Banner Zone"] + script + object https://lalilali.com##div[id*="_"] https://feiwan.net,kcili.com##div[id*="_"][style] https://moneyweekly.com.tw##div[id*="_ScupioHomeAD"] @@ -19259,6 +20196,7 @@ https://v.baidu.com,v.duba.com##div[id*="categoryPageColumn"] https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##div[id*="lottery"] https://yaolan.com##div[id*="underHdAd"] https://kuaidi100.com##div[id][style="width: 300px;float: right;"] +https://yahoo.com##div[id^="-ad-"] https://fengniao.com##div[id^="AD"] https://house365.com##div[id^="AD-bottom"] https://it168.com##div[id^="ADV"] @@ -19276,13 +20214,12 @@ https://360che.com##div[id^="PAGE_AD_"] https://0594.com##div[id^="PCMSAD_"] https://tigtag.com##div[id^="Show300x"] https://90bifen.com##div[id^="ShowTopAds_"] -https://dianyingbar.com##div[id^="Tmall"] https://icpmp.com##div[id^="__"] https://mail.126.com,mail.163.com##div[id^="_mail_popup_"] https://vod1769.com##div[id^="a"] https://ettoday.net##div[id^="abp"] https://makepolo.com,mycar168.com,mysteel.com,pchome.net,qz828.com##div[id^="ad"] -https://58.com,pcpop.com##div[id^="ad_"] +https://58.com,pcpop.com,phpernote.com##div[id^="ad_"] https://lenovo.com.cn##div[id^="ad_bd_"] https://lenovo.com.cn##div[id^="ad_bd_"] + .ad-mark https://megatime.com.tw,pchome.com.tw##div[id^="ad_div_"] @@ -19310,13 +20247,15 @@ https://66rd.cn##div[id^="comiis_xizi_gg"] https://nanrenwo.net##div[id^="content"] https://ifeng.com##div[id^="couplet3_"] https://jmnews.com.cn##div[id^="couplet_"] +https://tyenews.com##div[id^="custom_html-"] https://banma.com##div[id^="disapper"] +https://discuss.com.hk##div[id^="div-gpt-ad"] + div[id] https://gohome.com.hk##div[id^="div-gpt-ad"][style] https://zyue.com##div[id^="divad_"] https://chinafix.com##div[id^="diy_vk_ad_"] https://fx678.com##div[id^="dl_"] https://lysq.com##div[id^="followDiv_"] -https://512ms.com,gusuwang.com##div[id^="fy_"] +https://512ms.com##div[id^="fy_"] https://tiexue.net##div[id^="g_d_"] https://doyo.cn,keleyi.com,lgmi.com##div[id^="gg"] https://51240.com##div[id^="ggwz"] @@ -19326,7 +20265,8 @@ https://hinews.cn##div[id^="hi_gg_"] https://fx678.com##div[id^="hta_"] https://wenku.baidu.com##div[id^="html-reader-AD-"] https://wenku.baidu.com##div[id^="html-reader-banner-"] -https://fjlyfdc.com.cn##div[id^="hxhad"] +https://tyenews.com##div[id^="media_image-"] +https://tyenews.com##div[id^="metaslider_widget-"] https://4c.cn##div[id^="mid_ad"] https://pcauto.com.cn##div[id^="middle_ad_"] https://ksbbs.com##div[id^="mimi_"] @@ -19334,6 +20274,7 @@ https://hk.yahoo.com##div[id^="my-ads"] https://elecfans.com##div[id^="new-listAd"] https://ifeng.com##div[id^="padhide_"] https://muchong.com##div[id^="paper"] +https://yb983.com##div[id^="pop"] https://ksbbs.com,kshot.com##div[id^="read_ad_"] https://kshot.com##div[id^="read_m_yytf"] https://image.baidu.com##div[id^="relecom"] @@ -19341,25 +20282,26 @@ https://www.rkanr.com##div[id^="rkrCp"] https://eol.cn##div[id^="s1_"] https://secretmine.net##div[id^="secre-"] https://159i.com##div[id^="sidebar"] > :not(form) -https://douyu.com,douyutv.com##div[id^="sign_p_"] +https://mjzj.com##div[id^="sidebar-top-carouse"] +https://douyu.com##div[id^="sign_p_"] https://suizhoushi.com##div[id^="sznew_ad"] https://ottawazine.com##div[id^="text-"] https://e0575.cn##div[id^="tid_"] +https://baidu.com##div[id^="toast"] https://4c.cn##div[id^="top_ad"] https://my0511.com##div[id^="topad"] https://u17.com##div[id^="u17-advert"] https://lnd.com.cn##div[id^="wflash"] https://eyuyao.com##div[id^="x_ad_"] +https://ddrk.me##div[id^="zmda"] https://oschina.net##div[name="detail_show_footer"] https://oschina.net##div[name="floatAdbox"] -https://oschina.net##div[name="index_banner_bigger"] -https://muchong.com##div[onclick^="location.href='http://muchong.com/bbs/a"] +https://oschina.net##div[name^="index_banner_"] https://sydneytoday.com##div[style$="-144px;top: 115px;"] https://cbber.com##div[style$=":0px;top:200px;z-index:9999;"] https://tuwan.com##div[style$="height:90px;"] -https://baike.com##div[style$="text-align:center; width: 1000px;"] +https://m.mydrivers.com##div[style$="px 0px 0px 0px;text-align:center;"] https://avonline.org##div[style$="width:570px;margin-left:50px;"] -https://mpyit.com##div[style*=".sinaimg."] https://mydrivers.com##div[style*="/ad/"] https://ilxdh.com##div[style*="1000px"] https://25xz.com##div[style*="1002px;"] @@ -19367,24 +20309,20 @@ https://da-fan-shu.cn##div[style*="468"][style*="60"] https://25xz.com##div[style*="724px;"] https://pchome.com.tw##div[style*="982"][style*="85"] https://blog.sina.com.cn##div[style*="WiDTH: 200px;"][style$="HeiGHT: 300px"] -https://m.halihali.me##div[style*="fixed"] https://bilibili.com##div[style*="height:"][data-loc-id] https://taiwan.cn##div[style*="height:250px;padding:5px 17px 5px 18px;"] +https://bccn.net##div[style*="height:90"] https://dfpan.com##div[style*="img.com/"] -https://ilxdh.com,ruanyifeng.com##div[style*="important"] +https://ruanyifeng.com##div[style*="important"] https://esu.moe,esu.wiki##div[style*="position: relative; max-height: 400px;"] https://1010jiajiao.com##div[style*="position:fixed;"][style*="bottom:1px;"] https://huarenjie.net##div[style*="top: 50px;"] https://kkj.cn,mydrivers.com##div[style*="width:1"][style*="height:90px;"] https://iplaysoft.com##div[style*="width:3"][style*="height:2"] -https://divcss5.com,iplaypy.com##div[style*="width:336px;height:280px;"] +https://divcss5.com##div[style*="width:336px;height:280px;"] https://iplaysoft.com##div[style*="width:6"][style*="height:1"] -https://dmzj.com##div[style*="width:9"][style*="height:60px;"] -https://gamersky.com##div[style*="width:970px;height:90px;"] https://lawtv.com.cn##div[style=" width:664px; height:260px; margin-top:10px;"] -https://aohua.com.au##div[style="WIDTH: 960px; HEIGHT: 60px"] https://nowscore.com##div[style="background-color:#F0F0F0;line-height:25px;height:25px;text-align:center"] -https://chinaz.com##div[style="background:#C91521;height:90px;"] https://xilu.com##div[style="border-right:1px solid red; width:629px;height:300px; margin-top:10px;overflow:hidden;"] https://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] https://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] + div[style="display:inline-block"] @@ -19397,7 +20335,6 @@ https://m.wallstreetcn.com##div[style="height: 130px;"] https://jijidown.com##div[style="height: 462px;"] https://beianbeian.com##div[style="height: 62px;margin-bottom: 20px;"] + .layui-table https://360doc.com##div[style="height: 90px; padding-top: 13px;"] -https://huabian.com##div[style="height:250px;"] https://ipcfun.com##div[style="height:280px;width:336px;margin:-10px auto 20px auto"] https://housefindeasy.com##div[style="height:90px"] https://pythontab.com##div[style="margin-bottom: 4px;"] @@ -19408,32 +20345,28 @@ https://iplaysoft.com##div[style="margin:-10px 0 0 0;overflow:hidden"] https://lanyes.org##div[style="margin:0 auto 10px;height:76px;overflow:hidden"] https://xcmh.cc##div[style="margin:0 auto 12px; adding:0;width:980px;height:250px;overflow:hidden;"] https://gpsuu.com##div[style="margin:0 auto; padding-bottom:10px;width:960px;height:60px;"] -https://gamersky.com##div[style="margin:0 auto;width:620px;height:75px;overflow:hidden;position:relative;"] https://dzwww.com##div[style="margin:0;padding:0;width:620px;height:345px;overflow:hidden;background-color:#fff;"] https://morningpost.com.cn##div[style="margin:0;padding:0;width:648px;height:345px;overflow:hidden;background-color:#fff;"] https://html-js.com##div[style="margin:10px auto;width:1000px;"] https://kaifu.tw##div[style="margin:15px; padding:2px;width:304px; height:254px; clear:both; margin:5px auto 20px;"] https://tucao.one##div[style="margin:auto;margin-top:0px;width:964px;height:105px;"] -https://gamer.com.tw##div[style="min-height:250px;margin-bottom:10px;"] https://ref.so##div[style="overflow:hidden; height:auto; width:1002px; margin:0 auto; "] https://eworldship.com##div[style="padding: 0px;position: fixed;left: 7px; top: 150px;"] https://baidu.com##div[style="padding: 20px 9px 20px 10px;widget:250px;height:250px;"] https://zuanke8.com##div[style="padding:0px 0 10px 0;background-color:#F1F1F1;"] -https://muchong.com##div[style="padding:15px 0;border:1px solid #648EB2;width:760px;text-align:center;"] https://win007.com##div[style="padding:6px 0; width:950px; height:45px"] -https://muchong.com##div[style="padding:8px 10px;font-size:14px; background: #fff; border: 1px solid #648EB2;"] > table > tbody > tr > td:first-child https://7junshi.com##div[style="position: fixed; right: 0px; bottom: 0;z-index:999;width: 300px;height: 250px;"] https://jijidown.com##div[style="position: fixed;right: 0;bottom: 0;"] https://ys168.com##div[style="position:fixed; width:200px; top: 330px;right:10px;font-size:9pt;text-align:left;"] https://1ting.com##div[style="position:fixed;bottom:0;z-index:999"] https://up01.cc##div[style="position:fixed;width:468px;left: 50%;transform:translate(-50%,0);height:60px;background:#fff;bottom:0px;text-align:center;z-index:9"] https://lanzou.com##div[style="text-align: center;border: 1px solid #eee;"] -https://subhd.com##div[style="text-align:center;height:270px;padding:10px 0;"] https://buzzhand.com##div[style="text-align:left;margin-top:0px;height:600px;"] -https://halihali.me##div[style="width: 100%;height: 90px;position: relative;"] https://rfidworld.com.cn##div[style="width: 100%;position: fixed;top: 0;margin:0;"] https://v2ex.com##div[style="width: 240px; margin: 0px auto 0px auto; text-align: left;"] +https://hz66.com##div[style="width: 300px; height: 250px; float: left; position: relative;"] https://eastmoney.com##div[style="width: 300px; height: 250px; margin-top: 10px;"] +https://tuwan.com##div[style="width: 360px;margin-top:10px;"] https://jijidown.com##div[style="width: 500px;"]:last-child https://jijidown.com##div[style="width: 525px;"]:last-child https://pixnet.net##div[style="width: 620px; height: 250px; padding-bottom: 10px;"] @@ -19442,11 +20375,9 @@ https://jq-school.com##div[style="width:1060px; height:auto; margin:0 auto;overf https://108.62.192.122,23.81.209.214,plus28.com##div[style="width:270px; height:180px;"] https://liaoxuefeng.com##div[style="width:336px;height:280px;float:left;"] https://auto-online.com.tw##div[style="width:336px;height:280px;margin:0;background:#000000"] -https://isanxia.com##div[style="width:340px;height:284px;float:left;"] https://yantuchina.com##div[style="width:618px;height:150px;margin: 0 auto; display:block;"] https://auto-online.com.tw##div[style="width:728px;height:130px;margin:0;background:#000000"] https://xbooks.to##div[style="width:900px; height:250px; margin: -15px auto 15px auto;"] -https://isanxia.com##div[style="width:958px;height:90px;overflow:hidden;"] https://cqnews.net##div[style="width:960px; height:90px; overflow:hidden; padding:0 20px; background:#fafafa; margin-bottom:15px"] https://0597kk.com##div[style="width:960px; overflow:hidden; margin:2px auto; "] https://chinacbe.com##div[style="width:960px; padding:0px; margin:4px 0; border:0px solid #CCC;"] @@ -19456,14 +20387,16 @@ https://youth.cn##div[style="width:960px;height:90px;margin:0 auto;"] https://108.62.192.122,23.81.209.214,plus28.com##div[style="width:960px;margin: auto;"] https://se533.com##div[style="width:960px;margin:0 auto;text-align:center;"] https://cool3c.com##div[style="width:98%;border:1px solid #ddd;padding:5px;margin-top:5px;"] -https://duowan.com##div[style="width:980px;height:60px;margin:0 auto 10px;"] https://pc360.net##div[style^="border:none;height:90px;width:728px;"] https://123cha.com##div[style^="float:left;margin:8px 0;width:790px;border:1px dashed #ccc;"] -https://eefocus.com##div[style^="float:left;width:300px;height:250px;"] +https://zhangxinxu.com##div[style^="height: 300px;"] https://gaoqing.fm##div[style^="height:258px;background-image:"] https://jisilu.cn##div[style^="height:60px; width:960px;"] https://ttzmz.vip##div[style^="margin-top:2"] https://52ch.net##div[style^="margin-top:5px; height:60px;"] +https://m.weather.com.cn##div[style^="position: fixed; width: 100%; bottom: 0px;"] +https://chineseinla.com##div[style^="position:absolute;"][style$=":0px;top:30px;"] +https://52youpiao.com##div[style^="position:fixed; right:40px;"] https://zimuku.cn##div[style^="position:fixed; text-align:"] https://mydrivers.com##div[style^="position:fixed;left:50%;bottom:200px;"] https://v.163.com##div[style^="width: 140px; height: 199px;"] @@ -19471,7 +20404,6 @@ https://ieche.com##div[style^="width: 298px;height:250px;"] https://elecfans.com##div[style^="width: 960px;height: 40px;"] https://zddream.com##div[style^="width:100%;height:100%;border:2px"] https://pcsoft.com.cn##div[style^="width:100px;height:300px;position:fixed;"] -https://house365.com##div[style^="width:1200px;height:"] https://backchina.com##div[style^="width:300px; min-height: 250px;"] https://pc0359.cn##div[style^="width:301px;height:250px;"] https://avonline.org##div[style^="width:613px; height:"] @@ -19480,27 +20412,30 @@ https://jpwind.com##div[style^="width:730px; height:90px;"] https://zimuku.cn##div[style^="width:8"] https://memexie.com##div[style^="width:9"][style$="#C8E4F0"] https://21yq.com##div[style^="width:980px;height:80px;"] +https://firefoxchina.cn##div[trace-key="ad_theme_skin_link"] +https://firefoxchina.cn##div[trace-key="mh_channel_rec_tpth"] https://zuoye.baidu.com##dl[class="card related"] https://douban.com#?#.rec_topics:-abp-has(>.rec_topics_name[href^="https://erebor.douban."]) -https://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a:-abp-contains(红包)) -https://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a[href*="t.cn"]) +https://ebay.com#?#li.s-item:-abp-has(span[role="text"]>span:-abp-contains(助)) https://bbs.my0511.com##embed[width="970"][height="70"] -https://hiapk.com##font.jammer https://ifeng.com#?#.box_list:-abp-has(.tuig) https://sina.cn##iframe[id^="sinaadtk_"] +https://image.so.com#?#.cell:-abp-has(.txt:-abp-contains(广告)) https://image.so.com#?#.imgcell:-abp-has(.txt:-abp-contains(广告)) -https://50yxw.com##img[height="50"] +https://gucheng.com##img[data-mv-ad] https://eworldship.com##img[height="70"] https://moyu16.com##img[height="85px"] https://wishdown.com##img[href*=".41gw.com/"] https://szhk.com##img[id^="adp"] https://nicemoe.com##img[src*=".sinaimg."][style="width:100%;margin-top:0px;"] +https://bccn.net##img[src*="data:"] https://moyu16.com##img[style="width:1238px;height:100px"] https://scsn.cn##img[style^="height:70px;width:"] -https://cnstock.com,hall123.com,hc360.com,hi.people.com.cn,xizi.com##img[width="1000"] +https://hall123.com,hi.people.com.cn,xizi.com##img[width="1000"] https://jmbbs.com##img[width="1100"] https://5eplay.com##img[width="1240"] https://54new.com##img[width="1280"][height="100"] +https://taohuayun.cn##img[width="150"][height="60"] https://javjunkies.com##img[width="160"][height="600"] https://chysg.com##img[width="232"][height="90"] https://36dm.club,36dm.com,acgsou.com##img[width="250"][height="250"] @@ -19511,9 +20446,10 @@ https://guitarchina.com##img[width="420"][height="60"] https://aguitar.cn##img[width="470"][height="60"] https://china.com.cn##img[width="665"] https://36dm.club,36dm.com,acgsou.com##img[width="700"][height="60"] +https://itavcn.com##img[width="722"] https://gpshk.cc##img[width="770"] -https://cnjxol.com,pt80.net##img[width="960"] -https://biz.zjol.com.cn,cgown.com##img[width="980"] +https://chcj.com,pt80.net##img[width="960"] +https://biz.zjol.com.cn,cgown.com,taohuayun.cn##img[width="980"] https://chyangwa.net,motorfans.com.cn##img[width^="1200"] https://0597kk.com##img[width^="37"][height="30"] https://apk.tw##ins.adsbygoogle @@ -19525,36 +20461,37 @@ https://jin10.com#?#.jin-timeline:-abp-has(.jin-tag) https://hk.yahoo.com##li[class="js-stream-content Cf Pos-r RevealNested "][data-uuid]:not([data-uuid*="-"]) https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##li[data-daid] https://0573ren.com##li[data-sort] > a[href^="http://app-api.0573ren.com/store-view/store/detail/id/"] +https://13mv.com##li[id^="media_image-"] +https://linkedin.com#?#.core-rail > div > div[id^="ember"]:-abp-has(.feed-shared-actor__description span:-abp-contains(/促銷內容|广告/)) +https://linkedin.com#?#.core-rail > div > div[id^="ember"]:-abp-has(.feed-shared-actor__sub-description span:-abp-contains(/促銷內容|广告/)) https://m.thepaper.cn#?#.t_news:-abp-has(img[alt="广告"]) https://muchong.com#?#.forum_Post_index:-abp-has(nobr:-abp-contains(18)) -https://muchong.com#?#A[target="_blank"][style="display: inherit!important;"] https://news.baidu.com#?#.index-list-item:-abp-has(.tip-time:-abp-contains(广告)) https://news.sohu.com,www.sohu.com#?#.list16 > ul > li:-abp-contains(广告) https://china.com##object[width="360"][height="300"] https://sina.com.cn##p + .article-video -https://bbs.6park.com##p > font[color="E6E6DD"] https://muchong.com##p[onclick="view_ok();"] https://aeink.com##p[style*=".alicdn.com/"] https://aeink.com##p[style*="82px;background:"] https://itkeyword.com##p[style="line-height:1.4; margin-top:8px; margin-bottom:10px;"] https://samsung.com#?#.template-item:-abp-has(> .wrap-sub-title > div > .ad) -https://dilidili.name,gdot.me,sc115.com##script + a +https://dilidili.one,gdot.me,sc115.com##script + a https://logo160.com##script + a[href="/"] https://xingkbjm.com##script + div + .excerpt https://xingkbjm.com##script + div + .excerpt + .excerpt https://news.lyd.com.cn##script + table[width="300"] > tbody > tr:first-child > td > table[width="300"] +https://jianshu.com##section[aria-label="jianshu-ad"] https://vs.cm##section[id^="ad_"] https://r3sub.com##source + img https://bbs.my0511.com##span.smalltxt +https://zol.com.cn##span[class^="down-dxlt"] https://163.com##span[class^="gg"] https://gamebase.com.tw##span[id^="aid_"] -https://hkgolden.com##span[id^="lineImage"] https://bilibili.com##span[style*="height:"][data-loc-id] +https://soft7788.com##span[style="float:left;width:100%;height:30px;"] https://typecho.wiki##span[style="height: 17px;margin-left: 10px;background: #000;border: 1px solid #000;"] https://yivian.com##span[style^="color: #ff0000;"] -https://hanzify.org##span[style^="float:right;"] https://power.baidu.com,zhidao.baidu.com##style[id^="s-m"] + div[id^="m"] -https://cnjxol.com##table[background$="/searchbg.gif"] ~ table[height="5"] https://udn.com##table[bgcolor="#FFFFFF"][width="298"][height="375"] https://my0511.com##table[bordercolor="#C0C0C0"][border="1"] https://pt80.net##table[cellpadding="2"][bordercolor="#DFC5A4"] @@ -19565,6 +20502,7 @@ https://jdbbs.com##table[cellspacing="5"][bordercolor="#9dbedd"] https://angelweb.cn##table[height="250"] https://guidaye.com##table[height="280"] https://sdzbcg.com##table[height="41"]:last-child +https://gp123.cc##table[height="66"] https://bcbay.com##table[id] + table[style="margin:3px auto;"] https://playtv.com.cn##table[id] > tbody > tr > td[colspan="2"][width^="32"] https://win007.com,win0168.com##table[id^="table_Ad"] @@ -19574,6 +20512,7 @@ https://52life.cc##table[style="margin-top:0"] https://28xl.com##table[style^="width:678px; height:280px;"] https://jjwxc.net##table[style^="width:984px;"] https://hcbbs.com##table[width="100%"][bordercolor="#CCCCCC"] +https://cartoonmad.com##table[width="100%"][cellpadding="0"] > tbody > tr:nth-child(3) table[width="100%"][cellpadding="2"] https://pt80.net##table[width="1150"] https://net767.com##table[width="320"][height="252"] https://lbx777.com,lbx777.net##table[width="325"][height="280"] @@ -19591,7 +20530,6 @@ https://mitbbs.ca,mitbbs.com##table[width="915"] > tbody > tr:first-child > td[w https://cartoonmad.com##table[width="950"] > tbody > tr > td > table[width="210"] > tbody > tr > td > table[width="210"] https://16sucai.com,bbxxbbs.net##table[width="960"] https://esnai.com##table[width="960"] > tbody > tr > td[height="90"] -https://cnjxol.com##table[width="960"][bgcolor="#FFFFFF"] https://fpdisplay.com##table[width="960"][height="110"] https://gpcxw.com##table[width="960"][height="90"] https://you85.cn##table[width="980"] @@ -19606,15 +20544,8 @@ https://win007.com##td[height="18"][bgcolor="#FFFFE8"] https://tianshui.com.cn##td[height="420"] https://webkaka.com##td[id$="_SPONSOR"] https://win007.com##td[id^="Ad"] -https://muchong.com##td[style="padding-right:15px;border-right:1px solid gray;"] + td[style="padding-left:15px;"] -https://muchong.com##td[style="padding:10px;font-size:14px;"] > div > [style="color:green;"]:first-child -https://muchong.com##td[style="padding:10px;font-size:14px;"] > div > a[href^="creditshow.php?action=view&logid="] -https://muchong.com##td[style="padding:5px 10px;"] + td + td[style="padding-left:10px;"]:last-child -https://findprice.com.tw##td[style="width: 342px; padding:0px 0px 0px 5px;border-left:1px solid #c9d7f1;"] > table > tbody > tr:nth-last-child(n+3) -https://ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] -https://hkgolden.com##td[style="width: 999px; vertical-align: top;"] > div[style="height:291px;"] +https://ningmengtiyu.com,ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] https://tvboxnow.com##td[style="width:15%;height:100%;"] -https://hkgolden.com##td[style^="background-color: #F3F2F1; height: 100px;"] https://zhuji.net##td[valign="top"][height="66"] https://zhuji.net##td[valign="top"][height="96"] https://spbo1.com##td[width="100%"][height="18"][bgcolor="#ffffff"][align="center"][colspan="13"] @@ -19624,20 +20555,23 @@ https://enread.com##td[width="326"][height="250"] https://sdzbcg.com##td[width="580"][height="279"] > table:nth-child(2n-1) https://62422.cn##td[width="760"][height="75"] https://cartoonmad.com##td[width="890"] > table > tbody > tr > td[valign="top"][height="118"] -https://verycd.gdajie.com##th[colspan="3"] https://ningmengzhibo.com##th[style="width: 80px;"][colspan="3"] https://toutiao.com#?#.J_ad https://toutiao.com#?#.has_action:-abp-has(> .icon_ad) https://cartoomad.com##tr:last-child > td[align="right"] > table[width="732"] https://cartomad.com,cartoonmad.com##tr:nth-child(n+5) > td > table[width="732"] https://17ce.com##tr[id^="tr"] > td > a[href^="http"] +https://twitter.com#?#article[role="article"]:-abp-has(svg + div[dir="auto"] > span:-abp-contains(/推廣|推广|推薦|推荐/)) +https://twitter.com#?#div[data-testid="UserCell"]:-abp-contains(/推廣|推广/) +https://twitter.com#?#div[data-testid="trend"]:-abp-contains(/推廣|推广/) +https://twitter.com#?#h2[role="heading"]:-abp-contains(/推廣推文|推广推文/) +https://sogou.com##ul[class^="atAd"] https://firefoxchina.cn##ul[track-key="adv_links"] https://yahoo.com#?#.js-stream-content:-abp-has(p:-abp-contains(熱門搜尋)) https://yahoo.com#?#.js-stream-content:-abp-has(span:-abp-contains(即日熱搜)) https://zhangxinxu.com#?#.top_da_out -https://game735.com#@##AdDiv https://the-sun.on.cc#@##ContentAd1 -https://greedio.com#@##adBox +https://hubei.gov.cn#@##ad-side https://abbao.cn#@##adContent https://gohome.com.hk,idv.st#@##adFrame https://wangnba.com#@##adSet @@ -19650,21 +20584,22 @@ https://dpp.org.tw#@##ad_small https://timesdata.com#@##adbody https://tt1069.com#@##adbrite https://abbao.cn,tt1069.com,xietui.com#@##adcontent -https://cgvoo.com,hongrentao.cc,houhuayuan.pink,mcfuns.com.tw,mrmad.com.tw,myself-bbs.com,paltv.top,pbhz.com,sportsyeah.hk,ugediao.com,youneed.win,zhaoze.party,zhuihd.com#@##adsense +https://hongrentao.cc,houhuayuan.pink,mcfuns.com.tw,mrmad.com.tw,myself-bbs.com,paltv.top,pbhz.com,sportsyeah.hk,ugediao.com,xingkbjm.com,youneed.win,zhaoze.party,zhuihd.com#@##adsense https://wenku8.net#@##adtop https://union.58.com#@##advertise -https://nyaa.pt,pantsu.cat#@##banner_ad +https://fxykx.com,nyaa.pt,pantsu.cat#@##banner_ad https://biznetvigator.com#@##container_ad https://szxx.com.cn#@##divAd https://knowlet3389.blogspot.com,knowlet3389.blogspot.hk,knowlet3389.blogspot.jp,knowlet3389.blogspot.tw#@##gAds https://game.macx.cn#@##google-ad -https://codejie.net,mo.babytoyhome.com#@##google-ads +https://codejie.net#@##google-ads https://apk.tw#@##google_ad https://soft.macx.cn,tunesp.com#@##googlead https://soft.macx.cn#@##googlead1 https://52vfx.com#@##head_ad https://29yyl.com#@##index_ad https://xxt.cn#@##mainAd +https://numberempire.com#@##perm_ad https://www.zol.com.cn#@##search_ad https://wangnba.com#@##showAd https://u2mtv.com#@##slider-ad @@ -19673,7 +20608,7 @@ https://520cc.cc,520cc.me,5278.cc#@#.a_cn https://help.xunlei.com#@#.a_fr https://520cc.me,sewangchao.com,sewangchao3.com#@#.a_mu https://xinmin.cn#@#.a_p -https://haha.mx#@#.ad-1 +https://hahamx.cn#@#.ad-1 https://mobile01.com#@#.ad-a https://diantai.ifeng.com#@#.ad-b https://pptstore.net#@#.ad-big @@ -19693,13 +20628,12 @@ https://mucanwenxue.com#@#.ad250 https://apk.tw#@#.ad300 https://2ujj.com#@#.ad350 https://012.tw#@#.ad728 -https://520tingshu.com#@#.ad960 +https://520tingshu.com,ting35.com#@#.ad960 https://cw.com.tw#@#.adActive https://czbj.js.cn#@#.adArea -https://poedb.tw#@#.adBanner +https://macwk.com,poedb.tw#@#.adBanner https://cmbc.com.cn#@#.adBox https://bbs-mychat.com#@#.adContent -https://huanqiu.com#@#.adHead https://icbc.com.cn#@#.adLeft https://icbc.com.cn#@#.adRight https://10jqka.com.cn,faxingw.cn,gdmm.com#@#.ad_1 @@ -19714,7 +20648,7 @@ https://howbuy.com#@#.ad_wrapper https://hibox.hinet.net#@#.adarea https://en8848.com.cn#@#.adcenter https://china.com#@#.adclass -https://hc360.com,qqread.com#@#.adcont +https://qqread.com#@#.adcont https://51cto.com#@#.addarea https://ggdoc.com.cn#@#.addiv https://poba.com.tw,poba.hk#@#.adlist @@ -19723,7 +20657,7 @@ https://ltn.com.tw#@#.adright https://money18.on.cc#@#.ads-bg https://159i.com,techroomage.com,zhaopin.com#@#.adsBox https://liumingye.cn#@#.adsTest -https://alotof.software,android-doc.com,apk.tw,battlecats-db.com,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,moa.tw,playok.com,tingfm.com#@#.adsbygoogle +https://alotof.software,android-doc.com,apk.tw,battlecats-db.com,chtoen.com,dizhishengcheng.com,doitwell.tw,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,moa.tw,numberempire.com,playok.com,shenfendaquan.com,tingfm.com#@#.adsbygoogle https://gdmm.com,gkstk.com,youquba.net#@#.adtop https://bdp.cn#@#.adv-list https://liumingye.cn#@#.advText @@ -19731,7 +20665,7 @@ https://anjia365.com#@#.adv_bg https://htmlsucai.com,sucai8.cn,ui.cn#@#.adv_img https://zalora.com.hk#@#.advertisement-block https://lm-us.com#@#.advertisement_above_footer -https://8maple.ru,bilibili.to,oldpig.org#@#.afs_ads +https://8maple.ru,bilibili.to,oldpig.org,pron777.com#@#.afs_ads https://epubit.com#@#.article_share https://dingdong.ganji.com#@#.banner https://10.10.5.12#@#.banner_ad @@ -19739,12 +20673,10 @@ https://ishangman.com#@#.bottom_ad https://douban.com#@#.download-ad https://typecho.wiki#@#.downloadad https://petrochina.com.cn#@#.ggbox -https://btbttv.net#@#.google-ad -https://mo.babytoyhome.com#@#.google-ads +https://btbt.tv#@#.google-ad https://apk.tw#@#.google_ad https://adbug.cn#@#.google_ads https://mobile01.com#@#.googlead -https://58pic.com,v.baidu.com#@#.has-ad https://wangzheli.com#@#.headad https://popo.tw#@#.header_ad https://hbee.edu.cn#@#.headerad @@ -19755,8 +20687,7 @@ https://jsbooks.com.cn#@#.left-ads https://36.cn#@#.mainAd https://fsjoy.com#@#.main_adv https://gdrc.com#@#.midAd -https://hc360.com#@#.midad -https://ntust.edu.tw,sjsmitaa.org#@#.module-ads +https://ntunhs.edu.tw,ntust.edu.tw,sjsmitaa.org#@#.module-ads https://mobile01.com#@#.navad https://eprice.com.hk#@#.one-ad https://weiyun.com#@#.page-ad @@ -19789,18 +20720,18 @@ https://58.com#?#LI[sortid]:-abp-has(.icon-zhiding) https://58.com#?#LI[sortid]:-abp-has(.jinico) https://58.com#?#TR[logr]:-abp-has(> .t > .mt-p-tit > .jingpin) https://58.com#?#tr[sortid]:-abp-has(> .t > .ico.accurate) -https://xin99r2.com##.dmcenter -https://xin99r2.com##.spots -https://ahri-dva.club,ahri-hentai.com,ahri.online,ahri8.online,ashe.site,xayah.top#@#.adsbox -https://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250 -https://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250m -https://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_728x90 -https://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad -https://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad-links -https://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ads -https://ck101.com,gamer.com.tw,pili.com.tw#@#.textAd -https://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ad -https://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ads +https://99a25.com,xin99r3.com,xin99r4.com##.dmcenter +https://99a25.com,xin99r3.com,xin99r4.com##.spots +https://512539700c.top,ahri-hentai.com#@#.adsbox +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.pub_300x250 +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.pub_300x250m +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.pub_728x90 +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text-ad +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text-ad-links +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text-ads +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.textAd +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text_ad +https://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text_ads https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com#?##content_left > [class]:-abp-has(span[data-tuiguang]) https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com#?##content_left > [style*="important"] https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com#?#div[id$="_canvas"] @@ -19820,6 +20751,7 @@ https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_l https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > style[id^="s-"] + div[id]:nth-child(2) https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > style[id^="s-"] + style + div[id]:nth-child(3) https://baidu.com###content_right > div > div[id^="m"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_right > div[id][data-click^="\7b \"fm"] https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_right > table > tbody > tr > td > div:not(#con-ar):not([class]) https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_right > table > tbody > tr > td > table https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###ecl-temai-category @@ -19871,48 +20803,27 @@ https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^=" https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##style[data-for] + style ~ #\31 [data-click^="\7b \"rsv_bdr\":\"0\",\"p5\":"] https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##style[id^="s-"] + script + div[id] https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##style[id^="s-"] + script + script + div[id] +https://bejson.com##.tg2 +https://bejson.com##div[id^="mylinks"] https://bingfeng.tw##.wow-ad-link https://bingfeng.tw##div[style="position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999;"] https://btzhongzifuli.com,cililianbt.org,maomaobt.cc,sousoucili.com,zhainanzhongzi.cc##.photos -https://2c2.website,2p8.space,adultgao.com,caopop.com,caoporn.com,caouoo.com,caox.cc,h3e.pw,h3y.pw,k88.club,me88.pw,p5p.space,se88.space,t2p.space,tb001.xyz,te88.pw,vwan.xyz,xhao1.com##div[style="margin-top:5px;margin-bottom:5px;"]:first-child +https://2c2.website,2p8.space,adultgao.com,caopop.com,caoporn.com,caouoo.com,caox.cc,gao1.cc,h3e.pw,h3y.pw,k88.club,me88.pw,p5p.space,se88.space,t2p.space,tb001.xyz,te88.pw,vwan.xyz,xhao1.com##div[style="margin-top:5px;margin-bottom:5px;"]:first-child +https://china.cn###pic_banner +https://china.cn##.bottom_recommend_box +https://china.cn##.extension_ul > .special +https://china.cn##.feeds +https://china.cn##.lianmeng_search +https://china.cn##.ltp_box https://cilimao.co,cilimao.one##div[class^="FixBanner"] https://dlkoo.cc##ins[id^="tanxssp-outer-conmm_"] https://dlkoo.com##ins[id^="tanxssp-outer-conmm_"] https://ifun.tv##vg-pause-ads -https://dnvod.tv##[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) -https://dnvod.tv##[data-code] > :not(object) -https://dnvod.tv##[data-code] > [target="_blank"] -https://dnvod.tv#?#[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) -https://dnvod.tv#?#[data-code] > :not(object) -https://dnvod.tv#?#[data-code] > [target="_blank"] -https://dnvod.tv###box -https://dnvod.tv###msg_win -https://dnvod.tv###msg_winw -https://dnvod.tv###myaudient -https://dnvod.tv###myaudient2 -https://dnvod.tv##.bfq-r -https://dnvod.tv##.clickbg -https://dnvod.tv##.dnpub -https://dnvod.tv##.gg -https://dnvod.tv##.ggw-l -https://dnvod.tv##.r-gg -https://dnvod.tv##:not(#video) > div[data-code] -https://dnvod.tv##[style*="important"] -https://dnvod.tv##a[href^="http://yoyou."] -https://dnvod.tv##a[style="display:inline;visibility:visible"] > img -https://dnvod.tv##div[class][data-type="popup"] -https://dnvod.tv##div[data-code][data-img] -https://dnvod.tv##div[id][style*="top:"][style*="block"] -https://dnvod.tv#?#:not(#video) > div[data-code] -https://dnvod.tv#?#[style*="important"] -https://dnvod.tv,dnwyb.tv##vg-pause-ads https://fuliba.net,uliba.net###focusslide -https://fuliba.net,uliba.net##.asb https://fuliba.net,uliba.net##.widget_custom_html:nth-child(2) -https://fuliba.net,uliba.net##.widget_ui_textasb -https://hh010.com##.a_h1t_t -https://hh010.com##.a_h_h -https://hh010.com##.a_hongc_c +https://hh010.com##.a_hong_c +https://hh010.com##.a_hong_h +https://hh010.com##.a_hong_t https://hpjav.tv##body > div[style^="position: fixed;"] https://verystream.com#@#.adsbox https://ifeng.com###golddigger_bottom @@ -19933,8 +20844,7 @@ https://ifeng.com#?#.slLis > li:-abp-has(span:-abp-contains(告)) https://googleads.g.doubleclick.net###mys-wrapper https://52biquge.com##a[href^="http://html.350.com/"] https://duanwenxue.com##.qgzdwx -https://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com##.loaded-popup-wrapper -https://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com#@#.google-ad +https://getrelax.cc,sexylove.club##.loaded-popup-wrapper https://rjno1.com##div[style="display:none"] https://173.192.147.21,iu91.co,ozxw.co,sejie.com,sejie2.us,sejie3.us,thesoccerline.com,ukhuaren.co###wp > br https://173.192.147.21,iu91.co,ozxw.co,sejie.com,sejie2.us,sejie3.us,thesoccerline.com,ukhuaren.co###wp > center > a @@ -19946,7 +20856,18 @@ https://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.backgro https://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+190):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+195) https://rvlev.com,t66y.com#?#div:-abp-has(> script + table) a https://rvlev.com,t66y.com#?#div:-abp-has(> script + table) h4 -https://thz5.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +https://baike567.com,wuhaozhan.net##.aaaaa +https://baike567.com,wuhaozhan.net##.pure-u-md-8-24 iframe +https://baike567.com,wuhaozhan.net##[onclick*=".tb.cn"] +https://baike567.com,wuhaozhan.net##[onclick*="open"] +https://baike567.com,wuhaozhan.net##a[href*=".click"] +https://baike567.com,wuhaozhan.net##a[href*="otb."] +https://baike567.com,wuhaozhan.net#?#.l-box:-abp-has(a:-abp-contains(/年货|红包|支付|天猫/)) +https://baike567.com,wuhaozhan.net#?#:-abp-has(> .ad_top_close) +https://baike567.com,wuhaozhan.net##div[class^="hongbao"] +https://baike567.com,wuhaozhan.net##div[id$="eBox"] +https://thzx.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +https://thzx.cc##style + div[style="margin-bottom:5px"] https://dota2.com.cn#@##bdshare https://eastday.com#@##leftShare https://gfan.com,gfan.net.cn#@##shareBox @@ -19954,31 +20875,92 @@ https://sogou.com#@##shareContent https://zdzdm.com#@##share_list https://harrynull.tech#@##sharelist https://freecodecamp.cn,freecodecamp.one#@#.btn-social -https://cokemine.com,jubuzz.com,tianfateng.cn#@#.category-share +https://storm.mg#@#.btn_fb +https://cokemine.com,eveaz.com,jubuzz.com,tianfateng.cn#@#.category-share +https://softblog.tw#@#.dshare https://carousell.com#@#.fb-b https://sui.com#@#.fb-btn https://douyu.com,oschina.net#@#.follow-btn https://bilibili.com#@#.follow-wrapper -https://ffxiv.xin,fotor.com.cn,weiyun.com#@#.icon-share +https://ffxiv.xin,fotor.com.cn,weiyun.com,youdao.com#@#.icon-share https://gamersky.com#@#.like2 https://readmoo.com#@#.navbar-social +https://youdao.com#@#.open-share https://music.163.com#@#.p-share https://weiyun.com#@#.page-share https://dongtw.com#@#.post-share-container https://zhidao.baidu.com#@#.share-area +https://90xz.com#@#.share-btn https://baidu.com,youdao.com#@#.share-content +https://youdao.com#@#.share-icon https://baidu.com#@#.share-line -https://189.cn,vua.sh,weiyun.com#@#.share-link -https://baidu.com,meidebi.com#@#.share-list +https://189.cn,vua.sh,weiyun.com,youdao.com#@#.share-link +https://baidu.com,meidebi.com,weicaixun.com#@#.share-list https://kuaishou.com#@#.share-page https://zhidao.baidu.com#@#.share-section https://youdao.com#@#.share-text +https://baidusu.com#@#.share-wrapper https://wantgoo.com#@#.shareBtns https://laosiji.com#@#.sns-wrapper +https://storm.mg#@#.social_btn +https://ali213.net#@#.subscribe-container https://5dm.tv#@#.tm-share-this +https://laohu8.com#@#.tweet-article https://fqsousou.com,kengso.com#@#.user-share -https://abpchina.org#$#log Hello -https://acfun.cn##.appguideBox +https://huanqiu.com##.r-hqFashion +https://house365.com##.home-new-user +https://house365.com##.leftfixed_box +https://blog.csdn.net##.t0 +https://so.com##.newsfeed-popup +https://feng.com##.header +https://sogou.com##.recommend-pop +https://sm.cn##.oab-ball-wrap +https://zhidao.baidu.com##.doodle-container +https://baidu.com##.icon-bdad +https://5ewin.com##.erweima +https://5ewin.com##.jjb-slide +https://mail.126.com,mail.163.com##.gWel-bottom +https://csdn.net##.blog-column-pay +https://qidian.com,~game.qidian.com##A[href*="game.qidian.com"] +https://zuhaowan.com##.zhw-bottom-ad +https://tmtpost.com##.open-app +https://kuman.com##.guide-download-footer-box +https://baidu.com##.guidetowkOperationwg-root +https://hamibook.com.tw##.custom-banners-cycle-slideshow +https://sina.com.cn##.pc-tui-coupon +https://360doc.com###btn_freeread +https://qingwk.com##.c-meiqia-Air +https://qingwk.com##.c-meiqia-wrapper +https://qingwk.com##.l-index-activity-entrance +https://qingwk.com##.l-red-packet +https://51offer.com###rightFu +https://baidu.com##.bottom-guide +https://5888.tv###code_img +https://5888.tv##.footer_fixed +https://99meijutv.com##.follow-qrcode +https://tianya.cn##.barcode-float +https://imooc.com##.redrain-bg-shade +https://juejin.im##.activity-recommend +https://ruten.com.tw##.act-promo +https://pconline.com.cn##.twentieth +https://100bt.com##.aolasidebar__ad1 +https://bitauto.com###dyAdv +https://banzou.name###ads_1 +https://banzou.name###ads_2 +https://banzou.name###appfu +https://banzou.name###daiyan +https://firefoxchina.cn##.side-shping +https://taoguba.com.cn###tbgzInstall +https://taoguba.com.cn###tbgzInstallBG +https://fwxgx.com##div[id^="tuiguang"] +https://96weixin.com###lifelong +https://kmf.com##.g-kmf-906banner +https://dujiaoshou.cn###ad1 +https://tuwan.com##.Player-zan +https://guancha.cn##.member_recruit_index +https://line.me###install_line +https://aliyun.com##.aliyun-delivery-view-container +https://acfun.cn##.app-guide https://mmbang.com##.footer_adver-warp https://tsdm.live###ts_sidebar_base https://m.qu.la#?#ul:-abp-has(> li > a[href*=".bcebos."]) @@ -20030,7 +21012,6 @@ https://mafengwo.cn###ad1 https://mafengwo.cn###ad2 https://eastday.com##.drain_app https://pconline.com.cn###JnoLoginFixedBottom -https://hao123.com###bottom-be https://kankanmi.com##.listnewli https://epwk.com##.collect-info-icon https://epwk.com##.collect-info-wrap @@ -20095,7 +21076,6 @@ https://aliyun.com##.yq-main-left > a:first-child https://csdn.net##.fourth_column https://taoguba.com.cn###joinTGB https://jin10.com##.jin-popularize -https://acfun.cn###appguideBox https://zglww.net##.tool https://zhongyiju360.com###bottom-float https://zhongyiju360.com###bottom-float2 @@ -20224,9 +21204,8 @@ https://fwxgx.com###jPpo_sc https://goodcome.com.tw###jad-float https://goodcome.com.tw###jad-right https://goodcome.com.tw###jad-top -https://dianyingbar.com###jihuaslide https://douyu.com###js-fix-download -https://douyu.com,douyutv.com###js-live-room-recommend +https://douyu.com###js-live-room-recommend https://163.com###js_a_bobo https://ifeng.com###js_red https://0439.com###kanfang @@ -20263,7 +21242,7 @@ https://52wmb.com###popContent https://wbiao.cn###popupImgCorner https://acfun.cn###prompt-box https://infoq.com###psa-note -https://360.cn###pushbar-festival +https://hao.360.com###pushbar-festival https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###questionnaire_bg https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###questionnaire_contianer https://blog.163.com###r_m163news @@ -20281,7 +21260,7 @@ https://cskaoyan.com###scanWxQrCode https://wasu.cn###scan_qrcode https://po.baidu.com###shareBoxBlank https://xcar.com.cn###show_car -https://360.cn###sidebar +https://hao.360.com###sidebar https://hao123.com###slidetoolbarContainer https://suning.com###sn-sidebar-change-code https://haosou.com###so_feb @@ -20338,7 +21317,6 @@ https://2cto.com##.adv980box https://8264.com##.advSection__wrapper https://eastmoney.com##.advertisement https://cngold.org##.ag_fwindow_ywp -https://dianyingbar.com##.alert_windows https://jiankang.com##.all_eye https://baidu.com##.app-guide https://qidian.com##.app_download_ad @@ -20384,7 +21362,6 @@ https://kaopu001.com##.coupleBannerAdv https://rrjc.com##.coupletbox https://yahoo.com##.crazyad https://taoguba.com.cn##.ct_app -https://feng.com##.dd305 https://youdao.com##.dialog-guide-download https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJ.umoney-promotion-dialog https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJmodal @@ -20464,7 +21441,6 @@ https://hjenglish.com,hujiang.com##.lamu_banner https://yidianzixun.com##.layer-download https://house365.com##.left_fudong_ad https://xiaoma.com##.leftewm_topa -https://zhidao.baidu.com##.link https://17173.com##.list-beauty https://baixing.com##.listing-fixed-bottom-promo https://duowan.com##.lolboxapps-qrcode @@ -20526,7 +21502,6 @@ https://m.babytree.com##.recommend-img-box https://news.baidu.com##.recommend-mask https://longzhu.com##.recommend-pop-up https://m.toutiao.com##.recommendation-container + div[class] -https://dianyingbar.com##.recover https://oschina.net##.recruitment https://p2peye.com##.red-box https://baixing.com##.red-package @@ -20581,7 +21556,6 @@ https://nen.com.cn##.w610 https://wbiao.cn##.wb-panel https://jrj.com.cn##.wbyy https://cnbeta.com##.wdj_box -https://feng.com##.wea_d_panel_980 https://hehagame.com##.webad_bottom https://hehagame.com##.webad_right https://kdslife.com,pchome.net##.weixin @@ -20618,8 +21592,6 @@ https://dongao.com##div[class^="fu_"] https://ifeng.com##div[class^="h"] > div[class$="-main"] https://thenewslens.com##div[class^="help-tnl-container-"] https://cntv.cn##div[class^="tchmk_"] -https://feng.com##div[class^="wea_d_"] -https://feng.com##div[class^="wep_e_"] https://eastmoney.com##div[id^="em_important_"] https://finance.sina.com.cn##div[id^="st01_cont0"] https://ci123.com##div[onclick^="window.location="] @@ -20657,13 +21629,16 @@ https://weibo.com###Pl_Core_P7MultiPicPlay__7 https://weibo.com##.apps_PCD_reco_detail_right http://ubmcmm.baidustatic.com http://szxx.com.cn###A0 +http://jinti.com##A[href*="tempurchina.com"] +http://jinti.com##A[href*="immobel.com"] +http://jinti.com##DIV[id*="gg"] http://szxx.com.cn###A1 http://szxx.com.cn###A2 http://gpcxw.com###AA2 http://yahoo.com###ACT_crazy http://yahoo.com###ACT_takeover http://yahoo.com###ACT_takeover2 -http://hc360.com,yaolan.com###AD +http://yaolan.com###AD http://21yq.com,yaolan.com###AD1 http://itavcn.com###ADE http://sina.com.cn###AD_Background_Wall_BG @@ -20680,8 +21655,8 @@ http://bookgew.com###AdsT http://diyifanwen.com###ArtTl http://zol.com.cn###Article_Top_Banner http://avmimi.com###ArticlesEx_box -http://gamer.com.tw###BH-ad_banner http://gamer.com.tw###BH-bigbanner +http://downyi.com###BzDown http://ifeng.com###CA_left http://ifeng.com###CA_right http://cnfol.com###CjAdvBt @@ -20713,17 +21688,16 @@ http://rfidworld.com.cn###IOTVote2017Ad http://fx168.com###ImgText_01 http://fx168.com###ImgText_02 http://fx168.com###ImgText_03 -http://gq.com.tw###IndexCover http://rijutv.com###JU -http://dj97.com###J_A_B http://duba.com###J_BottomAdBan http://duba.com###J_BottomAdBan_bg -http://duba.com###J_FloorWave -http://duba.com###J_FloorWrap +http://duba.com,newduba.cn###J_FloorWave +http://duba.com,newduba.cn###J_FloorWrap http://duba.com###J_S11 http://2345.com,hao774.com###J_act_plane_hb http://2345.com###J_acts11_footerfixed http://xiami.com###J_albumSale +http://zol.com.cn###J_alpha_link http://2345.com###J_bgSug1st http://gaokao.com###J_fixed_popbox http://2345.com###J_go_erweima @@ -20732,7 +21706,7 @@ http://huya.com###J_roomGg2 + a http://2345.com###J_s11_foot http://2345.com,hao774.com###J_search_bd > div:last-child http://uc123.com###J_shoppingPush -http://duba.com,uu114.cn###J_sideFooter +http://duba.com,newduba.cn###J_sideFooter http://chem99.com###J_tcode http://2345.com###J_tip_stopXP http://jin10.com###J_wdgg_t @@ -20751,24 +21725,20 @@ http://airav.cc###Panel_GambleZone + .Hide_For_JP_AND_EN http://th7.cn###PcPoPmarket http://aiyuke.com###Playerpad http://iis7.com###QTGG -http://elecfans.com###Right2 http://huarenjie.com###RightAd2 http://airav.cc###Right_Panel > div[style^="margin-"] http://sina.com.cn###SI_Comment_DA http://www.sina.com.cn###SI_EDU_AD http://aishoujizy.com###ShouYe_ShangBu > .HtmlMoKua:first-child -http://xiaokuangyl.com###ShouYe_ShangBu > .themeauthor > table:first-child http://70bt.cn###ShowAD -http://gushiwen.org###ShowAd http://upan.cc###ShowDIV http://soopat.com###SoopatAside +http://fx168.com###SquareBanner01_01 http://ifeng.com###StreamMediaWrap -http://webkaka.com###Table1 http://shhgg.in###TopTipHolder http://csdn.net###Topic_Top http://07073.com###Vsss00 http://cnzol.com###Wl_Float_Div -http://duote.com###\32 345_ad http://jisuxz.com###\32 345float http://morningpost.com.cn###\33 60hot http://zongheng.com###\36 roomRecommend @@ -20778,7 +21748,6 @@ http://hao123.com###\5f _wgt_0_13 http://ofweek.com###\5f ad-2100 http://hao123.com###__elm_0_4 http://973.com###a0 -http://admin5.com###a22 http://mtv-ktv.net###aShow http://le.com###a_body_11628 http://yatu.tv###a_d1 @@ -20789,10 +21758,9 @@ http://discuss.com.hk###ab_div_px1 http://2345.com###abanner http://hao.360.cn,hao.360.com###activity http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###activity_countdown_head -http://jqgcw.com,srzc.com,vuejs.org###ad +http://chjtx.com,jqgcw.com,srzc.com,vuejs.org###ad http://ofweek.com###ad-2100 http://ruten.com.tw###ad-467 -http://itxueyuan.org###ad-beifeng-729-90 http://duba.com###ad-detail-banner http://duba.com###ad-dongman http://titan24.com###ad-index-01 @@ -20801,14 +21769,12 @@ http://udn.com###ad-pall http://kiwsy.com.hk###ad-popup-dialog http://kiwsy.com.hk###ad-popup-dialog-overlay http://autohome.com.cn###ad-top-1111 -http://dbw.cn###ad-word http://dayoo.com###ad-xl http://baike.com###ad-xnsc http://duba.com###ad-zongyi http://price.com.hk###ad0 -http://90oo.com,etest8.com,eworldship.com,hntobacco.com,jc001.cn,p9.com.tw,price.com.hk,vipbuluo.com,xinhuanet.com,ylnet.com.cn,zimuzu.tv###ad1 -http://booklink.me,eworldship.com,p9.com.tw,xinhuanet.com,zimuzu.tv###ad2 -http://zimuzu.tv###ad3 +http://90oo.com,jc001.cn,p9.com.tw,price.com.hk,vipbuluo.com,xinhuanet.com,ylnet.com.cn###ad1 +http://booklink.me,p9.com.tw,xinhuanet.com###ad2 http://efu.com.cn###ad4 http://price.com.hk###ad5 http://yuqingcn.cn###ad715x90 @@ -20822,11 +21788,7 @@ http://baidu.com###adMainTopLeft http://baidu.com###adMainTopRight http://plu.cn###adMask http://xunyingwang.com###adModalLabel -http://huanqiu.com###adP-Bot-right-float http://baidu.com###adTitleRight -http://gameapps.hk###adTopClickAreaLeft -http://gameapps.hk###adTopClickAreaRight -http://gameapps.hk###adTopClickAreaTop http://sogou.com###adWindow http://sina.com.cn###ad_blk_fixed http://windows7en.com###ad_btm_down @@ -20838,9 +21800,9 @@ http://house.jschina.com.cn###ad_dl_left http://house.jschina.com.cn###ad_dl_right http://88448.com###ad_forum_banner http://btime.com###ad_full_button_placehoder +http://youxidudu.com###ad_googlebox_pc http://autohome.com.cn###ad_ic_video http://lqz.cn###ad_index -http://babyhome.com.tw###ad_m_peacock http://udn.com###ad_mag http://100ksw.com###ad_move_sg http://zysj.com.cn###ad_pc_bottom @@ -20860,14 +21822,13 @@ http://baidu.com###ad_xbox_3 http://localking.com.tw###adbannerurl http://yxdown.com###adbg http://tbtdg.com###adblockWarning -http://lzep.cn###add +http://chongbuluo.com,lzep.cn###add http://chongbuluo.com###add + a http://fhm.com.tw###add-box http://speedtest.cn###add_r1 http://speedtest.cn###add_r2 http://17yy.com###addiv http://3322.cc###addr -http://rj.baidu.com###ader http://eol.cn###adfloat_l http://eol.cn###adfloat_r http://jia360.com###adl @@ -20883,9 +21844,9 @@ http://yes-news.com###adsc4 http://image.baidu.com###adsearch http://dahe.cn###adsg http://ishuati.com###adsh +http://cztv.com###adsmall http://whsir.com###adswidget1-quick-adsense-2 http://weather.com.cn###adtop_r -http://btspreadcn.com###adultwarningmask http://dm530.net,it168.com###adv http://chinabyte.com###adv-button http://js0573.com###adv1 @@ -20907,7 +21868,6 @@ http://dmzj.com###app_home_ad http://dmzj.com###app_manhua http://hao123.com###append http://txahz.com###archy_ad2 -http://huanqiu.com###artHqsc http://wx.sina.com.cn###artibody > .article-video http://zhuankebar.com###article-cnt > a http://blog.csdn.net###article_content > link + a @@ -20937,48 +21897,42 @@ http://cwyuni.tw###banner > h2 http://iwan.baidu.com###banner-box http://iwan.baidu.com###banner-info http://qidian.com###banner-two -http://360.cn###banner0 +http://mse.360.cn###banner0 http://ballbar.cc,qidian.com###banner1 -http://360.cn,ballbar.cc,muchong.com###banner2 +http://ballbar.cc,mse.360.cn###banner2 http://ksbbs.com,kshot.com###banner2_top http://qidian.com###banner3 -http://360.cn###banner_2 +http://mse.360.cn###banner_2 http://99tianji.com###banner_gg http://ksbbs.com,kshot.com###banner_top http://uestc.edu.cn###bar http://c114.com.cn###barrage_ad http://c114.com.cn###barrage_bg http://hao.rising.cn###bbTao -http://zimuzu.tv###bbs_list_ad -http://muchong.com###bbsmain > div[style="padding:10px 0;"] > table -http://cntv.cn###bbspop http://gamme.com.tw###bd http://acfun.cn###bd_ad1 http://makaidong.com###bdcs http://sogou.com###bdfs0 http://baidu.com###bdyx_float_rb http://qxfun.com###beautiful-things -http://1kkk.com,bukade.com,dm5.com,dm5.hk,sfacg.com###beitou +http://1kkk.com,dm5.com,dm5.hk,sfacg.com###beitou http://eeyy.com###beitou_box http://dataguru.cn###bg http://91danji.com###bg_ad http://kyofun.com###bg_ad_left http://kyofun.com###bg_ad_right http://netbardh.com###bg_left -http://52pk.com,hanhande.com###bg_link +http://52pk.com###bg_link http://netbardh.com###bg_right http://eol.cn###big-ad-img http://timedg.com###bigAdv -http://gdzjdaily.com.cn###bigblockAd http://bitauto.com###bitAd_background http://bitauto.com###bitAd_floatFlash +http://nodejs.cn###biz_center +http://nodejs.cn###biz_nav http://dilidili.wang###bkm -http://e-learn.cn###block-changyanpinglunxia8 -http://e-learn.cn###block-layui-ele -http://e-learn.cn###block-tengxunyunshuang11 http://zaobao.com###block-views-zb2016-freefrom-block-1 -http://e-learn.cn###block-wenzilianjie -http://e-learn.cn###block-youxiajiao +http://e-learn.cn###block-youyi http://gmgard.com,hggard.com###blog > div[style="overflow:hidden"] http://blog.163.com###blog-163-com-toptips http://so.com###bnbtm-banner @@ -20986,9 +21940,9 @@ http://159i.com###body > table[width="100%"] http://microcontrol.cn###body > table[width="758"] http://nick20.com###body_page_sharer ~ table[width="100%"] http://tom.com###body_right_banner -http://esdict.cn,eudic.net,frdic.com,godic.net###bodycontent > style + div[id] +http://esdict.cn,eudic.net,frdic.com,godic.net###bodycontent > style + div[id] > :nth-child(n+2) http://airav.cc###bottom-adv -http://hiwenku.com###bottom-advert +http://hao123.com###bottom-be http://recruit.com.hk###bottomBar http://10086.cn###bottomBigBanner http://wapwenku.baidu.com,wk.baidu.com###bottomFixed @@ -21005,25 +21959,24 @@ http://cwyuni.tw###box34614 > [class^="box-"] http://lohas.pixnet.net###box785805 http://finance.ifeng.com###box_img http://zhan.com###box_tips -http://hefei.cc###bp_ad http://sogou.com###browser_ad http://orsoon.com###btn-down-one -http://wap.eastmoney.com###bulletin_board > ul[id] http://pchome.net###bzhref http://fuli.us###callboard +http://hao.360.com###cangbao_redbags http://ck101.com###canvas-section http://cangku.in,galacg.me,moneyweekly.com.tw###carousel-example-generic http://bitauto.com###carshow http://bbs-mychat.com###cate_top > tr > .f_one http://cnbeta.com###cb_share > .fl http://sina.com.tw###cboxOverlay -http://eworldship.com###ccrhshow http://dapenti.com###center > div[align="center"][target="_blank"] +http://55188.com###center-pic http://huarenjie.com###cftoutiao http://hao.rising.cn###change http://i-part.com.tw###chatroomFrame + div[style="text-align: center;padding-top: 10px"] -http://fulishequ.com###china_ads_div405 -http://cqfishing.net,gpshk.cc###chs_bannerArea +http://cqfishing.net###chs_bannerArea +http://seseda90.com###clone_ad http://gz0668.com###closexguide http://uuu9.com###cm1337 http://baidu.com###cms-company @@ -21036,6 +21989,7 @@ http://haianw.com###comiis_haianw01 http://haianw.com###comiis_haianw13 http://haianw.com###comiis_haianw14 http://chcj.com###comiis_sfcs00 +http://chcj.com###comiis_sfcs08 http://jrj.com.cn###comment > a:first-child http://fuli.us,tianshif.com###comment-ad http://elecfans.com###company-ad @@ -21046,7 +22000,6 @@ http://gg163.net###container > table[width="960"] http://jb51.net###contbot http://biquge001.com,fuliba.net###content > a http://fuliba.net###content > div:first-child > a:first-child:last-child -http://go-gddq.com###content > div[style="float: Right;"] http://fuliba.net###content > ul[style="list-style-type: none;"] http://yes-news.com###content-728 http://yes-news.com###content-728-top @@ -21068,22 +22021,19 @@ http://airav.cc###corner_cf http://2345.com,hao774.com###corner_div http://qihoo.com###countdown1111 http://sg169.com###coupleft -http://baidu.com,danyang.com###couplet-left -http://baidu.com,danyang.com###couplet-right +http://baidu.com###couplet-left +http://baidu.com###couplet-right http://youxi.baidu.com###coupletBanner http://sg169.com###couprigth http://eepw.com.cn###coverDiv http://1688.com###cpm-ad http://1688.com###cpm-ad-2 -http://idanmu.at###cpv http://nownews.com###crazy-video http://yahoo.com###crazyAD http://muchong.com###creditegg http://ipcfun.com###crumb_r http://wpsoso.com###cse-search-box > p http://wjx.cn###ctl01_ContentPlaceHolder1_divProMsg -http://fzlimg.com###ctopad -http://fzlimg.com###ctopadtop http://free.com.tw###custom_html-11 http://hexieshe.cn###custom_html-2 http://wanghualang.com###cx_tag_cloud-2 ~ aside[id^="php_text-"] @@ -21098,9 +22048,12 @@ http://iask.sina.com.cn###daily_topic_flnr http://mydrivers.com###dangbei_down http://kpw6.com###daojs http://fzdao.cn###datu +http://1fzdao.com###datu1 http://ytbbs.com###dd1 http://4399.com###defaultbglink +http://fastadmin.net###detail-recommend http://sogou.com###detailRightAd +http://hoteastday.com###detail_mask_ad http://stockstar.com###dhwzl http://141hongkong.com###dialog http://chinanews.com###dingtong @@ -21109,6 +22062,7 @@ http://3boys2girls.com###displayadbu3 http://szhk.com###div01 http://3boys2girls.com###div3_display3 http://wendangwang.com###divActivity +http://ike.tv###divAds ~ a http://findprice.com.tw###divBestBuy http://76xh.com###divFendDuo http://splaybow.com###divPrevious:last-child @@ -21118,8 +22072,6 @@ http://webkaka.com###div_bottomad_m http://twpkinfo.com###div_close_cf http://3boys2girls.com###div_display http://eeyy.cc###div_dn -http://heiguang.com###div_heiguang_ad3 -http://heiguang.com###div_heiguang_ad4 http://chem99.com###div_main_ta http://ref.so###div_midleft http://ck101.com,pchome.com.tw###div_superbar_swf @@ -21127,14 +22079,15 @@ http://360doc.com###divaboveReflectionAd1 http://360doc.com###divaboveReflectionAd2 http://360doc.com###divunderZcommondAd http://360doc.com###divyoulikead -http://0562.cc,114shouji.com,1xlala.com,528500.com,52jscn.com,5378cc.com,5imx.com,99nets.me,bansha.com,bbs.52life.cc,chcj.com,chcj.net,cm868.com,cnyw.net,cqfishing.net,discuzlab.com,hh010.com,i3zh.com,im286.net,kugz.com,ld0766.com,luanren.com,mahoupao.com,qilanxiaozhu.net,qinzhou8.com,sh419.net,suizhoushi.com,txahz.com,wishct.com,xsool.com,ybvv.com,ytshe.com###diy1 -http://d7w.net###diy10 +http://0562.cc,114shouji.com,1xlala.com,528500.com,52jscn.com,5378cc.com,5imx.com,99nets.me,bansha.com,bbs.52life.cc,chcj.com,cm868.com,cnyw.net,cqfishing.net,discuzlab.com,hh010.com,im286.net,kugz.com,ld0766.com,luanren.com,mahoupao.com,qilanxiaozhu.net,qinzhou8.com,sh419.net,suizhoushi.com,txahz.com,wishct.com,xsool.com,ybvv.com,ytshe.com###diy1 http://im286.net###diy110 -http://cbber.com###diy2 +http://1fzdao.com###diy123 +http://cbber.com,you85.com###diy2 http://chiphell.com###diy2 + div http://gpshk.cc,oneplusbbs.com,wstx.com,xiaot.com###diy4 http://cbber.com,qilanxiaozhu.net,xiaot.com###diy_chart http://chinafix.com###diy_col_1-3 +http://elecfans.com###diy_company http://5imx.com###diy_mxad02 http://5imx.com###diy_mxad03 http://5imx.com###diy_mxad04 @@ -21146,11 +22099,13 @@ http://cnpingpang.com###diycity1103 http://storyren.com###diyfastposttop http://im286.net###diyflash http://qbaobei.com###diyforumdisplaybottom -http://0517w.com,1xlala.com,365kl.net,3qled.com,52ch.net,bbs.qbaobei.com,chcj.net,chinafix.com,cnyw.net,gz0668.com,mahoupao.com,mcncc.com,qilindao.com,xsool.com###diynavtop +http://0517w.com,1xlala.com,365kl.net,3qled.com,52ch.net,bbs.qbaobei.com,chinafix.com,cnyw.net,cqsq.com,gz0668.com,mahoupao.com,mcncc.com,qilindao.com,xsool.com###diynavtop http://51nb.com###diynavtop + .t_rown[cellpadding="5"] http://bbs.pcbeta.com###diynavtop + style + div[class] http://yshw1.com###diynews_ad1 http://lahoo.ca###diyrighttop +http://nfuwow.com###dl-left-first +http://nfuwow.com###dl-right-first http://114la.com###dlAD1 http://114la.com###dlAD2 http://ebiotrade.com###dlBoxs @@ -21158,12 +22113,14 @@ http://docin.com###docindex_ad http://udn.com###doctop http://niutuku.com###downAD1 http://qiannao.com###downTb + div +http://ttdytt.net###downlink http://sm.cn###download-uc http://sm.cn###download-uc-v2 -http://howfile.com###downloadtable + div > table[style="margin-top:5px"] +http://zol.com.cn###downloader_main http://nczsks.com###downyxjs http://langxi.org###drk_ledtd http://chinanews.com###dt_advert +http://bejson.com###dua http://ptbus.com,weather.com.cn###duilian http://my0511.com###duilianleftdiv http://my0511.com###duilianrightdiv @@ -21179,9 +22136,9 @@ http://easou.com###ec-results-c http://baidu.com###ec_im_container http://hao123.com###ecom http://image.baidu.com###ecomContainer -http://hjenglish.com###editor_a4 http://gcxa.cn###edu_ad63 http://letv.com###egg +http://yeshen.com###egg-section http://21cn.com###embed_hzh_div http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###encourage_entry http://hc360.com###endAccessories1 @@ -21195,17 +22152,18 @@ http://maomaomom.com###execphp-4 http://www.pixnet.net###extradiv2 http://www.pixnet.net###extradiv5 http://apk.tw###favatarRight -http://happy-yblog.blogspot.com,happy-yblog.blogspot.hk,happy-yblog.blogspot.tw###fbox-background http://baidu.com###fc-left +http://yzpsb.com###fc_foot http://baidu.com###fengchao-dialog http://baidu.com###fengchaoad +http://hao.360.com###festival-firework http://maxthon.cn###festival-fix-bottom -http://360.cn###festival-logoskin +http://hao.360.cn,hao.360.com###festival-logoskin http://maxthon.cn###festival-rain-wrapper http://hao.360.cn###festival-theme > .left-entry http://hao.360.cn###festival-theme > .right-entry-wrap -http://360.cn###festival_baijian -http://360.cn###festival_balloon +http://hao.360.cn###festival_baijian +http://hao.360.cn,hao.360.com###festival_balloon http://hao.360.cn###festival_fly http://hao.360.cn###festival_fly + .couten http://6665.com###fgdiy01 @@ -21214,12 +22172,14 @@ http://elecfans.com###fix-tdkad http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###fixed_bar http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###fixed_daoliu http://duba.com###fixedad +http://torrentkitty.app,torrentkitty.tv###fixedbanner http://qqread.com###flash310ad -http://haha.mx###float-left-ad +http://e0838.com###float-bot +http://hahamx.cn###float-left-ad http://speedpan.com###float-window http://fun48.com###float2016 http://guagua.cn###floatRoomDiv -http://zmz2019.com###float_ad +http://rrys2019.com###float_ad http://eeyy.com###float_ad0 http://123du.cc,bokon.net,eol.cn###float_l http://jnnc.com###float_layer @@ -21241,6 +22201,7 @@ http://uwants.com###foruminfo + div[align="center"] http://my0511.com###forumtextad http://xianliao.me###frame > .xianliao_component http://wcjbb.com###frame2TVWk2 +http://52kd.com###frame2cu3VU http://filmaker.cn###frame2gS3Ea http://wcjbb.com###frame37boCx http://yangluo.cn###frame51RcxP @@ -21252,19 +22213,24 @@ http://ytshe.com###frameUTSzKE http://yangluo.cn###frameVw7574 http://gz0668.com###framec32DR1 http://tvapk.net###framecd6V1M +http://hcbbs.com###framedtSuR9 http://tvapk.net###framelP7piy http://qhf168.com,qianhua.biz,qianhuaw.com###framelzHoHY +http://hcbbs.com###framemI4t76 http://wcjbb.com###frameo834m9 +http://hcbbs.com###framerG6o99_left http://aishs.top###frameu9916W_left > .block:nth-child(-n+6) http://18avhub.com,18avtube.com,avmimi.com,mm-cg.com###friendLink http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###frs-list-game -http://docshelper.net###ft_ad http://wendangxiazai.com###ft_hb -http://fancai.com,gamemei.com###ft_right_bottom +http://gamemei.com###ft_right_bottom http://windows7en.com###fu_box_logo http://cnyes.com###full_ad-popup http://cnyes.com###full_ad-screen http://ifeng.com###funBar +http://cool-de.com###fwin_popadv +http://cool-de.com###fwin_popadv_cover +http://etest8.com###gads1 http://baidu.com###gamePromo http://51.com###game_advlayer http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_cover_head_wrapper @@ -21274,16 +22240,16 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###gam http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_live_widget http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_rank http://discuss.com.hk###gamepage_banner +http://jb51.net###gaosu http://downxia.com###gaosu_div0 +http://ruanjianxia.com###gaosu_downloads http://downcc.com,pc6.com,zdfans.com###gaosuxiazai -http://www.infoq.com###gbanner.gbanner -http://66ys.tv,6vhao.net,dygang.com###gd http://ruanyifeng.com###gd1 http://whnews.cn###gd_l http://whnews.cn###gd_r http://ant.design###geektime http://ant.design###geektime-ads -http://dilidili.name,zdzdm.com###gg +http://dilidili.one,zdzdm.com###gg http://sdgundam.cn###gg-banner http://vvshu.com###gg120 http://5173.com###gg330 @@ -21293,6 +22259,7 @@ http://xiazaizhijia.com###gg_2 http://xiazaizhijia.com###gg_3 http://324324.cn###gg_468_60 http://324324.cn###gg_728_90 +http://miniie.com,tisai.com###gg_content http://yy.com###gg_left http://yy.com###gg_right http://7654.com###gg_top @@ -21308,11 +22275,11 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###glo http://eprice.com.tw###goldlink http://rebooo.com###gong http://acfun.cn###goniudan -http://gameapps.hk###google_side_ad2_top http://aimazu.com###gotoTop http://js0573.com###gotopl http://js0573.com###gotopr http://cnr.cn###gtop00 +http://doubibackup.com###guangg_image http://creaders.net###guanggao2 http://gasaq.com###guanggao_left http://gasaq.com###guanggao_right @@ -21321,6 +22288,7 @@ http://hao123.com###guesslikesite-block http://szhk.com###h_banner http://szhk.com###h_textads http://hao123.com###hao123-gw11 +http://chaidu.com###hb http://macd.cn###hbad http://coolaler.com###hd http://gdmm.com###hd > .wp > .module @@ -21336,60 +22304,60 @@ http://hao123.com###headJoke http://tbxt.com###headad2 http://solidot.org###headads http://lxty66.com###header + .tac.mb5 -http://33235.net###header > center +http://1024li.com,33235.net###header > center +http://houdao.com###header-ban http://maxthon.cn###header-float-promote http://2345.com###header-news http://hao.360.cn,hao.360.com###header-patch http://060s.com###header4 http://bdinfo.net###header_AD -http://hnr.cn###header_banner_list http://131458.com###header_gg http://pediy.com###header_right_cell[width="603"] +http://taoguba.com.cn###headerggContent http://huan.moe###headhead +http://bejson.com###headmedia http://duote.com###hengfu http://moe-acg.cc###hengfu-widget http://hexun.com,hexun.com.tw###hexunCouplet01 http://eepw.com.cn###hiddenLayer -http://gamersky.com###hitix http://w3cplus.com###home-page-widgets http://wacowla.com###home-top-narrow http://bjhockey.org###homeVideoModal +http://aizhan.com###home_text_content http://ruanyifeng.com###homepage_pos -http://3987.com###hongbao +http://3987.com,588230.com###hongbao http://3boys2girls.com###hotbar http://sogou.com###hotel_vr_details http://sohu.com###hotpicnew http://yahoo.com###hp-ad-left http://yahoo.com###hp-ad-right -http://huanqiu.com###hqbl123 http://ifeng.com###hslide_sPic_360 http://ifeng.com###hslide_sPic_baidu http://narutom.com###hy_float -http://hz66.com###hzhead + .column -http://mingyg.cn###hzw_showmsg http://mzyz.com###idTransformView2 http://nownews.com###idle-layer http://ifeng.com###ifengAehovering_small http://tingroom.com###ifram_563 http://hao.360.cn###iguess http://ck101.com###image_ad_long -http://cnjxol.com,rznews.cn###img +http://rznews.cn###img http://nick18.com###img a -http://firstchina.org.cn,pharmnet.com.cn###img1 +http://pharmnet.com.cn###img1 http://e0575.com###img2 http://114la.com,ylmf.com###imgArr http://image.baidu.com###imgCmsAdPart -http://e10000.cn###imgFloat http://image.baidu.com###imgid > .fcimgpage http://54new.com###imgshow http://ydss.cn###indexBlad http://baidu.com###index_banner_top http://zongheng.com###index_game +http://sm.cn###index_haodongxi http://windows7en.com###index_long_first http://baidu.com###index_right_float http://baidu.com###index_right_top +http://chinabidding.cn###info_adv_1 http://58.com###infolist > .recycleInfo -http://520cc.cc,jav777.cc###inplayer +http://520cc.cc,jav777.cc,yocoolnet.in###inplayer http://pchome.net###intel-bar http://mm-cg.com###ioshowAD http://xh127.com###isubpi @@ -21403,13 +22371,14 @@ http://iwan.baidu.com###j-ditu http://iwan.baidu.com###j-media http://qidian.com###j-topBgBox http://qidian.com###j-topHeadBox +http://qidian.com###j_bodyRecWrap http://yaolan.com###j_focus_img http://tieba.baidu.com###j_light_see_index http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_star_bus_before http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_ten_years http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_worldcup_info_banner http://ydss.cn###jd_test -http://freehao123.com###jieweigg +http://stheadline.com###jetso-wrapper http://awaker.cn###jiji + div[style="padding: 20px"] http://cnbeta.com###job_box http://aiyuke.com###js-ad-type4 @@ -21430,55 +22399,51 @@ http://0597kk.com###kk_oTransContainer2 http://1m3d.com###klp_adtop http://sogou.com###kmap_business_title http://sogou.com###kmap_business_ul +http://baidu.com###knowledge-answer http://csdn.net###kp_box_476 http://csdn.net###kp_box_58 -http://douni.com###lad_1 -http://douni.com###lad_2 -http://douni.com###lad_3 -http://douni.com###lad_5 +http://hao.360.com###large2small http://csdn.net###layerd http://hao123.com###layout-guess +http://920share.com###layui-layer1 http://jobbole.com###leaderboard +http://hao.360.com###left-nav-place http://baidu.com###left-promotion http://hao.360.cn###left-ria-fixed http://sdgundam.cn###left-sponsor http://rising.cn###left50 http://cs.com.cn,cssqt.com,qinbing.cn,sonimei.cn###leftDiv -http://hexun.com###leftFloat http://duba.com###leftHot http://51credit.com###leftLayerDown http://ccb.com.cn###leftSideAd http://2345.com###leftSideBar http://kuai8.com###left_Ad http://cpd.com.cn###left_bdad -http://hao.360.cn###left_float +http://hao.360.cn,hao.360.com###left_float http://sina.com.cn###left_focus_ad http://timeon.cn###leftadv http://hao123.com###leftbannerv2 http://wed114.cn###leftdiv http://ifeng.com###leftdl http://leagueofmovie.com###leftfixedad -http://fqlook.com###leftfloatad1 http://www.wenxuecity.com###leftside http://hao123.com###lefttip-container -http://dilidili.name,dilidili.wang###lgg +http://dilidili.one,dilidili.wang###lgg http://sdgundam.cn###link-roll ~ .box-set-2 +http://boke112.com###linkdh http://cwyuni.tw###links-row-1 > div[id^="box"]:not(#box32499):not(#box1026387):not(#box34614) http://51cto.com###list4 http://uimaker.com###listbaidu http://90bifen.com###live > table[cellspacing="0"][cellpadding="0"] http://autohome.com.cn###live_rec http://500.com###live_top_ad -http://bukade.com###loadimg http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###loan_ad_mod_a http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###local_pb_top http://blog.163.com###loftertextlinkad -http://elecfans.com###login-tip http://ly6080.com###loginInfo > a http://djwma.com###logo http://xuehuile.com###logoBanner http://eepw.com.cn###logoSearchNews + .marb10 -http://histock.tw###logo_21_ad_768x901_pnlAD1 http://letv.com###logo_activity http://ebc.net.tw###lotteryfnc http://nlc.gov.cn###lovexin12xx @@ -21499,9 +22464,9 @@ http://ksbbs.com###main > div[style^="height:65px"] http://secretmine.net###main-content > br http://secretmine.net###main-content > center http://jia360.com###mainADswitch -http://hkgolden.com###mainTopicTable > tbody > tr:nth-child(3):not([id]) -http://hkgolden.com###mainTopicTable > tbody > tr[id] + tr:not([id]) +http://zhuwang.cc###main_newad http://mail.pchome.com.tw###main_top_frame +http://cssqt.com###mainbox > a http://yimuhe.com###maincontent3 > div[style^="height"] http://map.baidu.com###mapBanner http://wenxuecity.com###marquee @@ -21513,12 +22478,13 @@ http://l114la.com###media http://hinet.net###media_ad_popup_overlay http://hexieshe.cn###media_image-2 http://hexieshe.cn###media_image-3 +http://avtb6677.com###menu-main-content > li:nth-child(n+5) http://fuliba.net###menu-nav > .menu-item:nth-child(n+4):not(:last-child) http://xiuren.org###menur http://tv.sohu.com###miaozhenad -http://download.enet.com.cn###middle_new > .font2 -http://emu999.net,webjx.com###middleimg -http://m.hao123.com###midline +http://sina.cn###midThreeAds +http://webjx.com###middleimg +http://91.com,hao123.com,site.baidu.com###midline http://hao123.com###mingzhanresource http://hk.yahoo.com###mntl1 http://jspoo.com###module2748 @@ -21546,14 +22512,11 @@ http://cnpingpang.com###new-flash http://hc360.com###newAppBox http://hc360.com###newAppBox1 http://cam4.tw###newTippingViewer + div[data-ab] -http://elecfans.com###newTopAdArea -http://ishuaji.cn###new_banner http://dilidili.wang###newapp2018 http://yaolan.com###newfix-dsp http://pigai.org###newnotice http://chinaqking.com###newsAD http://hexun.com###newsPopWin -http://chinanews.com.cn###news_top_advert http://live.win007.com###notify > a[target="_blank"] http://ssnn.net###nrk_gg http://fx168.com###oilTopAd @@ -21562,16 +22525,13 @@ http://duba.com###oneTip http://duba.com###oneone http://image.baidu.com###only-lady-sec http://xiaohx.org###open +http://360.cn###openCenterScreen http://lgmi.com###openwindows0 http://samsung.com###operationBanner http://ifeng.com###optimusPrimeContentId http://ifeng.com###optimusPrimeContentId_left http://jiyingdm.com###otherWindowBox http://ttzmz.vip###otherad -http://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) -http://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) + h2 -http://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] -http://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] + h2 http://lalulalu.com###overture-side-bar-ads http://3boys2girls.com###overture_ads_long http://lalulalu.com###overture_main_banner @@ -21585,20 +22545,19 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pag http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_frs-header\/pagelet\/head_content_middle > div[class]:not([class*="_"]):first-child http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_search\/pagelet\/search_ad http://whnews.cn###panel +http://u7u9.com###pangu_leftBottom http://xdowns.com###part_1 http://hifidiy.net###part_left2 http://hifidiy.net###part_right_gg7 http://18avhub.com,18avtube.com,mm-cg.com###partner http://vuetifyjs.com###patrons -http://hefei.cc###pb_sm_l http://bdimg.com,tieba.baidu.com,tieba.com,wapp.baidu.com###pblist > li[class]:not(.j_post_list_item) http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pc2client http://pchome.net###pchome_970_90_a http://kaixindy.com###pege_ad1 http://tsdm.live###pgt:first-child + div > a +http://axiang.cc###photo-sliders + .widget_text http://ifeng.com###picAdposition -http://china.cn###pic_loop -http://muchong.com###pid1 > div > a[class] http://sina.com.cn###pip_taobao http://pixnet.net###pixblogad http://pixnet.net###pixblogad-banner2 @@ -21609,7 +22568,6 @@ http://blog.sina.cn###pl-blog-artad http://blog.sina.cn###pl-blog-tbyy http://blog.sina.cn###pl-float-bar http://weibo.com###pl_common_ali -http://focustimeshk.com###placeholder http://hao.360.cn,hao.360.com###plane > .plane-hd http://hao.360.cn,hao.360.com###plane-ria http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_order_head @@ -21618,14 +22576,14 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pla http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###platform_left_float http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###platform_spread_video http://zdqx.com###play-gif +http://haote.com###playBox http://tingroom.com###play_ggr http://7k7k.com###player-ad http://jyacht.com###playergg http://yxingqiu.com###playertipian http://image.baidu.com###plz-albums http://image.baidu.com###plz-head-banner -http://gdzjdaily.com.cn###politicTopAd -http://ahgame.com,china.com.cn,netbardh.com,pangzi.ca###pop +http://ahgame.com,china.com.cn,dandanzan.com,netbardh.com,pangzi.ca,twoeggz.com###pop http://game2.cn###pop-flash http://1688.com.au###pop-up http://eepw.com.cn###popBox @@ -21655,6 +22613,8 @@ http://51cto.com###postform + a[style] http://sosg.net###postlist + .cc http://apk.tw###postlist > div:nth-last-child(2):not([id]) http://wenku.baidu.com###ppt-bottom-ads +http://17ce.com###pr_wrap +http://downza.cn###priDownBtn + a[href*="?module="] http://9le8.com###program_play_right http://oschina.net###project_ad_banner http://firefoxchina.cn###promo @@ -21673,14 +22633,13 @@ http://cankaoxiaoxi.com###qihupic http://so.com###qiyu-brand-container http://chinanews.com###qizhi_div980 http://xineurope.com###qmenu_menu + .wp -http://hbzkw.com###qq-bottom http://duba.com###qq_adv http://baidu.com###qrcode-chunwan +http://fsclzs.com###qvod +http://atyun.com###r_banner > ul > li > a[href^="http"]:not([href*="atyun."]) http://163.com###r_mkaolaadv http://appinn.com###ranshownow http://game2.cn###rb -http://hnr.cn###rb_pics -http://baiduyunso.com###rcode http://cqsq.com###read_0 + a[target="_blank"] http://tiboo.cn###read_hd1 http://chinaqking.com###readerServiceDIV @@ -21705,25 +22664,26 @@ http://cpd.com.cn###right_ad2 http://cpd.com.cn###right_adt http://discuss.com.hk,uwants.com###right_column http://uc123.com###right_elevator -http://gamersky.com###right_fixed http://gmw.cn###rightad1 + .contentColumnRight http://wed114.cn###rightdiv http://ifeng.com###rightdl http://leagueofmovie.com###rightfixedad http://ixueyi.com,shangxueba.com###rightfloatdiv +http://yinhang123.net###rightgg +http://yinhang123.net###rightgg1 http://www.wenxuecity.com###rightside http://nczsks.com###rightyxjs http://motocity.com.tw###rotator http://so.com###rt-interest-list +http://fqlook.cn###rtj1009_iho3 +http://fqlook.cn###rtj1009_ren_imme1 http://m.autohome.com.cn###s2205 http://autohome.com.cn###s5473 http://jvhao.com###sAD3 http://jvhao.com###sAD5 http://alu.cn###sanjia http://javjunkies.com###sb1 -http://baby-kingdom.com###sbad http://sm.cn###sc + .article.ali_row -http://hackp.net###scbar_hot http://wpsoso.com###scontent > div[style] http://chyangwa.net,motorfans.com.cn###scrollPics http://youxi.kugou.com###scrollUp @@ -21735,6 +22695,7 @@ http://duba.com###searchRight http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###search_baidu_promote http://baidu.com###search_bottomad http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###search_button_wrapper +http://ruten.com.tw###search_u_970x90 http://liuli.pw###secondary img:not(.avatar) http://iplaysoft.com###section_event http://360-bo.com###selectpd @@ -21750,15 +22711,9 @@ http://maxthon.cn###shopping http://hao123.com###shortcut-box > .tip http://hao123.com###shortcut-tuiguang http://kaoyan1v1.com###showAD -http://downkr.com###show_download_main_panel > .hidden-sm -http://downkr.com###show_download_top_panel > .row > .hidden-xs -http://china.cn###show_loop http://dmzj.com###show_tip_bg -http://hinews.cn###showgg -http://chaidu.com###shuang11 http://rising.cn###shuangshiyibid http://maxthon.cn###side-game-pop -http://mgtv.com###side-join-ad http://iwan.baidu.com###side-xbox http://ck101.com###sideAds1 http://ifeng.com###sideBar[class^="box_"] @@ -21769,9 +22724,10 @@ http://qiuquan.cc###sidebar .aligncenter http://5izyw.com###sidebar > .box-b:first-child http://iyejie.com,pc360.net###sidebar > .widget:first-child http://oneinstack.com###sidebar > .widget:last-child -http://gaoqing.la###sidebar > .widget:nth-child(-n+3) +http://ainuody.com###sidebar > .widget:nth-child(-n+6) http://pc360.net###sidebar > .widget:nth-child(3) http://jobbole.com###sidebar > .widget_text:first-child +http://cmsky.com###sidebar > .wow > .widget:first-child http://tl95.vip###sidebar > .wow:first-child > .widget:first-child http://jiecao123.com###sidebar > a http://fuliba.net###sidebar > div:first-child @@ -21786,22 +22742,20 @@ http://yigujin.cn###sidebar img[src*="/abc/"] http://xici.net###sidebar-bd > #pbox:last-child http://elecfans.com###sidebar-firstad http://gaoqing.la###sidebar-follow -http://dianyingbar.com,hanjutvn.com,taijuwang.com###sidebar-quan http://jobbole.com###sidebar-recommend http://vikilife.com###sidebar-tab[style^="height:"] http://iplaysoft.com###sidebar_scroll_bdad http://2345.com###sidel_lvy http://2345.com###sidenav > .activity-trig -http://douyu.com,douyutv.com###sign_p_1 +http://douyu.com###sign_p_1 http://udn.com###simplemodal-container http://udn.com###simplemodal-overlay http://esu.moe,esu.wiki###siteNotice http://megatime.com.tw,pchome.com.tw###sixi http://hao123.com,jiegeng.com###siye http://renrenfabu.com###sj-btn -http://etnet.com.hk###skinnerads http://keke.la###slide:first-child -http://12306.cn,baike789.com,club.pchome.net,dysfz.tv,dysfz.vip,itkeyword.com,kdslife.com,wuhaozhan.net###slideBox +http://12306.cn,club.pchome.net,kdslife.com###slideBox http://12306.cn###slideRBox http://cjn.cn###slidelr http://526bt.com###slider @@ -21810,17 +22764,14 @@ http://popart.hk###slideshow http://pconline.com.cn###smallHB1 http://eol.cn###small_adleft http://eol.cn###small_adright -http://360.cn###snatch-logo -http://hcyy.org###snav_mn_forum +http://hao.360.cn###snatch-logo http://baidu.com###sning1 http://baidu.com###sning2 http://baidu.com###sning3 http://sogou.com###sogou_vr_10000901_0 > div[style="display:block;"] http://sogou.com###sogou_vr_21355601_wrap_0 -http://babyhome.com.tw###spAffix -http://hc360.com###spad1 -http://hc360.com###spad2 http://baidu.com###spage-top-banner +http://downbank.cn###speed-download http://heartinkstone.pixnet.net###spotlight http://srzc.com###srzcad http://techbang.com###stickies @@ -21832,6 +22783,7 @@ http://yxdown.com###sy http://windowszj.com###system_type http://tw116.com###t365 http://voicetube.com###tab-ad-site +http://firefoxchina.cn###tab-mod-tehui http://sogou.com###tab857 http://ezvivi.com###table1[width="336"] http://net767.com,playtv.com.cn###table6 @@ -21840,23 +22792,23 @@ http://titan007.com###table_live > tbody > tr > td[height="18"] > a http://07073.com###tanchuang http://zixuephp.net###tantips http://xici.net###taobao_700x250 -http://e23.cn###taobaorba -http://findprice.com.tw###tb_ad http://histock.tw###tbadword http://kengso.com###tbk_left http://kengso.com###tbk_right http://40407.com###tcdgg +http://webkaka.com###tdMidPic http://xh127.com###teinka http://pchome.com.tw###test2 +http://loldk.com###test_ad + #model +http://ilvruan.com###text-11 +http://ilvruan.com###text-12 http://moe-acg.cc,tumutanzi.com###text-3 http://vjmedia.com.hk###text-33 http://stoneip.info###text-57 http://sea-group.org###text-7 http://sogou.com###text_ad_area http://tingvoa.com###textadbox -http://hc360.com###textadv http://ref.so###tg2_main -http://eastmoney.com###tgbottom http://paipai.fm###the-logo + .fr http://firefoxchina.cn###theme-side-banner http://hupu.com###threadLeftAd @@ -21867,20 +22819,21 @@ http://ettoday.net###ticker_3 http://1ting.com###tingx_5 http://wpsoso.com###tips http://dict.cn###tjcd -http://yaxi.net###tk-slider http://yxdown.com###tl_adv -http://51yfx.com###tmall_1111 +http://hao.360.com###tmall-full-screen +http://51yfx.com,htcui.com###tmall_1111 http://ali213.net###tmp_ggao http://ziyouge.com###toadsend http://hexun.com###tonglan_1 + .layout http://10.0.0.211###toolbar +http://chinaz.com###toolsIntro http://uuu9.com###top http://iyejie.com###top > div:not([id]):not([class]) http://gameapps.hk###top-ad-left http://gameapps.hk###top-ad-right http://hao123.com###top-anim -http://abcde.cn,bbs.houdao.com###top-banner -http://360.cn,hao.360.com###top-full-column-tips +http://hao.360.cn,hao.360.com###top-full-column-tips +http://hao.360.com###top-nav http://maxthon.cn###top-slider-ad http://teepr.com###topAdBlock http://zhangxinxu.com###topAdOut @@ -21890,14 +22843,14 @@ http://2345.com,duanwenxue.com###topHf http://elecfans.com###topJf http://hupu.com###topPub http://zhangxinxu.com###topRecomm -http://360.cn,hao.360.com###top_activity +http://hao.360.cn,hao.360.com###top_activity http://starbaby.cn###top_ad_show -http://cctime.com,ck101.com###top_banner +http://cctime.com,ck101.com,doyo.cn###top_banner http://bttop.net###top_bottom + div[style="float:left;width:100%;"] http://xiashanet.com###top_content http://ibf.tw###top_d -http://hiapk.com,xitongzhijia.net###top_gg -http://360.cn,hao.360.com###top_hotsite +http://xitongzhijia.net###top_gg +http://hao.360.cn,hao.360.com###top_hotsite http://duba.com###top_joke http://huaban.com###top_promotion http://wendu.cn###topads @@ -21917,21 +22870,19 @@ http://zzbaike.com###topnav + div[style] http://mtrend.cn###toptabs1 > .kz_line http://85lou.com###topwarning_7ree http://fuli.us###toubuads -http://17ce.com###tp_wrap http://qidian.com###tr-banner http://tianya.cn###travel_float http://sohu.com###turn-ad http://ziqiangxuetang.com###tutorial_btm http://tuyiyi.com###tuyiyi_zfb http://ali213.net###tv -http://makaidong.com###txtlink +http://jb51.net,makaidong.com###txtlink http://udn.com###udn_scupio_responsive_wrapper http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###union_mod http://cnbeta.com###upcoming_box http://v.163.com###v_shapeLeft_divId http://v.163.com###v_shapeRight_divId http://0772fang.com###v_topAD_1 -http://fanjian.net###vad http://ifeng.com###veidoshowAd http://hexun.com,hexun.com.tw###videoLeftAd http://hexun.com,hexun.com.tw###videoRightAd @@ -21952,15 +22903,13 @@ http://weishangshijie.com###wad_left http://weishangshijie.com###wad_right http://kamlm.com###wanmeiffad1 http://21ic.com###warp_con -http://6park.com###weibozkinfo +http://chineseinla.com###weixin_ads2 http://xunleige.com###weizhi-a http://fububu.com###wendibu http://baidu.com###wgt-ad-right-fixed http://baidu.com###wgt-left-promo http://51yfx.com###widget-gouwu -http://hanjutvn.com###widget-quan http://51yfx.com###widget-test -http://heu8.com###widget_ada http://ccav1.com###widget_da http://ylnet.com.cn###winpop1 http://news.baidu.com###women-picwall @@ -21973,12 +22922,8 @@ http://17jita.com###wp > .wp > .pbm http://528500.com###wp > div[align="center"] http://yixingjia.com###wp > table[width="960"] http://wpjam.com###wpjam_blog_300x250_1 -http://isso.com.cn###wqd1496213529829serial -http://isso.com.cn###wqd1519353145001serial http://ganpapa.com###wrapper + div -http://gdzjdaily.com.cn###wrapper > div[style^="margin-top:6px;"] http://btbtt.me###wrapper2 > .width -http://huanqiu.com###wxhz1 http://zhaolianmeng.com###wzgg http://nczsks.com###wzyxjs http://liaoxuefeng.com###x-sponsor-a @@ -21997,10 +22942,9 @@ http://redocn.com###yc_adv_1_2 http://rjfcxxw.com###yimao > div[style] http://starbaby.cn###yindex_ads http://hao123.com###yixing-siye -http://fawan.com###ynetG_B1 +http://ynet.com###ynetG_B1 http://dm5.com###youce http://yahoo.com###ysm-umu -http://game735.com###ysmAD1433_1 http://weather.com.cn###ytc http://eastday.com###yxxf_area http://weather.com.cn###zdl @@ -22010,10 +22954,11 @@ http://gzmama.com###zone_index_fullcolumn_2 http://gzmama.com###zone_left_couplet http://gzmama.com###zone_right_couplet http://gzmama.com###zone_top_fullcolumn +http://eastmoney.com###zwbtextlink http://jyacht.com###zy_topgg2 http://jyacht.com###zyc1r_03 http://jyacht.com###zyc1r_05 -http://dilidili.name,dilidili.wang##.A4 +http://dilidili.one,dilidili.wang##.A4 http://china.com.cn,csdn.net,cyol.net,wxrb.com,yam.com##.AD http://motobuy.com.tw##.AD1 http://wxrb.com##.AD1000 @@ -22036,12 +22981,12 @@ http://cnfol.com##.Ad1000 http://cnfol.com##.Ad310 http://cnfol.com##.AdAsideW300H250 http://hung-ya.com##.AdBottom -http://aohua.com.au##.AdTop-Article-QQ1 +http://crsky.com##.Adown_dli http://cnfol.com##.AdvDL http://fx110.com##.Adv_1 http://bestopview.com##.Adv_c http://pc6.com##.Advbox -http://feixiangtv.com,qiuyi.cn##.Advertisement +http://qiuyi.cn##.Advertisement http://big5.china.com.cn##.Advertising > a http://ifeng.com##.Avt01 http://ifeng.com##.Avt02 @@ -22076,10 +23021,11 @@ http://jinhua.com.cn##.FocusAD http://angelweb.cn##.GG960x90 http://aiyuke.com##.GGad http://downg.com##.Gs_d[href$=".exe"] -http://52fzba.com,79tao.com,hqol.cn,mcncc.com,sunwy.org,twunbbs.com,wnflb.com,wnflb66.com##.GzList +http://52fzwg.com,79tao.com,hqol.cn,mcncc.com,sunwy.org,twunbbs.com,wnflb.com,wnflb66.com##.GzList http://le.com,letv.com##.H-tg http://diyifanwen.com##.Hzh1 http://diyifanwen.com##.Hzh2 +http://hao.lenovo.com.cn##.IconLink http://iyaxin.com##.Information http://ixigua.com,toutiao.com##.J_ad http://toutiao.com##.J_add @@ -22090,7 +23036,9 @@ http://dianping.com##.J_mkt-group-2 http://dianping.com##.J_mkt-group-3 http://toutiao.com##.J_qihu_ad http://duba.com##.J_side_activity -http://uwants.com##.MFV +http://dasai8.com##.L > font[color="#0000FF"] +http://oilchem.net##.LzAdv +http://price.com.hk,uwants.com##.MFV http://shenchuang.com##.MainR_ad3 http://ltn.com.tw##.NC3 http://taoguba.com.cn##.NH_ad @@ -22099,13 +23047,12 @@ http://cnfol.com##.NewAdBox http://07073.com##.No1 http://bing.com##.OpInNwWndw http://chinaz.com##.Postcon-ad -http://chinaitlab.com,idcquan.com##.Prt_right[style^="HEIGHT:"] -http://hackhome.com##.Qad http://21uscity.com##.R300x70 +http://3dmgame.com##.R_qingtianzhu http://3jy.com##.Rad -http://chinabidding.cn##.TB-focus http://tuku.cc##.TLAD http://avmimi.com##.TW_UTtoy +http://dlemm.cn##.Text-Advertising http://alu.cn##.Tg_125x70 http://alu.cn##.Tg_230x80 http://alu.cn##.Tg_260x70 @@ -22113,6 +23060,7 @@ http://alu.cn##.Tg_290x60 http://alu.cn##.Tg_390x60 http://alu.cn##.Tg_590x60 http://3dmgame.com##.Tonglan +http://feixiaohao.com##.TopHomeLink http://dailynews.sina.com##.TopNav + table http://qinzhou360.com##.Txtadv-show http://weibo.com##.UG_bn_a @@ -22122,7 +23070,7 @@ http://news.china.com.cn##.Wrapper > div[style] http://51.ca##._51_a_c http://outlook.live.com##.__Microsoft_Owa_MessageListAds_ListView_templates_cs_x http://tools.2345.com##._hb-box + .mod -http://gamer.com.tw##.a-mercy-d +http://pincong.rocks##.a-a http://ijia360.com##.a.fz0.mb15 http://thinkphp.cn##.a6 http://chacuo.net##.a96090 @@ -22131,13 +23079,7 @@ http://speedtest.cn##.aP-box http://lahoo.ca##.a_af http://baixing.com##.a_d_s_hidden_link http://jdbbs.com##.a_h -http://hh010.com##.a_hong_c -http://bbs.hh010.com##.a_hong_h -http://hh010.com##.a_hong_t -http://hh010.com##.a_hongh_h -http://hh010.com##.a_hongt_t -http://proewildfire.cn##.a_mu + a -http://tropica.cn##.a_mu1 +http://17tui.cc,tropica.cn##.a_mu1 http://muchong.com##.a_subject[href^="creditshow."] http://163.com##.a_topad http://52ghai.com##.a_xiu_t @@ -22147,6 +23089,7 @@ http://jiyingdm.com##.abcde http://yesky.com##.abox http://w3cschool.cn##.abox-item http://yaolan.com##.abstract_ad +http://159i.com##.ac http://ifeng.com##.acAd1 http://ifeng.com##.acPicBox http://2345.com##.act-market @@ -22159,19 +23102,19 @@ http://2345.com##.activity-skin-rtrig http://2345.com##.activity-skin-trig http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.activity_iframe_container http://2345.com##.acts11-sidefixed -http://0379home.com,2345.cn,234fang.com,265g.com,3gsc.com.cn,52youpiao.com,72g.com,8btc.com,9dcj.com,acg.bz,acgbenzi.com,aohua.com.au,baiduyunpan.net,baike.com,banyungong.org,bbs-mychat.com,cailianpress.com,cdyee.com,ce.cn,chddh.com,chinaiiss.com,chinaqking.com,chinatimes.com,chinatruck.org,chinaz.com,cnforex.com,cnsoftnews.com,codepub.com,cq.xinhuanet.com,cxryun.cn,dav01.com,discuss.com.hk,djwma.com,douban.com,dzwww.com,e0838.com,eastday.com,eworldship.com,fengniao.com,focus.cn,gongkong.com,hanhuazu.cc,henan100.com,hkgalden.com,honglingjin.co.uk,house.jschina.com.cn,iciba.com,ifeng.com,ipeen.com.tw,isharebest.com,itavcn.com,jiligame.com,jrj.com.cn,kumi.cn,landiannews.com,lawtv.com.cn,loveshang.com,lyd.com.cn,lyreader.com,lzep.cn,maxpda.com,mm111.net,moxing.net,ncdiy.com,neotv.com.cn,newsmth.net,njdaily.cn,people.com.cn,pharmnet.com.cn,pixnet.net,pptv.com,ptbus.com,qihaa.cn,r3sub.com,shenchuang.com,sj998.com,sogou.com,sozi.cn,titan24.com,toocle.com,tpy888.cn,tv.sohu.com,tvhome.com,u-car.com.tw,wallstreetcn.com,weather.com.cn,xs99.cc,xun9u.com,xyfdcw.com.cn,yawin.cn,ydss.cn,yesky.com,yqxs.net,zhuhai.gd.cn,zjstv.com##.ad +http://0379home.com,2345.cn,234fang.com,265g.com,3gsc.com.cn,52youpiao.com,72g.com,9dcj.com,acg.bz,acg13.cn,acgbenzi.com,baiduyunpan.net,baike.com,bbs-mychat.com,cdyee.com,ce.cn,chddh.com,chinaiiss.com,chinaqking.com,chinatimes.com,chinatruck.org,chinaz.com,cnforex.com,cnsoftnews.com,codepub.com,cq.xinhuanet.com,cxryun.cn,dav01.com,discuss.com.hk,djwma.com,dmzj.com,douban.com,dzwww.com,eastday.com,fengniao.com,focus.cn,fx112.com,gongkong.com,henan100.com,honglingjin.co.uk,house.jschina.com.cn,iciba.com,ifeng.com,ipeen.com.tw,isharebest.com,itavcn.com,jiligame.com,jrj.com.cn,kumi.cn,landiannews.com,lawtv.com.cn,lieyunwang.com,loveshang.com,luo8.com,lyd.com.cn,lyreader.com,lzep.cn,maxpda.com,mm111.net,moxing.net,ncdiy.com,neotv.com.cn,newsmth.net,njdaily.cn,olevod.com,people.com.cn,pharmnet.com.cn,pixnet.net,pptv.com,ptbus.com,qihaa.cn,r3sub.com,shenchuang.com,sj998.com,sogou.com,sozi.cn,titan24.com,toocle.com,tpy888.cn,tv.sohu.com,u-car.com.tw,wallstreetcn.com,weather.com.cn,xs99.cc,xun9u.com,xyfdcw.com.cn,yawin.cn,yb983.com,ydss.cn,yesky.com,yqxs.net,zjstv.com##.ad http://photofans.cn##.ad-1-index http://cqmmgo.com##.ad-160x40 http://19lou.com,ihome99.com##.ad-190x60 http://cqmmgo.com##.ad-230x60 http://19lou.com,ihome99.com##.ad-300x30 -http://eprice.com.tw##.ad-320x480-popup http://eprice.com.tw##.ad-336x280-g http://eprice.com.tw##.ad-970x250-g http://eprice.com.tw##.ad-970x90-g http://19lou.com##.ad-980x40 http://ihome99.com##.ad-980x60 http://19lou.com,ihome99.com##.ad-980x90 +http://feng.com##.ad-aside http://baofeng.com##.ad-bar-l http://baofeng.com##.ad-bar-r http://html-js.com##.ad-blank @@ -22184,33 +23127,29 @@ http://sm.cn##.ad-dot-container http://pc6.com##.ad-download http://bilibili.com##.ad-e1 http://bilibili.com##.ad-f +http://mgtv.com##.ad-fixed-bar http://eastday.com##.ad-foot-right http://pixiv.net##.ad-footer + .hover-item -http://gameapps.hk##.ad-full-screen -http://babyhome.com.tw##.ad-gad-300250 -http://babyhome.com.tw##.ad-gad-320100 +http://sogou.com##.ad-img-bt + .picContainer http://265g.com##.ad-inner03 -http://ifeng.com##.ad-list +http://baidu.com,ifeng.com##.ad-list +http://feng.com##.ad-list-item http://daydaycook.com##.ad-mask http://dilidili.wang##.ad-middle http://vuejs.org##.ad-pagetop -http://elecfans.com##.ad-pcb http://19lou.com,cqmmgo.com##.ad-place-logo http://baidu.com##.ad-platform-tips http://baofeng.com##.ad-pop-wrap http://qidian.com##.ad-shell http://zol.com.cn##.ad-soft-box -http://babyhome.com.tw##.ad-span-ec -http://babyhome.com.tw##.ad-span-large -http://babyhome.com.tw##.ad-span-square http://liba.com##.ad-split http://baidu.com##.ad-taishan http://ithome.com.tw##.ad-text-in-middle http://39.net##.ad-tl http://yahoo.com##.ad-tl2b +http://e0838.com##.ad-txt + a http://baidu.com##.ad-vip-close http://baidu.com##.ad-vip-close-bottom -http://cocomy.net##.ad-well http://sm.cn##.ad-wolong-container http://cztv.com##.ad003 http://ifeng.com##.ad05 @@ -22224,10 +23163,9 @@ http://ifeng.com##.ad1000_box http://yuqingcn.cn##.ad1024x90 http://chexun.com##.ad1100 http://ishowx.com##.ad1160 -http://c114.com.cn,chddh.com,china.com.cn,persue.com.cn,qingdaonews.com,sj998.com##.ad2 +http://c114.com.cn,chddh.com,china.com.cn,qingdaonews.com,sj998.com##.ad2 http://ifeng.com##.ad200-2 http://yaolan.com##.ad24090 -http://dbw.cn##.ad245 http://jokeji.cn##.ad250_1 http://jokeji.cn##.ad250_2 http://nmgnews.com.cn,sj998.com,sportscn.com,tpy888.cn##.ad3 @@ -22241,12 +23179,11 @@ http://5imx.com##.ad4:first-child http://sj998.com##.ad5 http://china.com.cn##.ad6 http://juyouqu.com##.ad630 -http://jxedt.com,sohu.com##.ad640 +http://cnqiang.com,jxedt.com,sohu.com##.ad640 http://kumi.cn##.ad64060Box http://52ch.net##.ad650 http://19lou.com,cqmmgo.com,ihome99.com##.ad650-60 http://ifeng.com##.ad665 -http://baike.com##.ad680 http://ting89.com##.ad7 http://yaolan.com##.ad71090 http://hupu.com##.ad720-90 @@ -22259,12 +23196,10 @@ http://ifeng.com,sohu.com##.ad950 http://pharmnet.com.cn##.ad9502 http://yaolan.com##.ad96090 http://danlan.org##.ad98090 -http://dbw.cn##.ad980top http://zznews.cn##.ad:not([style]) http://hf365.com,sina.com.cn,sohu.com##.adA http://sohu.com##.adB http://sina.com.cn##.adC -http://hkgalden.com##.adContainer http://familydoctor.com.cn##.adExtra http://sina.com.cn##.adF http://newcger.com##.adFullwidth90 @@ -22295,26 +23230,20 @@ http://jurong.cn##.ad_190_60_5s http://nnnews.net##.ad_24 http://1688.com.au##.ad_300_p http://eol.cn##.ad_490 -http://feng.com##.ad_500 http://ttys5.com##.ad_580 -http://feng.com##.ad_654 -http://zyue.com##.ad_90 http://cna.com.tw##.ad_970 http://hupu.com##.ad_980 http://cheshi.com##.ad_980105 http://leiling.org##.ad__single-double-rectangle-wrap -http://tpy888.cn##.ad_all +http://huanqiu.com,tpy888.cn##.ad_all http://download.csdn.net##.ad_area_1 http://sogou.com##.ad_aside_inner -http://81.cn##.ad_banner_1000x120 http://zhibo8.cc##.ad_box_250 http://ifeng.com##.ad_btn -http://kekenet.com##.ad_catagory http://csdn.net##.ad_class http://gamme.com.tw##.ad_down http://putclub.com##.ad_fastReading http://tgfcer.com##.ad_headerbanner -http://hb163.cn##.ad_inner http://le.com##.ad_layer http://hc360.com##.ad_left http://duba.com##.ad_leftTip_out @@ -22329,7 +23258,7 @@ http://ruian.com##.ad_opera http://hb163.cn##.ad_panel_980 http://letv.com##.ad_pop http://itboth.com,itkeyword.com##.ad_pop_left -http://itboth.com##.ad_pop_left_txy +http://itboth.com,itkeyword.com##.ad_pop_left_txy http://letv.com##.ad_pop_small http://sogou.com##.ad_result http://bitauto.com,cnblogs.com,hc360.com##.ad_right @@ -22337,7 +23266,6 @@ http://9upk.com,ouyaoxiazai.com##.ad_show http://fx168.com##.ad_teshu http://tgfcer.com##.ad_text http://dmzj.com##.ad_th -http://dmzj.com##.ad_time http://zjstv.com##.ad_tl http://pchome.com.tw##.ad_triple http://fulibac.com##.ad_two @@ -22378,7 +23306,6 @@ http://ifeng.com##.adimg http://huanqiu.com##.adindexList http://sina.com##.aditem http://fzdao.cn##.adlan -http://gkstk.com##.adleft http://jxedt.com##.adlink1 http://jxedt.com##.adlink2 http://cww.net.cn##.adlinkL @@ -22399,23 +23326,24 @@ http://shejidaren.com##.ads-post-foot http://weishangshijie.com##.ads228_1_r http://5icool.org##.ads300_show http://eeyy.cc##.ads650 -http://52solution.com##.ads97090 http://disp.cc##.ads_bot_block http://chinamedevice.cn##.ads_img http://chinamedevice.cn##.ads_img1 http://xianliao.me##.ads_popup_small_ads_container -http://199it.com,wholehk.com##.adsbygoogle +http://netflav.com##.ads_video_overlay_mobile +http://199it.com,softwarebrother.com,wholehk.com##.adsbygoogle http://m.kuaidi100.com##.adsbygoogle + a +http://chtoen.com##.adsbygoogle:not([data-ad-slot="9717665976"]) http://aibing.cc,htcui.com,uho.com.tw##.adsense http://lenovo.com.cn##.adsense-wrap +http://3dmgame.com##.adshop http://qinbing.cn##.adspic_mid2 http://av.movie##.adss-160x600 -http://emule.org.cn##.adtabletr1 http://chinaz.com,ofweek.com,yawin.cn##.adtext http://gdmm.com##.adtop > .module +http://nfuwow.com##.adtopnewnewbox http://wed114.cn##.adtwo -http://114la.com,78dm.net,fh21.com.cn,qzwb.com,silver.org.cn,solidot.org,ylmf.com##.adv -http://xiazaiba.com##.adv-110 +http://114la.com,78dm.net,chinairn.com,dav01.com,qzwb.com,silver.org.cn,solidot.org,ylmf.com##.adv http://xmfish.com##.adv-760 http://xmfish.com##.adv-960 http://xinhuanet.com##.adv-column2 @@ -22429,14 +23357,13 @@ http://it165.net##.adv728a http://it165.net##.adv728b http://sohu.com##.adv_960 http://rs05.com##.adv_bottom -http://8btc.com##.adv_element -http://eeskill.com,le.com,letv.com##.adv_img http://jjckb.cn##.adv_ment http://kaifu.com##.adv_slide -http://autohome.com.cn,gdzjdaily.com.cn,loveshang.com##.advbox +http://autohome.com.cn,loveshang.com##.advbox http://jyacht.com##.adve_3 http://jyacht.com##.adve_4 http://anjuke.com##.adver-content +http://baidu.com##.adver-one-item-wrapper http://znjj.tv##.adver1 http://360che.com##.adver1000_60 http://360che.com##.adver1000_65 @@ -22447,7 +23374,7 @@ http://360che.com##.adver600_80 http://wyh.tv##.adverall http://cpnn.com.cn##.adverd-top http://jiaonan.net##.adverframe -http://ce.cn,chinabidding.com.cn,eastmoney.com,expreview.com,ieforex.com,laod.cn,xywy.com,zhujiceping.com##.advert +http://ce.cn,chinabidding.com.cn,eastmoney.com,ieforex.com,laod.cn,xywy.com,zhujiceping.com##.advert http://csdn.net##.advert-bg http://sspai.com##.advert-card http://xmfish.com##.advert-entry-list @@ -22457,32 +23384,31 @@ http://qudong.com##.advert_bottom http://hao123.com,sohu.com,tieba.baidu.com##.advertise http://bitauto.com##.advertise-nav-down http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.advertise_right_index -http://aicoin.net.cn,hkepc.com,iviewui.com##.advertisement +http://aicoin.net.cn,bccn.net,hkepc.com,iviewui.com##.advertisement http://3d66.com##.advertisement-carousel -http://chinacar.com.cn,elecfans.com##.advertising +http://chinacar.com.cn##.advertising http://10086.cn##.advertisingOther_img http://speedtest.cn##.advertisingSpace http://ifeng.com##.advmark -http://hexun.com,hexun.com.tw##.advp http://it165.net##.advyello http://itavcn.com##.advzone -http://123.sogou.com##.adword > a +http://123.sogou.com,web.sogou.com##.adword > a http://meizhou.com##.adwords + div +http://dav01.com##.adwraper http://gamme.com.tw##.adwrpt http://baidu.com##.afd-item -http://mgtv.com##.album-gg -http://frdic.com##.alert +http://13mv.com##.aggd http://wigcw.cn##.alert-block http://wdzj.com##.alert-box-pop http://jszbug.com,siku11.com##.alert-danger -http://9vip.top##.alert-dismissible -http://ckck.vip,eetop.cn##.alert_windows +http://eetop.cn##.alert_windows http://ali213.net##.ali-photo-carousel-pic > li > a[href*=".fhyx."] http://phpvar.com##.aliPic http://sm.cn##.ali_row[ad_aid] http://caibaojian.com##.aliyun-inner http://cnfol.com##.allAd http://bkill.com##.alliance-ad +http://gugeys.cc##.am-g http://gufengmh.com##.animated http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.app_forum_top_nav_tab http://fanyi.baidu.com##.appbanner @@ -22491,48 +23417,47 @@ http://hao.360.cn##.applist > .app:nth-last-child(n+2) http://tiantianzhibo.com##.apprecomm http://gamefy.cn,sitv.com.cn##.area > div[style="float:left"] > a http://wenku.baidu.com##.area[href*="/adclick?aid="] -http://zhlzw.com##.area_ad http://gfan.com##.art-ad http://bkjia.com##.art_rightad1 http://jj59.com##.art_tong http://yzmg.com##.article-bottom-ads http://woshipm.com##.article-bottomAd http://landiannews.com##.article-content > div[class]:first-child +http://acwifi.net##.article-content > div[style="float: none; margin:10px 0 10px 0; text-align:center;"] http://cnbeta.com##.article-global http://m.cnbeta.com##.article-hd + div[style="text-align:center"] -http://cyzone.cn##.article-middle-guanggao http://sina.cn##.article-sax http://yzmg.com##.article-top-ads +http://woshipm.com##.article-topAd http://cnbeta.com##.article-topic http://sm.cn##.article.ali_row + #sc ~ .article.ali_row -http://haha.mx##.article.mt-20 +http://hahamx.cn##.article.mt-20 http://xvna.com##.articleAD http://xuite.net##.articleExtAd http://toutiao.com##.article_link[data-tag="ad"] http://24en.com##.article_part_top -http://carrotchou.blog,chongdiantou.com,hanypan.com,wangqianfang.cn,wuzuowei.net##.asb -http://fulishequ.com##.asb-index-01 -http://lrshare.com##.asb-post http://iviewui.com##.asd http://btyingshi.com##.aside > .card:last-child http://78dm.net##.aside-add -http://focus.cn##.aside-banners http://baidu.com##.aside-inner > div[style*="height:"] http://jingyan.baidu.com##.aside-pro-container http://fx678.com##.aside-store http://oschina.net##.aside-topjj +http://vpsmm.com##.aside-widget > :nth-last-child(n+3) http://anquan.org##.aside_profile_activity > div:first-child http://showtv.com.tw##.ask18 -http://ilvruan.com##.asst +http://acgking.com##.asst http://vx666.com##.async[href^="http"] +http://dayanzai.me##.at1 http://163.com##.at_item http://so.com##.atom-adv http://gamefy.cn,sitv.com.cn##.att-bar http://chexun.com##.attr-outside-ad http://u17.com##.auto_ad http://liba.com##.avdert1190 +http://dcloud.net.cn##.aw-ad-item http://yam.com##.axdBox -http://read01.com##.axslot +http://kknews.cc,read01.com##.axslot http://newsmth.net##.b-content > #sogou_banner:nth-child(3) http://360kan.com##.b-ifradjx http://gamer.com.tw##.b-list_ad @@ -22543,6 +23468,7 @@ http://pinshan.com##.b_adv2 http://120ask.com##.b_right > div[style] http://168gamer.com,168gamer.net##.b_tad http://pinshan.com##.b_taobao +http://expreview.com##.babaBox http://secretmine.net##.background-cover http://china.com##.baidu http://hao.rising.cn##.baidu-banner @@ -22555,13 +23481,14 @@ http://brushes8.com##.baidugg580 http://hc360.com##.baidutuiguang http://xizi.com##.baner1 http://uschinapress.com##.baner_pictur -http://82tu.cc##.banner + a http://csdn.net##.banner-ad-box http://cnool.net##.banner-ad001 +http://bilibili.com##.banner-card http://iwan.baidu.com##.banner-container http://baidu.com##.banner-cover http://cgown.com##.banner-gg http://acfun.cn##.banner-href[href^="http"]:not([href*=".acfun."]) +http://hupu.com##.banner-item[data-ad-params*=":"] http://crsky.com##.banner-leader http://wenku.baidu.com##.banner-more-title http://fuli.us,zhumengwl.com##.banner-post @@ -22571,10 +23498,10 @@ http://5118.com##.banner-top http://firefoxchina.cn##.banner-words http://fanyi.baidu.com,longzhu.com##.banner-wrap http://news.cn2che.com##.banner01 -http://html5china.com,sojson.com,wbzol.com,xizi.com##.banner1 +http://sojson.com,wbzol.com,xizi.com##.banner1 http://jinhua.com.cn##.banner1200 http://jinse.com##.banner1200_new -http://beihaiting.com,guitarchina.com,hao123.com,sojson.com,wbzol.com##.banner2 +http://91.com,beihaiting.com,guitarchina.com,hao123.com,site.baidu.com,sojson.com,wbzol.com##.banner2 http://ting89.com,tingshuge.com##.banner250 http://jinhua.com.cn##.banner260 http://jinhua.com.cn##.banner465 @@ -22600,6 +23527,7 @@ http://sinami.com##.banner_rightBottom http://zhaogepu.com##.banner_top http://591hx.com##.banner_w http://baidu.com##.bannerdown +http://nfuwow.com##.bannermid3box http://javlibrary.com##.bannerqq http://xici.net##.banners-slide http://efu.com.cn##.banners-top-b @@ -22607,10 +23535,10 @@ http://efu.com.cn##.banners-top-x2 http://fang.com##.bannger_inbox http://mscbsc.com##.bao1 http://hao123.com##.bar-text -http://dianyingbar.com##.barrageContainer http://jnnc.com##.basehr + div http://news.lzep.cn##.basehr + div:nth-child(3) http://gd163.cn##.bbs_ad +http://hefei.cc##.bbs_app_fk > a:first-child http://hualongxiang.com##.bbs_box_gg http://nick18.com##.bbs_entry_wrapper > table[width="100%"] http://pediy.com##.bbs_footer_advertising_column @@ -22623,13 +23551,12 @@ http://33am.cn##.bd_980_90 http://52tian.net,starbaby.cn##.bdad http://newnet.cc##.bdad1 http://cnscore.com##.bdbanner -http://818today.com##.bdg http://1010jiajiao.com##.bdgg -http://e23.cn##.bdggtb http://baidu.com##.bds-list-ads http://pinshan.com##.bea_adv2 http://eastday.com##.beforegg http://smzdm.com##.beiwo +http://3h3.com,veryhuo.com##.bendown http://javhd.com##.benefits-list-holder http://muchong.com##.bg > .wrapper:nth-child(14) > .forum_Post_index http://uc123.com##.bg-wrapper @@ -22649,11 +23576,7 @@ http://rkanr.com##.bill http://gywb.cn##.bill-vertical http://sogou.com##.bizr_rb http://chinairn.com##.bizrpt -http://baby-kingdom.com##.bk_list_right_ads -http://fanjian.net##.bkgd-top -http://fanjian.net##.bkgd-topapps http://erji.com,erji.net##.black.y-style -http://hkcna.hk##.blank17 + .fd > a[href^="http"]:not([href^="http://www.hkcna."]) http://pconline.com.cn##.blk-img[href^="http://best.pconline."] http://pconline.com.cn##.block-jcz http://ifeng.com##.blockR.ipad_none:nth-last-child(2) @@ -22671,27 +23594,26 @@ http://tvsou.com##.border-btn[style^="height:"] http://creaders.net##.border_b > tbody > tr > td[height^="2"] http://biz.zjol.com.cn##.bot http://gter.net##.bottom -http://hao123.com,muzhi.baidu.com##.bottom-banner +http://firefoxchina.cn,hao123.com,muzhi.baidu.com##.bottom-banner http://dianping.com##.bottom-contrainer http://qizuang.com##.bottom-fadan-box http://liba.com##.bottom-pic http://histock.tw##.bottom-right -http://zhongkao.com,zuowen.com##.bottomImg +http://aoshu.com,zhongkao.com,zuowen.com##.bottomImg http://lenovo.com.cn##.bottom_ad_ban_bg http://lenovo.com.cn##.bottom_ad_fla +http://kt51.com##.bottom_fixed http://freehao123.com##.box http://cb.com.cn##.box > a[href^="http"]:not([href*=".cb."]) http://enread.com##.box > ul[style="width:100%;overflow:hidden;"] http://114la.com,ylmf.com##.box-hot http://pconline.com.cn##.box-jcz http://dl.pconline.com.cn##.box-push -http://zol.com.cn##.box-top-ad http://sportsv.net##.box.ad http://csdn.net##.box.hot http://0772fang.com##.box0 http://lolshipin.com##.box2 http://mobanwang.com##.box960x90 -http://henan100.com##.boxB http://ifeng.com##.box_list_pic > a[href^="http://dol.deliver."] http://duba.com##.box_shopping http://fx678.com##.box_video @@ -22704,6 +23626,7 @@ http://7junshi.com##.breaknovel-ave http://le.com,letv.com##.broadcast-adv http://hao123.com##.browsertip http://anywlan.com##.bscekvofc_o +http://qqxiazai.com##.bt_abtn2 http://bt.cn,lotour.com##.btad http://163.com##.btm-ad http://onlinedown.net##.btmAD @@ -22714,32 +23637,37 @@ http://firefox.com.cn,firefoxchina.cn##.btn-email-show + p http://cssmoban.com##.btn-host http://subku.net##.btn-success http://mydrivers.com##.btnNext + div:last-child -http://gusuwang.com,news.hexun.com##.business +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.bus-top-activity-wrap http://brtn.cn,btime.com##.business-box http://brtn.cn,btime.com##.business-item +http://cool-de.com##.bustopads http://zhaolianmeng.com##.buttonBar http://zealer.com##.buy_container http://ithome.com##.bx-recom2 http://hao.lenovo.com.cn,hi.lenovo.com.cn##.bxslider-wrap +http://byxx.com##.byzwPC-banner-ADscroll +http://ucbug.com##.bzClick +http://downyi.com##.bzYouDao http://mgtv.com##.c-95060-top http://baidu.com##.c-container.ec-container http://3987.com##.c-gg http://baidu.com##.c-result[data-tpl="adv_wenku_fc"] http://suning.com##.c2c-recommend http://myexception.cn##.c_a_3 -http://aohua.com.au##.c_ad http://cnblogs.com##.c_ad_block http://kdnet.net##.c_spread -http://360.cn##.cangbao_redbags +http://hao.360.cn##.cangbao_redbags http://qihoo.com##.car-ercode http://duba.com##.car_ads http://btring.com##.card[target="_blank"] http://16888.com##.cardataclass http://htcui.com##.carousel +http://byxx.com##.cataAD http://cnbeta.com##.cb-help http://baidu.com##.cbg-Ads http://cnbeta.com##.cbhelp http://m.cnbeta.com##.cbimage-fixed +http://mpyit.com##.cboxElement + a[target="_blank"] http://mpyit.com##.cboxElement + center[style=" padding-top:10px; "] http://cnbeta.com##.cbv810 http://cnbeta.com##.cbv:not(#cb_share) @@ -22747,7 +23675,6 @@ http://meizhou.com##.cc_z1 http://11luba.com,niluba.cc##.center > div:last-child http://sina.com.cn##.center-pdps http://sina.com.cn##.center-pdps-02 -http://huarenjie.com,huarenjie.net##.cfad http://hao.rising.cn##.channel-adimg http://eeskill.com##.channel-featured-adv http://enread.com##.channel-nav > .back @@ -22755,7 +23682,6 @@ http://douban.com##.channel_promo http://xianliao.me##.chat-content__ads http://longzhu.com##.chatroom-ap http://2345.com,hao774.com##.chc-dzoem -http://china.com.cn##.chinaJZG http://firefoxchina.cn##.chip-banners http://52ch.net##.chn_pb http://baidu.com##.chunwan-wrapper @@ -22767,8 +23693,6 @@ http://36dm.club,36dm.com,acgsou.com##.clear.text_center http://360doc.com##.clear360doc[style^="padding-top:"] http://sina.com.cn##.clearAd http://caikuu.com##.clearfix + .recommend -http://mgtv.com##.click-s-r1 -http://mgtv.com##.click-t http://tieba.baidu.com##.client_ad_banner http://tieba.baidu.com##.client_ad_topBanner http://tieba.baidu.com##.client_ad_topBanner + .statistics_img_view + li[class] @@ -22781,24 +23705,24 @@ http://so.com##.cmclk http://image.so.com##.cmitem http://2345.com##.cmoe-nxh-dx http://bbs.xmfish.com##.cmp_v -http://hao123.com##.cn_banner +http://91.com,hao123.com##.cn_banner http://hao123.com##.cn_tips http://cnbeta.com##.cnbeta-side-sponsor http://2345.com##.cnxh_box -http://huanqiu.com##.co360Box http://hlgnet.com##.co_ad http://hlgnet.com##.co_ad3 http://vjmedia.com.hk##.code-block -http://rj.baidu.com##.code-wp http://2345.com##.coem-dzhcn http://www.wenxuecity.com##.col > ul:not([id]) > li > a[href^="http://"]:not([href*=".wenxuecity."]) http://zhangxinxu.com##.col-aside +http://zhangxinxu.com##.col-google http://big-cup.tv,g-cup.tv##.col-md-12.text-center[style="margin-top: 3px;"] http://ezprice.com.tw##.col-md-3 http://gamefy.cn,sitv.com.cn##.col-vlist-l > span -http://dospy.com##.com-adm +http://expreview.com##.colbaba http://jiakaobaodian.com##.com-side-car-sales-rank http://www.kafan.cn##.comeing_show_box[style="padding:10px;"] +http://proewildfire.cn##.comiis_nav ~ a http://image.so.com##.commerce http://wenku.baidu.com##.commerce-flow http://image.so.com##.commerce_txt @@ -22807,7 +23731,6 @@ http://iciba.com##.common-top-nav-item:not([href*=".iciba."]) http://qingdaonews.com##.commonrightad http://cnbeta.com##.commt-r http://meituan.com##.component-downtip -http://gamefy.cn,sitv.com.cn##.con + div[style="float:right; width:326px;"] http://gamefy.cn,sitv.com.cn##.con > a:last-child http://qiuw.com##.con > a:nth-child(n+2) http://maolihui.com##.con-ad @@ -22822,25 +23745,30 @@ http://ifeng.com##.cont_bottom_Yy http://ifeng.com##.cont_bottom_YySmall http://u-car.com.tw##.contad http://u-car.com.tw##.contad_text +http://dragon-guide.net##.container > .gutter:first-child http://rijutv.com##.container > div[style="height: 128px;"] +http://vpsdx.com##.container-fluid > .gsfha3 > .gsfha3 http://it1352.com##.container-fluid > .hidden-sm:nth-child(-n+2) http://www.wangjing.cn##.content > div[style*="980px;"] http://cnbeta.com##.content > p:last-child > a[href] http://sspai.com##.content hr:nth-last-child(-n+4) ~ p http://w3cschool.cn##.content-abox http://baidu.com##.content-adv -http://fullyu.com##.content-top-ads +http://hao.su##.content-copyright http://ptbus.com##.content14 http://p9.com.tw##.contentRightAd +http://bendibao.com##.content_r_ad300 http://educity.cn##.content_relate:nth-child(5) http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.content_top http://aihami.com##.context_ad +http://tuchong.com##.contribute-show http://hao123.cn##.cool > tbody > tr > td[align="center"]:last-child http://duba.com##.cool_textlink http://jiegeng.com##.coolsite-recommend-linked http://cnbeta.com##.cooperation http://weike87.com##.copy http://114la.com##.corner +http://baidu.com##.corneradv http://51.com,wnacg.org##.couplet http://51wangdai.com##.couplet_gg http://51wangdai.com##.couplet_gg02 @@ -22848,6 +23776,7 @@ http://tigtag.com##.couplet_l http://zuowen.com##.couplet_left http://tigtag.com##.couplet_r http://zuowen.com##.couplet_right +http://atyun.com##.coupletbox http://caixin.com##.course_box http://meishij.net##.cp_body_right http://makepolo.com##.cpc_tgs @@ -22855,12 +23784,15 @@ http://zuoye.baidu.com,zybang.com##.cpro http://docin.com##.cpro_mod http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.cps_wrap http://51credit.com##.credit-box +http://nfuwow.com##.crightbtad http://bkill.com##.cross-ad +http://expreview.com##.crossAd http://timedg.com##.crossAdvertise http://timedg.com##.crossAdvertise2 +http://expreview.com##.crossBa http://sm.cn##.crumb-link + .other http://iplaysoft.com##.crumb_ad -http://csdn.net##.csdn-tracking-statistics[style="height:250px;"] +http://csdn.net##.csdn-tracking-statistics[style$="250px;"] http://cnbeta.com##.ctcloud http://tigtag.com##.custom-box02 http://51wangdai.com##.cx_ad @@ -22871,7 +23803,6 @@ http://iplaysoft.com##.d250x90 http://hackhw.com##.d336 http://hackhw.com##.d336x2 http://xgrb.cn##.d_2016_ggw -http://ihref.com##.d_banner http://xingkbjm.com##.d_postlist > ul > li:nth-child(-n+2) http://51.la##.da-item http://qingdaonews.com##.da30050 @@ -22886,38 +23817,49 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.das http://newxue.com##.dashuggtop http://newxue.com##.dashuggtop1 http://ggcj.com##.dbxf +http://chineseinla.com##.deal_discount http://8ziyuan.com##.deanadsside http://pan.baidu.com##.decrease-active http://xianshuabao.com##.demand-dialog http://xianshuabao.com##.demand-fixed +http://czjx8.com##.desc +http://sm.ms##.detail-advert http://17qingsong.com##.detail-gads http://toocle.com##.detail_top_ad +http://hoteastday.com##.detail_top_mask_ad http://faxingw.cn##.detailadv http://faxingw.cn##.detailgc +http://eefocus.com##.detailpage-rolling-ad http://zcool.com.cn##.details-advertisement http://xiadele.com##.details-small-carousel -http://discuz.com##.df_money +http://dismall.com##.df_money http://yicai.com##.dfb-ad http://sina.cn##.dfz_sd_news > a[href*=".10086.cn"] http://7654.com##.dh2_bottom_wrap http://wenku.baidu.com##.dialog-ad-hd http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.diamond-mall-aside +http://20mao.com##.dipiao http://bcbay.com##.discuss + table http://gs.chinanews.com.cn##.div1000_2 + .div980 http://131458.com##.divGuanggao http://0597ok.com##.div_ad +http://duote.com##.dl-banner http://pc0359.cn##.dl-down http://pc0359.cn##.dl-ico:nth-child(-n+7) http://dl.pconline.com.cn##.dlTips http://gfan.com##.dl_AD http://silver.org.cn##.dl_lt http://letv.com##.dl_mobile +http://gamersky.com##.dl_url:nth-child(4) http://itavcn.com##.dlggw-g http://moe-acg.cc##.dmengslide-wrapper http://360doc.com##.doc360article_content > div[class]:first-child http://xici.net##.doc_tl +http://ilxdh.com##.double11-dialog-container http://pctowap.com##.dowap_ads http://3d66.com##.down-adver +http://xiazaiba.com##.down-btn1 +http://xiazaiba.com##.down-btn2 http://zol.com.cn##.down-jisu http://xiaopi.com##.down-list http://mianbao99.com##.downApp @@ -22927,8 +23869,10 @@ http://gz0668.com##.down_fixed http://xiazaizhijia.com##.down_list http://yesky.com##.down_referer http://yesky.com##.down_referrer +http://dayanzai.me##.down_show_intro_first_box http://downza.cn##.down_top -http://downza.cn##.downbtn +http://greenxiazai.com##.downbtn > a:last-child +http://downza.cn##.downbtn-top http://portablesoft.org##.downcenter http://yxzoo.com##.downgg http://onlinedown.net##.downgs @@ -22936,13 +23880,16 @@ http://188soft.com##.download http://duote.com##.download-box:first-child http://downg.com##.download-list:first-child http://wmzhe.com##.downloader -http://pc0359.cn,pc6.com##.downnow -http://123.sogou.com##.dropBox_list > li > a > span[style="color:red"] -http://jxcn.cn##.dsp_yxxf +http://pc0359.cn,pc6.com,ucbug.com##.downnow +http://cr173.com,downcc.com##.downnowgaosu +http://cr173.com##.downurl[data^="viewAds"] +http://123.sogou.com,web.sogou.com##.dropBox_list > li > a > span[style="color:red"] +http://cztv.com##.drop_down_ad +http://jxcn.cn,redianyule.com##.dsp_yxxf http://jinbaozy.com##.dtk-fixed-ads http://51ztzj.com##.dtmwrap[style="height:75px;background:#fff"] -http://81.cn,chaomi.cc,cnstock.com,cpnn.com.cn,cs.com.cn,dyhjw.com,hnr.cn,kkj.cn,my0538.com,mydrivers.com,ofweek.com,silver.org.cn,ttzmz.vip,wendu.cn##.duilian -http://hnr.cn##.duilian_close +http://chaomi.cc,cpnn.com.cn,cs.com.cn,dyhjw.com,kkj.cn,my0538.com,mydrivers.com,ofweek.com,silver.org.cn,ttzmz.vip,wendu.cn##.duilian +http://cpnn.com.cn##.duilianop http://cpnn.com.cn##.duilians http://cncrk.com##.dxzq http://2345.com##.dzc-hn-cmoe @@ -22954,6 +23901,7 @@ http://so.com##.e_idea_wenda_spread http://solidot.org##.e_reply > .fr http://easou.com##.easou_banner http://baidu.com##.ec-ad +http://baidu.com##.ec-fc-ad-results http://sm.cn##.ec-goods-list http://baidu.com##.ec-oad http://baidu.com##.ec_ad @@ -22963,7 +23911,7 @@ http://ettoday.net##.ec_menu http://baidu.com##.ec_sma_im http://baidu.com##.ec_wise_ad http://easou.com##.ecom-adTop -http://news.baidu.com##.ecom_pingzhuan +http://baidu.com##.ecom_pingzhuan http://baidu.com##.ecomad-banner-loading http://19lou.com##.editor-ad http://wenku.baidu.com##.edu_class_pop_dialog @@ -22983,14 +23931,13 @@ http://firefoxchina.cn##.engine-jokes http://zreading.cn##.enhanced-text-widget:nth-child(2) http://1point3acres.com##.enhanced_header http://hao123.com##.enter1 -http://rj.baidu.com##.entrance http://hackhw.com##.entry-banner +http://idanmu.at##.entry-body > div[class]:first-child http://fuliba.net##.entry-content > div[style^="float:right"] http://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-header + p + p[style="text-align: center;"] http://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-title > p http://niotv.com##.epg_ad3 http://niotv.com##.epg_ad_list -http://epinv.com##.epgg ~ .huadong http://epinv.com##.epinv_b http://epinv.com##.epinv_f http://shulink.com##.er_g @@ -23002,48 +23949,46 @@ http://huaban.com,start.firefoxchina.cn##.extra http://fanyi.baidu.com##.extra-banners http://douyu.com##.f-sign-cont http://xiaobaipan.com##.f_ad -http://5gw.cc##.f_b_c_d http://m.sohu.com##.f_rec[href^="//m.sohu.com/promotion?"][href*="/f/"] -http://infoq.com##.f_sponsorbox_top_2 http://sgcn.com,wangjing.cn##.fad http://mobile01.com##.fast-ad -http://duba.com,uu114.cn##.fav_box +http://duote.com##.fast-down-btn +http://uzzf.com##.fastdownload +http://duba.com,newduba.cn,uu114.cn##.fav_box http://baidu.com##.fc-ad-line http://baidu.com##.fc-wenku-ad -http://hkcna.hk##.fd + .fdr > a[href^="http"]:not([href^="http://www.hkcna."]) http://jq22.com##.fdad http://maxthon.cn##.feast-gift-search -http://focus.cn##.feed-item[node-type="ad-item"] -http://focus.cn##.feed-list-item[data-ad-type] +http://id97.cc##.fed-part-case > a +http://firefoxchina.cn##.feed-pmt http://smzdm.com##.feed-stuff +http://firefoxchina.cn##.feed-tm11 http://ytbbs.com##.fend_ad http://home.ifeng.com##.fengjc02 -http://360.cn##.festival_snatch +http://hao.360.cn##.festival_snatch http://nicotv.me##.ff-ads -http://fh21.com.cn##.fh-ad-iask-pic +http://firefoxchina.cn##.ff-banner +http://firefoxchina.cn##.ff-open http://cngold.org##.fiexdAdvsClosed -http://halihali.me##.filmDes + .mod http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework-wrap http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework_sender_wrap http://etnet.com.cn##.firstAD http://zybang.com##.firstBanner -http://html5china.com##.firstnews http://douyu.com##.fishop-anchor-recommands-box http://hepan.com##.fivead -http://elecfans.com##.fix-btmad http://12306.cn##.fix-yh http://silver.org.cn##.fix_bottom_position http://silver.org.cn##.fixbottom_wrap_small http://jjmmw.com##.fixed-ad http://gitee.com##.fixed-notice-messages http://lenovo.com.cn##.fixedLeftAd +http://5184.com##.fixed_bgg +http://5184.com##.fixed_bgg2 http://163.com##.fixed_foot_ad http://gucheng.com##.fixed_img -http://aimazu.com,gongkong.com##.fixediv +http://aimazu.com##.fixediv http://lyreader.com##.fixnewUser -http://icoc.bz##.fk-siteAdBoxCB http://bbs.actoys.net##.fl[style$="float:right;"] -http://haote.com##.flashbox http://youthwant.com.tw##.flex-container http://vhiphop.com##.flexslider http://qunar.com##.flight_ad @@ -23053,19 +23998,20 @@ http://taoyizhu.com##.float-banner http://csdn.net##.float-left > div[id^="dmp_ad_"] http://3boys2girls.com##.float320 http://ledinside.cn##.floatAD +http://hoteastday.com##.float_ad http://oschina.net##.float_adbox http://admin5.com##.float_both_index -http://zmz2019.com##.float_middel_ad_bk +http://rrys2019.com##.float_middel_ad_bk http://pic.sogou.com##.floating http://107cine.com##.flow-other http://107cine.com##.flow_right > div[style="margin-top:20px;"] http://sojson.com##.fly-hezuo +http://followme.cn##.fm-banner-social http://newcger.com##.focus + .block934 http://1fzw.com##.focus-bots http://cnblogs.com##.focus-gg http://zhongkao.com##.focusBox http://yinyuetai.com##.focus_bottom_banner -http://haodou.com##.focus_img http://900.la##.font-ad http://se8u.cc##.footAdv http://jisilu.cn##.foot_ad @@ -23089,10 +24035,6 @@ http://guancha.cn##.full_nav1 http://gamme.com.tw##.fullad_ad http://962.net##.g-962-ad http://quanmin.tv##.g-gg -http://hiapk.com##.g2.mt20 -http://hiapk.com##.g2_img_l -http://hiapk.com##.g2_img_r -http://hiapk.com##.g2_right http://mobanwang.com##.g960 http://126.com,163.com##.gWel-promt http://smzdm.com##.g_g @@ -23101,7 +24043,8 @@ http://233.com##.gads2 http://lenovo.com.cn##.game http://zhanqi.tv##.game-banner http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game-head-game-info-wrapper -http://tvhome.com##.game_Ad +http://sogou.com##.game-op +http://le.com##.gamePromotion http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_banner http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_banner_common_wapper http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_content @@ -23111,15 +24054,22 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.gam http://sina.com.cn##.gamead1 http://timeon.cn##.gameads http://qidian.com##.games-op-wrap +http://onlinedown.net##.gaosu +http://3h3.com##.gaosu_down_div http://so.com##.garllery_ad http://115.com##.gb-advs -http://1kkk.com,40407.com,5068.com,88148.com,chazidian.com,china.com,cnwnews.com,dhzw.org,elecfans.com,ghjie.com,iask.ca,ifeng.com,iqilu.com,jj59.com,juqingba.cn,qzwb.com,sina.com.cn,tianya.cn,zsnews.cn##.gg -http://elecfans.com##.gg-01 +http://gucheng.com##.gcw_r_ad_pc +http://gucheng.com##.gcw_r_ad_pc2 +http://xiazaiba.com##.gdown-btns +http://infoq.cn##.geo-banner +http://1kkk.com,40407.com,5068.com,88148.com,chazidian.com,china.com,cnwnews.com,elecfans.com,ghjie.com,iask.ca,ifeng.com,iqilu.com,jj59.com,juqingba.cn,qzwb.com,sina.com.cn,tianya.cn,zsnews.cn##.gg http://morningpost.com.cn##.gg-2 +http://guiayi.com##.gg-box http://baidu.com##.gg-content http://bilibili.com##.gg-floor-module http://morningpost.com.cn##.gg-stl http://to8to.com##.gg-wei-link +http://bilibili.com##.gg-window > .operate-card http://5068.com,ifeng.com##.gg01 http://5068.com,hgitv.com##.gg02 http://hgitv.com##.gg09 @@ -23156,10 +24106,8 @@ http://eastday.com##.gg_channel_r_b http://55188.com,g138.com##.gg_head_l http://55188.com,g138.com##.gg_head_m http://55188.com,g138.com##.gg_head_r -http://acglala.com##.gg_img -http://china.cn##.gg_li +http://acglala.net##.gg_img http://324324.cn##.gg_sidebar -http://doub.io##.gg_slider_comad http://eeyy.com##.gg_top http://cww.net.cn##.ggbar http://baidu.com##.ggbtm-vip-close @@ -23171,8 +24119,8 @@ http://weather.com.cn##.ggt http://taian.com##.ggtp http://360doc.com##.ggwz http://9dcj.com##.gif_left -http://douyu.com,douyutv.com##.giftbox -http://zhumengwl.com##.git_banner +http://douyu.com##.giftbox +http://laixoo.com,zhumengwl.com##.git_banner http://anquan.org##.gj_download http://witcp.com##.global_ifmobile_mask http://tw.news.yahoo.com##.gn_sub_blue @@ -23190,33 +24138,38 @@ http://cmhello.com##.gpost-above http://iyaxin.com##.gr-ggtag http://owyb1688.com##.gray-show http://bioon.com##.grid_6 +http://veryhuo.com##.gs +http://veryhuo.com##.gs2 http://ddooo.com##.gsbtn +http://ddooo.com##.gsbtn1 http://yxdown.com##.gsdown -http://33lc.com##.gsdt +http://33lc.com,cncrk.com##.gsdt +http://jb51.net##.gsdw +http://vpsdx.com##.gsfha3-form +http://pcsoft.com.cn##.gsxz http://yxdown.com##.gsxz_ydw +http://pcsoft.com.cn##.gsxzdl http://putclub.com##.gtest +http://vpsdx.com##.gthfdsa http://58.com##.guaguabox http://97aa1.com,niu20.com##.guang4 http://runningmanzx.com##.guangao -http://doub.io##.guangg +http://doubibackup.com##.guangg http://adreep.cn,baoliny.com,gasaq.com,hgitv.com,ifooday.cn,nen.com.cn,rznews.cn##.guanggao http://cnlinfo.net##.guanggao-left http://cnlinfo.net##.guanggao-right http://hkwb.net##.guanggao2 http://gasaq.com##.guanggao_ime_big -http://cnmo.com##.guanggao_type http://shm.com.cn##.guanggaowei2 http://shm.com.cn##.guanggaowei3 http://downhot.com##.guans http://guokr.com##.guokr-layer-beforelogin -http://halihali.me##.guolewan http://eweiqi.com##.guoqing http://codejie.net##.h--banner http://codejie.net##.h-ad-banner http://21cn.com##.h-gg http://ting56.com##.h1000 http://ting56.com##.h336 -http://hebei.com.cn##.h50px http://mumayi.com##.h80 http://jjwxc.net##.h8px + div[align="center"] http://cnblogs.com##.h_ads @@ -23242,10 +24195,8 @@ http://biz.ifeng.com##.header http://ieforex.com##.header > .left http://i.maxthon.cn##.header-hotkeys http://animewld.club##.header-img -http://8btc.com##.header-prices http://uc123.com##.header-push-container http://youivr.com##.header-widget-region -http://dragon-guide.net##.header6 http://jiegeng.com##.header__item--fr http://seehd.so##.header_wrap + .tac + table[align="center"] http://aguitar.cn,guitarchina.com##.headerbanner @@ -23260,25 +24211,21 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.hga http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.hgame_mod_theme2 http://doupapa.com,dpp2019.com##.hidden-xs[class*="_"] http://mahua.com##.hidden_ab +http://9553.com##.high-down http://orsoon.com##.high-downs http://douyu.com##.his-sign-cont http://zp365.com##.hitADclass http://jia360.com##.hjadv -http://hkgolden.com##.hkg-ad http://4gamers.com.tw##.home-carousel-container -http://baike789.com,wuhaozhan.net##.home-list -http://baike789.com,wuhaozhan.net##.home-list-1987 -http://www.infoq.com##.home_banner http://orsoon.com##.hongbao -http://wuhaozhan.net##.hongbao_hb +http://pconline.com.cn##.hongbao_1111 http://tieba.baidu.com##.hongbao_page_pop_common http://duba.com##.hot-bottom http://fanyi.baidu.com##.hot-link-middle -http://douyu.com,douyutv.com##.hot-sign-1 -http://douyu.com,douyutv.com##.hot-sign-2 +http://douyu.com##.hot-sign-1 +http://douyu.com##.hot-sign-2 http://piaoliang.com##.hot990 http://lenovo.com.cn##.hotAd -http://cnqiang.com##.hotBox http://duba.com,uu114.cn##.hotTitle http://itheat.com##.hot_ad http://itavcn.com##.hot_dealerxin @@ -23286,6 +24233,7 @@ http://duba.com##.hot_push > .hot_movie http://jyacht.com##.hot_reoc_adve http://bkjia.com,zol.com.cn##.hot_tj http://703804.com##.hotad +http://baidu.com##.hotad-list-box http://sogou.com##.hotel-pic http://sogou.com##.hotel_tit http://sogou.com##.hotel_tj @@ -23293,19 +24241,17 @@ http://ganji.com##.house-ads-img http://bbs.hupu.com##.hp-ad250-250 http://hupu.com##.hp-header-banner http://tw.mall.yahoo.com##.hpad-wrapper -http://flyzy2005.com##.ht-notification-wrap +http://xiazaiba.com##.hspeed http://chinasmartgrid.com.cn##.ht60ad -http://epinv.com##.huadong > a http://iyaxin.com##.huand3 http://skinme.cc##.huodong http://hupu.com##.hupu-shihuo-hot http://hupu.com##.hupushihuo +http://yzpsb.com##.hy-details-qrcode http://warting.com##.hz2 http://52pk.com##.hz_adv http://99.com.cn##.hzh_botleft http://xitongcheng.com##.hzj_adv -http://haodou.com##.i-ad -http://haodou.com##.i-adv250 http://zjk169.net##.iContentLeft http://zjk169.net##.iContentRight http://tieba.baidu.com,wapp.baidu.com##.iSlider-wrapper-container-hot-thread @@ -23313,7 +24259,6 @@ http://i.ifeng.com##.i_con[href^="http://dol.deliver.ifeng.com/"] http://678cn.com##.ibtad http://hao.360.cn##.icon-text-nav http://easylife.tw,ettoday.net##.idleAd -http://haodou.com##.idx_ad_box http://163.com##.idx_textlink_ad http://163.com##.idx_tonglan_ad http://163.com##.idx_top_ad @@ -23323,7 +24268,6 @@ http://xinhuanet.com##.iframeSrc + a[href^="http"]:not([href*=".xinhuanet."]) http://aiyuke.com##.igamead http://ifeng.com##.iggLine http://outofmemory.cn##.iloveoutofmemory660 -http://ilxdh.com##.ilxdh-item http://im286.net##.im286-t http://masturbation22.com,playallvideos.com,pron.co,ratedxbiz.com,taporn.com##.ima http://m.cnbeta.com##.image-container @@ -23339,6 +24283,7 @@ http://znjj.tv##.imgadH http://image.baidu.com##.imglist > .fcImgli http://zzbaike.com##.imglistbg-ad http://zzbaike.com##.imglistbg_ad +http://pilifx.com##.imoney http://alexa.cn##.importantList http://alexa.cn##.importantTop http://admaimai.com##.in16_w01 > div[class*="_ad0"] @@ -23349,15 +24294,14 @@ http://hoteastday.com##.incentive http://caixin.com##.incubator http://qqyy.com##.ind_ad http://faxingw.cn##.indadv1 +http://oschina.net##.index-ad-wrap http://cndesign.com##.index-add http://16fan.com,jianshen8.com##.index-banner -http://cyzone.cn##.index-content-ad http://1avlang.com,avlang.com,avlang13.info##.index-info > .tac http://kpd122.com,ssp28.pw##.index-owl-carousel http://bilibili.com##.index-promote http://pinggu.org##.index-somelinks -http://keke.la##.index-top-ad -http://keke.la##.index-wz-ad +http://keke.la,x6d.com##.index-top-ad http://zahuishi.com##.index950x90 http://zahuishi.com##.index960x90 http://ydss.cn##.indexAd @@ -23365,6 +24309,7 @@ http://rfidworld.com.cn##.indexBanner http://ithome.com##.indexV2 > div > a http://hacpai.com##.index__ad http://hqdoor.com##.index_ad2 +http://1fzw.com##.index_ad_top_wz http://mitbbs.ca,mitbbs.com##.index_add http://76xh.com##.index_advertising http://76xh.com##.index_advertising02 @@ -23379,21 +24324,19 @@ http://hqdoor.com##.index_newad http://jianshen114.com##.index_temp http://163.com##.index_top_ad http://ijia360.com##.indexad_1 +http://99114.com##.indexcjgg http://daohangtx.com,jojf.cn##.indexgg -http://chinairn.com##.industry -http://babyhome.com.tw##.info-span-03 http://itjsb.com##.info_ad http://wasu.cn##.info_ads http://ylfx.com##.info_logrt -http://82tu.cc##.infoad +http://riaway.com##.info_message_container +http://autohome.com.cn##.information-adv http://chinabidding.com.cn##.innovate + .layer http://baidu.com##.intro-adv http://people.com.cn##.ipc_none http://iqshw.com##.iqshwad-comm -http://henan100.com##.itad +http://czsp12.com##.iswindow http://carrotchou.blog##.item > a[href^="http"]:not([href*=".carrotchou."]) -http://baike789.com,dysfz.tv,dysfz.vip,wuhaozhan.net##.item-fifth-dl -http://haxiu.com##.item-inner-graph http://zol.com.cn##.item-sale http://gansudaily.com.cn##.itemFloat http://cnbeta.com##.items_area .time @@ -23419,6 +24362,7 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_t http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_thread_list[data-field^="\7b \"id\":4756933479,"] http://jstv.com##.jadv http://jbtalks.cc,jbtalks.com##.jbt-ad-region +http://guandianzhiku.com##.jconfirm-open http://ifeng.com##.jcsp http://jin10.com##.jin-declaration[class*="_b"] http://jin10.com##.jin-declaration[class*="_h"] @@ -23430,9 +24374,8 @@ http://jin10.com##.jin-wdgg http://jin10.com##.jin-wdgg + .jin-timeline http://jin10.com##.jin-wdgg_h http://oschina.net##.jj -http://eastmoney.com##.jjph_important http://soyunpan.com##.jmwb -http://haha.mx##.joke-list-anecdote +http://hahamx.cn##.joke-list-anecdote http://ifeng.com##.jp_list http://juqingba.cn##.jqright1 http://jrj.com.cn##.jrj-ad @@ -23448,8 +24391,8 @@ http://hk.yahoo.com##.js-stream-content[style="background-color:#fafaff;"] http://ifeng.com##.js_url[href^="http://dol.deliver."] http://jxedt.com##.jxpl http://fx168.com##.jy_fx168_gjs_content_Right_advise -http://fx168.com##.jy_fx168_zixun_right_ad2 -http://csai.cn##.keifu +http://fx168.com##.jy_ny2018_content_LeftAd +http://13mv.com,csai.cn##.keifu http://iqilu.com##.kejie_ad http://v.ifeng.com##.keyword http://99tianji.com##.kf1 @@ -23467,7 +24410,7 @@ http://www.jin10.com##.l-main_body > div[class]:not(.jin-timeline) http://jin10.com##.l-main_body ~ .jin-timeline http://www.jin10.com##.l-main_info > div[class]:not(.jin-declaration):not(.jin-qq-cooperation) http://jin10.com##.l-main_wrap > .jin-timeline > div:not(.jin-declaration):not(.jin-qq-cooperation) -http://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.l1 +http://ahtv.cn,bzfl1.cc,sexbarss.net##.l1 http://ltaaa.com##.lAds http://chinatimes.com##.l_ad http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_banner @@ -23487,30 +24430,28 @@ http://le.com##.lay_body[style^="width:980px;height:100px;"] http://le.com##.lay_body[style^="width:980px;height:90px;"] http://le.com##.lay_title[style^="width:490px;height:60px;"] http://firefoxchina.cn##.layout > .banner -http://52solution.com##.layout-top-ads http://szonline.net##.layout_ad http://gkstk.com##.layui-layer http://gkstk.com##.layui-layer-shade -http://hz66.com##.lb_gg +http://le.com##.lbzDaoliu http://finance.ifeng.com##.lccs -http://p4yy.com##.leaveNavInfo +http://p4vip.com##.leaveNavInfo http://txtbook.com.cn##.ledu-advWrap http://pqworld.com##.left-float http://pqworld.com##.left-float-tx http://wanqu.co##.left-nav-panel:first-child http://eastday.com##.left-suspension +http://hao.lenovo.com.cn##.left.icons http://bejson.com##.left.validate + div http://cnbeta.com##.left300 http://newxue.com##.left336280 -http://haxiu.com##.left_a2_04 http://e2mv.com##.left_advert http://yxlady.com##.left_bottom_gg3 http://lz13.cn##.left_box3 http://lz13.cn##.left_box4 http://lz13.cn##.left_box5 http://chinacar.com.cn##.left_pouple_box -http://boniu.xyz,boniu666.co##.left_side -http://duba.com##.left_slidebar_con +http://duba.com,newduba.cn##.left_slidebar_con http://bt.cn##.left_wrap:nth-child(3) http://hkwb.net##.leftadv2 http://hao123.com##.leftbanner @@ -23518,26 +24459,22 @@ http://muzhi.baidu.com##.leftnest http://ifeng.com##.leftpopad http://zimuku.cn##.li[style^="width:8"] http://5118.com##.lianmeng-home-header -http://china.cn##.lianmeng_div http://lywww.com##.lianmengclass http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.life_helper http://lenovo.com.cn##.link-ad http://xiaoyun.com##.link-ads http://baidu.com##.link-banner http://guahao.com##.link-modal -http://huanqiu.com##.link[href^="https://kdt.im/"] http://dl.pconline.com.cn##.links > p:not([class]) http://duote.com##.links-banner http://linux.cn##.linuxcnad http://igxe.cn##.lion-flexd -http://ddooo.com##.list > li:nth-child(-n+5) +http://anjuke.com##.list-item > .jx-sign http://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) http://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) + .list-title http://news.ifeng.com##.list022 http://niutuku.com##.listAD http://eol.cn##.listAd -http://hljtv.com##.listAd1 -http://cheers.com.tw##.listTxt.news http://nick18.com,niko18.com##.list_ads http://en8848.com.cn##.list_adv http://rsdown.cn##.list_lg @@ -23549,13 +24486,10 @@ http://huaren.tv##.live-client_right http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.live_show_aside http://ifeng.com##.ljPop http://hao123.cn##.llc -http://china.cn##.lm_div http://tianya.cn##.load_m_top -http://9ifz.cc##.logbtad http://ypppt.com##.login_panel http://uc123.com##.logo > a http://wdzj.com##.logo-banner -http://fashionguide.com.tw##.logo_ad http://jjxw.cn##.logo_ad_r http://chinamedevice.cn##.logo_ads http://silver.org.cn##.logo_dsaas @@ -23564,15 +24498,15 @@ http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.lot http://sohu.com##.lottery-box http://kekenet.com##.lp_r_bar:first-child http://jrj.com.cn##.ls_all_fc -http://ytbbs.com##.lt_ad http://ltesting.net##.ltad_1170 http://ltesting.net##.ltad_580 http://luanren.com##.luanren_dbhfad http://luanren.com##.luanren_dbhfad2 http://zhainanfulishe.com##.lunboceng http://rising.cn##.lvmama +http://ilvruan.com##.lvs-single-header http://0597kk.com##.lyhux_mu -http://123.sogou.com##.m-12[pbflag="guess"] +http://123.sogou.com,web.sogou.com##.m-12[pbflag="guess"] http://pconline.com.cn##.m-JCZ-scrollBlock http://jx3pve.com##.m-banner-tool http://moe123.net##.m-inner2[style="height: 160px;"] @@ -23580,6 +24514,7 @@ http://uc123.com##.m-link http://sina.com.cn##.m-p1-lb1-ad http://sina.com.cn##.m-p3-ad http://finance.sina.com.cn##.m-s-tab + div +http://gxeea.cn##.m-wrap-school http://foodmate.net##.m[style="height:40px;"] http://myexception.cn##.m_a http://lgn.yy.com##.m_left @@ -23596,14 +24531,11 @@ http://firefox.com.cn,firefoxchina.cn##.main-promote-sites http://firefoxchina.cn##.main-promote-tmall http://news.hf365.com##.main-r > div:first-child http://51credit.com##.main-r-ka -http://expreview.com##.main-side-tao http://vuejs.org##.main-sponsor http://nxing.cn##.main:nth-child(-n+6) http://businessweekly.com.tw##.mainR_content:nth-child(5) -http://greatwuyi.com##.main_9788 http://greatwuyi.com##.main_ad2 http://tvmost.com.hk##.main_ad_b -http://hongfen.org##.main_adser http://cnbeta.com##.main_content_left > .mt5[style="text-align:center;"] http://m.07073.com##.main_content_tit + div http://tianya.cn##.main_xiangguan2 @@ -23611,7 +24543,7 @@ http://qqjia.com##.mainad http://2345.com##.mainbg http://2345.com##.mainbg1 http://bbs.fobshanghai.com##.maintable > div:nth-child(7) -http://iguang.tw##.mall +http://expreview.com##.mamaBox http://baidu.com##.manual-spread http://zhainanba.org##.marauto > p[style="text-align: left;"] http://fun48.com##.margin-big-bottom @@ -23625,28 +24557,28 @@ http://douguo.com##.mbs http://2345.com##.mco-ex-ndxh http://zhaiiker.com##.media-content[style*="0x"] http://cnool.net##.meilai_box -http://zimuzu.tv##.menu-box > .w > li > a[style="color:red;"] +http://zol.com.cn##.member-button-yellow http://cnbeta.com##.meta > .fr http://cangku.in,galacg.me,llss.li,usnewsexpress.com##.metaslider +http://so.com##.mh-sad http://hexieshe.com,hexieshe.xyz,xxshe.info##.mh-sidebar img http://hexieshe.com,hexieshe.xyz,xxshe.info,xxshe.xyz##.mh-widget > .textwidget > p > a[href^="http"]:not([href*="she."]):first-child:last-child -http://baby-kingdom.com##.mian + .foot > .foot-top:first-child http://midifan.com##.mid-aaa -http://rj.baidu.com##.mid-recommend +http://nfuwow.com##.midbgdbox http://360-bo.com##.middiv > div[style="text-align:center;"] http://letv.com##.middle-advert http://timedg.com##.middleCrossAdvertise http://jmbbs.com##.middle_guanggao +http://zjhlcp.com##.middle_list http://fenghuo.in##.mimi http://6.cn##.min-ad-box http://cnr.cn,jxcn.cn##.min-news-box http://nowcoder.com##.mini-banner -http://goldlegend.com##.mjad +http://ck180.net##.mitao http://hmog.me##.ml_ad_widget http://cnforex.com##.mleft > a http://china.com##.mm http://6789.com##.mm-force -http://fqlook.com##.mmver http://playno1.com##.mn > div[style="margin-bottom:10px;"] http://mail.pchome.com.tw##.mnav http://mnw.cn##.mnw_685 @@ -23655,6 +24587,7 @@ http://mnw.cn##.mnw_top_ads http://sogou.com##.mobad http://1905.com##.mobile_ad_promote http://www.sina.com.cn##.mod-01 +http://start.firefoxchina.cn##.mod-delay-resource:nth-child(4) http://image.baidu.com##.mod-promo http://sdo.com##.mod-public-ads http://17173.com##.mod-tg1 @@ -23667,6 +24600,7 @@ http://xunyingwang.com##.modal-body http://firefoxchina.cn##.module-banner http://i.maxthon.cn##.module.tools-main[data-s-n="bottom"] http://html-js.com##.module[style="padding:0;"] +http://followme.cn##.money-box http://moonbt.com##.money_all http://autohome.com.cn##.monkey_box http://autohome.com.cn##.monkey_box_big @@ -23677,7 +24611,6 @@ http://jmw.com.cn##.mr_1 http://firefoxchina.cn##.mrec-banner http://xici.net##.msgl_ad http://66rd.cn##.mst_lamu_main -http://9669.cn##.mt10[style="height:260px;"] http://dnwx.com##.mt5_23 http://newcger.com##.mtb17.h90 http://meltoday.com,sydneytoday.com##.mtgad @@ -23689,13 +24622,11 @@ http://cqsq.com##.mumucms_index_tlad http://china.com##.mxm http://cngold.com.cn##.myGuangGao http://cnblogs.com##.my_money -http://cosxcos.xyz##.myakbz http://acglover.me##.myas http://myday.com.tw##.myday_ad_950 http://myday.com.tw##.myday_ad_left http://myday.com.tw##.myday_ad_right http://sydneytoday.com##.mygad -http://abcsee.net##.myset http://ifooday.cn##.myzs http://2345.com,hao774.com##.mzdh_bottom http://hepuwang.com##.n5_dbhfad > .wapper @@ -23711,8 +24642,9 @@ http://cctime.com##.nav_banner http://e10000.cn##.navigate_sty + div http://hao123.com##.navrecommend-hjw http://hao123.com##.navrecommend-top +http://douxie.com##.ndxBanner +http://douxie.com##.ndxChdjBox http://tpy888.cn##.nead -http://guidaye.com##.neirongs http://rising.cn##.new-1111 http://zhanqi.tv##.new-advertising-area http://yes-news.com##.new-index-ad300 @@ -23722,8 +24654,7 @@ http://yes-news.com##.new-sidebar-today-300ad http://i-part.com.tw##.newAd http://ifeng.com##.newAdImg http://steelcn.cn##.new_fixed -http://halidown.com##.new_head_ad -http://doub.io##.new_zixun +http://doubibackup.com##.new_zixun http://zhicheng.com,zt5.com##.newa http://zhicheng.com##.newa2 http://uimaker.com##.newbaidu @@ -23743,12 +24674,14 @@ http://aguitar.cn##.news_b http://zhcw.com##.news_blanck http://auto-online.com.tw##.news_content > div[style="width:728px;margin:10px auto"] http://oschina.net##.news_detai_above_ad +http://mydrivers.com##.news_info > div[style*="height:"] http://mydrivers.com##.news_left > div[style*="height:"] http://07073.com##.news_list1_tu http://chinamedevice.cn##.news_ylqx http://chinamedevice.cn##.news_ylqx3 http://qihoo.com##.newsitem[data-rawurl*=".youcai8888.com/"] http://mitbbs.ca,mitbbs.com##.newskuang2 +http://cnstock.com##.newslist[style="padding: 10px 0px;"] http://gamersky.com##.ngg_down http://chongdiantou.com##.nice-sales http://weishangshijie.com##.nleft_ads @@ -23770,6 +24703,7 @@ http://ifeng.com##.opcPop_tit_zz http://wdzj.com##.opentb http://read.qidian.com##.operation-wrap http://baidu.com##.optimus +http://66huacai.com##.orange http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.order_repost_wrap http://jdwx.info,motobuy.com.tw##.other http://6parknews.com##.other_list_ad @@ -23800,9 +24734,11 @@ http://sina.cn##.p_newsmore http://actoys.net##.p_top_ad http://baidu.com,cssmoban.com##.page-banner http://contents.internet.apps.samsung.com##.page-bar +http://qidian.com##.page-ops http://xizi.com##.pageAD1 http://cngold.org##.pageAdv http://baidu.com##.pageLeftFixedAD +http://fastadmin.net##.panel-body > a[href$="="] http://ifeng.com##.pao_ad_02 http://ifeng.com##.pao_ad_03 http://ifeng.com##.pao_mid @@ -23813,10 +24749,10 @@ http://bbs.52life.cc##.part1 http://cpnn.com.cn##.part3-adverd http://sina.com##.parta_l_ads http://javdove.com,javdove2.club##.partialViewSlider-outerwrapper +http://baidu.com##.pauseadv http://heiguang.com##.pbAddPic http://kikinote.net##.pc_ad http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.per_list.j_per_list.per_list_frs -http://52solution.com##.pf-outbox http://265g.com##.phone_bgban http://sodao.com##.photo-see > div[style="text-align: center; margin-bottom: 10px;"] http://caikuu.com##.photo_abv @@ -23830,13 +24766,14 @@ http://down.ali213.net,patch.ali213.net##.picBg http://ifeng.com##.picNews http://dealmoon.com,weibo.com##.pic_ad http://ctrip.com##.pic_banner -http://gmw.cn##.pic_list_bd750 http://chinaiiss.com##.pic_text http://moxing.net##.pic_txt_list http://baidu.com##.picad http://16sucai.com##.pindao_ad2 http://keywin.org##.pindaolist http://creaders.net##.pinglun > .btmlist-title +http://baike.baidu.com##.pinzhuanWrap +http://so.com##.placeholder-default http://chinaz.com##.plate-layout http://baofeng.com##.play-ads http://news.ifeng.com##.play_center @@ -23857,19 +24794,19 @@ http://av.movie##.pop-up-a http://chengdu.cn##.pop_box http://zhan.com##.pop_shousuo http://ifeng.com##.popoxiu_topic +http://eastmoney.com##.popswipe http://dzwww.com##.popular http://qiuziti.com##.popularize -http://eol.cn,hao123.com##.popup -http://easylife.tw,ez3c.tw##.popup_bottom_block +http://eol.cn,hao123.com,site.baidu.com##.popup +http://easylife.tw,ez3c.tw,softwarebrother.com##.popup_bottom_block http://camerabay.tv##.popupad http://pzzc.net##.portal_block_summary http://tgfcer.com##.portalbox -http://ilxdh.com##.pos-nav http://netbardh.com##.pos-navbar-ad http://jobbole.com##.post > .textwidget http://vmovier.com##.post-ad-bottom http://jobbole.com##.post-adds + .textwidget -http://css88.com##.post-bottom +http://hao.su##.post-content > div[class^="a"] http://sanv.org##.post-left http://vmovier.com##.post-right-item + a[target="_blank"] http://ihacksoft.com##.post-top-gg @@ -23881,6 +24818,7 @@ http://163.com##.post_recommend_ad http://blog.163.com##.postadlayer http://baixing.com##.poster-info-container + .side-block http://bbs.51cto.com##.postinfo06a +http://chongbuluo.com##.postright http://zhujiboke.com##.posts-top-cjtz http://ifxtx.com##.ppsy_content758 http://7hcn.com##.pr > a[href^="http"]:not([href^="http://www.7hcn."]) @@ -23888,13 +24826,12 @@ http://javdove.com,javdove2.club##.preroll-adv-popup-overlay http://pcstore.com.tw##.priority http://pcstore.com.tw##.priority1 http://pcstore.com.tw##.priority_ad -http://duba.com##.pro_r_t +http://duba.com,newduba.cn##.pro_r_t http://meltoday.com,sydneytoday.com##.promo http://brtn.cn,btime.com##.promo-item > a[href^="http"]:not([href*=".b"]) http://huaban.com##.promotion http://anquan.org##.pub_side_ad -http://fwxgx.com##.public-link > a[href^="http"]:not([href*=".fwxgx."]) -http://doudoudm.com##.public_ad +http://doudoudm.site,ezdmw.com##.public_ad http://ifeng.com##.pullClient http://cnplugins.com##.pushbox1 http://sogou.com##.pz-widget-flash-container @@ -23903,6 +24840,7 @@ http://baobao.baidu.com##.qb-relate-box http://qidian.com##.qd-game http://or123.top##.qfe_wrapper > div > a[href^="http"]:not([href*="or123."]) http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.qipai_thread +http://czjx8.com##.qktz http://seqing.world,singlove.com,whichav.com,whichav.net,wokao.co##.qq http://zixuekaoshi.net##.qq_nr_lad http://htcui.com##.qqanimate @@ -23913,15 +24851,15 @@ http://hualongxiang.com##.quick_reply_ad http://im286.net##.qybj http://ouyaoxiazai.com##.qzhengfu http://ali213.net##.qztf -http://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.r1 +http://ahtv.cn,bzfl1.cc,sexbarss.net##.r1 http://biz.zjol.com.cn##.rBlok1[style=" margin-bottom:10px;"] http://7hcn.com##.rCont http://xitongcheng.com##.r_adv -http://douni.com##.rad_1 +http://cnqiang.com##.rad360 http://mydigit.cn##.radi http://ananvod.com##.rbPicAll +http://dayanzai.me##.rban1 http://sciencenet.cn##.rbanner -http://818today.com##.rbdyg http://yuqingcn.cn##.rboxad http://msn.cn##.rc > a[href^="https://sp.booking.com/"] http://xvna.com##.rctad @@ -23932,7 +24870,7 @@ http://finance.ifeng.com##.rec http://baidu.com##.rec-feeditem http://douban.com##.rec_topics_name[href^="https://erebor.douban."] http://image.baidu.com##.recom -http://ilxdh.com,image.baidu.com,xizi.com##.recommend +http://image.baidu.com,xizi.com##.recommend http://csdn.net##.recommend-ad-box http://0597kk.com##.recommend-container http://tvsou.com##.recommend-img @@ -23940,13 +24878,11 @@ http://csdn.net##.recommend-item-box[data-track-click*="http"]:not([data-track-c http://iciba.com##.recommend-item:not([href*=".iciba."]) http://hao123.com##.recommend-link http://le.com##.recommend-part-right -http://china.cn##.recommend_RightShow -http://china.cn##.recommend_box -http://china.cn##.recommend_video http://72g.com##.recommended http://passiontimes.hk##.rectAd680 http://chinaz.com##.red[href*=".wsisp.net/"] http://guba.eastmoney.com##.redian +http://baixing.com##.refashion-listing-banner http://gg-led.com##.regg http://e-learn.cn##.region-sidebar-second > .block:nth-child(2) http://w3cplus.com##.region-sidebar-second > :nth-last-child(n+3) @@ -23961,16 +24897,19 @@ http://tbtdg.com##.reveal-modal-bg http://rfidworld.com.cn##.rfidADClass http://fuliba.net##.right-banner http://image.baidu.com##.right-banner-area +http://isso.com.cn##.right-content-div > .top-div + div http://to8to.com##.right-float-ad http://csdn.net##.right-item[data-track-click*="http"]:not([data-track-click*=".csdn."]) http://123.chinaso.com##.right-list6 http://qidian.com##.right-op-wrap http://eastday.com##.right-suspension +http://hao.lenovo.com.cn##.right.icons http://news.ifeng.com##.right1 http://baby-kingdom.com##.right5 http://baidu.com##.rightAd-skin http://fullyu.com##.rightSide-top-ads http://hao123.com##.rightTip +http://174.127.195.69##.right[width="700"][height="70"] http://niotv.com##.right_ad1 http://eastday.com##.right_adv_1 http://eastday.com##.right_adv_2 @@ -23979,12 +24918,11 @@ http://cztv.com##.right_box http://qqyy.com##.right_dcotor_tab http://sznews.com##.right_flash http://ifeng.com##.right_gg +http://haorooms.com##.right_guanggao http://mtrend.cn##.right_hongbao_xuanfu http://gucheng.com##.right_info http://lahoo.ca##.right_multi_banner http://163.com##.right_originalcolumn_ad -http://china.cn##.right_shop_box -http://boniu.xyz,boniu666.co##.right_side http://dilidili.wang##.right_top_ad http://hkwb.net##.rightadv2 http://mail.sina.com.cn##.rightbottom @@ -23995,31 +24933,29 @@ http://biz.ifeng.com##.riodel http://ithome.com##.rm-modal-bg http://ithome.com##.rm-modal-body http://playallvideos.com,pron.co##.rmedia -http://allyingshi.com,zimuzu.tv##.room -http://douyu.com,douyutv.com##.row-4.theatre +http://allyingshi.com##.room +http://douyu.com##.row-4.theatre http://jia360.com##.row-ad01 -http://douyu.com,douyutv.com##.row.row-3 -http://howfile.com##.row1_right -http://dalao.ru##.row:nth-child(11) +http://douyu.com##.row.row-3 +http://honglingjin.co.uk##.rs-side-ads http://honglingjin.co.uk##.rsads http://ld0766.com##.rsf_pull_screen_adv http://zj.com##.rt-banner http://jjxw.cn##.ru_banner http://codejie.net##.s-ad-tit-box http://uc123.com##.s-left +http://baidu.com##.s-nativead-item http://baidu.com##.s-news-special[data-url^="http://vip.baidu.com/"] http://uc123.com##.s-right http://2345.com##.s11-fixNav http://2345.com##.s11-logowall http://2345.com##.s11-side -http://duba.com##.s11_store_box +http://duba.com,newduba.cn##.s11_store_box http://duba.com##.s11_zb http://114la.com##.s11bg http://tbtdg.com##.s11text http://2345.com##.s12-fullNav http://wenda.tianya.cn##.s1Tit + .sideBox -http://cnstock.com##.sBox-left -http://cnstock.com##.sBox-right http://finance.ifeng.com##.sConRbox http://laozuo.org##.s_ad125 http://baidu.com##.sam_iebrowser_banner @@ -24027,17 +24963,18 @@ http://image.baidu.com##.sample0 http://image.baidu.com##.sample1 http://image.baidu.com##.sample2 http://ithome.com##.sb_list > .bx +http://firefoxchina.cn##.sbottom-banner http://1010jiajiao.com##.sbox http://image.so.com##.sc-similarcm http://hao123.com##.sc-tips http://mail.pchome.com.tw##.sceng http://wps.cn##.school http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.score_ecr_wrapper -http://epinv.com##.scrollep http://firefox.com.cn,firefoxchina.cn##.sd-promote http://playno1.com##.sd.pph http://yeeyi.com##.sd.pph > .mbm.hm http://xianzhenyuan.cn##.sd_ad:not(#xztba) +http://xiazaiba.com##.sdown-item:first-child http://pediy.com##.search http://baidu.com##.search-aside-adWrap http://map.baidu.com##.search-item[data-stat-code="poisearch.damoce.item"] @@ -24045,22 +24982,26 @@ http://rising.cn##.search-news1 http://hao.rising.cn##.search-right http://dict.cn##.search-right-ad5 http://dict.cn##.search-right-ad7 -http://duba.com,timeon.cn##.search_promotion +http://duba.com,newduba.cn,timeon.cn##.search_promotion http://ijia360.com##.search_radlist http://qiuziti.com##.search_wordimg http://cnool.net##.second-banner http://www.sina.com.cn##.secondtj-wrapper http://coolinet.com##.section-banner +http://stheadline.com##.section-popular http://tiboo.cn##.sectionAd http://romzj.com##.sectionThree http://brtn.cn,btime.com##.seed-item http://oxxvideos.xyz##.self-gg http://zealer.com##.series_app http://wenku.baidu.com##.service-entry +http://hoteastday.com##.sessionSub http://jq-school.com##.setfarme:nth-child(7) http://4399.com##.setlide a[href^="http"]:not([href*=".4399."]) http://baidu.com##.sf-wrap > .c-back + div[id]:last-child http://zhicheng.com##.sf_1 +http://baidu.com##.sfc-image-content-ad-container +http://baidu.com##.sfc-image-content-adrecomm http://baidu.com##.sfc-image-content-adrootnew http://baidu.com##.sfc-image-content-adtext http://baidu.com##.sfc-image-content-waterfall-item > div:not([class]) > .sfc-image-content-cell @@ -24071,8 +25012,6 @@ http://m.mydrivers.com##.share http://xilu.com##.shehuibanner http://hao.rising.cn##.shop-site http://teepr.com##.shop-widget -http://china.cn##.shop_box -http://gq.com.tw##.shopslide http://qiushibaike.com##.shopwindow http://neonan.com##.shouhuan_ad http://miercn.com##.show-img-box @@ -24085,7 +25024,7 @@ http://uwants.com##.showpx1 http://pcsoft.com.cn##.shuang11 http://duanwenxue.com##.shuang11_gg http://duanwenxue.com##.shuang11_mb -http://aohua.com.au##.sidBoxNoborder +http://luyixian.cn##.side http://showtv.com.tw##.side-AD http://laifudao.com##.side-adinner http://guokr.com##.side-adv @@ -24103,36 +25042,36 @@ http://firefoxchina.cn##.side-tpth http://niutuku.com##.sideAD http://youthwant.com.tw##.side_adbox http://shuowan.com##.side_flash -http://duba.com##.side_game +http://duba.com,newduba.cn##.side_game http://duba.com##.side_other > .img -http://duba.com##.side_taobao +http://duba.com,newduba.cn##.side_taobao http://uu114.cn##.side_top_banner http://hmog.me##.side_widget:last-child http://cjn.cn##.sidebar http://zol.com.cn##.sidebar > .n1-pad-entrance-wrap http://pupudy.com##.sidebar > .widget-textasst:nth-child(n+3) http://wn789.com##.sidebar > .widget:not(:first-child):not(.widget_ui_posts) +http://teddysun.com##.sidebar > .widget:nth-child(2) +http://teddysun.com##.sidebar > .widget:nth-child(3) http://jianshen8.com##.sidebar > a http://fulibus.net##.sidebar > div:first-child http://xiaoz.me,xingkbjm.com##.sidebar a > img http://superlife.ca##.sidebar-ad-zone -http://cyhour.com##.sidebar-all http://juejin.im##.sidebar-bd-entry http://portablesoft.org##.sidebar-box +http://note.youdao.com##.sidebar-ft http://cnblogs.com##.sidebar-image http://mywpku.com##.sidebar-recommended http://daweijita.com##.sidebar-right > .widget-box:first-child http://cangku.in,galacg.me##.sidebar-top http://52tian.net##.sidebar960 http://steachs.com##.sidebar:first-child -http://bestcbooks.com##.sidebar:last-child http://kocpc.com.tw##.sidebar:nth-child(2) http://kocpc.com.tw##.sidebar:nth-child(3) http://pic.sogou.com##.sidebar_box.shut http://v2ex.com##.sidebar_compliance http://v2ex.com##.sidebar_units http://fsdpp.cn##.sidebox > a > img -http://uraban.me##.sider > a http://docin.com##.sider_gg http://youtaoqi.com##.sidetg http://mopxing.com##.sideul1 @@ -24144,23 +25083,21 @@ http://kocpc.com.tw##.single_ads http://i.maxthon.cn##.site-ad-container http://stockstar.com##.siteAd_l http://stockstar.com##.siteAd_r -http://icoc.cc,icoc.in##.siteAdvertisement_box +http://15yc.cc##.site_tips http://hdchina.org##.sitead http://uimaker.com##.siteads -http://findprice.com.tw##.sitemajiad http://hao123.com##.siye http://iask.sina.com.cn##.sj_300x250 http://iask.sina.com.cn##.sj_680x250 http://fuli.us##.slick http://baidu.com##.slide-bner-adv-ret +http://ppsport.com##.slide-img[href^="http"] http://ksbbs.com,kshot.com##.slideAdvert -http://e0838.com##.slideInner http://cnbeta.com##.slide_area a[href^="http"]:not([href^="http://www.cnbeta."]) http://ifeng.com##.slide_popo_modal http://duba.com##.slidebar http://duba.com##.slidebar + .extend http://talkfx.com##.slidebox -http://hupu.com##.slider-pic > .list > li > a[href^="http://goto.hupu."] http://uc.cn##.slider__sdk__wrapper http://1688.com##.sm-offer-item[p4p*=".1688."] http://codepub.com##.small-banner @@ -24168,7 +25105,7 @@ http://hao.360.cn##.small-obj http://pdflibr.com##.sms-content-ad http://ant.design##.snd-ad http://hao123.com##.soft-ad-banner -http://huacolor.com##.soft-downUrl-list.underline +http://66huacai.com##.soft-downUrl-list.underline http://oschina.net##.soft_detai_above_ad http://sohu.com##.sogouService http://5nd.com##.songAds @@ -24177,12 +25114,11 @@ http://firefoxchina.cn##.sp-content http://zww.me##.sp-top-img http://missyuan.com##.spaceborder http://baidu.com##.spage-couplet-container +http://vpsdx.com##.span4 > a > img http://ithome.com.tw##.span4:nth-child(5) http://ithome.com.tw##.span4:nth-child(8) -http://css88.com##.spark-rm http://shmet.com##.spb-biz-cont -http://fhm.com.tw##.special_ad_bottom_sticky -http://fhm.com.tw##.special_ad_cover +http://downbank.cn##.speed-downlist http://geekpark.net##.sponsor http://northnews.cn##.sponsor02 http://sogou.com,soso.com##.sponsored @@ -24190,9 +25126,13 @@ http://so.com##.spread http://baidu.com##.spread-wrap http://2345.com##.spreadHotWords http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.spreadad +http://sogou.com##.sr-adv http://stockstar.com##.ss-ad-icon2 http://xuebuyuan.com##.ss_gateway http://duba.com##.ss_sider_list[href*=".wan.liebao.cn"] +http://acwifi.net##.ssr +http://eastday.com##.ssy_left +http://eastday.com##.ssy_right http://3g.cn##.statistic[href^="https://jumpluna.58.com/"] http://sonimei.cn##.style01 http://sonimei.cn##.style03 @@ -24221,18 +25161,20 @@ http://17ok.com##.t-bann http://17yy.com##.t2_3 http://17yy.com##.t2r_3 http://suopao.org##.t5[style^="margin-top:8px;"] -http://gou19.com##.t[style="margin-top:8px"] +http://1024li.com##.t[style="margin-top:8px"] http://bbs.fobshanghai.com##.t_infoline -http://douyu.com,douyutv.com##.tab-content.promote +http://douyu.com##.tab-content.promote http://chinatimes.com##.tab_4_box http://265g.com##.tab_imgtop http://tw.yahoo.com##.tabads +http://eoof.net##.tableborder1[cellspacing="1"][cellpadding="3"] http://ghoffice.com##.tac > a > img[src*=".gif?"] http://mgbbs.cn##.tac.mb10 http://076299.com,77bike.com,actoys.net,gpsuu.com,homefei.me,ksbbs.com,mgbbs.cn,oigps.com,opticsky.cn##.tac.mb5 http://77bike.com,ghoffice.com##.tac[style="border-top:1px dotted #ddd;line-height:1;"] http://txzqw.me##.tac[style="margin-bottom:5px;"] http://hlgnet.com,sina.com##.tad +http://dogedoge.com##.tag-home__item http://weibo.com##.tag_showTopicL[href^="https://shop.sc.weibo.com/"] http://cqnews.net##.taobao http://duba.com##.taobao_search @@ -24241,7 +25183,6 @@ http://83133.com##.tb-tanx http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tb_poster_info.poster_success http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tb_poster_placeholder http://jxedt.com##.tbad -http://gkpass.com##.tbanner http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tbui_aside_float_bar + .clearfix http://9u8u.com##.tc-box http://baidu.com##.tc-card[tpl="fc_before_fixads"] @@ -24251,20 +25192,23 @@ http://52pk.com##.tcgg http://nobugin.com##.td-a-rec http://newmobilelife.com##.td-a-rec-id-content_inline http://zeekmagazine.com##.td-all-devices -http://8boniu.com,boniu.xyz,boniu666.co##.td_item +http://boniu123.cc##.td_item http://mobanwang.com##.teagg +http://baiduyun.wiki##.tecent-adsense http://duba.com##.tempAd http://affyun.com##.text http://affyun.com##.text ~ a +http://chineseinla.com##.text-ads-col http://baidu.com##.text-advertise -http://dalao.ru##.text-gray:nth-child(10) +http://fastadmin.net##.text-center > .carousel http://baidu.com##.text-link-ads http://yorkbbs.ca##.textNewsBorder http://auto-online.com.tw##.text_links_h -http://eyy5.cn##.textadlist http://maomaomom.com##.textwidget > table[width="1050"] http://acgbuster.moe##.tg-inner -http://526bt.com,eroacg.com,laod.cn,xiaohutuwb.com,zhujiceping.com##.tg-site +http://526bt.com,eroacg.com,laod.cn,ninpang.com,xiaohutuwb.com,zhujiceping.com##.tg-site +http://bejson.com,e0575.com##.tg1 +http://e0575.com##.tg2 http://outofmemory.cn##.tgBar http://sogou.com##.tgad-box http://www.sogou.com##.tgad-box + div @@ -24276,16 +25220,16 @@ http://firefoxchina.cn##.theme-618 .theme-side-bg .mod http://firefoxchina.cn##.theme-side-bar-couplet http://firefox.com.cn,firefoxchina.cn##.theme-side-bar-priority http://firefox.com.cn,firefoxchina.cn##.theme-side-bar[trace-key="ad_theme_skin_link"] +http://dlemm.cn##.themead http://cnool.net##.third-banner http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_dir_ad http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_local_58 http://jbtalks.cc##.threadad -http://css88.com##.thumb-leftsidebar-image02 -http://css88.com##.thumb-rightsidebar-image01 http://163.com##.tie-ad-bar http://2345.com,hao774.com##.tip_stopXP http://zhujiwiki.com##.tips http://3gsc.com.cn##.tipsA +http://gezila.com##.tishi + dl http://so.131458.com##.tishi:first-child http://gamefy.cn,sitv.com.cn##.tit > span[style="float:right; width:285px;"] http://asp300.com,asp300.net##.tit01 > a @@ -24300,12 +25244,11 @@ http://youth.cn##.tj2_pic http://image.baidu.com##.tjImgli http://image.baidu.com##.tjad http://cnbeta.com##.tks -http://bdimg.com,tieba.baidu.com,tieba.com##.tl_shadow + * + li[class]:not([class="tl_shadow tl_shadow_new"]):not([class="tl_shadow tl_shadow_new "]):not([class="tl_shadow tl_shadow_new shadow"]) http://tieba.baidu.com##.tl_spread http://manmanw.net##.tlads http://esnai.com##.tlgg http://maxthon.cn##.tmall-nav-v2 -http://duba.com,uu114.cn##.tmall_bg15 +http://duba.com,newduba.cn##.tmall_bg15 http://sxrom.com##.tmk http://muchong.com##.todayhot http://weather.com.cn##.tong @@ -24318,7 +25261,6 @@ http://3dmgame.com##.tonglona_3 http://3dmgame.com##.tonglona_4 http://fuliba.net##.tool_news1 http://loldk.com##.tools-recommend -http://golangtc.com,html-js.com##.top http://meizhou.com##.top + .w1000 http://2345.com,hao774.com##.top > .fred http://midifan.com##.top-aaa @@ -24328,16 +25270,11 @@ http://vansky.com##.top-ad-link http://leiphone.com,sina.com.cn##.top-banner http://baidu.com##.top-banner-ad-wrap http://10jqka.com.cn##.top-bar-fl > .top-hot -http://infoq.com##.top-bar-promo http://99danji.com,eeyy.com##.top-bg -http://zimuzu.tv##.top-box > div[style="text-align:center; margin:0 0 15px 0;"] -http://zimuzu.tv##.top-box > div[style="text-align:center; margin:10px 0 15px 0;"] http://163.com##.top-gg-area http://taihainet.com##.top-info http://2345.com##.top-lvy http://eelly.com##.top-picture -http://css88.com##.top-post-link -http://rj.baidu.com##.top-recommend http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top-sec + .middle-sec http://hao123.com##.top-test http://ifeng.com##.top-tg @@ -24357,23 +25294,22 @@ http://hao123.cn##.top_2_2 http://51wangdai.com##.top_AD http://pjtime.com##.top_R http://duba.com##.top_ad_ban -http://duba.com##.top_ad_tmall -http://40407.com,86wan.com,qudong.com,xitong8.com,xt700.com##.top_banner +http://duba.com,newduba.cn##.top_ad_tmall +http://40407.com,qudong.com,xitong8.com,xt700.com##.top_banner http://cngold.org##.top_bigad http://0772fang.com##.top_blft http://ifeng.com##.top_carousel -http://duba.com,uu114.cn##.top_func_ad +http://zhangxinxu.com##.top_da http://0579.cn,xizi.com##.top_gg http://2345.com##.top_news http://jmw.com.cn##.top_pic http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top_toutu_admarks + .tbui_slideshow_list -http://163.com,changsha.cn,jrj.com.cn,kekenet.com,neotv.com.cn,sina.cn,sina.com.cn##.topad +http://163.com,changsha.cn,jrj.com.cn,neotv.com.cn,sina.cn,sina.com.cn##.topad http://qz828.com##.topadv http://itavcn.com##.topadvzone http://dayanzai.me##.topban http://kocpc.com.tw##.topbarad http://chromecj.com##.topblock -http://artzd.cn##.topbox > table[style="text-align: center; width: 100%;"] http://srzc.com##.topgg http://srzc.com##.topgg1 http://bilibili.com##.topic-preview > li > a[href^="http"]:not([href*=".bilibili."]) @@ -24397,30 +25333,26 @@ http://hao123.com##.treasure-game http://hao123.com##.treasure-item http://megatime.com.tw,pchome.com.tw##.tripplead http://ts.cn##.tsggding -http://tvhome.com##.ttt -http://52pili.com,7060.la,halihali.me##.tuiguang +http://52pili.com,7060.la,bimibimi.tv##.tuiguang http://m.hao123.com##.tuizhan http://meizhou.cn##.tuwengg -http://tvhome.com##.tvAd http://xinhuanet.com##.txt > ul > li > a[href^="http"]:not([href*=".xinhuanet."]) http://chinaz.com##.txtAdBox http://mydigit.cn##.txtMes http://cntour2.com##.txtPicAd http://ltaaa.com##.txtads http://500.com##.tz_pai -http://cyzone.cn##.tzkd_bottom -http://cyzone.cn##.tzkd_top http://163.com##.u-index-ad http://sogou.com##.u-page-gg http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_aside http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_head +http://163.com##.uc-fixed-ad-wrap +http://udn.com##.udn-ads http://libaclub.com##.ui-adsame http://duowan.com##.ui-business http://xigua110.com##.ui-detail + .ui-detail-info http://m.nownews.com##.ui-footer-fixed http://ofweek.com##.ui-slider -http://hlyy.cc##.ui-sponsor -http://ispot.news##.ui_adblock http://hackhome.com##.ul_ad http://131458.com##.ulfooter_top http://autohome.com.cn##.union-ad-placeholder @@ -24433,7 +25365,8 @@ http://ifeng.com##.vAdbox http://ifeng.com##.v_adbox http://2345.com##.v_picConBox.height214 http://bejson.com##.validateButtons.clear a -http://douyu.com,douyutv.com##.vcode9-sign +http://douyu.com##.vcode9-sign +http://vgtime.com##.vgart_top http://lenovo.com.cn##.video http://av.movie##.video-banner http://eastday.com##.video-mask @@ -24453,9 +25386,11 @@ http://2345.com##.vipTopBanner http://cztv.com##.vivo http://autohome.com.cn##.vocalcon-btn http://ktkkt.com##.vod980 +http://jlpcn.net##.vodAd http://hupu.com##.voice-ad300-250 http://hupu.com##.voteIndex http://dianping.com##.votelist + .aside-box +http://sogou.com##.vr-pop-ups > .pop-div http://quanmin.tv##.w-newhot_slot-wrapper http://baidu.com##.w-question-list[data-sign] http://shm.com.cn##.w1000.surround @@ -24468,7 +25403,9 @@ http://hoteastday.com##.watermarh_ul http://10jqka.com.cn##.wbanner http://codeforge.cn##.webnotice-right http://ptbus.com##.weixin_ad +http://ip.cn##.well > p > a http://52zpi.com##.wenziad +http://baidu.com##.wgt-ad-exp-pic http://baidu.com##.wgt-ads http://muzhi.baidu.com##.wgt-best-answer + script + div http://baidu.com##.wgt-bottom-ask @@ -24481,16 +25418,12 @@ http://cnfol.com##.wid390AdBox http://cnfol.com##.wid595AdBox http://cnfol.com##.wid600Ad http://cbmay.com##.widget -http://ilvruan.com##.widget-asst -http://eefocus.com##.widget-bom2buy http://hao123.com##.widget-hlbar > span -http://hanjutvn.com##.widget-topadding http://hao123.com##.widget-topbanner -http://hanjutvn.com,taijuwang.com##.widget-unpadding http://didispace.com##.widget-wrap > p[style="text-align: left;padding-bottom: 20px;line-height: 30px;"] -http://hanjutvn.com##.widget-xlxba +http://97hj.net##.widget-zfb http://web20share.com##.widget:nth-of-type(5) -http://doub.io##.widgetRoller +http://doubibackup.com##.widgetRoller http://iplaysoft.com##.widget[style] http://fulibl.com##.widget_banner http://hackhw.com##.widget_content_b @@ -24500,33 +25433,25 @@ http://bzfl1.cc##.widget_cy_ad http://zhujiboke.com##.widget_image_ad http://zhaiiker.com##.widget_index_add http://flyzy2005.com##.widget_kratos_ad -http://carrotchou.blog,daqianduan.com,landiannews.com,xingkbjm.com##.widget_media_image +http://carrotchou.blog,landiannews.com,xingkbjm.com##.widget_media_image http://landiannews.com##.widget_metaslider_widget +http://acwifi.net##.widget_ssr http://codeceo.com,fuli8.net##.widget_text:first-child http://fulibl.cc##.widget_text:last-child http://py91.net##.widget_textads http://aeink.com##.widget_ui_adsf -http://daqianduan.com,koyi.pub,wuzuowei.net##.widget_ui_asb http://aeink.com##.widget_ui_textads -http://daqianduan.com,hanfan.cc,wuzuowei.net,yeyulingfeng.com##.widget_ui_textasb -http://subhd.com##.win_content -http://subhd.com##.win_win http://so.com##.windisplayCell http://163.com##.with-bot-ad > .arrow_down http://hao123.com##.wm http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.worldcup_info_banner_dialog -http://gpshk.cc##.wp > div:last-child > p[align="center"] http://141hongkong.com##.wp.at http://tropica.cn##.wp1.a_t http://cangjige.net,cangjige.win##.wp[style="height:36px;padding-top:15px;"] http://tui18.com##.wp[style^="width:"] -http://bbs.gfan.com##.wpp http://start.firefoxchina.cn##.wrap > div[style]:last-child http://99a21.com##.wrap-head-spots -http://duote.com##.wrap-right-B > div[style="margin:10px 0;"] -http://bbs.feng.com##.wrap.fl_row http://paipai.fm##.wrapbg -http://50yxw.com##.wrapper > [style^="text-align:"] http://iviewui.com##.wrapper-aside http://image.baidu.com##.wrapper_dot_box.dot_black http://wallstreetcn.com##.wscn-ad @@ -24540,8 +25465,6 @@ http://sohu.com##.x-adv-linear-panel http://sohu.com##.x-adv-pause-nonlinear-panel http://liaoxuefeng.com##.x-sponsor http://sina.cn##.xc_da -http://autofan.com.cn##.xf_ad -http://familydoctor.com.cn##.xg http://xinhuanet.com##.xhdf_moreAdv http://tj.xinhuanet.com##.xhdf_num1_col3 http://xinhuanet.com##.xhdf_row_adv @@ -24554,25 +25477,26 @@ http://hgitv.com##.xinwen_right_gg01 http://xilu.com##.xlad http://xilu.com##.xladAdvList http://xilinjie.com##.xlj-sponsors -http://dianyingbar.com,hanjutvn.com,taijuwang.com##.xlxba -http://muchong.com##.xmc_Logo + .xmc_fr http://muchong.com##.xmc_green + a[href^="creditshow."] http://muchong.com##.xmc_viewthread_ad -http://banyungong.org##.xnf http://21cn.com##.xuantu +http://u7u9.com##.xw-right-ad http://xkb.com.cn##.xwAd http://my0832.com##.xx_div http://pc0359.cn##.xx_yd http://pc0359.cn##.xx_yd2 +http://cosxcos.org##.xxabc http://wanyx.com##.xz_down http://xixiwg.com##.xz_left > ul:nth-last-child(3) http://05sun.com##.xzq http://moviesunusaaa.org##.yahooinner +http://htcui.com##.yanshibtn http://techweb.com.cn##.yaowen > ul > a[style="display:block;position:relative;"] http://chinayk.com##.yb_banner http://1kkk.com,dm5.com##.yddiv http://acg17.com##.yhq http://fdc.com.cn##.yifangbanner +http://greenxiazai.com##.yinsu_xz http://pc0359.cn##.yinsu_yd http://ifeng.com##.yiyuan http://hk.news.yahoo.com##.yog-col div.classickick[data-beacon-fired] @@ -24596,11 +25520,13 @@ http://wenku.baidu.com##.zhixin-right http://sina.com.cn##.zhongce http://lookae.com##.zhongjian http://qingdaonews.com##.zhqd +http://fx168.com##.zixun_ad http://brushes8.com##.zjianad http://qinbing.cn##.zjlmad http://jqzb.com.cn##.zk_xf http://91danji.com##.zlVideTowNav http://silver.org.cn##.zl_login +http://zol.com.cn##.zol-eshop http://biz.zjol.com.cn##.zsFooterBox + .close http://efu.com.cn##.zs_banner_a http://srzc.com##.zt_tonglang1 @@ -24608,19 +25534,24 @@ http://zuanke8.com##.zuanpw http://meili.cn##.zw_300_ad http://19lou.com##.zx-link http://17house.com##.zx_xrhb -http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com#?#.p_postlist > :-abp-properties(width: 739px;) +http://17ce.com#?#:-abp-has(>.add_txt) http://2345.com#?#.pic:-abp-has(a[href^="http://g.wan."]) http://3g.baidu.com,m.baidu.com,m5.baidu.com,www.baidu.com#?#div:-abp-has(>.openBox-container) http://3g.baidu.com,m.baidu.com,m5.baidu.com,www.baidu.com#?#div:-abp-has(>div[id$="_1"]+div[id$="_5"]) http://sina.com.cn##:not(.BigPic) > a[href*="sax.sina.com.cn/click?"] http://www.wpdaxue.com##:not(.post-thumbnail) > a[target="_blank"] > img http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##:not(.tbui_slideshow_slide) > div[data-daid] +http://sogou.com##A[data-log*="PicAd"] http://programmer-club.com.tw##A[href*="/ADRedirect."] http://24en.com##A[href*="/ClickAd?"] http://gmgard.com,hggard.com##A[onclick*="Advertisement"] http://cnxz.cn##[class*="-ad"] +http://zhangxinxu.com##[class*="_block-"] +http://zhangxinxu.com##[class*="bottom_"] +http://zhangxinxu.com##[class*="zxx"] + *,ARTICLE > .link:first-child http://jmw.com.cn##[class^="advertising"] http://gamme.com.tw##[class^="sidead_"] +http://dable.io##[data-ad_id] http://sina.cn##[data-href*="://sax"] http://sina.cn##[data-href*="://sax"] + aside http://sina.cn##[data-href*="://sax"] + aside + blockquote @@ -24633,21 +25564,24 @@ http://ghoffice.com,ksbbs.com,kshot.com##[id^="ads_"] http://ifeng.com##[id^="cl"] http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##[id^="spreadad_"] http://sinolub.com##[id^="xker"] +http://3322.cc##[onclick*=".gsxzq."] +http://zhangxinxu.com##[onclick*="Ad"] +http://42xz.com##[onclick*="godownload"] +http://ddooo.com##[onclick*="soft.ddooo."] http://lyreader.com##[onclick^="loadDownloadAPP"] +http://duodada.com##[style^="width: 100%; height: auto; position: fixed;"] http://kisssub.org##a > img[src*=".0o0.ooo/"] http://5dm.tv##a > img[src*=".sinaimg."] http://ruanyifeng.com##a > img[src*="wangbase.com/blogimg/asset/"] http://acgnx.se##a > img[src^="/images/"] -http://ainuody.com##a > img[src^="http://wx"] -http://doub.io##a > img[src^="https://img.doub.pw/thumbs/"] http://tieba.baidu.com,wapp.baidu.com##a.fixed_bar +http://onlinedown.net##a.qrcode_show http://maiche.com##a.some-img http://chexun.com##a[attr-outside-ad] http://wenku.baidu.com##a[class*="tiger-"][class*="-dialog"] http://hao123.com##a[class^="gameyixing-link-"] http://csai.cn##a[class^="gg"] http://ditu.so.com##a[class^="index-bcItem-"] -http://focus.cn##a[data-ad-pos-id] http://caibaojian.com##a[data-href*="aliyun"] http://oschina.net##a[data-traceid$="_ad"] http://oschina.net##a[data-traceid*="_detail_above_text_link_"] @@ -24655,72 +25589,75 @@ http://oschina.net##a[data-traceid="explore_right_bar_70"] http://oschina.net##a[data-traceid^="questionbanner"] http://oschina.net##a[data-tracepid^="index_banner_"] http://feed.baidu.com##a[data-type="ec_ad"] +http://fastadmin.net##a[href$="=="] http://bilibili.com##a[href$="_suning.html"] http://acg12.com##a[href*="%2F"] http://17173.com##a[href*="&ad_code="] http://neatstudio.com##a[href*="&cps_key="] http://ruanyifeng.com##a[href*=".100offer.com"] http://dilidili.wang,~h5.dilidili.wang##a[href*=".11h5."] img -http://cctv.com##a[href*=".17fengyou.com"] http://quanmin.tv##a[href*=".2144.cn/"] http://backchina.com##a[href*=".21usdeal.com"] -http://qu.la##a[href*=".350.com"] -http://halihali.me##a[href*=".9game.cn/"] http://163.com,bilibili.com,longzhu.com##a[href*=".admaster."] -http://ip.cn##a[href*=".ali"] -http://techweb.com.cn##a[href*=".aliyun.com"] +http://itboth.com,itkeyword.com##a[href*=".aliyun."] +http://boke112.com,techweb.com.cn##a[href*=".aliyun.com"] http://zhanqi.tv##a[href*=".bfun.cn/ad."]:not([href*=".zhanqi."]) http://backchina.com##a[href*=".cardbenefit.com/"] http://cnbeta.com##a[href*=".ctyun."] -http://idanmu.at##a[href*=".datealive.com.cn"] http://bilibili.com##a[href*=".doubleclick."] +http://zhibo8.cc##a[href*=".ftxgame.com"] http://wigcw.cn##a[href*=".gwents.com"] http://ctfile.com##a[href*=".henghost.com"] http://hanjutv.com##a[href*=".hujiang.com"] -http://cctv.com##a[href*=".jaeapp.com"] http://chinanews.com##a[href*=".jiuxianfeng.com"] http://tiexue.net##a[href*=".junp"] -http://doudoudm.com##a[href*=".kxyike.com/"] +http://zhangxinxu.com##a[href*=".ke.qq."] +http://doudoudm.site##a[href*=".kxyike.com/"] +http://ed2000.com##a[href*=".lanzous.com/"] +http://gucheng.com##a[href*=".liaogu.com"] http://apprcn.com,yeyulingfeng.com##a[href*=".lizhi."] -http://ifkjx.com##a[href*=".lolbaicai.com"] http://mumujita.com##a[href*=".makeding.com/"] http://sina.cn##a[href*=".maozhuar.com"] -http://ifkdy.com##a[href*=".me/aff/"] -http://zimuzu.tv##a[href*=".paojiao.com/"] +http://douyu.com##a[href*=".miaozhen.com"] +http://torrentkitty.app,torrentkitty.tv##a[href*=".nordvpn.net/"] http://zhibo8.cc##a[href*=".rd-game."] http://makepolo.com##a[href*=".rong360.com"] http://ccav5.com##a[href*=".sinaimg."] http://ifeng.com##a[href*=".sm.cn"] -http://chdbits.co,hdcmct.org##a[href*=".taobao"] +http://chdbits.co##a[href*=".taobao"] +http://boke112.com##a[href*=".tencent.com"] http://cnbeta.com,sojson.com##a[href*=".upyun."] +http://eastday.com##a[href*=".uugtv.com"] http://zhibo8.cc##a[href*=".wanjiashe."] http://dm5.com,dm5.hk##a[href*=".wannaplay.cn"] http://tiexue.net##a[href*=".wx359.cn/"] +http://ifkdy.com##a[href*=".yhm11.com"] http://cnzol.com##a[href*=".youa.net"] +http://duba.com,newduba.cn##a[href*=".zhhainiao.com/"] http://108.62.192.122,23.81.209.214,plus28.com##a[href*="/?Extend="] http://ctanet.cn##a[href*="/GoTo.asp?ID="] > img http://instrument.com.cn##a[href*="/ad/"] -http://fanjian.net##a[href*="/ad_click?"] http://xitek.com##a[href*="/adclick"] http://webkaka.com##a[href*="/click/a_d_"] http://cangku.in,cangku.moe,galacg.me##a[href*="/game"] http://ccav1.com##a[href*="/go"] -http://cgown.com##a[href*="/go.php?"] http://dy2018.com,xiaopian.com##a[href*="/htmlcode/"] http://cableabc.com##a[href*="/img1/"] http://tucao.one##a[href*="/index.php?m=poster&"] http://ithome.com##a[href*="/lapin."] http://6park.com##a[href*="/link.php?key="] +http://doubibackup.com##a[href*="/rightad"] +http://e0575.cn##a[href*="/showad.php?"] http://tingvoa.com##a[href*="?adid="] -http://haxiu.com##a[href*="?aid="] http://ruanyifeng.com##a[href*="?utm_source="] http://dilidili.wang##a[href*="Game"] http://eworldship.com##a[href*="ad_click&"] http://xitek.com##a[href*="adclick"] + .info http://159i.com##a[href*="ai69"] -http://bejson.com,fastadmin.net##a[href*="aliyun"] +http://bejson.com##a[href*="aliyun"] +http://kanqiuba.net##a[href*="bet"] http://r3sub.com##a[href*="bit.ly"] -http://cnbeta.com,ruyo.net##a[href*="cloud.tencent."] +http://cnbeta.com,itboth.com,itkeyword.com,ruyo.net##a[href*="cloud.tencent."] http://china.com.cn##a[href*="dwz.cn"] http://tiexue.net##a[href*="game.tiexue."] http://i-part.com.tw##a[href*="goo.gl%2FW9SXr1&"] @@ -24729,15 +25666,13 @@ http://bejson.com##a[href*="layui.com"] http://m.baidu.com##a[href*="m.lecai.com"] http://ccav1.com##a[href*="meidebi."] http://kafan.cn##a[href*="nameidi."] -http://6park.com##a[href*="out.php?"] http://ifeng.com##a[href*="popoxiu.com"] http://ifeng.com##a[href*="popoxiu.com"] + h3 http://ifeng.com##a[href*="popoxiu.com"] + h3 + p -http://6park.com##a[href*="qq.php?"] -http://cgown.com##a[href*="tb.am"] -http://fastadmin.net##a[href*="tencent"] http://58.com##a[href*="to8to.com"] +http://enjoymore.fun##a[href*="urlto.pw"] http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##a[href*="www.clinique."] +http://fxykx.com##a[href*="zyttx.com/"] http://csdn.net##a[href="//gitbook.cn/new/gitchat/activity?utm_source=csdnblog1"] http://kukudm.com##a[href="/exit/exit.htm"] > img[src="/images/d.gif"] http://ithome.com##a[href="/html/363216.htm"] @@ -24745,40 +25680,35 @@ http://ziqiangxuetang.com##a[href="/j/coding/"] http://ziqiangxuetang.com##a[href="/j/coding/"] + .w-text-red http://bejson.com##a[href="/tolayui.php"] http://bilibili.com##a[href="/video/av8587236/?tg"] -http://ip.cn##a[href="hb.php"] http://moyu16.com##a[href="http://71979.com"] http://cari.com.my##a[href="http://banner.cari.com.my/daybanner/?page=promotion"] http://ccav1.com##a[href="http://duan.es/1v"] -http://muchong.com##a[href="http://muchong.com/bbs/purchase.php?f=index&w=top"] http://xinmin.cn##a[href="http://sbiz.xinmin.cn/new/"] -http://ck180.net##a[href="http://www.L7da.com"] -http://6park.com##a[href="http://www.b2ship.com"] +http://bejson.com##a[href="http://www.bejson.com/apidoc/jquery/"] ~ a +http://bejson.com##a[href="http://www.bejson.com/apidoc/jquery/"] ~ p http://bejson.com##a[href="http://www.bejson.com/ui/tuchuang/"] ~ a[style] -http://iidvd.com##a[href="http://www.crc6789.com/iidvd.htm"] http://playtv.com.cn##a[href="http://www.sdhanrui.cn/"] -http://wikdy.cn##a[href="http://www.tbb168.com"] http://ainuody.com##a[href="http://www.zhuzhuquan.com.cn"] http://wandhi.com##a[href="http://www1.huizhek.com"] http://autohome.com.cn##a[href="https://m.autohome.com.cn/activity/special/autohome29.html"] http://2dway.com##a[href="https://www.2dway.com/5244/"] +http://centoschina.cn##a[href="https://www.linuxprobe.com/"] http://jandan.net##a[href^="//api.jandan.net/money.php?"] http://bigear.cn##a[href^="/?module=dantian&"] http://sdgundam.cn##a[href^="/aclk/"] +http://x6d.com##a[href^="/ad.php?"] http://liuli.pw##a[href^="/gg2/"] http://96weixin.com##a[href^="/show/ads/"] http://fx112.com##a[href^="/union."] -http://muchong.com##a[href^="adlog."] > img[height="90"] -http://muchong.com##a[href^="adlog.php?adid="] -http://muchong.com##a[href^="alog.php?id="] -http://8boniu.com##a[href^="http"] > img[src*="/bn_"] +http://boniu123.cc##a[href^="http"] > img[src*="/bn_"] http://yigujin.cn##a[href^="http"]:not([href$=".html"]) > img[src*="/abc/"] +http://55188.com##a[href^="http"]:not([href*=".55188."]) > img[src*="/portal/"] +http://90oo.com##a[href^="http"]:not([href*=".90oo."]) > img[src*="/tp/"] http://chapaofan.com##a[href^="http"]:not([href*=".chapaofan."]) > img[src*=".sinaimg."] -http://css88.com##a[href^="http"]:not([href*=".css88.com"]) > img http://jrzj.com##a[href^="http"]:not([href*=".jrzj."]) > img[src^="https://img."] http://peizimenhu.com##a[href^="http"]:not([href*=".peizimenhu."]) > img[src^="data/attachment/portal/"] http://qqhzg.com##a[href^="http"]:not([href*=".qqhzg."]) > img[src^="/upload/1/"] http://wn789.com##a[href^="http"]:not([href*="://www.wn789."]) > img -http://it1352.com##a[href^="http"]:not([href*="it1352."]) > img http://xiaoheizy.com##a[href^="http"]:not([href*="xiaoheizy.com"]) > img http://107cine.com##a[href^="http://107cine.com/ads/"] http://hepuwang.com##a[href^="http://ad."] @@ -24791,7 +25721,6 @@ http://ithome.com##a[href^="http://e.cn.miaozhen."] http://hc360.com##a[href^="http://e.cn.miaozhen.com/"] http://news.163.com##a[href^="http://g.163.com/"] http://moe-acg.cc##a[href^="http://game.moehuan.com/"] > img -http://zhuhai.gd.cn##a[href^="http://hd.zhuhai.gd.cn/ad/"] > img http://nicotv.me##a[href^="http://img.kingsnug.cn/gamecenter/"] http://pconline.com.cn##a[href^="http://ivy.pconline."] http://sm.cn##a[href^="http://m.sm.cn/adclick?"] @@ -24801,40 +25730,42 @@ http://cnbeta.com##a[href^="http://note.youdao.com/"] http://wenxuecity.com##a[href^="http://oascentral.wenxuecity.com/"] http://163.com##a[href^="http://popme.163.com/"] http://pctowap.com##a[href^="http://ptw.la/"] -http://ruanyifeng.com,techug.com,vaikan.com,webhek.com##a[href^="http://t.cn/"] +http://acglala.net,boke112.com,ruanyifeng.com,techug.com,vaikan.com,webhek.com##a[href^="http://t.cn/"] http://mtrend.cn##a[href^="http://tao.mtrend.cn/"] http://zhlzw.com##a[href^="http://u.ctrip.com/"] http://9tour.cn##a[href^="http://union.zhuna.cn/"] http://yeyulingfeng.com##a[href^="http://woaigouwu.top"] http://zhanqi.tv##a[href^="http://www.2133."] -http://allyingshi.com,zimuzu.tv##a[href^="http://www.6.cn/coop/"] +http://allyingshi.com##a[href^="http://www.6.cn/coop/"] http://v.baidu.com##a[href^="http://www.602.com/"] http://jcrb.com##a[href^="http://www.abchina.com/"] -http://cgown.com##a[href^="http://www.aec4d.com/"] http://wapwenku.baidu.com,wk.baidu.com##a[href^="http://www.baidu.com/cpro.php?"] http://beephone.com.tw##a[href^="http://www.beephone.com.tw/adlink.php?id="] http://cnbeta.com##a[href^="http://www.dangbei.com/"] http://win007.com##a[href^="http://www.edewin.com/"] http://loldk.com##a[href^="http://www.esportsclub.cn/home/"] http://hmog.me##a[href^="http://www.masadora.net/"] -http://6park.com##a[href^="http://www.vava8.com"] +http://t66y.com##a[href^="http://www.viidii.info/?https://po88_"] +http://t66y.com##a[href^="http://www.viidii.info/?https://po88_"] ~ :nth-child(-n+115) http://dy2018.com,xiaopian.com##a[href^="http://www.xiacai.com/"] -http://muchong.com##a[href^="http://www.zhuanyejun.com/"] http://ifeng.com##a[href^="http://yemei.tv/"] http://hexieshe.cn##a[href^="http://zd.zhiketong.cn/"] http://cnbeta.com##a[href^="https://915.im/"] +http://ixueshu.com##a[href^="https://adapi."] +http://aibing.cc##a[href^="https://aibing.cc/go/"] http://yahoo.com##a[href^="https://beap.gemini.yahoo.com/"] + .NoTextDecoration http://oschina.net##a[href^="https://citiccard.wjx.cn/"] http://acfun.cn##a[href^="https://click.dsp.com/"] http://chongbuluo.com##a[href^="https://cn.udacity.com/"] -http://gitee.io##a[href^="https://coding.net/?"] +http://boke112.com##a[href^="https://dwz.cn/"] http://nownews.com##a[href^="https://goo.gl/"] +http://hk.mobi.yahoo.com##a[href^="https://hk.promotions.yahoo.com/"] +http://fun1shot.com##a[href^="https://kenio.cn/"] http://linux.cn##a[href^="https://linux.cn/go/"] -http://cjjjs.com,fastadmin.net,itboth.com,itkeyword.com##a[href^="https://promotion.aliyun.com/"] +http://cjjjs.com,fastadmin.net##a[href^="https://promotion.aliyun.com/"] http://shufazidian.com##a[href^="https://weidian.com/"] http://weebly.com##a[href^="https://www.ebay.com"] http://fastadmin.net##a[href^="https://www.fastadmin.net/go/"] -http://fastadmin.net##a[href^="https://www.fastadmin.net/go/"][style="color:#fff"] http://howbuy.com##a[href^="https://www.howbuy.com/advertisement/"] http://sojson.com##a[href^="https://www.sojson.com/ad/"] http://zhiboba.org##a[href^="igg."] @@ -24843,36 +25774,43 @@ http://5118.com##a[id^="default-"] http://5118.com##a[id^="home-"] http://360-bo.com##a[name="thegg"] http://frdic.com,godic.net##a[onclick*="/ads/"] -http://xiazaiba.com##a[onclick*="GSDown"] http://pcsoft.com.cn##a[onclick*="_ad"] http://caibaojian.com##a[onclick*="aliyun"] +http://caibaojian.com##a[onclick*="aly"] http://5g0a.com##a[onclick*="banner"] http://tvapk.net##a[onclick*="thread_banner"] +http://edc1014070.pixnet.net##a[onmouseover*="_openBrWindow"] http://house365.com##a[style*="1200px;"] -http://gamersky.com##a[style*="display:inline-block;"][style*="z-index:1;"] http://hdzone.org##a[style*="fixed"] http://huaren.tv##a[style*="height:"] http://36dm.club,36dm.com,acgsou.com##a[style="color:red;"][href^="show-"] http://70bt.cn,qmaile.com,wandhi.com##a[style="display: inline-block;position: relative"] http://hanjutv.com##a[style="width: 1120px;height: 70px;overflow: hidden;display: block;"] +http://zhangxinxu.com##a[style^="background-image"] http://houdao.com##a[style^="background:url"] http://html-js.com##a[style^="margin-top:20px;"] http://dybee.tv##a[style^="position: fixed;bottom:"] +http://chchzhan.com,xxizhan.com##a[style^="position:fixed;z-index:"] http://aishoujizy.com,xd0.com##a[target="_blank"] > img[src^="/upload/1/"] +http://18board.com,18p2p.com##a[target="_blank"] > img[width="320"] http://18board.com,18p2p.com##a[target="_blank"] > img[width="330"] http://18board.com,18p2p.com##a[target="_blank"] > img[width="728"] http://muchong.com##a[target="_blank"][style="display: inherit!important;"] -http://doub.io##a[title*="Toyo"] +http://pixiv.net##a[target="premium_noads"] http://creaders.net##a[title^="www.136888.com/"] http://duba.com##a[w="topad"] http://amazon.cn#?#.s-result-item:-abp-has(> .s-item-container > h5 .s-sponsored-info-icon) +http://idanmu.at##aside > div[class="widget "] http://cn.bing.com#?##b_results > li:-abp-has(.b_adProvider) http://baidu.com#?#.ec_wise_ad +http://bdimg.com,tieba.baidu.com,tieba.com#?#.tl_shadow:-abp-has(> .ti_item > .ti_infos > .label_text_tag:-abp-contains(广告)) +http://bejson.com#?#.media-body:-abp-has(a) http://api.so.lianmeng.360.cn,pos.baidu.com##body http://qzwb.com##body > .area[style^="height:60px;"] http://bkill.com##body > a:first-child +http://fastadmin.net##body > a[target="_blank"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##body > div[ad-dom-img] http://tiexue.net##body > div[onclick] -http://m.mydrivers.com##body > div[style="padding:0px 0px 0px 0px;text-align:center;"] http://hdwan.net##body > div[style] http://wendu.cn##body > div[style^="width:1000px;"] http://18h.avmimi.com##body > p[align="center"]:first-child @@ -24881,11 +25819,13 @@ http://18h.avmimi.com##body > table[width="100%"]:nth-child(2) http://62422.cn##body > table[width="778"][align="center"] http://cnbeta.com#?#.cnbeta-swiper-container-285x360 .swiper-slide:-abp-has(a[href^="http"]:not([href^="http://www.cnbeta."])) http://cnbeta.com#?#.item:-abp-has(> dL > a[href^="https://ad.doubleclick.net/"]) +http://cnbeta.com#?#.item:-abp-has(> dl > dt > a[href^="http://click.aliyun.com/"]) +http://cnzol.com#?#li:-abp-has(> a[href*="mmtp.net"]) http://dilidili.wang#?#article:first-child -http://ip.cn##div > img http://bitauto.com##div > ins[data-type="ad_play"] http://324324.cn##div > script ~ a http://win0168.com##div.item +http://duonaolive.com##div.nav-mobile http://weibo.com##div[ad-data] http://toutiao.com##div[ad_name] http://tw.stock.yahoo.com##div[align="center"][style="height:90px"] @@ -24893,17 +25833,19 @@ http://zongheng.com##div[alog-group="index_04_game"] http://anjuke.com##div[class$="-ad"] http://elecinfo.com##div[class$="-advert"] http://baidu.com##div[class$="-ecom-ads"] -http://eprice.com.tw##div[class$="-popup-g"] http://anjuke.com##div[class$="-poster"] http://oschina.net##div[class$="Content"] > p[style="margin:0 0 10px 0;"] http://qqread.com##div[class$="ad"] http://19lou.com##div[class$="ad-cycle"] http://pixnet.net##div[class*="-Ad-"] http://pixnet.net##div[class*="-ad-"] +http://eprice.com.tw##div[class*="-popup"] http://ganji.com##div[class*="-recommend"] +http://soundofhope.org##div[class*="AD_"] http://ifeng.com##div[class*="SlideAd"] http://ganpapa.com##div[class*="_9cb0d"] http://makepolo.com##div[class*="_ad"] +http://zhangxinxu.com##div[class*="_bottom_"] http://silver.org.cn##div[class*="_gg"] http://vpser.net##div[class*="_textlink"] http://2345.com,hao774.com##div[class*="act-navspec"] @@ -24913,18 +25855,22 @@ http://hupu.com##div[class*="ad240-200"] http://hupu.com##div[class*="ad728-90"] http://hupu.com##div[class*="ad980-60"] http://zhibo8.cc##div[class*="advert"] +http://52solution.com##div[class*="banner"] http://efu.com.cn##div[class*="banner-"] +http://fx112.com##div[class*="floatap"] http://autohome.com.cn##div[class*="game"] http://qinbing.cn##div[class*="gg"] http://chinatimes.com##div[class*="googlead_"] +http://hz66.com##div[class*="lb_gg"] http://steamcn.com##div[class*="liz_"] +http://keylol.com,steamcn.com##div[class*="rnd_"] http://wenku.baidu.com##div[class*="tiger-"][class*="-dialog"] http://ifeng.com##div[class="adbox02"] http://moonbt.com##div[class="box mb"] > a http://ithome.com.tw##div[class="span4"] http://r3sub.com##div[class] > a[href^="show.php?id="] http://bdimg.com,tieba.baidu.com,tieba.com##div[class][lgoinprompt="prompt"] -http://cyol.com##div[class^="AD"] +http://cyol.com,hc360.com##div[class^="AD"] http://ix8.la##div[class^="ADTOPLB_"] > .bd http://ali213.net##div[class^="GG"] http://mbd.baidu.com##div[class^="_"][style="visibility: visible;"] @@ -24940,12 +25886,12 @@ http://16668.biz,16668.cc,16668.com,16668.info,16668.net,16668.org,16668tu.com,a http://uuu9.com##div[class^="ad_140"] http://ifeng.com##div[class^="ad_box"] http://megatime.com.tw,pchome.com.tw##div[class^="ad_ec"] -http://fang.com##div[class^="add2"] http://weather.com.cn##div[class^="adpos"] http://silver.org.cn##div[class^="ads_"] http://xcar.com.cn##div[class^="adset"] http://hybbs.com##div[class^="adtop"] http://8684.cn,8684.com,kugou.com,solarzoom.com,yesky.com##div[class^="adv"] +http://xiazaiba.com##div[class^="adv-"] http://ifeng.com##div[class^="adv0"] http://ifeng.com##div[class^="adv1"] http://whinfo.net.cn##div[class^="adw"] @@ -24954,10 +25900,12 @@ http://jj59.com##div[class^="art_a"] http://265g.com##div[class^="ban"] http://cztv.com##div[class^="banner_"] http://elecfans.com##div[class^="banner_ad"] +http://zol.com.cn##div[class^="box-top-xiaza"] http://ifeng.com##div[class^="container-"][content^="[object"] http://78dm.net##div[class^="couple-"] http://ifeng.com##div[class^="coupletBox"] http://fx678.com##div[class^="dl_"] +http://eastday.com##div[class^="double"] http://orsoon.com##div[class^="down-sect"] http://syd.com.cn##div[class^="eap"] http://cbg.cn##div[class^="erweima"] @@ -24972,7 +25920,6 @@ http://enorth.com.cn##div[class^="guanggao"] http://fx678.com##div[class^="hc_ad_"] http://ditu.so.com##div[class^="index-adflag-"] + a http://5iyq.com##div[class^="index_ad"] -http://meiguoshenpo.com##div[class^="info_"] http://jzhome.cn##div[class^="main_gg"] http://ifeng.com##div[class^="middleAd"] http://nba.hupu.com##div[class^="nba-ad"] @@ -24980,14 +25927,14 @@ http://sun0769.com##div[class^="pagecenter sungg"] http://wasu.cn##div[class^="play_ads"] http://ifeng.com##div[class^="pplive"] http://ifeng.com##div[class^="ppx_wrap-"] -http://infoq.com##div[class^="related_sponsors"] http://ifeng.com##div[class^="rightContent-"] a[href^="//health.ifeng."] +http://sogou.com##div[class^="rt-gameright"] http://7654.com##div[class^="sidebarimg"] http://ifeng.com##div[class^="slideBannerBox"] -http://86wan.com##div[class^="tonglan"] http://ifeng.com##div[class^="topAd-"] http://21cn.com##div[class^="topAds"] http://gpsuu.com##div[class^="top_96"] +http://zhangxinxu.com##div[class^="top_da_out_"] http://gamme.com.tw##div[class^="topad_"] http://narutom.com##div[class^="wrap2 vtg"] http://msn.com##div[data--adqjyluqt] @@ -25000,6 +25947,7 @@ http://oschina.net##div[data-traceid*="_ad_"] http://oschina.net##div[data-tracepid="question_detai_above"] http://le.com##div[data-type="bottomLayerView"] http://weibo.com##div[feedtype="ad"] +http://heirui.cn##div[id$="MASK"] http://mail.126.com,mail.163.com##div[id$="_AdDiv"] http://mail.126.com,mail.163.com##div[id$="_BannerDiv"] http://mail.126.com,mail.163.com##div[id$="_FooterDiv"] @@ -25009,11 +25957,9 @@ http://58.com##div[id$="_gdbg"] http://mail.126.com,mail.163.com##div[id$="_succAd"] http://pixnet.net##div[id*="-AD-"] http://pixnet.net##div[id*="-Ad-"] +http://yahoo.com##div[id*="-Stream-ad-"] http://pixnet.net##div[id*="-aD-"] http://mcdulll.com,pixnet.net##div[id*="-ad-"] -http://baby-kingdom.com##div[id*="Banner Zone"] + script + a -http://baby-kingdom.com##div[id*="Banner Zone"] + script + iframe -http://baby-kingdom.com##div[id*="Banner Zone"] + script + object http://lalilali.com##div[id*="_"] http://feiwan.net,kcili.com##div[id*="_"][style] http://moneyweekly.com.tw##div[id*="_ScupioHomeAD"] @@ -25024,6 +25970,7 @@ http://v.baidu.com,v.duba.com##div[id*="categoryPageColumn"] http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##div[id*="lottery"] http://yaolan.com##div[id*="underHdAd"] http://kuaidi100.com##div[id][style="width: 300px;float: right;"] +http://yahoo.com##div[id^="-ad-"] http://fengniao.com##div[id^="AD"] http://house365.com##div[id^="AD-bottom"] http://it168.com##div[id^="ADV"] @@ -25041,13 +25988,12 @@ http://360che.com##div[id^="PAGE_AD_"] http://0594.com##div[id^="PCMSAD_"] http://tigtag.com##div[id^="Show300x"] http://90bifen.com##div[id^="ShowTopAds_"] -http://dianyingbar.com##div[id^="Tmall"] http://icpmp.com##div[id^="__"] http://mail.126.com,mail.163.com##div[id^="_mail_popup_"] http://vod1769.com##div[id^="a"] http://ettoday.net##div[id^="abp"] http://makepolo.com,mycar168.com,mysteel.com,pchome.net,qz828.com##div[id^="ad"] -http://58.com,pcpop.com##div[id^="ad_"] +http://58.com,pcpop.com,phpernote.com##div[id^="ad_"] http://lenovo.com.cn##div[id^="ad_bd_"] http://lenovo.com.cn##div[id^="ad_bd_"] + .ad-mark http://megatime.com.tw,pchome.com.tw##div[id^="ad_div_"] @@ -25075,13 +26021,15 @@ http://66rd.cn##div[id^="comiis_xizi_gg"] http://nanrenwo.net##div[id^="content"] http://ifeng.com##div[id^="couplet3_"] http://jmnews.com.cn##div[id^="couplet_"] +http://tyenews.com##div[id^="custom_html-"] http://banma.com##div[id^="disapper"] +http://discuss.com.hk##div[id^="div-gpt-ad"] + div[id] http://gohome.com.hk##div[id^="div-gpt-ad"][style] http://zyue.com##div[id^="divad_"] http://chinafix.com##div[id^="diy_vk_ad_"] http://fx678.com##div[id^="dl_"] http://lysq.com##div[id^="followDiv_"] -http://512ms.com,gusuwang.com##div[id^="fy_"] +http://512ms.com##div[id^="fy_"] http://tiexue.net##div[id^="g_d_"] http://doyo.cn,keleyi.com,lgmi.com##div[id^="gg"] http://51240.com##div[id^="ggwz"] @@ -25091,7 +26039,8 @@ http://hinews.cn##div[id^="hi_gg_"] http://fx678.com##div[id^="hta_"] http://wenku.baidu.com##div[id^="html-reader-AD-"] http://wenku.baidu.com##div[id^="html-reader-banner-"] -http://fjlyfdc.com.cn##div[id^="hxhad"] +http://tyenews.com##div[id^="media_image-"] +http://tyenews.com##div[id^="metaslider_widget-"] http://4c.cn##div[id^="mid_ad"] http://pcauto.com.cn##div[id^="middle_ad_"] http://ksbbs.com##div[id^="mimi_"] @@ -25099,6 +26048,7 @@ http://hk.yahoo.com##div[id^="my-ads"] http://elecfans.com##div[id^="new-listAd"] http://ifeng.com##div[id^="padhide_"] http://muchong.com##div[id^="paper"] +http://yb983.com##div[id^="pop"] http://ksbbs.com,kshot.com##div[id^="read_ad_"] http://kshot.com##div[id^="read_m_yytf"] http://image.baidu.com##div[id^="relecom"] @@ -25106,25 +26056,26 @@ http://www.rkanr.com##div[id^="rkrCp"] http://eol.cn##div[id^="s1_"] http://secretmine.net##div[id^="secre-"] http://159i.com##div[id^="sidebar"] > :not(form) -http://douyu.com,douyutv.com##div[id^="sign_p_"] +http://mjzj.com##div[id^="sidebar-top-carouse"] +http://douyu.com##div[id^="sign_p_"] http://suizhoushi.com##div[id^="sznew_ad"] http://ottawazine.com##div[id^="text-"] http://e0575.cn##div[id^="tid_"] +http://baidu.com##div[id^="toast"] http://4c.cn##div[id^="top_ad"] http://my0511.com##div[id^="topad"] http://u17.com##div[id^="u17-advert"] http://lnd.com.cn##div[id^="wflash"] http://eyuyao.com##div[id^="x_ad_"] +http://ddrk.me##div[id^="zmda"] http://oschina.net##div[name="detail_show_footer"] http://oschina.net##div[name="floatAdbox"] -http://oschina.net##div[name="index_banner_bigger"] -http://muchong.com##div[onclick^="location.href='http://muchong.com/bbs/a"] +http://oschina.net##div[name^="index_banner_"] http://sydneytoday.com##div[style$="-144px;top: 115px;"] http://cbber.com##div[style$=":0px;top:200px;z-index:9999;"] http://tuwan.com##div[style$="height:90px;"] -http://baike.com##div[style$="text-align:center; width: 1000px;"] +http://m.mydrivers.com##div[style$="px 0px 0px 0px;text-align:center;"] http://avonline.org##div[style$="width:570px;margin-left:50px;"] -http://mpyit.com##div[style*=".sinaimg."] http://mydrivers.com##div[style*="/ad/"] http://ilxdh.com##div[style*="1000px"] http://25xz.com##div[style*="1002px;"] @@ -25132,24 +26083,20 @@ http://da-fan-shu.cn##div[style*="468"][style*="60"] http://25xz.com##div[style*="724px;"] http://pchome.com.tw##div[style*="982"][style*="85"] http://blog.sina.com.cn##div[style*="WiDTH: 200px;"][style$="HeiGHT: 300px"] -http://m.halihali.me##div[style*="fixed"] http://bilibili.com##div[style*="height:"][data-loc-id] http://taiwan.cn##div[style*="height:250px;padding:5px 17px 5px 18px;"] +http://bccn.net##div[style*="height:90"] http://dfpan.com##div[style*="img.com/"] -http://ilxdh.com,ruanyifeng.com##div[style*="important"] +http://ruanyifeng.com##div[style*="important"] http://esu.moe,esu.wiki##div[style*="position: relative; max-height: 400px;"] http://1010jiajiao.com##div[style*="position:fixed;"][style*="bottom:1px;"] http://huarenjie.net##div[style*="top: 50px;"] http://kkj.cn,mydrivers.com##div[style*="width:1"][style*="height:90px;"] http://iplaysoft.com##div[style*="width:3"][style*="height:2"] -http://divcss5.com,iplaypy.com##div[style*="width:336px;height:280px;"] +http://divcss5.com##div[style*="width:336px;height:280px;"] http://iplaysoft.com##div[style*="width:6"][style*="height:1"] -http://dmzj.com##div[style*="width:9"][style*="height:60px;"] -http://gamersky.com##div[style*="width:970px;height:90px;"] http://lawtv.com.cn##div[style=" width:664px; height:260px; margin-top:10px;"] -http://aohua.com.au##div[style="WIDTH: 960px; HEIGHT: 60px"] http://nowscore.com##div[style="background-color:#F0F0F0;line-height:25px;height:25px;text-align:center"] -http://chinaz.com##div[style="background:#C91521;height:90px;"] http://xilu.com##div[style="border-right:1px solid red; width:629px;height:300px; margin-top:10px;overflow:hidden;"] http://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] http://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] + div[style="display:inline-block"] @@ -25162,7 +26109,6 @@ http://m.wallstreetcn.com##div[style="height: 130px;"] http://jijidown.com##div[style="height: 462px;"] http://beianbeian.com##div[style="height: 62px;margin-bottom: 20px;"] + .layui-table http://360doc.com##div[style="height: 90px; padding-top: 13px;"] -http://huabian.com##div[style="height:250px;"] http://ipcfun.com##div[style="height:280px;width:336px;margin:-10px auto 20px auto"] http://housefindeasy.com##div[style="height:90px"] http://pythontab.com##div[style="margin-bottom: 4px;"] @@ -25173,32 +26119,28 @@ http://iplaysoft.com##div[style="margin:-10px 0 0 0;overflow:hidden"] http://lanyes.org##div[style="margin:0 auto 10px;height:76px;overflow:hidden"] http://xcmh.cc##div[style="margin:0 auto 12px; adding:0;width:980px;height:250px;overflow:hidden;"] http://gpsuu.com##div[style="margin:0 auto; padding-bottom:10px;width:960px;height:60px;"] -http://gamersky.com##div[style="margin:0 auto;width:620px;height:75px;overflow:hidden;position:relative;"] http://dzwww.com##div[style="margin:0;padding:0;width:620px;height:345px;overflow:hidden;background-color:#fff;"] http://morningpost.com.cn##div[style="margin:0;padding:0;width:648px;height:345px;overflow:hidden;background-color:#fff;"] http://html-js.com##div[style="margin:10px auto;width:1000px;"] http://kaifu.tw##div[style="margin:15px; padding:2px;width:304px; height:254px; clear:both; margin:5px auto 20px;"] http://tucao.one##div[style="margin:auto;margin-top:0px;width:964px;height:105px;"] -http://gamer.com.tw##div[style="min-height:250px;margin-bottom:10px;"] http://ref.so##div[style="overflow:hidden; height:auto; width:1002px; margin:0 auto; "] http://eworldship.com##div[style="padding: 0px;position: fixed;left: 7px; top: 150px;"] http://baidu.com##div[style="padding: 20px 9px 20px 10px;widget:250px;height:250px;"] http://zuanke8.com##div[style="padding:0px 0 10px 0;background-color:#F1F1F1;"] -http://muchong.com##div[style="padding:15px 0;border:1px solid #648EB2;width:760px;text-align:center;"] http://win007.com##div[style="padding:6px 0; width:950px; height:45px"] -http://muchong.com##div[style="padding:8px 10px;font-size:14px; background: #fff; border: 1px solid #648EB2;"] > table > tbody > tr > td:first-child http://7junshi.com##div[style="position: fixed; right: 0px; bottom: 0;z-index:999;width: 300px;height: 250px;"] http://jijidown.com##div[style="position: fixed;right: 0;bottom: 0;"] http://ys168.com##div[style="position:fixed; width:200px; top: 330px;right:10px;font-size:9pt;text-align:left;"] http://1ting.com##div[style="position:fixed;bottom:0;z-index:999"] http://up01.cc##div[style="position:fixed;width:468px;left: 50%;transform:translate(-50%,0);height:60px;background:#fff;bottom:0px;text-align:center;z-index:9"] http://lanzou.com##div[style="text-align: center;border: 1px solid #eee;"] -http://subhd.com##div[style="text-align:center;height:270px;padding:10px 0;"] http://buzzhand.com##div[style="text-align:left;margin-top:0px;height:600px;"] -http://halihali.me##div[style="width: 100%;height: 90px;position: relative;"] http://rfidworld.com.cn##div[style="width: 100%;position: fixed;top: 0;margin:0;"] http://v2ex.com##div[style="width: 240px; margin: 0px auto 0px auto; text-align: left;"] +http://hz66.com##div[style="width: 300px; height: 250px; float: left; position: relative;"] http://eastmoney.com##div[style="width: 300px; height: 250px; margin-top: 10px;"] +http://tuwan.com##div[style="width: 360px;margin-top:10px;"] http://jijidown.com##div[style="width: 500px;"]:last-child http://jijidown.com##div[style="width: 525px;"]:last-child http://pixnet.net##div[style="width: 620px; height: 250px; padding-bottom: 10px;"] @@ -25207,11 +26149,9 @@ http://jq-school.com##div[style="width:1060px; height:auto; margin:0 auto;overfl http://108.62.192.122,23.81.209.214,plus28.com##div[style="width:270px; height:180px;"] http://liaoxuefeng.com##div[style="width:336px;height:280px;float:left;"] http://auto-online.com.tw##div[style="width:336px;height:280px;margin:0;background:#000000"] -http://isanxia.com##div[style="width:340px;height:284px;float:left;"] http://yantuchina.com##div[style="width:618px;height:150px;margin: 0 auto; display:block;"] http://auto-online.com.tw##div[style="width:728px;height:130px;margin:0;background:#000000"] http://xbooks.to##div[style="width:900px; height:250px; margin: -15px auto 15px auto;"] -http://isanxia.com##div[style="width:958px;height:90px;overflow:hidden;"] http://cqnews.net##div[style="width:960px; height:90px; overflow:hidden; padding:0 20px; background:#fafafa; margin-bottom:15px"] http://0597kk.com##div[style="width:960px; overflow:hidden; margin:2px auto; "] http://chinacbe.com##div[style="width:960px; padding:0px; margin:4px 0; border:0px solid #CCC;"] @@ -25221,14 +26161,16 @@ http://youth.cn##div[style="width:960px;height:90px;margin:0 auto;"] http://108.62.192.122,23.81.209.214,plus28.com##div[style="width:960px;margin: auto;"] http://se533.com##div[style="width:960px;margin:0 auto;text-align:center;"] http://cool3c.com##div[style="width:98%;border:1px solid #ddd;padding:5px;margin-top:5px;"] -http://duowan.com##div[style="width:980px;height:60px;margin:0 auto 10px;"] http://pc360.net##div[style^="border:none;height:90px;width:728px;"] http://123cha.com##div[style^="float:left;margin:8px 0;width:790px;border:1px dashed #ccc;"] -http://eefocus.com##div[style^="float:left;width:300px;height:250px;"] +http://zhangxinxu.com##div[style^="height: 300px;"] http://gaoqing.fm##div[style^="height:258px;background-image:"] http://jisilu.cn##div[style^="height:60px; width:960px;"] http://ttzmz.vip##div[style^="margin-top:2"] http://52ch.net##div[style^="margin-top:5px; height:60px;"] +http://m.weather.com.cn##div[style^="position: fixed; width: 100%; bottom: 0px;"] +http://chineseinla.com##div[style^="position:absolute;"][style$=":0px;top:30px;"] +http://52youpiao.com##div[style^="position:fixed; right:40px;"] http://zimuku.cn##div[style^="position:fixed; text-align:"] http://mydrivers.com##div[style^="position:fixed;left:50%;bottom:200px;"] http://v.163.com##div[style^="width: 140px; height: 199px;"] @@ -25236,7 +26178,6 @@ http://ieche.com##div[style^="width: 298px;height:250px;"] http://elecfans.com##div[style^="width: 960px;height: 40px;"] http://zddream.com##div[style^="width:100%;height:100%;border:2px"] http://pcsoft.com.cn##div[style^="width:100px;height:300px;position:fixed;"] -http://house365.com##div[style^="width:1200px;height:"] http://backchina.com##div[style^="width:300px; min-height: 250px;"] http://pc0359.cn##div[style^="width:301px;height:250px;"] http://avonline.org##div[style^="width:613px; height:"] @@ -25245,27 +26186,30 @@ http://jpwind.com##div[style^="width:730px; height:90px;"] http://zimuku.cn##div[style^="width:8"] http://memexie.com##div[style^="width:9"][style$="#C8E4F0"] http://21yq.com##div[style^="width:980px;height:80px;"] +http://firefoxchina.cn##div[trace-key="ad_theme_skin_link"] +http://firefoxchina.cn##div[trace-key="mh_channel_rec_tpth"] http://zuoye.baidu.com##dl[class="card related"] http://douban.com#?#.rec_topics:-abp-has(>.rec_topics_name[href^="https://erebor.douban."]) -http://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a:-abp-contains(红包)) -http://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a[href*="t.cn"]) +http://ebay.com#?#li.s-item:-abp-has(span[role="text"]>span:-abp-contains(助)) http://bbs.my0511.com##embed[width="970"][height="70"] -http://hiapk.com##font.jammer http://ifeng.com#?#.box_list:-abp-has(.tuig) http://sina.cn##iframe[id^="sinaadtk_"] +http://image.so.com#?#.cell:-abp-has(.txt:-abp-contains(广告)) http://image.so.com#?#.imgcell:-abp-has(.txt:-abp-contains(广告)) -http://50yxw.com##img[height="50"] +http://gucheng.com##img[data-mv-ad] http://eworldship.com##img[height="70"] http://moyu16.com##img[height="85px"] http://wishdown.com##img[href*=".41gw.com/"] http://szhk.com##img[id^="adp"] http://nicemoe.com##img[src*=".sinaimg."][style="width:100%;margin-top:0px;"] +http://bccn.net##img[src*="data:"] http://moyu16.com##img[style="width:1238px;height:100px"] http://scsn.cn##img[style^="height:70px;width:"] -http://cnstock.com,hall123.com,hc360.com,hi.people.com.cn,xizi.com##img[width="1000"] +http://hall123.com,hi.people.com.cn,xizi.com##img[width="1000"] http://jmbbs.com##img[width="1100"] http://5eplay.com##img[width="1240"] http://54new.com##img[width="1280"][height="100"] +http://taohuayun.cn##img[width="150"][height="60"] http://javjunkies.com##img[width="160"][height="600"] http://chysg.com##img[width="232"][height="90"] http://36dm.club,36dm.com,acgsou.com##img[width="250"][height="250"] @@ -25276,9 +26220,10 @@ http://guitarchina.com##img[width="420"][height="60"] http://aguitar.cn##img[width="470"][height="60"] http://china.com.cn##img[width="665"] http://36dm.club,36dm.com,acgsou.com##img[width="700"][height="60"] +http://itavcn.com##img[width="722"] http://gpshk.cc##img[width="770"] -http://cnjxol.com,pt80.net##img[width="960"] -http://biz.zjol.com.cn,cgown.com##img[width="980"] +http://chcj.com,pt80.net##img[width="960"] +http://biz.zjol.com.cn,cgown.com,taohuayun.cn##img[width="980"] http://chyangwa.net,motorfans.com.cn##img[width^="1200"] http://0597kk.com##img[width^="37"][height="30"] http://apk.tw##ins.adsbygoogle @@ -25290,36 +26235,37 @@ http://jin10.com#?#.jin-timeline:-abp-has(.jin-tag) http://hk.yahoo.com##li[class="js-stream-content Cf Pos-r RevealNested "][data-uuid]:not([data-uuid*="-"]) http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##li[data-daid] http://0573ren.com##li[data-sort] > a[href^="http://app-api.0573ren.com/store-view/store/detail/id/"] +http://13mv.com##li[id^="media_image-"] +http://linkedin.com#?#.core-rail > div > div[id^="ember"]:-abp-has(.feed-shared-actor__description span:-abp-contains(/促銷內容|广告/)) +http://linkedin.com#?#.core-rail > div > div[id^="ember"]:-abp-has(.feed-shared-actor__sub-description span:-abp-contains(/促銷內容|广告/)) http://m.thepaper.cn#?#.t_news:-abp-has(img[alt="广告"]) http://muchong.com#?#.forum_Post_index:-abp-has(nobr:-abp-contains(18)) -http://muchong.com#?#A[target="_blank"][style="display: inherit!important;"] http://news.baidu.com#?#.index-list-item:-abp-has(.tip-time:-abp-contains(广告)) http://news.sohu.com,www.sohu.com#?#.list16 > ul > li:-abp-contains(广告) http://china.com##object[width="360"][height="300"] http://sina.com.cn##p + .article-video -http://bbs.6park.com##p > font[color="E6E6DD"] http://muchong.com##p[onclick="view_ok();"] http://aeink.com##p[style*=".alicdn.com/"] http://aeink.com##p[style*="82px;background:"] http://itkeyword.com##p[style="line-height:1.4; margin-top:8px; margin-bottom:10px;"] http://samsung.com#?#.template-item:-abp-has(> .wrap-sub-title > div > .ad) -http://dilidili.name,gdot.me,sc115.com##script + a +http://dilidili.one,gdot.me,sc115.com##script + a http://logo160.com##script + a[href="/"] http://xingkbjm.com##script + div + .excerpt http://xingkbjm.com##script + div + .excerpt + .excerpt http://news.lyd.com.cn##script + table[width="300"] > tbody > tr:first-child > td > table[width="300"] +http://jianshu.com##section[aria-label="jianshu-ad"] http://vs.cm##section[id^="ad_"] http://r3sub.com##source + img http://bbs.my0511.com##span.smalltxt +http://zol.com.cn##span[class^="down-dxlt"] http://163.com##span[class^="gg"] http://gamebase.com.tw##span[id^="aid_"] -http://hkgolden.com##span[id^="lineImage"] http://bilibili.com##span[style*="height:"][data-loc-id] +http://soft7788.com##span[style="float:left;width:100%;height:30px;"] http://typecho.wiki##span[style="height: 17px;margin-left: 10px;background: #000;border: 1px solid #000;"] http://yivian.com##span[style^="color: #ff0000;"] -http://hanzify.org##span[style^="float:right;"] http://power.baidu.com,zhidao.baidu.com##style[id^="s-m"] + div[id^="m"] -http://cnjxol.com##table[background$="/searchbg.gif"] ~ table[height="5"] http://udn.com##table[bgcolor="#FFFFFF"][width="298"][height="375"] http://my0511.com##table[bordercolor="#C0C0C0"][border="1"] http://pt80.net##table[cellpadding="2"][bordercolor="#DFC5A4"] @@ -25330,6 +26276,7 @@ http://jdbbs.com##table[cellspacing="5"][bordercolor="#9dbedd"] http://angelweb.cn##table[height="250"] http://guidaye.com##table[height="280"] http://sdzbcg.com##table[height="41"]:last-child +http://gp123.cc##table[height="66"] http://bcbay.com##table[id] + table[style="margin:3px auto;"] http://playtv.com.cn##table[id] > tbody > tr > td[colspan="2"][width^="32"] http://win007.com,win0168.com##table[id^="table_Ad"] @@ -25339,6 +26286,7 @@ http://52life.cc##table[style="margin-top:0"] http://28xl.com##table[style^="width:678px; height:280px;"] http://jjwxc.net##table[style^="width:984px;"] http://hcbbs.com##table[width="100%"][bordercolor="#CCCCCC"] +http://cartoonmad.com##table[width="100%"][cellpadding="0"] > tbody > tr:nth-child(3) table[width="100%"][cellpadding="2"] http://pt80.net##table[width="1150"] http://net767.com##table[width="320"][height="252"] http://lbx777.com,lbx777.net##table[width="325"][height="280"] @@ -25356,7 +26304,6 @@ http://mitbbs.ca,mitbbs.com##table[width="915"] > tbody > tr:first-child > td[wi http://cartoonmad.com##table[width="950"] > tbody > tr > td > table[width="210"] > tbody > tr > td > table[width="210"] http://16sucai.com,bbxxbbs.net##table[width="960"] http://esnai.com##table[width="960"] > tbody > tr > td[height="90"] -http://cnjxol.com##table[width="960"][bgcolor="#FFFFFF"] http://fpdisplay.com##table[width="960"][height="110"] http://gpcxw.com##table[width="960"][height="90"] http://you85.cn##table[width="980"] @@ -25371,15 +26318,8 @@ http://win007.com##td[height="18"][bgcolor="#FFFFE8"] http://tianshui.com.cn##td[height="420"] http://webkaka.com##td[id$="_SPONSOR"] http://win007.com##td[id^="Ad"] -http://muchong.com##td[style="padding-right:15px;border-right:1px solid gray;"] + td[style="padding-left:15px;"] -http://muchong.com##td[style="padding:10px;font-size:14px;"] > div > [style="color:green;"]:first-child -http://muchong.com##td[style="padding:10px;font-size:14px;"] > div > a[href^="creditshow.php?action=view&logid="] -http://muchong.com##td[style="padding:5px 10px;"] + td + td[style="padding-left:10px;"]:last-child -http://findprice.com.tw##td[style="width: 342px; padding:0px 0px 0px 5px;border-left:1px solid #c9d7f1;"] > table > tbody > tr:nth-last-child(n+3) -http://ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] -http://hkgolden.com##td[style="width: 999px; vertical-align: top;"] > div[style="height:291px;"] +http://ningmengtiyu.com,ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] http://tvboxnow.com##td[style="width:15%;height:100%;"] -http://hkgolden.com##td[style^="background-color: #F3F2F1; height: 100px;"] http://zhuji.net##td[valign="top"][height="66"] http://zhuji.net##td[valign="top"][height="96"] http://spbo1.com##td[width="100%"][height="18"][bgcolor="#ffffff"][align="center"][colspan="13"] @@ -25389,20 +26329,23 @@ http://enread.com##td[width="326"][height="250"] http://sdzbcg.com##td[width="580"][height="279"] > table:nth-child(2n-1) http://62422.cn##td[width="760"][height="75"] http://cartoonmad.com##td[width="890"] > table > tbody > tr > td[valign="top"][height="118"] -http://verycd.gdajie.com##th[colspan="3"] http://ningmengzhibo.com##th[style="width: 80px;"][colspan="3"] http://toutiao.com#?#.J_ad http://toutiao.com#?#.has_action:-abp-has(> .icon_ad) http://cartoomad.com##tr:last-child > td[align="right"] > table[width="732"] http://cartomad.com,cartoonmad.com##tr:nth-child(n+5) > td > table[width="732"] http://17ce.com##tr[id^="tr"] > td > a[href^="http"] +http://twitter.com#?#article[role="article"]:-abp-has(svg + div[dir="auto"] > span:-abp-contains(/推廣|推广|推薦|推荐/)) +http://twitter.com#?#div[data-testid="UserCell"]:-abp-contains(/推廣|推广/) +http://twitter.com#?#div[data-testid="trend"]:-abp-contains(/推廣|推广/) +http://twitter.com#?#h2[role="heading"]:-abp-contains(/推廣推文|推广推文/) +http://sogou.com##ul[class^="atAd"] http://firefoxchina.cn##ul[track-key="adv_links"] http://yahoo.com#?#.js-stream-content:-abp-has(p:-abp-contains(熱門搜尋)) http://yahoo.com#?#.js-stream-content:-abp-has(span:-abp-contains(即日熱搜)) http://zhangxinxu.com#?#.top_da_out -http://game735.com#@##AdDiv http://the-sun.on.cc#@##ContentAd1 -http://greedio.com#@##adBox +http://hubei.gov.cn#@##ad-side http://abbao.cn#@##adContent http://gohome.com.hk,idv.st#@##adFrame http://wangnba.com#@##adSet @@ -25415,21 +26358,22 @@ http://dpp.org.tw#@##ad_small http://timesdata.com#@##adbody http://tt1069.com#@##adbrite http://abbao.cn,tt1069.com,xietui.com#@##adcontent -http://cgvoo.com,hongrentao.cc,houhuayuan.pink,mcfuns.com.tw,mrmad.com.tw,myself-bbs.com,paltv.top,pbhz.com,sportsyeah.hk,ugediao.com,youneed.win,zhaoze.party,zhuihd.com#@##adsense +http://hongrentao.cc,houhuayuan.pink,mcfuns.com.tw,mrmad.com.tw,myself-bbs.com,paltv.top,pbhz.com,sportsyeah.hk,ugediao.com,xingkbjm.com,youneed.win,zhaoze.party,zhuihd.com#@##adsense http://wenku8.net#@##adtop http://union.58.com#@##advertise -http://nyaa.pt,pantsu.cat#@##banner_ad +http://fxykx.com,nyaa.pt,pantsu.cat#@##banner_ad http://biznetvigator.com#@##container_ad http://szxx.com.cn#@##divAd http://knowlet3389.blogspot.com,knowlet3389.blogspot.hk,knowlet3389.blogspot.jp,knowlet3389.blogspot.tw#@##gAds http://game.macx.cn#@##google-ad -http://codejie.net,mo.babytoyhome.com#@##google-ads +http://codejie.net#@##google-ads http://apk.tw#@##google_ad http://soft.macx.cn,tunesp.com#@##googlead http://soft.macx.cn#@##googlead1 http://52vfx.com#@##head_ad http://29yyl.com#@##index_ad http://xxt.cn#@##mainAd +http://numberempire.com#@##perm_ad http://www.zol.com.cn#@##search_ad http://wangnba.com#@##showAd http://u2mtv.com#@##slider-ad @@ -25438,7 +26382,7 @@ http://520cc.cc,520cc.me,5278.cc#@#.a_cn http://help.xunlei.com#@#.a_fr http://520cc.me,sewangchao.com,sewangchao3.com#@#.a_mu http://xinmin.cn#@#.a_p -http://haha.mx#@#.ad-1 +http://hahamx.cn#@#.ad-1 http://mobile01.com#@#.ad-a http://diantai.ifeng.com#@#.ad-b http://pptstore.net#@#.ad-big @@ -25458,13 +26402,12 @@ http://mucanwenxue.com#@#.ad250 http://apk.tw#@#.ad300 http://2ujj.com#@#.ad350 http://012.tw#@#.ad728 -http://520tingshu.com#@#.ad960 +http://520tingshu.com,ting35.com#@#.ad960 http://cw.com.tw#@#.adActive http://czbj.js.cn#@#.adArea -http://poedb.tw#@#.adBanner +http://macwk.com,poedb.tw#@#.adBanner http://cmbc.com.cn#@#.adBox http://bbs-mychat.com#@#.adContent -http://huanqiu.com#@#.adHead http://icbc.com.cn#@#.adLeft http://icbc.com.cn#@#.adRight http://10jqka.com.cn,faxingw.cn,gdmm.com#@#.ad_1 @@ -25479,7 +26422,7 @@ http://howbuy.com#@#.ad_wrapper http://hibox.hinet.net#@#.adarea http://en8848.com.cn#@#.adcenter http://china.com#@#.adclass -http://hc360.com,qqread.com#@#.adcont +http://qqread.com#@#.adcont http://51cto.com#@#.addarea http://ggdoc.com.cn#@#.addiv http://poba.com.tw,poba.hk#@#.adlist @@ -25488,7 +26431,7 @@ http://ltn.com.tw#@#.adright http://money18.on.cc#@#.ads-bg http://159i.com,techroomage.com,zhaopin.com#@#.adsBox http://liumingye.cn#@#.adsTest -http://alotof.software,android-doc.com,apk.tw,battlecats-db.com,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,moa.tw,playok.com,tingfm.com#@#.adsbygoogle +http://alotof.software,android-doc.com,apk.tw,battlecats-db.com,chtoen.com,dizhishengcheng.com,doitwell.tw,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,moa.tw,numberempire.com,playok.com,shenfendaquan.com,tingfm.com#@#.adsbygoogle http://gdmm.com,gkstk.com,youquba.net#@#.adtop http://bdp.cn#@#.adv-list http://liumingye.cn#@#.advText @@ -25496,7 +26439,7 @@ http://anjia365.com#@#.adv_bg http://htmlsucai.com,sucai8.cn,ui.cn#@#.adv_img http://zalora.com.hk#@#.advertisement-block http://lm-us.com#@#.advertisement_above_footer -http://8maple.ru,bilibili.to,oldpig.org#@#.afs_ads +http://8maple.ru,bilibili.to,oldpig.org,pron777.com#@#.afs_ads http://epubit.com#@#.article_share http://dingdong.ganji.com#@#.banner http://10.10.5.12#@#.banner_ad @@ -25504,12 +26447,10 @@ http://ishangman.com#@#.bottom_ad http://douban.com#@#.download-ad http://typecho.wiki#@#.downloadad http://petrochina.com.cn#@#.ggbox -http://btbttv.net#@#.google-ad -http://mo.babytoyhome.com#@#.google-ads +http://btbt.tv#@#.google-ad http://apk.tw#@#.google_ad http://adbug.cn#@#.google_ads http://mobile01.com#@#.googlead -http://58pic.com,v.baidu.com#@#.has-ad http://wangzheli.com#@#.headad http://popo.tw#@#.header_ad http://hbee.edu.cn#@#.headerad @@ -25520,8 +26461,7 @@ http://jsbooks.com.cn#@#.left-ads http://36.cn#@#.mainAd http://fsjoy.com#@#.main_adv http://gdrc.com#@#.midAd -http://hc360.com#@#.midad -http://ntust.edu.tw,sjsmitaa.org#@#.module-ads +http://ntunhs.edu.tw,ntust.edu.tw,sjsmitaa.org#@#.module-ads http://mobile01.com#@#.navad http://eprice.com.hk#@#.one-ad http://weiyun.com#@#.page-ad @@ -25554,18 +26494,18 @@ http://58.com#?#LI[sortid]:-abp-has(.icon-zhiding) http://58.com#?#LI[sortid]:-abp-has(.jinico) http://58.com#?#TR[logr]:-abp-has(> .t > .mt-p-tit > .jingpin) http://58.com#?#tr[sortid]:-abp-has(> .t > .ico.accurate) -http://xin99r2.com##.dmcenter -http://xin99r2.com##.spots -http://ahri-dva.club,ahri-hentai.com,ahri.online,ahri8.online,ashe.site,xayah.top#@#.adsbox -http://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250 -http://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250m -http://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_728x90 -http://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad -http://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad-links -http://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ads -http://ck101.com,gamer.com.tw,pili.com.tw#@#.textAd -http://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ad -http://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ads +http://99a25.com,xin99r3.com,xin99r4.com##.dmcenter +http://99a25.com,xin99r3.com,xin99r4.com##.spots +http://512539700c.top,ahri-hentai.com#@#.adsbox +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.pub_300x250 +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.pub_300x250m +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.pub_728x90 +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text-ad +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text-ad-links +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text-ads +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.textAd +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text_ad +http://ck101.com,gamer.com.tw,papalah.com,pili.com.tw#@#.text_ads http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com#?##content_left > [class]:-abp-has(span[data-tuiguang]) http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com#?##content_left > [style*="important"] http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com#?#div[id$="_canvas"] @@ -25585,6 +26525,7 @@ http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_le http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > style[id^="s-"] + div[id]:nth-child(2) http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > style[id^="s-"] + style + div[id]:nth-child(3) http://baidu.com###content_right > div > div[id^="m"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_right > div[id][data-click^="\7b \"fm"] http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_right > table > tbody > tr > td > div:not(#con-ar):not([class]) http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_right > table > tbody > tr > td > table http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###ecl-temai-category @@ -25636,48 +26577,27 @@ http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="s http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##style[data-for] + style ~ #\31 [data-click^="\7b \"rsv_bdr\":\"0\",\"p5\":"] http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##style[id^="s-"] + script + div[id] http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##style[id^="s-"] + script + script + div[id] +http://bejson.com##.tg2 +http://bejson.com##div[id^="mylinks"] http://bingfeng.tw##.wow-ad-link http://bingfeng.tw##div[style="position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999;"] http://btzhongzifuli.com,cililianbt.org,maomaobt.cc,sousoucili.com,zhainanzhongzi.cc##.photos -http://2c2.website,2p8.space,adultgao.com,caopop.com,caoporn.com,caouoo.com,caox.cc,h3e.pw,h3y.pw,k88.club,me88.pw,p5p.space,se88.space,t2p.space,tb001.xyz,te88.pw,vwan.xyz,xhao1.com##div[style="margin-top:5px;margin-bottom:5px;"]:first-child +http://2c2.website,2p8.space,adultgao.com,caopop.com,caoporn.com,caouoo.com,caox.cc,gao1.cc,h3e.pw,h3y.pw,k88.club,me88.pw,p5p.space,se88.space,t2p.space,tb001.xyz,te88.pw,vwan.xyz,xhao1.com##div[style="margin-top:5px;margin-bottom:5px;"]:first-child +http://china.cn###pic_banner +http://china.cn##.bottom_recommend_box +http://china.cn##.extension_ul > .special +http://china.cn##.feeds +http://china.cn##.lianmeng_search +http://china.cn##.ltp_box http://cilimao.co,cilimao.one##div[class^="FixBanner"] http://dlkoo.cc##ins[id^="tanxssp-outer-conmm_"] http://dlkoo.com##ins[id^="tanxssp-outer-conmm_"] http://ifun.tv##vg-pause-ads -http://dnvod.tv##[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) -http://dnvod.tv##[data-code] > :not(object) -http://dnvod.tv##[data-code] > [target="_blank"] -http://dnvod.tv#?#[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) -http://dnvod.tv#?#[data-code] > :not(object) -http://dnvod.tv#?#[data-code] > [target="_blank"] -http://dnvod.tv###box -http://dnvod.tv###msg_win -http://dnvod.tv###msg_winw -http://dnvod.tv###myaudient -http://dnvod.tv###myaudient2 -http://dnvod.tv##.bfq-r -http://dnvod.tv##.clickbg -http://dnvod.tv##.dnpub -http://dnvod.tv##.gg -http://dnvod.tv##.ggw-l -http://dnvod.tv##.r-gg -http://dnvod.tv##:not(#video) > div[data-code] -http://dnvod.tv##[style*="important"] -http://dnvod.tv##a[href^="http://yoyou."] -http://dnvod.tv##a[style="display:inline;visibility:visible"] > img -http://dnvod.tv##div[class][data-type="popup"] -http://dnvod.tv##div[data-code][data-img] -http://dnvod.tv##div[id][style*="top:"][style*="block"] -http://dnvod.tv#?#:not(#video) > div[data-code] -http://dnvod.tv#?#[style*="important"] -http://dnvod.tv,dnwyb.tv##vg-pause-ads http://fuliba.net,uliba.net###focusslide -http://fuliba.net,uliba.net##.asb http://fuliba.net,uliba.net##.widget_custom_html:nth-child(2) -http://fuliba.net,uliba.net##.widget_ui_textasb -http://hh010.com##.a_h1t_t -http://hh010.com##.a_h_h -http://hh010.com##.a_hongc_c +http://hh010.com##.a_hong_c +http://hh010.com##.a_hong_h +http://hh010.com##.a_hong_t http://hpjav.tv##body > div[style^="position: fixed;"] http://verystream.com#@#.adsbox http://ifeng.com###golddigger_bottom @@ -25698,8 +26618,7 @@ http://ifeng.com#?#.slLis > li:-abp-has(span:-abp-contains(告)) http://googleads.g.doubleclick.net###mys-wrapper http://52biquge.com##a[href^="http://html.350.com/"] http://duanwenxue.com##.qgzdwx -http://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com##.loaded-popup-wrapper -http://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com#@#.google-ad +http://getrelax.cc,sexylove.club##.loaded-popup-wrapper http://rjno1.com##div[style="display:none"] http://173.192.147.21,iu91.co,ozxw.co,sejie.com,sejie2.us,sejie3.us,thesoccerline.com,ukhuaren.co###wp > br http://173.192.147.21,iu91.co,ozxw.co,sejie.com,sejie2.us,sejie3.us,thesoccerline.com,ukhuaren.co###wp > center > a @@ -25711,7 +26630,18 @@ http://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.backgrou http://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+190):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+195) http://rvlev.com,t66y.com#?#div:-abp-has(> script + table) a http://rvlev.com,t66y.com#?#div:-abp-has(> script + table) h4 -http://thz5.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +http://baike567.com,wuhaozhan.net##.aaaaa +http://baike567.com,wuhaozhan.net##.pure-u-md-8-24 iframe +http://baike567.com,wuhaozhan.net##[onclick*=".tb.cn"] +http://baike567.com,wuhaozhan.net##[onclick*="open"] +http://baike567.com,wuhaozhan.net##a[href*=".click"] +http://baike567.com,wuhaozhan.net##a[href*="otb."] +http://baike567.com,wuhaozhan.net#?#.l-box:-abp-has(a:-abp-contains(/年货|红包|支付|天猫/)) +http://baike567.com,wuhaozhan.net#?#:-abp-has(> .ad_top_close) +http://baike567.com,wuhaozhan.net##div[class^="hongbao"] +http://baike567.com,wuhaozhan.net##div[id$="eBox"] +http://thzx.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +http://thzx.cc##style + div[style="margin-bottom:5px"] http://dota2.com.cn#@##bdshare http://eastday.com#@##leftShare http://gfan.com,gfan.net.cn#@##shareBox @@ -25719,31 +26649,92 @@ http://sogou.com#@##shareContent http://zdzdm.com#@##share_list http://harrynull.tech#@##sharelist http://freecodecamp.cn,freecodecamp.one#@#.btn-social -http://cokemine.com,jubuzz.com,tianfateng.cn#@#.category-share +http://storm.mg#@#.btn_fb +http://cokemine.com,eveaz.com,jubuzz.com,tianfateng.cn#@#.category-share +http://softblog.tw#@#.dshare http://carousell.com#@#.fb-b http://sui.com#@#.fb-btn http://douyu.com,oschina.net#@#.follow-btn http://bilibili.com#@#.follow-wrapper -http://ffxiv.xin,fotor.com.cn,weiyun.com#@#.icon-share +http://ffxiv.xin,fotor.com.cn,weiyun.com,youdao.com#@#.icon-share http://gamersky.com#@#.like2 http://readmoo.com#@#.navbar-social +http://youdao.com#@#.open-share http://music.163.com#@#.p-share http://weiyun.com#@#.page-share http://dongtw.com#@#.post-share-container http://zhidao.baidu.com#@#.share-area +http://90xz.com#@#.share-btn http://baidu.com,youdao.com#@#.share-content +http://youdao.com#@#.share-icon http://baidu.com#@#.share-line -http://189.cn,vua.sh,weiyun.com#@#.share-link -http://baidu.com,meidebi.com#@#.share-list +http://189.cn,vua.sh,weiyun.com,youdao.com#@#.share-link +http://baidu.com,meidebi.com,weicaixun.com#@#.share-list http://kuaishou.com#@#.share-page http://zhidao.baidu.com#@#.share-section http://youdao.com#@#.share-text +http://baidusu.com#@#.share-wrapper http://wantgoo.com#@#.shareBtns http://laosiji.com#@#.sns-wrapper +http://storm.mg#@#.social_btn +http://ali213.net#@#.subscribe-container http://5dm.tv#@#.tm-share-this +http://laohu8.com#@#.tweet-article http://fqsousou.com,kengso.com#@#.user-share -http://abpchina.org#$#log Hello -http://acfun.cn##.appguideBox +http://huanqiu.com##.r-hqFashion +http://house365.com##.home-new-user +http://house365.com##.leftfixed_box +http://blog.csdn.net##.t0 +http://so.com##.newsfeed-popup +http://feng.com##.header +http://sogou.com##.recommend-pop +http://sm.cn##.oab-ball-wrap +http://zhidao.baidu.com##.doodle-container +http://baidu.com##.icon-bdad +http://5ewin.com##.erweima +http://5ewin.com##.jjb-slide +http://mail.126.com,mail.163.com##.gWel-bottom +http://csdn.net##.blog-column-pay +http://qidian.com,~game.qidian.com##A[href*="game.qidian.com"] +http://zuhaowan.com##.zhw-bottom-ad +http://tmtpost.com##.open-app +http://kuman.com##.guide-download-footer-box +http://baidu.com##.guidetowkOperationwg-root +http://hamibook.com.tw##.custom-banners-cycle-slideshow +http://sina.com.cn##.pc-tui-coupon +http://360doc.com###btn_freeread +http://qingwk.com##.c-meiqia-Air +http://qingwk.com##.c-meiqia-wrapper +http://qingwk.com##.l-index-activity-entrance +http://qingwk.com##.l-red-packet +http://51offer.com###rightFu +http://baidu.com##.bottom-guide +http://5888.tv###code_img +http://5888.tv##.footer_fixed +http://99meijutv.com##.follow-qrcode +http://tianya.cn##.barcode-float +http://imooc.com##.redrain-bg-shade +http://juejin.im##.activity-recommend +http://ruten.com.tw##.act-promo +http://pconline.com.cn##.twentieth +http://100bt.com##.aolasidebar__ad1 +http://bitauto.com###dyAdv +http://banzou.name###ads_1 +http://banzou.name###ads_2 +http://banzou.name###appfu +http://banzou.name###daiyan +http://firefoxchina.cn##.side-shping +http://taoguba.com.cn###tbgzInstall +http://taoguba.com.cn###tbgzInstallBG +http://fwxgx.com##div[id^="tuiguang"] +http://96weixin.com###lifelong +http://kmf.com##.g-kmf-906banner +http://dujiaoshou.cn###ad1 +http://tuwan.com##.Player-zan +http://guancha.cn##.member_recruit_index +http://line.me###install_line +http://aliyun.com##.aliyun-delivery-view-container +http://acfun.cn##.app-guide http://mmbang.com##.footer_adver-warp http://tsdm.live###ts_sidebar_base http://m.qu.la#?#ul:-abp-has(> li > a[href*=".bcebos."]) @@ -25795,7 +26786,6 @@ http://mafengwo.cn###ad1 http://mafengwo.cn###ad2 http://eastday.com##.drain_app http://pconline.com.cn###JnoLoginFixedBottom -http://hao123.com###bottom-be http://kankanmi.com##.listnewli http://epwk.com##.collect-info-icon http://epwk.com##.collect-info-wrap @@ -25860,7 +26850,6 @@ http://aliyun.com##.yq-main-left > a:first-child http://csdn.net##.fourth_column http://taoguba.com.cn###joinTGB http://jin10.com##.jin-popularize -http://acfun.cn###appguideBox http://zglww.net##.tool http://zhongyiju360.com###bottom-float http://zhongyiju360.com###bottom-float2 @@ -25989,9 +26978,8 @@ http://fwxgx.com###jPpo_sc http://goodcome.com.tw###jad-float http://goodcome.com.tw###jad-right http://goodcome.com.tw###jad-top -http://dianyingbar.com###jihuaslide http://douyu.com###js-fix-download -http://douyu.com,douyutv.com###js-live-room-recommend +http://douyu.com###js-live-room-recommend http://163.com###js_a_bobo http://ifeng.com###js_red http://0439.com###kanfang @@ -26028,7 +27016,7 @@ http://52wmb.com###popContent http://wbiao.cn###popupImgCorner http://acfun.cn###prompt-box http://infoq.com###psa-note -http://360.cn###pushbar-festival +http://hao.360.com###pushbar-festival http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###questionnaire_bg http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###questionnaire_contianer http://blog.163.com###r_m163news @@ -26046,7 +27034,7 @@ http://cskaoyan.com###scanWxQrCode http://wasu.cn###scan_qrcode http://po.baidu.com###shareBoxBlank http://xcar.com.cn###show_car -http://360.cn###sidebar +http://hao.360.com###sidebar http://hao123.com###slidetoolbarContainer http://suning.com###sn-sidebar-change-code http://haosou.com###so_feb @@ -26103,7 +27091,6 @@ http://2cto.com##.adv980box http://8264.com##.advSection__wrapper http://eastmoney.com##.advertisement http://cngold.org##.ag_fwindow_ywp -http://dianyingbar.com##.alert_windows http://jiankang.com##.all_eye http://baidu.com##.app-guide http://qidian.com##.app_download_ad @@ -26149,7 +27136,6 @@ http://kaopu001.com##.coupleBannerAdv http://rrjc.com##.coupletbox http://yahoo.com##.crazyad http://taoguba.com.cn##.ct_app -http://feng.com##.dd305 http://youdao.com##.dialog-guide-download http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJ.umoney-promotion-dialog http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJmodal @@ -26229,7 +27215,6 @@ http://hjenglish.com,hujiang.com##.lamu_banner http://yidianzixun.com##.layer-download http://house365.com##.left_fudong_ad http://xiaoma.com##.leftewm_topa -http://zhidao.baidu.com##.link http://17173.com##.list-beauty http://baixing.com##.listing-fixed-bottom-promo http://duowan.com##.lolboxapps-qrcode @@ -26291,7 +27276,6 @@ http://m.babytree.com##.recommend-img-box http://news.baidu.com##.recommend-mask http://longzhu.com##.recommend-pop-up http://m.toutiao.com##.recommendation-container + div[class] -http://dianyingbar.com##.recover http://oschina.net##.recruitment http://p2peye.com##.red-box http://baixing.com##.red-package @@ -26346,7 +27330,6 @@ http://nen.com.cn##.w610 http://wbiao.cn##.wb-panel http://jrj.com.cn##.wbyy http://cnbeta.com##.wdj_box -http://feng.com##.wea_d_panel_980 http://hehagame.com##.webad_bottom http://hehagame.com##.webad_right http://kdslife.com,pchome.net##.weixin @@ -26383,8 +27366,6 @@ http://dongao.com##div[class^="fu_"] http://ifeng.com##div[class^="h"] > div[class$="-main"] http://thenewslens.com##div[class^="help-tnl-container-"] http://cntv.cn##div[class^="tchmk_"] -http://feng.com##div[class^="wea_d_"] -http://feng.com##div[class^="wep_e_"] http://eastmoney.com##div[id^="em_important_"] http://finance.sina.com.cn##div[id^="st01_cont0"] http://ci123.com##div[onclick^="window.location="] @@ -26420,7 +27401,6 @@ http://weibo.com###v6_pl_rightmod_favyoudao http://weibo.com###v6_pl_rightmod_helpfav http://weibo.com###Pl_Core_P7MultiPicPlay__7 http://weibo.com##.apps_PCD_reco_detail_right -httpcn.com###ie6fixedTL ! ******************************* koolproxy 语法******************************* ! 一行一个,请必须标注清楚http与https ! https 必须为域名,不能使用 * 不然会GG的。 @@ -26436,32 +27416,45 @@ httpcn.com###ie6fixedTL ! "|" 为管线符号,来表示地址的最前端或最末端 ! "||" 为子域通配符,方便匹配主域名下的所有子域 ! ------------------------------------------------------------------------------------------- -!驱动之家 首页广告 -https://news.mydrivers.com###dangbei_down > IMG -https://news.mydrivers.com###aswift_1 -!驱动之家 去广告补充(去空白页,页面更美观) -||https://news.mydrivers.com##.baidu_left > .adsbygoogle -||https://news.mydrivers.com##.news_right > div:nth-of-type(2) -||https://news.mydrivers.com##div.side_ad_top.ad_warp:nth-of-type(8) -||https://news.mydrivers.com###taobao_add > div:nth-of-type(3) -||https://news.mydrivers.com##.news_left > div:nth-of-type(5) -||https://news.mydrivers.com##.news_info > div:nth-of-type(5) -||https://news.mydrivers.com##.news_info > div:nth-of-type(6) -||https://news.mydrivers.com###taobao_add -||http://www.mydrivers.com##.main_right > div:nth-of-type(3) -||http://www.mydrivers.com##body > div:nth-of-type(11) -||http://www.mydrivers.com##div:nth-of-type(13) -||http://www.mydrivers.com##div:nth-of-type(17) -||http://www.mydrivers.com##body > div:nth-of-type(7) -||https://googlesyndication.com^$third-party -||https://tanx.com^$third-party,domain=~1688.com|~alimama.com|~taobao.com|~tmall.com -! 2 -||mydrivers.com##div[class="baidu"],[style="width:580px;margin:auto; padding:10px 0"],[style="padding:4px 0;"],[id^="mynews"],[class="ad_warp side_ad_top"],[class="ad_warp side_ad_top"],ins[class="adsbygoogle"],[class="taobao_add"],[style="padding:3px 0;"],[id="a_showhotnews_list_dia"] -||mydrivers.com$s@@
@ -||mydrivers.com$s@style="width:728px; height:90px;@style="width:0px; height:0px;@ -||https://mydrivers.com##div[class="baidu"],[style="width:580px;margin:auto; padding:10px 0"],[style="padding:4px 0;"],[id^="mynews"],[class="ad_warp side_ad_top"],[class="ad_warp side_ad_top"],ins[class="adsbygoogle"],[class="taobao_add"],[style="padding:3px 0;"],[id="a_showhotnews_list_dia"] -||https://mydrivers.com$s@
@
@ -||https://mydrivers.com$s@style="width:728px; height:90px;@style="width:0px; height:0px;@ +! 驱动之家 +|https://cdn.taboola.com/libtrc/*.js +|http://cdn.taboola.com/libtrc/*.js +|https://tu.baixing.com/widget/script/ +|http://tu.baixing.com/widget/script/ +|https://static.mediav.com/js +|http://static.mediav.com/js +||https://googlesyndication.com/pagead/js/adsbygoogle.js +||http://googlesyndication.com/pagead/js/adsbygoogle.js +||https://mydrivers.com##[style^="width:1300px;"],[style^="width:1100px;"],[style^="width:580px;"],[style^="width:728px;"],[width="843"],[width^="1000"],[style^="padding-top:5px;"] +||https://mydrivers.com##[class="GC_box"],[class="baidu"],[class="taobao_add"],[id="taboola-below-article-thumbnails"] +||https://mydrivers.com$s@style="padding:?px 0;"@style="display:none"@ +||https://mydrivers.com$s@id="mynews?00"@style="display:none"@ +||https://mydrivers.com$s@var f =*resetIdleTimeup()@ok;@ +||https://mydrivers.com$s@style="padding:0px 0px 0px 0px;text-align:center;"@style="display:none"@ +||https://mydrivers.com$s@display:block !important;@display:none !important;@ +||http://mydrivers.com##[style^="width:1300px;"],[style^="width:1100px;"],[style^="width:580px;"],[style^="width:728px;"],[width="843"],[width^="1000"],[style^="padding-top:5px;"] +||http://mydrivers.com##[class="GC_box"],[class="baidu"],[class="taobao_add"],[id="taboola-below-article-thumbnails"] +||http://mydrivers.com$s@style="padding:?px 0;"@style="display:none"@ +||http://mydrivers.com$s@id="mynews?00"@style="display:none"@ +||http://mydrivers.com$s@var f =*resetIdleTimeup()@ok;@ +! ------------------------------------------------------------------------------------------ +! 站长之家 +! 这是一个测试提交。| +@@@@|http://stats.chinaz.com/c0g/hottj.js +@@@@|http://stats.chinaz.com/c0g/right*.js +@@@@||http://chinaz.com/img/ +|http://stats.chinaz.com/c0g/*.js +|http://stats.chinaz.com/gj_g/*.js +|https://stats.chinaz.com/gj_g/*.js +|http://stats.chinaz.com/tp_g/*.js +|https://stats.chinaz.com/tp_g/*.js +|http://stats.chinaz.com/zx_g/ +|https://stats.chinaz.com/zx_g/ +||http://chinaz.com##[id="topTxt"],[id="loc"],[id="bottomImg"],[class="advert"],[class="adtext"],[class="recommendsoft"],[class="banner banner-leaderboard"],[class="plate-layout img_wrap_l goTop"],[class="fr fz14"] +||http://chinaz.com##[style="margin-bottom:0px;"],[class="Wrapper pt20"],[class^="adbox"],[class^="mb20"],[class^="txtAdBox"],[id^="side-media"],[id^="ad_"],[id^="content-media"],[style="text-align:center"] +||https://chinaz.com##[id="topTxt"],[id="loc"],[id="bottomImg"],[class="advert"],[class="adtext"],[class="recommendsoft"],[class="banner banner-leaderboard"],[class="plate-layout img_wrap_l goTop"],[class="fr fz14"] +||https://chinaz.com##[style="margin-bottom:0px;"],[class="Wrapper pt20"],[class^="adbox"],[class^="mb20"],[class^="txtAdBox"],[id^="side-media"],[id^="ad_"],[id^="content-media"],[style="text-align:center"] +! ------------------------------------------------------------------------------------------ !btbtt 首页广告 http://*btbtt.*##.wrapper_bg_c.hidden-xs http://*btbtt.*###wrapper_right_bg @@ -26503,6 +27496,11 @@ https://www.douyu.com##.closeBg-998534 ||http://game.ali213.net###hd_ad ! 豆瓣电影搜索 @@@@|https://erebor.douban.com +@@@@||https://doubanio.com +@@@@https://artery.douban.com +@@@@https://api.douban.com +@@@@https://frodo.douban.com +@@@@https://api.douban.com ! 115部分放行 @@@@https://uplb.115.com @@@@https://home.115.com @@ -26745,21 +27743,6 @@ https://www.douyu.com##.closeBg-998534 ||fodm.net/###content_box_72890_out ||fodm.net/###forum_btn |https://og.ylxxf.top -!站长之家 -||https://chinaz.com##div[id^="side-media"] -||https://chinaz.com##div[id^="content-media"] -||https://chinaz.com###toolsIntro -||https://chinaz.com###head > div.main.pr > div.CClose -||https://chinaz.com###bgad -||https://chinaz.com$s@style="margin-top:80px;"@style="margin-top:0px;"@ -||https://chinaz.com##div.wrapper.ptb10.mt10,div.txtAdBox.mb10,div.adtext,div.recommendsoft,div.plate-layout.img_wrap_l.goTop,div.red,div.adbox,div[class^="mb"],div#loc.Mnav-right02.fr,div.CClose,div#topTxt.fr.topTsRight.ml10,div#bottomImg.fotatxtd.auto -||http://chinaz.com##div[id^="side-media"] -||http://chinaz.com##div[id^="content-media"] -||http://chinaz.com###toolsIntro -||http://chinaz.com###head > div.main.pr > div.CClose -||http://chinaz.com###bgad -||http://chinaz.com$s@style="margin-top:80px;"@style="margin-top:0px;"@ -||http://chinaz.com##div.wrapper.ptb10.mt10,div.txtAdBox.mb10,div.adtext,div.recommendsoft,div.plate-layout.img_wrap_l.goTop,div.red,div.adbox,div[class^="mb"],div#loc.Mnav-right02.fr,div.CClose,div#topTxt.fr.topTsRight.ml10,div#bottomImg.fotatxtd.auto ! 百度搜索广告 @@@@https://ss1.bdstatic.com |https://ss1.bdstatic.com/*/r/www/cache/static/protocol/https/global/js @@ -26847,7 +27830,5903 @@ tieba.com##.carousel_item_img,[class="l_post l_post_bright j_l_post clearfix "], |https://player.hulu.com$r@*/external.js@https://dev.tencent.com/u/shaoxia1991/p/hide_js/git/raw/master/hulu/external.js@ ! Prime Video [Exclusion][19.08.19] @@@@||https://www.primevideo.com - +裙下孤魂, [08.09.19 16:34] +! 漫画网站移动端 +||accesstrade.com.vn^ +||accesstrade.vn^ +||ad.org.vn^ +||ad.zing.vn^ +||ad360.vn^ +||adasiaholdings.com^ +||adbro.me^ +||admicro*.vcmedia.com^ +||admicro*.vcmedia.vn^ +||admicro.vn^ +||adnetwork.vn^ +||adpia.vn^ +||ads-target.coccoc.com^ +||ads.hosting.vcmedia.vn^ +||ads.zaloapp.com^ +||ads.zdn.vn^ +||adservice.google.com.vn^ +||adsota.com^ +||adsplay.net^ +||adsplay.xyz^ +||adtima*.zadn.vn^ +||adtima.vn^ +||adtimaserver.vn^ +||aiservice.vn^ +||ambient-platform.com^ +||ambientplatform.vn^ +||anthill.vn^ +||ants.vn^ +||autoads.asia^ +||banners-gallery.coccoc.com^ +||bidgear-syndication.com^ +||bidgear.com^ +||cdn.comedia.coccoc.com^ +||cityads.com^ +||cityadstrack.com^ +||cleverads.vn^ +||cokhach.com^ +||dable.io^ +||dsmartvietnam.com^ +||eclick.vn^ +||ezimar.com^ +||fff.com.vn^ +||gammaplatform.com^ +||itim.vn^ +||klick.vn^ +||ladipage.com^ +||ladipage.net^ +||ladipage.vn^ +||landingpagelagi.vn^ +||lavanetwork.net^ +||laydata.com^ +||log*.mp3.zing.vn^ +||log.api.zaloapp.com^ +||log.news.zing.vn^ +||log.sdk.zadn.vn^ +||log.zingmp3.vn^ +||mangoads.vn^ +||masoffer.net^ +||mediad.asia^ +||mediaz.asia^ +||mediaz.vn^ +||mediazcorp.com^ +||mepuzz.com^ +||metrics.coccoc.com^ +||novanet.vn^ +||novaon.asia^ +||novaon.vn^ +||novaonads.com^ +||novaonx.com^ +||nt-cdn.coccoc.com^ +||ohchat.net^ +||phanquang.vn^ +||pinetech.vn^ +||polyad.net^ +||px.za.zaloapp.com^ +||qc-static.coccoc.com^ +||qc.coccoc.com^ +||qc.coccoc.vn^ +||qccoccocmedia.vn^ +||rungrinh.vn^ +||sharks.vn^ +||shop-cdn.coccoc.com^ +||shop.zalo.me^ +||shop.zaloapp.com^ +||shopping.coccoc.com^ +||sp.zalo.me^ +||static-ads.zaloapp.com^ +||stats.zaloapp.com^ +||tracking.*.zing.vn^ +||uniad.vn^ +||vads.net.vn^ +||vads.vn^ +||vclick.vn^ +||viam.com.vn^ +||vietad.vn^ +||vietnamnetad.vn^ +||yoads.net^ +||yoads.network^ +||yomedia.vn^ +||younetmedia.com^ +||zalo-ads*.zadn.vn^ +||zlog.zingmp3.vn^ +||zminer.zaloapp.com^ +||zplayer-trk.zdn.vn^ +||zplayer.trk.zapps.vn^ +||123c.vn^ +||ad-hcm.24hstatic.com^ +||ad-hn.24hstatic.com^ +||ad-img.icheck.com.vn^ +||ad.24h.com.vn^ +||ad.icheck.com.vn^ +||ad.mwork.vn^ +||ad.sunflower.vn^ +||ad.vatgia.com^ +||ad.vietbao.vn^ +||ad.vkool.net^ +||adchoice.com^ +||adchoice.com.vn^ +||adclient.vietnamnetjsc.vn^ +||adfox.vn^ +||admedia.com.vn^ +||admin.sothuchi.vn^ +||adnetwork.5imedia.vn^ +||ads*.autodaily.vn^ +||ads*.careerbuilder.vn^ +||ads-cdn.fptplay.net^ +||ads.baodatviet.vn^ +||ads.careerbuilder.vn^ +||ads.fptplay.net.vn^ +||ads.home.vn^ +||ads.ictnews.vn^ +||ads.itsgroup.vn^ +||ads.khoahocdoisong.vn^ +||ads.phunuonline.com.vn^ +||ads.tiki.vn^ +||adserver.lag.vn^ +||adsplus.vn^ +||adt.com.vn^ +||adx.kul.vn^ +||adx.xemvtv.net^ +||affiliate.k4.tinhte.vn^ +||ailamtrieuphu.com^ +||alivar.com.vn^ +||alivar.vn^ +||amobi.vn^ +||api.nas.nct.vn^ +||apinas.nct.vn^ +||banner.5giay.vn^ +||bgadx.com^ +||clevernet.vn^ +||click.xdeal.vn^ +||clipbongda.info^ +||clix.vn^ +||core.vnecdn.com^ +||cpx.vnecdn.com^ +||delivery.senvangvn.com^ +||delivery.vungtv.com^ +||deltago.com^ +||dt.vnecdn.com^ +||events.vungtv.com^ +||fptad.com^ +||go.vnecdn.com^ +||microad.vn^ +||mobilead.vn^ +||mobileads.dieuviet.com^ +||myad.vn^ +||ng-vn-notice.gameitop.com^ +||phimmedia03.com^ +||polyad.galaxypub.vn^ +||qc.yan.vn^ +||quangcao.24h.com.vn^ +||quangcao.thanhnien.vn^ +||quangcao.tuoitre.vn^ +||quangcao247.com.vn^ +||serving-ad.tv24.vn^ +||stc-nas.nixcdn.com^ +||stc.nas.nixcdn.com^ +||trenddigital.vn^ +||truoctran.com^ +||tvnotice.kg.garena.vn^ +||uniad.phimmoi.net^ +||upfile16.mediaphim.com^ +||vietbuzzad.com^ +||vietdorje.com^ +||vinaads.vn^ +||alexajstrack.com^ +||amcdn.vn^ +||an.dongphim.net^ +||an.xemvtv.net^ +||analytics.bkav.com^ +||analytics.easyvideo.vn^ +||analytics.explus.vn^ +||analytics.thethao247.org^ +||analytics.tiki.vn^ +||analytics.vnreview.vn^ +||collect.ovp.vn^ +||deqik.com^ +||dt.tuoitre.vn^ +||elogs.vnexpress.net^ +||fbuser.ovp.vn^ +||log.anninhthudo.vn^ +||log.baodatviet.vn^ +||log.baomoi.com^ +||log.batdongsan.com.vn^ +||log.giaoduc.net.vn^ +||log.infonet.vn^ +||log.kienthuc.net.vn^ +||log.sggp.org.vn^ +||log.thanhnien.vn^ +||log.tienphong.vn^ +||log.vietnamdaily.net.vn^ +||log.vietnamplus.vn^ +||log.vov.vn^ +||log4x.nixcdn.com^ +||logging.galaxypub.vn^ +||logging.phunuonline.com.vn^ +||logsbin.dantri.com.vn^ +||s.baomoi.xdn.vn^ +||s.kenh14.vn^ +||s.soha.vn^ +||s.tuoitre.vn^ +||sharefb.cnnd.vn^ +||staticad.thethao247.vn^ +||stats.bizweb.vn^ +||stats.dongphim.net^ +||stats.vietnammoi.vn^ +||thongke.24h.com.vn^ +||thongke.baotintuc.vn^ +||track-srv.vietnamnet.vn^ +||track.icheck.com.vn^ +||track.sendo.vn^ +||track.srv.vietnamnet.vn^ +||track.vatgia.com^ +||tracker.tintucvietnam.vn^ +||tracking.appwifi.com^ +||tracking.meete.co^ +||tracking.vht.com.vn^ +||trackingapi.foody.vn^ +||trackity.tiki.vn^ +||trending.vn^ +||userstats.shopee.vn^ +||vtrack.vht.com.vn^ +||web.f8.pyco.vn^ +||web.stagingf8.pycogroup.com^ +||widget.nhaccuatui.com^ +||11bet.com^ +||11bet.net^ +||1xbetvn.com^ +||388bet.vip^ +||520xiaojin.com^ +||88viet.com^ +||8live.com^ +||8live.net^ +||8live.vip^ +||8livevn.com^ +||ae888.com^ +||betvietnam.info^ +||bong88net.com^ +||bong99.com^ +||casino888vn.com^ +||datcuoc247.com^ +||debet.com^ +||fabet.com^ +||fabetvn.com^ +||fb88.com^ +||fb88club.com^ +||fb88en.com^ +||fb88go.com^ +||fb88live.com^ +||fb88sports.com^ +||five88.com^ +||gdwbetvn888.com^ +||gdwviet.com^ +||go88.com^ +||ibet889.com^ +||income88.com^ +||jbovn.com^ +||k8vn03.com^ +||letou8868.com^ +||lode88.vip^ +||lucky88.com^ +||lucky88.net^ +||m883d.com^ +||m88cvf.com^ +||m88my.com^ +||m88vina.com^ +||mansion66.com^ +||mibet.com^ +||mibet.mobi^ +||mibet88.com^ +||ms3388.com^ +||ms88asia.com^ +||ms88ca.com^ +||nhanthuong88.com^ +||nhat.game^ +||nhatvip.net^ +||one88.com^ +||one88.fun^ +||one88.us^ +||one88.vn^ +||sun.win^ +||thethaofb88.com^ +||v8.club^ +||v9bet.com^ +||vietbet.eu^ +||viva88.com^ +||vlott88.com^ +||vn88.bet^ +||vn88.biz^ +||vn88.casino^ +||vn88.club^ +||vn88.com^ +||w88.vin^ +||w88bro.com^ +||w88city.com^ +||w88club.com^ +||w88hn.com^ +||w88yes.com^ +||websvn.info^ +||ww88club.com^ +||zbet.com^ +||zo.game^ +||fuckbookvietnam.com^ +||quangcaotructuyen247.com^ +||sukientraogiaizalo.com^ +||xmobliefacebook.com^ +||152media.com^ +||1rx.io^ +||2leep.com^ +||2mdn.net^ +||2mdnsys.com^ +||33across.com^ +||360in.com^ +||3lift.com^ +||4dsply.com^ +||a-ads.com^ +||a4.tl^ +||aatkit.com^ +||aax-*-iad.amazon.com^ +||accengage.com^ +||acuityplatform.com^ +||ad*.qq.com^ +||ad-brix.com^ +||ad-stir.com^ +||ad.*.starwave.com^ +||ad.daum.net^ +||ad.download.cnet.com^ +||ad.go.com^ +||ad.gt^ +||ad.plus^ +||ad.youtube.com^ +||ad4screen.com^ +||adadvisor.net^ +||adap.tv^ +||adblade.com^ +||adblox.net^ +||adcaffe.com^ +||adclixx.net^ +||adcolony.com^ +||addthis.com^ +||addtoany.com^ +||adeventtracker.spotify.com^ +||adform.net^ +||adfox.yandex.ru^ +||adgrx.com^ +||adhacker.online^ +||adhaven.com^ +||adhigh.net^ +||adimages.go.com^ +||adinfuse.com^ +||aditms.me^ +||adjust.com^ +||adjust.io^ +||adjustnetwork.com^ +||adk2x.com^ +||adkernel.com^ +||admarketplace.net^ +||admedia.com^ +||admob.com^ +||adnetasia.com^ +||adnetworktech.com^ +||adnow.cc^ +||adnow.com^ +||adnxs.com^ +||adomik.com^ +||adop.cc^ +||adoptimize.com^ +||adoptimize.info^ +||adpushup.com^ +||adrecover.com^ +||adroll.com^ +||adrta.com^ +||ads*-adnow.com^ +||ads*.msn.com^ +||ads-d.viber.com^ +||ads-fa.spotify.com^ +||ads-twitter.com^ +||ads.*.unity3d.com^ +||ads.ak.facebook.com^ +||ads.aws.viber.com^ +||ads.bing.com^ +||ads.cnet.com^ +||ads.cnn.com^ +||ads.gmodules.com^ +||ads.nytimes.com^ +||ads.snapchat.com^ +||ads.twitter.com^ +||ads.viber.com^ +||ads.yahoo.com^ +||ads.youtube.com^ +||adsafeprotected.com^ +||adsafety.net^ +||adsapi*.snapchat.com^ +||adsaro.net^ +||adsatt.*.go.com^ +||adsatt.*.starwave.com^ +||adschoom.com^ +||adserver.bing.com^ +||adserver.yahoo.com^ +||adservice.google.*^ +||adsfactor.net^ +||adsintl.starwave.com^ +||adskeeper.co.uk^ +||adsnative.com^ +||adspirit.de^ +||adspruce.com^ +||adspsp.com^ +||adsrvr.org^ +||adstage-analytics.herokuapp.com^ +||adswick.com^ +||adswizz.com^ +||adsymptotic.com^ +||adsyndication.msn.com^ +||adtarget.me^ +||adtdp.com^ +||adtech.de^ +||adtechjp.com^ +||adtechus.com^ +||adtelligent.com^ +||adthor.com^ +||adtimes.nytimes.com^ +||adtrackers.net^ +||adtrue.com^ +||advergine.com^ +||advergine.ru^ +||advertica.ae^ +||advertising*.amazon.com^ +||advertising.apple.com^ +||advertising.com^ +||advertising.snapchat.com^ +||advertising.yahoo.com^ +||advertising.yandex.ru^ +||advertnative.com^ +||advertserve.com^ +||adview.cn^ +||adx1.com^ +||adxcorp.kr^ +||adxxx.com^ +||adxxx.info^ +||adz2you.net^ +||aerserv.com^ +||affise.com^ +||agentanalytics.com^ +||aj1*.online^ +||ajgc1*.online^ +||ajx*.online^ +||akaads*.starwave.com^ +||alcmpn.com^ +||alexametrics.com^ +||alphonso.tv^ +||amazon-adsystem.amazon.com^ +||amazon-adsystem.com^ +||amazon-adsystems.com^ +||ambimob.com^ +||amp-error-reporting.appspot.com^ +||amplitude.com^ +||amung.us^ +||an*adserv.online^ +||an.facebook.com^ +||an.yandex.ru^ +||analy.qq.com^ +||analytics.go.com^ +||analytics.google.com^ +||analytics.msn.com^ +||analytics.query.yahoo.com^ +||analytics.snssdk.com^ +||analytics.spotify.com^ +||analytics.yahoo.com^ +||aniview.com^ +||answers.com^ +||api.ads.*.go.com^ +||api.mobojoy.baidu.com^ +||app-adforce.jp^ +||app-analytics*.snapchat.com^ +||appadhoc.com^ +||appads.com^ +||appboy.com^ +||appcloudbox.net^ +||appdynamics.com^ +||appearch.info^ +||appier.net^ +||applifier.com^ +||applifier.info^ +||applog.snssdk.com^ +||applovin.com^ +||applvn.com^ +||appnext.com^ +||appodealx.com^ +||appsee.com^ +||appsflyer.com^ +||appspot.com^ +||apptentive.com^ +||apptimize.com^ +||apptornado.com^ +||apxadtracking.net^ +||aralego.com^ +||aralego.net^ +||arsdev.net^ +||arsena*.xyz^ +||asianmedia.com^ +||askingpoint.com^ +||assets.adobedtm.com^ +||assoc-amazon.com^ +||atdmt.com^ +||avazutracking.net^ +||awaps.yandex.ru^ +||awsync.yandex.ru^ +||ayads.co^ +||b2c.com^ +||backtrace.io^ +||bam-x.com^ +||banners.itunes.apple.com^ +||bannertrack.net^ +||bat.bing.com^ +||batch.com^ +||batmobi.net^ +||bazaarvoice.com^ +||beacon.qq.com^ +||beap*.yahoo.com^ +||bebi.com^ +||betrad.com^ +||bfmio.com^ +||bidfilter.com^ +||bidr.io^ +||bidswitch.net^ +||bigclicker.me^ +||bilsyndication.com^ +||bizible.com^ +||bj1*.online^ +||bkrtx.com^ +||blueseed.tv^ +||blueserving.com^ +||bnmla.com^ +||bounceexchange.com^ +||branch.io^ +||brand-display.com^ +||brand.ad^ +||braze.com^ +||breaktime-inc.com^ +||breaktime.com.tw^ +||bs.yandex.ru^ +||btrace.video.qq.com^ +||bttrack.com^ +||bugly.qq.com^ +||bzclk.baidu.com^ +||c.bing.com^ +||cacafly.net^ +||casalemedia.com^ +||cbsi.com^ +||cbsileads.com^ +||cbsinteractive.com^ +||cdnwidget.com^ +||celtra.com^ +||chartbeat.com^ +||chartbeat.net^ +||chartboost.com^ +||chitika.com^ +||cint.com^ +||cintnetworks.com^ +||cj1*.online^ +||clean.gg^ +||clevertap.com^ +||click.union.ucweb.com^ +||clickagy.com^ +||clickhubs.com^ +||clickintext.net^ +||clicksor.com^ +||clicktale.net^ +||client-event-reporter.twitch.tv^ +||client_monitor.isnssdk.com^ +||clientmetrics-pa.googleapis.com^ +||clientmonitor.isnssdk.com^ +||clksite.com^ +||clog.go.com^ +||cloud.unity3d.com^ +||cloudmobi.net^ +||cnnx.io^ +||cnt.my^ +||cnzz.com^ +||collection-*.herokuapp.com^ +||commerce.adobedtm.com^ +||conf.international.baidu.com^ +||connect.adobedtm.com^ +||consensu.org^ +||content-ad.net^ +||content.ad^ +||contextweb.com^ +||conversantmedia.com^ +||countess.twitch.tv^ +||cpro.baidu.com^ +||creative.ak.facebook.com^ +||creative.ak.fbcdn.net^ +||creativecdn.com^ +||criteo.com^ +||criteo.net^ +||crwdcntrl.net^ +||customad.cnn.com^ +||cxense.com^ +||data.alexa.com^ +||demandbase.com^ +||demdex.net^ +||deployads.com^ +||device-metrics-*.amazon.com^ +||dfnb-ads.com^ +||districtm.io^ +||dj1*.online^ +||djaxadserver.com^ +||dm-event.net^ +||domnovrek.com^ +||dotomi.com^ +||doubleclick.net^ +||doublemax.net^ +||doublepimp.com^ +||doubleverify.com^ +||dpmsrv.com^ +||dspmulti.com^ +||duapps.com^ +||dxp.baidu.com^ +||e.qq.com^ +||eclick.baidu.com^ +||effectivemeasure.net^ +||ej1*.online^ +||ematicsolutions.com^ +||engageya.com^ +||epom.com^ +||events.data.microsoft.com^ +||everesttech.net^ +||evidon.com^ +||exdynsrv.com^ +||exoclick.com^ +||exosrv.com^ +||exponential.com^ +||ezoic.net^ +||fabric.io^ +||fclick-adnow.com^ +||fidelity-media.com^ +||filament-stats.herokuapp.com^ +||flashtalking.com^ +||flurry.com^ +||fout.jp^ +||fqtag.com^ +||freshmarketer.com^ +||fullstory.com^ +||fwmrm.net^ +||fyber.com^ +||gameanalytics.com^ +||genieessp.com^ +||geo.yahoo.com^ +||getadmiral.com^ +||getblueshift.com^ +||getclicky.com^ +||gigya.com^ +||gjapplog.ucweb.com^ +||gjtrack.ucweb.com^ +||glispa.com^ +||go-mpulse.net^ +||go2affise.com^ +||go2afse.com^ +||google-analytics.com^ +||googleadservices.com^ +||googlesyndication.com^ +||googletagmanager.com^ +||googletagservices.com^ +||gop1.co^ +||goraps.com^ +||graph.instagram.com^ +||growingio.com^ +||gsp1.baidu.com^ +||gssprt.jp^ +||gumgum.com^ +||hadarone.com^ +||headlinerlabs.com^ +||heapanalytics.com^ +||heyzap.com^ +||histats.com^ +||hm.baidu.com^ +||hmma.baidu.com^ +||hotjar.com^ +||hs-analytics.net^ +||hs-scripts.com^ +||hsadspixel.net^ +||hubapi.com^ +||hubspot.com^ +||i-mobile.co.jp^ +||iad.apple.com^ +||iadsdk.apple.com^ +||iap.unity3d.com^ +||ibillboard.com^ +||iesnare.com^ +||ilyonanalytics.herokuapp.com^ +||im-apps.net^ +||imrworldwide.com^ +||indexww.com^ +||indoleads.com^ +||infolinks.com^ +||informer.yandex.ru^ +||inmobi.cn^ +||inmobi.com^ +||inmobi.net^ +||inmobicdn.net^ +||inner-active.mobi^ +||innity.com^ +||innity.net^ +||insight.ucweb.com^ +||insightexpressai.com^ +||instapage.com^ +||instartlogic.com^ +||invitemedia.com^ +||ioam.de^ +||ionicframework.com^ +||iperceptions.com^ +||islandmob.com^ +||ivstracker.net^ +||izooto.com^ +||jetlore.com^ +||jpush.cn^ +||jpush.io^ +||js.mobojoy.baidu.com^ +||jscount.com^ +||jsecoin.com^ +||juicer.cc^ +||juicyads.com^ +||justpremium.com^ +||jwpltx.com^ +||kaffnet.com^ +||kau.li^ +||knowlead.io^ +||kochava.com^ +||krxd.net^ +||ladsp.com^ +||leanplum.com^ +||lifestreet.com^ +||lifestreetmedia.com^ +||ligatus.com^ +||lijit.com^ +||linkshare.com^ +||linksynergy.com^ +||livefyre.com^ +||lkqd.net^ +||llnwd.net^ +||localytics.com^ +||log*.byteoversea.com^ +||log*.isnssdk.com^ +||log*.snssdk.com^ +||log.go.com^ +||log.spotify.com^ +||log.tiktokv.com^ +||loggly.com^ +||logly.co.jp^ +||logrocket.com^ +||logrocket.io^ +||mads*.amazon.com^ +||mads.cnet.com^ +||mahimeta.com^ +||mailchimp.com^ +||maliva-mcs.byteoversea.com^ +||marfeelcache.com^ +||marfeelcdn.com^ +||marfeelrev.com^ +||marinsm.com^ +||marketo.com^ +||marketolive.com^ +||mathtag.com^ +||matomo.cloud^ +||mc.yandex.ru^ +||mdotm.com^ +||measuread.com^ +||media.net^ +||medialytics.com^ +||mediarithmics.com^ +||mediawayss.com^ +||meter-svc.nytimes.com^ +||metrics.cnn.com^ +||mgid.com^ +||mi.gdt.qq.com^ +||microad.co.jp^ +||microad.jp^ +||microad.net^ +||microadinc.com^ +||midasplayer.com^ +||millennialmedia.com^ +||mixpanel.com^ +||ml314.com^ +||mmccint.com^ +||mmstat.com^ +||moatads.com^ +||mobads.baidu.com^ +||mobclix.com^ +||mobfox.com^ +||mobileads.msn.com^ +||mobileanalytics.*.amazonaws.com^ +||mobileapptracking.com^ +||mobpartner.mobi^ +||mocean.mobi^ +||moengage.com^ +||mojiva.com^ +||mon*.byteoversea.com^ +||mon*.isnssdk.com^ +||mon*.snssdk.com^ +||mon-thu*.life^ +||mon.tiktokv.com^ +||mookie1.com^ +||mopub.com^ +||mparticle.com^ +||mxpnl.com^ +||mydas.mobi^ +||n*adserv.com^ +||n*adserv.xyz^ +||navdmp.com^ +||ncaudienceexchange.com^ +||nend.net^ +||netcoresmartech.com^ +||neustar.biz^ +||newrelic.com^ +||newsinc.com^ +||newsmaxfeednetwork.com^ +||nexage.com^ +||nextsmarty.com^ +||ngads.go.com^ +||nixozz.com^ +||ns1p.net^ +||nsclick.baidu.com^ +||nxtck.com^ +||nytadvertising.nytimes.com^ +||o-s.io^ +||o333o.com^ +||ocsp.apple.com^ +||odc.starwave.com^ +||omtrdc.net^ +||onespot-tracking.herokuapp.com^ +||onscroll.com^ +||onthe.io^ +||opecloud.com^ +||openx.com^ +||openx.net^ +||optimizely.com^ +||optmnstr.com^ +||outbrain.com^ +||pagead-*.l.google.com^ +||pagead.l.google.com^ +||parrable.com^ +||parsely.com^ +||partnerad.l.google.com^ +||perimeterx.net^ +||persona.ly^ +||petametrics.com^ +||piano.io^ +||pingma.qq.com^ +||pinpoint.*.amazonaws.com^ +||pipe.aria.microsoft.com^ +||pixel-static.spotify.com^ +||pixel.facebook.com^ +||pixel.spotify.com^ +||platform.tumblr.com^ +||playbuzz.com^ +||playground.xyz^ +||plugin.mobopay.baidu.com^ +||pmddby.com^ +||po.st^ +||popads.net^ +||popcash.net^ +||popclck.org^ +||popin.cc^ +||popnc.com^ +||pos.baidu.com^ +||postrelease.com^ +||powerlinks.com^ +||prebid.org^ +||propellerads.com^ +||propellerclick.com^ +||pub.network^ +||pubexchange.com^ +||pubmatic.com^ +||pubmine.com^ +||pubnative.net^ +||puds.ucweb.com^ +||pushwoosh.com^ +||qualtrics.com^ +||quantserve.com^ +||rakutenmarketing.com^ +||rayjump.com^ +||referrer.disqus.com^ +||refpa.top^ +||reklamstore.com^ +||remarketingpixel.com^ +||remotead-internal.cnet.com^ +||remotead.cnet.com^ +||revcontent.com^ +||revive-adserver.com^ +||rfihub.com^ +||rtapplog.snssdk.com^ +||rtbid.me^ +||rtlog.isnssdk.com^ +||rtmark.net^ +||rubiconproject.com^ +||run-syndicate.com^ +||runative.com^ +||s-onetag.com^ +||safedk.com^ +||samba.tv^ +||sascdn.com^ +||scanscout.com^ +||scorecardresearch.com^ +||segment.com^ +||segment.io^ +||servebom.com^ +||servedby-buysellads.com^ +||servedbyopenx.com^ +||server-analytics.snapchat.com^ +||services.disqus.com^ +||serving-sys.com^ +||sgali-mcs.byteoversea.com^ +||shareaholic.com^ +||sharethis.com^ +||sharethrough.com^ +||siftscience.com^ +||simpleanalytics.io^ +||simpli.fi^ +||siteswithcontent.com^ +||skimresources.com^ +||smaato.com^ +||smaato.net^ +||smartadserver.com^ +||smetrics.cnn.com^ +||socdm.com^ +||sociaplus.com^ +||sonar-iad.xx.fbcdn.net^ +||sonobi.com^ +||spade.twitch.tv^ +||specificclick.net^ +||specificmedia.com^ +||speee-ad.akamaized.net^ +||spotxchange.com^ +||srvcs.tumblr.com^ +||ss2.us^ +||ssl-google-analytics.l.google.com^ +||sslproxy-prod.adobedtm.com^ +||starbolt.io^ +||startappservice.com^ +||static-ads.akamaized.net^ +||staticstuff.net^ +||stats.unity3d.com^ +||statt-collect.herokuapp.com^ +||steelhousemedia.com^ +||steepto.com^ +||stickyadstv.com^ +||styria-digital.com^ +||superfastmediation.com^ +||supersonicads.com^ +||sworkitads.herokuapp.com^ +||swrve.com^ +||sync.mobojoy.baidu.com^ +||syndication.twitter.com^ +||taboola.com^ +||tags-*.tiqcdn.com^ +||tags.tiqcdn.com^ +||tapad.com^ +||tapjoy.com^ +||taplytics.com^ +||taxel.jp^ +||teads.tv^ +||tenmax.io^ +||tinypass.com^ +||toast.com^ +||tr.snapchat.com^ +||trace.qq.com^ +||track.uc.cn^ +||trackjs.com^ +||trafficjunky.net^ +||trazk.com^ +||treasuredata.com^ +||tremorhub.com^ +||tru.am^ +||tsyndicate.com^ +||tune.com^ +||twik.io^ +||tynt.com^ +||uc.ucweb.com^ +||ugdturner.com^ +||umeng.co^ +||umeng.com^ +||umengcloud.com^ +||unionstatistics.com^ +||unityads.unity3d.com^ +||unrulymedia.com^ +||update.fbsbx.com^ +||upsight.com^ +||urbanairship.com^ +||urekamedia.com^ +||useinsider.com^ +||usp1.baidu.com^ +||videohub.tv^ +||vidoomy.com^ +||viglink.com^ +||viruspro.pro^ +||vntsm.com^ +||voicefive.com^ +||vserv.mobi^ +||vungle.com^ +||w88.go.com^ +||weborama.com^ +||webtrends.com^ +||woopra.com^ +||wootric.com^ +||www-google-analytics.l.google.com^ +||www-googletagmanager.l.google.com^ +||wywy.com^ +||wywyuserservice.com^ +||xlog*.byteoversea.com^ +||xlog.snssdk.com^ +||xlog.tiktokv.com^ +||xslt.alexa.com^ +||yadro.ru^ +||yap.yahoo.com^ +||yieldlove-ad-serving.net^ +||yieldlove.com^ +||yllix.com^ +||youbora.com^ +||zcoup.com^ +||zergnet.com^ +||zucks.net^ +||1phads.com^ +||207.net^ +||247media.com^ +||24log.com^ +||24log.de^ +||360yield.com^ +||4d5.net^ +||4info.com^ +||4mads.com^ +||a.adexchangemachine.com^ +||a.adtng.com^ +||a.appbaqend.com^ +||a.aproductmsg.com^ +||a.collective-media.net^ +||a.consumer.net^ +||a.mktw.net^ +||a.rigelink.com^ +||a.sakh.com^ +||a.xanga.com^ +||a135.wftv.com^ +||a32.g.a.yimg.com^ +||a9.com^ +||aaddzz.com^ +||aarki.com^ +||abacho.net^ +||abackchain.com^ +||abandonedaction.com^ +||abandonedclover.com^ +||abashedangle.com^ +||abc-ads.com^ +||aboardlevel.com^ +||abruptroad.com^ +||absentstream.com^ +||absoluteclickscom.com^ +||absorbingband.com^ +||absurdwater.com^ +||abz.com^ +||ac.rnm.ca^ +||acento.com^ +||acidityfoamy.com^ +||acridtwist.com^ +||acsseo.com^ +||actionsplash.com^ +||actualdeals.com^ +||actuallysheep.com^ +||actuallysnake.com^ +||acuityads.com^ +||ad-balancer.at^ +||ad-balancer.net^ +||ad-center.com^ +||ad-eu-west-1.pxlad.io^ +||ad-images.suntimes.com^ +||ad-miner.com^ +||ad-pay.de^ +||ad-rotator.com^ +||ad-server.gulasidorna.se^ +||ad-server.unlimapps.com^ +||ad-serverparc.nl^ +||ad-souk.com^ +||ad-space.net^ +||ad-spb.ru^ +||ad-specs.guoshipartners.com^ +||ad-tech.com^ +||ad-up.com^ +||ad.100.tbn.ru^ +||ad.103092804.com^ +||ad.71i.de^ +||ad.980x.com^ +||ad.a8.net^ +||ad.abcnews.com^ +||ad.abctv.com^ +||ad.about.com^ +||ad.aboutit.de^ +||ad.aboutwebservices.com^ +||ad.abum.com^ +||ad.admitad.com^ +||ad.afy11.net^ +||ad.allstar.cz^ +||ad.altervista.org^ +||ad.amgdgt.com^ +||ad.anuntis.com^ +||ad.api.3g.tudou.com^ +||ad.apsalar.com^ +||ad.auditude.com^ +||ad.bizo.com^ +||ad.caradisiac.com^ +||ad.centrum.cz^ +||ad.cgi.cz^ +||ad.choiceradio.com^ +||ad.clix.pt^ +||ad.cooks.com^ +||ad.digitallook.com^ +||ad.directrev.com^ +||ad.doctissimo.fr^ +||ad.domainfactory.de^ +||ad.e-kolay.net^ +||ad.ettoday.net^ +||ad.eurosport.com^ +||ad.f1cd.ru^ +||ad.foxnetworks.com^ +||ad.freecity.de^ +||ad.gate24.ch^ +||ad.globe7.com^ +||ad.grafika.cz^ +||ad.hbv.de^ +||ad.hodomobile.com^ +||ad.httpool.com^ +||ad.hyena.cz^ +||ad.iinfo.cz^ +||ad.ilove.ch^ +||ad.infoseek.com^ +||ad.jamba.net^ +||ad.jamster.co.uk^ +||ad.jetsoftware.com^ +||ad.keenspace.com^ +||ad.kissasian.es^ +||ad.leadbolt.net^ +||ad.leadboltmobile.net^ +||ad.liveinternet.ru^ +||ad.lupa.cz^ +||ad.m5prod.net^ +||ad.mail.ru^ +||ad.media-servers.net^ +||ad.mediastorm.hu^ +||ad.mgd.de^ +||ad.musicmatch.com^ +||ad.nachtagenten.de^ +||ad.nozonedata.com^ +||ad.nttnavi.co.jp^ +||ad.nwt.cz^ +||ad.onad.eu^ +||ad.pandora.tv^ +||ad.period-calendar.com^ +||ad.playground.ru^ +||ad.pr.ameba.jp^ +||ad.preferances.com^ +||ad.profiwin.de^ +||ad.prv.pl^ +||ad.queryly.com^ +||ad.rambler.ru^ +||ad.reunion.com^ +||ad.scanmedios.com^ +||ad.sensismediasmart.com.au^ +||ad.setn.com^ +||ad.seznam.cz^ +||ad.simgames.net^ +||ad.slutload.com^ +||ad.smartclip.net^ +||ad.tbn.ru^ +||ad.technoratimedia.com^ +||ad.thewheelof.com^ +||ad.top50.to^ +||ad.trafficgate.net^ +||ad.turn.com^ +||ad.tv2.no^ +||ad.twitchguru.com^ +||ad.unimhk.com^ +||ad.usatoday.com^ +||ad.virtual-nights.com^ +||ad.watch.impress.co.jp^ +||ad.wavu.hu^ +||ad.way.cz^ +||ad.weatherbug.com^ +||ad.wsod.com^ +||ad.wz.cz^ +||ad.xrea.com^ +||ad.yourmedia.com^ +||ad.zanox.com^ +||ad0.bigmir.net^ +||ad01.mediacorpsingapore.com^ +||ad1.emediate.dk^ +||ad1.emule-project.org^ +||ad1.kde.cz^ +||ad1.pamedia.com.au^ +||ad120m.com^ +||ad127m.com^ +||ad131m.com^ +||ad132m.com^ +||ad2.iinfo.cz^ +||ad2.ip.ro^ +||ad2.linxcz.cz^ +||ad2.lupa.cz^ +||ad2.trafficgate.net^ +||ad2.xrea.com^ +||ad2flash.com^ +||ad2games.com^ +||ad3.iinfo.cz^ +||ad3.pamedia.com.au^ +||ad3.xrea.com^ +||ad4game.com^ +||ad4mat.com^ +||ad4mat.de^ +||ad4mat.net^ +||ad4push.com^ +||adaction.de^ +||adapt.tv^ +||adbanner.ro^ +||adbard.net^ +||adblockanalytics.com^ +||adboost.de.vu^ +||adboost.net^ +||adbooth.com^ +||adbooth.net^ +||adbot.com^ +||adbouc.com^ +||adbrite.com^ +||adbrn.com^ +||adbroker.de^ +||adbunker.com^ +||adbutler.com^ +||adbutler.de^ +||adbuyer.com^ +||adbuyer3.lycos.com^ +||adcash.com^ +||adcast.deviantart.com^ +||adcel.vrvm.com^ +||adcell.de^ +||adcenter.mdf.se^ +||adcenter.net^ +||adcentriconline.com^ +||adcept.net^ +||adchina.com^ +||adcito.com^ +||adclick.com^ +||adclient.uimserv.net^ +||adclient1.tucows.com^ +||adclix.org^ +||adcloud.net^ +||adcome.cn^ +||adcomplete.com^ +||adconion.com^ +||adcontent.gamespy.com^ +||adcycle.com^ +||add.newmedia.cz^ +||addash.co^ +||addealing.com^ +||addesktop.com^ +||addfreestats.com^ +||addisp.com^ +||addme.com^ +||adecn.com^ +||ademails.com^ +||adengage.com^ +||adexchangegate.com^ +||adexchangemachine.com^ +||adexchangeprediction.com^ +||adexchangetracker.com^ +||adexpose.com^ +||adext.inkclub.com^ +||adfactor.nl^ +||adfarm.mediaplex.com^ +||adflight.com^ +||adfonic.net^ +||adforce.com^ +||adform.com^ +||adformdsp.net^ +||adframe.mediaplex.com^ +||adgardener.com^ +||adgoto.com^ +||adgridwork.com^ +||adgroups.net^ +||adhese.be^ +||adhese.com^ +||adhoc4.net^ +||adi.mainichi.co.jp^ +||adimage.asiaone.com.sg^ +||adimage.guardian.co.uk^ +||adimage.sphdigital.com^ +||adimages.been.com^ +||adimages.carsoup.com^ +||adimages.homestore.com^ +||adimages.omroepzeeland.nl^ +||adimages.sanomawsoy.fi^ +||adimg.com.com^ +||adimg.net^ +||adimg.uimserv.net^ +||adimg1.chosun.com^ +||adimgs.sapo.pt^ +||adimpact.com^ +||adinch.com^ +||adincube.com^ +||adinjector.net^ +||adinterax.com^ +||adisfy.com^ +||adition.com^ +||adition.de^ +||adition.net^ +||adizio.com^ +||adjix.com^ +||adjug.com^ +||adjuggler.com^ +||adjuggler.yourdictionary.com^ +||adk2.co^ +||adk2.com^ +||adk2ads.tictacti.com^ +||adkeeper.com^ +||adland.ru^ +||adlantic.nl^ +||adledge.com^ +||adlegend.com^ +||adlike.com^ +||adlike.net^ +||adlink.de^ +||adlite.net^ +||adlog.com.com^ +||adloox.com^ +||adlooxtracking.com^ +||adlure.net^ +||admagnet.net^ +||admailtiser.com^ +||adman.gr^ +||adman.in.gr^ +||adman.otenet.gr^ +||admanagement.ch^ +||admanager.btopenworld.com^ +||admanager.carsoup.com^ +||admantx.com^ +||admarvel.com^ +||admedia.ro^ +||admedia.wsod.com^ +||admedo.com^ +||admeld.com^ +||admerize.be^ +||admeta.com^ +||admex.com^ +||adminder.com^ +||adminshop.com^ +||admized.com^ +||admob.comadwhirl.com^ +||admobile.com^ +||admonitor.com^ +||admotion.com.ar^ +||admtpmp123.com^ +||admtpmp124.com^ +||admtpmp127.com^ +||adnection.com^ +||adnet-media.net^ +||adnet.asahi.com^ +||adnet.biz^ +||adnet.de^ +||adnet.ru^ +||adnet.worldreviewer.com^ +||adnetinteractive.com^ +||adnetwork.net^ +||adnetworkperformance.com^ +||adnetworkperformance.compopcash.net^ +||adnews.maddog2000.de^ +||adnotch.com^ +||adocean.pl^ +||adonspot.com^ +||adoperator.com^ +||adorigin.com^ +||adotmob.com^ +||adpacks.com^ +||adpdx.com^ +||adpenguin.biz^ +||adpepper.dk^ +||adpepper.nl^ +||adperium.com^ +||adplexity.com^ +||adplus.co.id^ +||adplxmd.com^ +||adprimemedia.com^ +||adprofile.net^ +||adprojekt.pl^ +||adpxl.co^ +||adpxljs.adpxl.co^ +||adq.nextag.com^ +||adrazzi.com^ +||adreactor.com^ +||adreclaim.com^ +||adrecreate.com^ +||adremedy.com^ +||adreporting.com^ +||adres.internet.com^ +||adrevolver.com^ +||adriver.ru^ +||adrock.com.ua^ +||adrock.ua^ +||adrolays.de^ +||adrotate.de^ +||adrotator.se^ +||adrotic.girlonthenet.com^ +||adru.net^ +||ads-click.com^ +||ads-trk.vidible.tv^ +||ads.4tube.com^ +||ads.5ci.lt^ +||ads.abovetopsecret.com^ +||ads.aceweb.net^ +||ads.activestate.com^ +||ads.adadapted.com^ +||ads.adfox.ru^ +||ads.administrator.de^ +||ads.adservme.com^ +||ads.adshareware.net^ +||ads.adstream.com.ro^ +||ads.adultfriendfinder.com^ +||ads.adultswim.com^ +||ads.advance.net^ +||ads.adverline.com^ +||ads.affiliates-spinit.com^ +||ads.affiliates.match.com^ +||ads.alibaba.com^ +||ads.allvatar.com^ +||ads.alt.com^ +||ads.alwayson-network.com^ +||ads.amdmb.com^ +||ads.amigos.com^ +||ads.aol.co.uk^ +||ads.aol.com^ +||ads.apn.co.nz^ +||ads.appsgeyser.com^ +||ads.as4x.tmcs.net^ +||ads.as4x.tmcs.ticketmaster.com^ +||ads.asia1.com.sg^ +||ads.asiafriendfinder.com^ +||ads.ask.com^ +||ads.aspalliance.com^ +||ads.avazu.net^ +||ads.batpmturner.com^ +||ads.beenetworks.net^ +||ads.belointeractive.com^ +||ads.berlinonline.de^ +||ads.betanews.com^ +||ads.betfair.com^ +||ads.betfair.com.au^ +||ads.bigchurch.com^ +||ads.bigfoot.com^ +||ads.billiton.de^ +||ads.bitesms.com^ +||ads.bittorrent.com^ +||ads.blog.com^ +||ads.bloomberg.com^ +||ads.bluelithium.com^ +||ads.bluemountain.com^ +||ads.bluesq.com^ +||ads.bonniercorp.com^ +||ads.boylesports.com^ +||ads.brabys.com^ +||ads.brain.pk^ +||ads.brazzers.com^ +||ads.bumq.com^ +||ads.businessweek.com^ +||ads.canalblog.com^ +||ads.canoe.ca^ +||ads.casinocity.com^ +||ads.casumoaffiliates.com^ +||ads.cbc.ca^ +||ads.cc^ +||ads.cc-dt.com^ +||ads.cdn.rovio.com^ +||ads.centraliprom.com^ +||ads.cgnetworks.com^ +||ads.channel4.com^ +||ads.cimedia.com^ +||ads.clearchannel.com^ +||ads.co.com^ +||ads.colombiaonline.com^ +||ads.com.com^ +||ads.comeon.com^ +||ads.contactmusic.com^ +||ads.contentabc.com^ +||ads.crakmedia.com^ +||ads.creative-serving.com^ +||ads.creativematch.com^ +||ads.cricbuzz.com^ +||ads.cybersales.cz^ +||ads.dada.it^ +||ads.datinggold.com^ +||ads.datingyes.com^ +||ads.dazoot.ro^ +||ads.deltha.hu^ +||ads.dennisnet.co.uk^ +||ads.desmoinesregister.com^ +||ads.detelefoongids.nl^ +||ads.deviantart.com^ +||ads.digital-digest.com^ +||ads.digitalmedianet.com^ +||ads.digitalpoint.com^ +||ads.directionsmag.com^ +||ads.discovery.com^ +||ads.domain.com^ +||ads.domeus.com^ +||ads.eagletribune.com^ +||ads.easy-forex.com^ +||ads.eatinparis.com^ +||ads.economist.com^ +||ads.edbindex.dk^ +||ads.egrana.com.br^ +||ads.einmedia.com^ +||ads.elcarado.com^ +||ads.electrocelt.com^ +||ads.elitetrader.com^ +||ads.emirates.net.ae^ +||ads.epltalk.com^ +||ads.esmas.com^ +||ads.exactdrive.com^ +||ads.expat-blog.biz^ +||ads.expedia.com^ +||ads.ezboard.com^ +||ads.factorymedia.com^ +||ads.fairfax.com.au^ +||ads.fasttrack-ignite.com^ +||ads.faxo.com^ +||ads.ferianc.com^ +||ads.filmup.com^ +||ads.financialcontent.com^ +||ads.flooble.com^ +||ads.fool.com^ +||ads.footballaddicts.se^ +||ads.footymad.net^ +||ads.forbes.com^ +||ads.forbes.net^ +||ads.forium.de^ +||ads.fortunecity.com^ +||ads.fotosidan.se^ +||ads.foxkidseurope.net^ +||ads.foxnetworks.com^ +||ads.foxnews.com^ +||ads.freecity.de^ +||ads.friendfinder.com^ +||ads.ft.com^ +||ads.futurenet.com^ +||ads.gamecity.net^ +||ads.gameforgeads.de^ +||ads.gamershell.com^ +||ads.gamespyid.com^ +||ads.gamigo.de^ +||ads.gaming-universe.de^ +||ads.gawker.com^ +||ads.geekswithblogs.net^ +||ads.getlucky.com^ +||ads.globeandmail.com^ +||ads.godlikeproductions.com^ +||ads.goyk.com^ +||ads.gplusmedia.com^ +||ads.gradfinder.com^ +||ads.grindinggears.com^ +||ads.groundspeak.com^ +||ads.gsm-exchange.com^ +||ads.gsmexchange.com^ +||ads.guardian.co.uk^ +||ads.guardianunlimited.co.uk^ +||ads.guru3d.com^ +||ads.hardwaresecrets.com^ +||ads.harpers.org^ +||ads.harvard.edu^ +||ads.hbv.de^ +||ads.hearstmags.com^ +||ads.heartlight.org^ +||ads.heias.com^ +||ads.hideyourarms.com^ +||ads.hollywood.com^ +||ads.horsehero.com^ +||ads.horyzon-media.com^ +||ads.iafrica.com^ +||ads.ibest.com.br^ +||ads.ibryte.com^ +||ads.icq.com^ +||ads.ign.com^ +||ads.img.co.za^ +||ads.imgur.com^ +||ads.indiatimes.com^ +||ads.infi.net^ +||ads.internic.co.il^ +||ads.ipowerweb.com^ +||ads.isoftmarketing.com^ +||ads.itv.com^ +||ads.iwon.com^ +||ads.jewishfriendfinder.com^ +||ads.jiwire.com^ +||ads.joaffs.com^ +||ads.jobsite.co.uk^ +||ads.jpost.com^ +||ads.jubii.dk^ +||ads.justhungry.com^ +||ads.kabooaffiliates.com^ +||ads.kaktuz.net^ +||ads.kelbymediagroup.com^ +||ads.kinobox.cz^ +||ads.kinxxx.com^ +||ads.kompass.com^ +||ads.krawall.de^ +||ads.lapalingo.com^ +||ads.larryaffiliates.com^ +||ads.leovegas.com^ +||ads.lesbianpersonals.com^ +||ads.linkedin.com^ +||ads.linuxfoundation.org^ +||ads.linuxjournal.com^ +||ads.linuxsecurity.com^ +||ads.livenation.com^ +||ads.lordlucky.com^ +||ads.mariuana.it^ +||ads.massinfra.nl^ +||ads.mcafee.com^ +||ads.mediaodyssey.com^ +||ads.mediaplayer.one^ +||ads.mediaturf.net^ +||ads.medienhaus.de^ +||ads.mgnetwork.com^ +||ads.miarroba.com^ +||ads.mmania.com^ +||ads.mobilautomaten.com^ +||ads.mobilebet.com^ +||ads.moceanads.com^ +||ads.motor-forum.nl^ +||ads.motormedia.nl^ +||ads.movieflix.com^ +||ads.multimania.lycos.fr^ +||ads.n-ws.org^ +||ads.nationalgeographic.com^ +||ads.ncm.com^ +||ads.ndtv1.com^ +||ads.netclusive.de^ +||ads.netmechanic.com^ +||ads.networksolutions.com^ +||ads.newdream.net^ +||ads.newgrounds.com^ +||ads.newmedia.cz^ +||ads.newsint.co.uk^ +||ads.newsquest.co.uk^ +||ads.newtention.net^ +||ads.ninemsn.com.au^ +||ads.nj.com^ +||ads.nola.com^ +||ads.nordichardware.com^ +||ads.nordichardware.se^ +||ads.nwsource.com^ +||ads.nyi.net^ +||ads.nyx.cz^ +||ads.nzcity.co.nz^ +||ads.o2.pl^ +||ads.oddschecker.com^ +||ads.okcimg.com^ +||ads.ole.com^ +||ads.olivebrandresponse.com^ +||ads.oneplace.com^ +||ads.ontarget.mobi^ +||ads.ookla.com^ +||ads.optusnet.com.au^ +||ads.outpersonals.com^ +||ads.p161.net^ +||ads.passion.com^ +||ads.pennet.com^ +||ads.penny-arcade.com^ +||ads.pheedo.com^ +||ads.phpclasses.org^ +||ads.pickmeup-ltd.com^ +||ads.pkr.com^ +||ads.planet.nl^ +||ads.pni.com^ +||ads.pof.com^ +||ads.powweb.com^ +||ads.primissima.it^ +||ads.printscr.com^ +||ads.prisacom.com^ +||ads.program3.com^ +||ads.programattik.com^ +||ads.psd2html.com^ +||ads.pushplay.com^ +||ads.quasaraffiliates.com^ +||ads.quoka.de^ +||ads.rcs.it^ +||ads.recoletos.es^ +||ads.reddit.com^ +||ads.rediff.com^ +||ads.redlightcenter.com^ +||ads.redtube.com^ +||ads.resoom.de^ +||ads.returnpath.net^ +||ads.rottentomatoes.com^ +||ads.rpgdot.com^ +||ads.s3.sitepoint.com^ +||ads.samsungads.com^ +||ads.satyamonline.com^ +||ads.savannahnow.com^ +||ads.saymedia.com^ +||ads.scifi.com^ +||ads.seniorfriendfinder.com^ +||ads.sexinyourcity.com^ +||ads.shizmoo.com^ +||ads.shopstyle.com^ +||ads.sift.co.uk^ +||ads.silverdisc.co.uk^ +||ads.slim.com^ +||ads.smartclick.com^ +||ads.socialtheater.com^ +||ads.soft32.com^ +||ads.space.com^ +||ads.spoonfeduk.com^ +||ads.sptimes.com^ +||ads.stackoverflow.com^ +||ads.stationplay.com^ +||ads.struq.com^ +||ads.sun.com^ +||ads.suomiautomaatti.com^ +||ads.supplyframe.com^ +||ads.t-online.de^ +||ads.tahono.com^ +||ads.tapdaq.com^ +||ads.techtv.com^ +||ads.techweb.com^ +||ads.telegraph.co.uk^ +||ads.theglobeandmail.com^ +||ads.themovienation.com^ +||ads.thestar.com^ +||ads.thewebfreaks.com^ +||ads.thrillsaffiliates.com^ +||ads.timeout.com^ +||ads.tjwi.info^ +||ads.tmcs.net^ +||ads.toplayaffiliates.com^ +||ads.totallyfreestuff.com^ +||ads.townhall.com^ +||ads.trinitymirror.co.uk^ +||ads.tripod.com^ +||ads.tripod.lycos.co.uk^ +||ads.tripod.lycos.de^ +||ads.tripod.lycos.es^ +||ads.tripod.lycos.it^ +||ads.tripod.lycos.nl^ +||ads.tripod.spray.se^ +||ads.tso.dennisnet.co.uk^ +||ads.uknetguide.co.uk^ +||ads.ultimate-guitar.com^ +||ads.uncrate.com^ +||ads.undertone.com^ +||ads.usatoday.com^ +||ads.v3.com^ +||ads.verticalresponse.com^ +||ads.vgchartz.com^ +||ads.videosz.com^ +||ads.viksaffiliates.com^ +||ads.virtual-nights.com^ +||ads.virtualcountries.com^ +||ads.vnumedia.com^ +||ads.waps.cn^ +||ads.wapx.cn^ +||ads.watson.ch^ +||ads.weather.ca^ +||ads.web.aol.com^ +||ads.web.cs.com^ +||ads.web.de^ +||ads.webmasterpoint.org^ +||ads.websiteservices.com^ +||ads.whi.co.nz^ +||ads.whoishostingthis.com^ +||ads.wiezoekje.nl^ +||ads.wikia.nocookie.net^ +||ads.wineenthusiast.com^ +||ads.wunderground.com^ +||ads.wwe.biz^ +||ads.xhamster.com^ +||ads.xtra.co.nz^ +||ads.xtribeapp.com^ +||ads.y-0.net^ +||ads.yimg.com^ +||ads.yldmgrimg.net^ +||ads.yourfreedvds.com^ +||ads.zdnet.com^ +||ads.ztod.com^ +||ads03.redtube.com^ +||ads04.tapsense.com^ +||ads1.canoe.ca^ +||ads1.mediacapital.pt^ +||ads1.rne.com^ +||ads1.theglobeandmail.com^ +||ads1.virtual-nights.com^ +||ads10.speedbit.com^ +||ads180.com^ +||ads2.brazzers.com^ +||ads2.clearchannel.com^ +||ads2.contentabc.com^ +||ads2.gamecity.net^ +||ads2.jubii.dk^ +||ads2.net-communities.co.uk^ +||ads2.oneplace.com^ +||ads2.rne.com^ +||ads2.virtual-nights.com^ +||ads2.xnet.cz^ +||ads2004.treiberupdate.de^ +||ads24h.net^ +||ads3.contentabc.com^ +||ads3.gamecity.net^ +||ads3.virtual-nights.com^ +||ads4.clearchannel.com^ +||ads4.gamecity.net^ +||ads4.virtual-nights.com^ +||ads4homes.com^ +||ads5.canoe.ca^ +||ads5.virtual-nights.com^ +||ads6.gamecity.net^ +||ads7.gamecity.net^ +||ads8.com^ +||adsbridge.com^ +||adsby.bidtheatre.com^ +||adscale.de^ +||adscan.yelabapp.com^ +||adscholar.com^ +||adscience.nl^ +||adsco.re^ +||adscpm.com^ +||adsdaq.com^ +||adsdk.com^ +||adsellers.net^ +||adsend.de^ +||adsensecustomsearchads.com^ +||adserv.evo-x.de^ +||adserv.gamezone.de^ +||adserv.iafrica.com^ +||adserv.qconline.com^ +||adserv.quality-channel.de^ +||adserve.ams.rhythmxchange.com^ +||adserve.gzero.com^ +||adserver-live.yoc.mobi^ +||adserver.43plc.com^ +||adserver.71i.de^ +||adserver.adultfriendfinder.com^ +||adserver.aidameter.com^ +||adserver.aol.fr^ +||adserver.barrapunto.com^ +||adserver.beggarspromo.com^ +||adserver.betandwin.de^ +||adserver.bizhat.com^ +||adserver.break-even.it^ +||adserver.cams.com^ +||adserver.clashmusic.com^ +||adserver.com^ +||adserver.digitoday.com^ +||adserver.dotcommedia.de^ +||adserver.finditquick.com^ +||adserver.flossiemediagroup.com^ +||adserver.freecity.de^ +||adserver.freenet.de^ +||adserver.friendfinder.com^ +||adserver.hardsextube.com^ +||adserver.hardwareanalysis.com^ +||adserver.html.it^ +||adserver.hwupgrade.it^ +||adserver.irishwebmasterforum.com^ +||adserver.janes.com^ +||adserver.kyoceramita-europe.com^ +||adserver.libero.it^ +||adserver.mgsex.com^ +||adserver.motorpresse.de^ +||adserver.news.com.au^ +||adserver.ngz-network.de^ +||adserver.nydailynews.com^ +||adserver.o2.pl^ +||adserver.oddschecker.com^ +||adserver.omroepzeeland.nl^ +||adserver.pl^ +||adserver.portalofevil.com^ +||adserver.portugalmail.net^ +||adserver.portugalmail.pt^ +||adserver.pressboard.ca^ +||adserver.quizdingo.com^ +||adserver.realhomesex.net^ +||adserver.sanomawsoy.fi^ +||adserver.sciflicks.com^ +||adserver.sharewareonline.com^ +||adserver.spankaway.com^ +||adserver.startnow.com^ +||adserver.theonering.net^ +||adserver.twitpic.com^ +||adserver.viagogo.com^ +||adserver.virginmedia.com^ +||adserver01.de^ +||adserver1-images.backbeatmedia.com^ +||adserver1.backbeatmedia.com^ +||adserver1.mindshare.de^ +||adserver1.mokono.com^ +||adserver1.ogilvy-interactive.de^ +||adserver2.mindshare.de^ +||adserver2.popdata.de^ +||adserverplus.com^ +||adserverpub.com^ +||adserversolutions.com^ +||adserving.unibet.com^ +||adservinginternational.com^ +||adservme.com^ +||adsfac.eu^ +||adsfac.net^ +||adsfac.us^ +||adshark.site^ +||adshost1.com^ +||adshost2.com^ +||adside.com^ +||adsk2.co^ +||adskape.ru^ +||adsklick.de^ +||adslop.com^ +||adsluna.com^ +||adsmarket.com^ +||adsmart.co.uk^ +||adsmart.com^ +||adsmart.net^ +||adsmobi.com^ +||adsmogo.com^ +||adsmogo.mobi^ +||adsmogo.net^ +||adsmogo.org^ +||adsoctopus.com^ +||adsoftware.com^ +||adsoldier.com^ +||adsolutions.yp.com^ +||adsonar.com^ +||adsoptimal.com^ +||adspace.ro^ +||adspeed.net^ +||adsponse.de^ +||adspot.co^ +||adsremote.scrippsnetworks.com^ +||adsrevenue.net^ +||adsrocket.net^ +||adsrv.deviantart.com^ +||adsrv.eacdn.com^ +||adsrv.iol.co.za^ +||adsstat.com^ +||adstage.io^ +||adstat.4u.pl^ +||adstest.weather.com^ +||adstune.com^ +||adsupply.com^ +||adsupplyads.com^ +||adswitcher.com^ +||adsynergy.com^ +||adsys.townnews.com^ +||adsystem.simplemachines.org^ +||adtag.sphdigital.com^ +||adtech.com^ +||adtegrity.net^ +||adtheorent.com^ +||adthis.com^ +||adthrive.com^ +||adtiger.de^ +||adtilt.com^ +||adtng.com^ +||adtoll.com^ +||adtology.com^ +||adtoma.com^ +||adtrace.org^ +||adtrade.net^ +||adtrading.de^ +||adtrak.net^ +||adtriplex.com^ +||adtruth.com^ +||adultadvertising.com^ +||adultmoda.com^ +||adunion.tapas.net^ +||adv-adserver.com^ +||adv-banner.libero.it^ +||adv.cooperhosting.net^ +||adv.freeonline.it^ +||adv.hwupgrade.it^ +||adv.livedoor.com^ +||adv.nexthardware.com^ +||adv.webmd.com^ +||adv.wp.pl^ +||adv.yo.cz^ +||advariant.com^ +||advbanners.global.ssl.fastly.net^ +||adventory.com^ +||adver.mobi^ +||adverserve.net^ +||advert.bayarea.com^ +||advert.dyna.ultraweb.hu^ +||adverticum.com^ +||adverticum.net^ +||adverticus.de^ +||advertise.com^ +||advertiseireland.com^ +||advertisementafterthought.com^ +||advertiserurl.com^ +||advertisespace.com^ +||advertising.aol.com^ +||advertising.guildlaunch.net^ +||advertisingbanners.com^ +||advertisingbox.com^ +||advertisingtag.net^ +||advertmarket.com^ +||advertmedia.de^ +||advertpro.sitepoint.com^ +||advertpro.ya.com^ +||adverts.carltononline.com^ +||advertstream.com^ +||advertwizard.com^ +||advfromnwl.com^ +||advideo.uimserv.net^ +||adview.ppro.de^ +||advisormedia.cz^ +||adviva.com^ +||adviva.net^ +||advnt.com^ +||adwareremovergold.com^ +||adwhirl.com^ +||adwitserver.com^ +||adwo.com^ +||adworldnetwork.com^ +||adworx.at^ +||adworx.be^ +||adworx.nl^ +||adx.allstar.cz^ +||adx.atnext.com^ +||adx.gainesvillesun.com^ +||adxpansion.com^ +||adxpose.com^ +||adxprts.com^ +||adxvalue.com^ +||adyea.com^ +||adz2you.com^ +||adzbazar.com^ +||adzerk.net^ +||adzones.com^ +||af-ad.co.uk^ +||affbuzzads.com^ +||affec.tv^ +||affili.net^ +||affiliate.1800flowers.com^ +||affiliate.7host.com^ +||affiliate.doubleyourdating.com^ +||affiliate.dtiserv.com^ +||affiliate.gamestop.com^ +||affiliate.mercola.com^ +||affiliate.mogs.com^ +||affiliate.offgamers.com^ +||affiliate.travelnow.com^ +||affiliate.treated.com^ +||affiliate.viator.com^ +||affiliatefuel.com^ +||affiliatefuture.com^ +||affiliates.allposters.com^ +||affiliates.babylon.com^ +||affiliates.devilfishpartners.com^ +||affiliates.digitalriver.com^ +||affiliates.globat.com^ +||affiliates.ige.com^ +||affiliates.internationaljock.com^ +||affiliates.jlist.com^ +||affiliates.rozetka.com.ua^ +||affiliates.streamray.com^ +||affiliates.thinkhost.net^ +||affiliates.thrixxx.com^ +||affiliates.ultrahosting.com^ +||affiliatetracking.com^ +||affiliatetracking.net^ +||affiliatetrading.net^ +||affiliatewindow.com^ +||affiliation-france.com^ +||affinity.com^ +||afftracking.justanswer.com^ +||afterview.ru^ +||agreeableprice.com^ +||agreeablestew.com^ +||agreemand.com^ +||ah-ha.com^ +||ahalogy.com^ +||aheadday.com^ +||aidu-ads.de^ +||aim4media.com^ +||airpush.com^ +||aistat.net^ +||ajouter.net^ +||ak0gsh40.com^ +||alb.reddit.com^ +||alclick.com^ +||alenty.com^ +||alipromo.com^ +||all4spy.com^ +||alladvantage.com^ +||allosponsor.com^ +||allstarmediagroup.com^ +||altb.marfeel.com^ +||amazingcounters.com^ +||ambiguousquilt.com^ +||ambitiousagreement.com^ +||americash.com^ +||amobee.com^ +||an.cliphub.io^ +||an.cliphub.net^ +||an.tacoda.net^ +||anahtars.com^ +||analytics.adpost.org^ +||analytics.live.com^ +||anm.intelli-direct.com^ +||annonser.dagbladet.no^ +||anxiousapples.com^ +||apathetictheory.com^ +||apex-ad.com^ +||api.52youtu.com^ +||api.ad4push.com^ +||api.ampiri.com^ +||api.appfireworks.com^ +||api.catch.gift^ +||api.intensifier.de^ +||api.parse.com^ +||api.queryly.com^ +||api.unthem.com^ +||app-promo.com^ +||app.adsoctopus.com^ +||app.pendo.io^ +||appbaqend.com^ +||appclick.co^ +||appclick.net^ +||appdog.com^ +||appfireworks.com^ +||appflood.com^ +||appia.com^ +||appier.com^ +||appnexus.com^ +||appolicious.com^ +||apprebates.com^ +||appredeem.com^ +||approstar.com^ +||appsdt.com^ +||appsfire.com^ +||appsfire.net^ +||appsnack.com^ +||apptera.com^ +||appular.com^ +||aps.hearstnp.com^ +||apture.com^ +||apusx.com^ +||aquaticowl.com^ +||ar1nvz5.com^ +||arc1.msn.com^ +||arcadebanners.com^ +||archswimming.com^ +||ard.xxxblackbook.com^ +||are-ter.com^ +||area51-ts.com^ +||argyresthia.com^ +||arkonziv.com^ +||aromamirror.com^ +||as.webmd.com^ +||as1.advfn.com^ +||as2.advfn.com^ +||as5000.com^ +||asp.animelab.com^ +||assets.loomia.com^ +||assets.purch.com^ +||assets1.exgfnetwork.com^ +||at-adserver.alltop.com^ +||athena-ads.wikia.com^ +||atlassolutions.com^ +||attractiveafternoon.com^ +||attributiontracker.com^ +||atwola.com^ +||auctionads.com^ +||auctionads.net^ +||audience2media.com^ +||audienceinsights.com^ +||audit.median.hu^ +||audit.webinform.hu^ +||augur.io^ +||auto-bannertausch.de^ +||autohits.dk^ +||automaticflock.com^ +||avenuea.com^ +||avocet.io^ +||avpa.javalobby.org^ +||avres.net^ +||avsads.com^ +||awempire.com^ +||awin1.com^ +||awzbijw.com^ +||axdsz.pro^ +||axiomaticalley.com^ +||aylarl.com^ +||azfront.com^ +||b-1st.com^ +||b.adexchangemachine.com^ +||b.aol.com^ +||b.engadget.com^ +||b.rigelink.com^ +||b4psads.com^ +||b59812ee54afcabd.com^ +||ba.afl.rakuten.co.jp^ +||babs.tv2.dk^ +||backbeatmedia.com^ +||balancebreath.com^ +||balloontexture.com^ +||banik.redigy.cz^ +||banner-exchange-24.de^ +||banner-link.com.br^ +||banner.ad.nu^ +||banner.alphacool.de^ +||banner.ambercoastcasino.com^ +||banner.blogranking.net^ +||banner.buempliz-online.ch^ +||banner.casino.net^ +||banner.casinodelrio.com^ +||banner.cotedazurpalace.com^ +||banner.coza.com^ +||banner.cz^ +||banner.easyspace.com^ +||banner.elisa.net^ +||banner.eurogrand.com^ +||banner.featuredusers.com^ +||banner.getgo.de^ +||banner.goldenpalace.com^ +||banner.img.co.za^ +||banner.inyourpocket.com^ +||banner.jobsahead.com^ +||banner.joylandcasino.com^ +||banner.linux.se^ +||banner.media-system.de^ +||banner.mindshare.de^ +||banner.nixnet.cz^ +||banner.noblepoker.com^ +||banner.northsky.com^ +||banner.orb.net^ +||banner.penguin.cz^ +||banner.prestigecasino.com^ +||banner.rbc.ru^ +||banner.relcom.ru^ +||banner.tanto.de^ +||banner.titan-dsl.de^ +||banner.vadian.net^ +||banner.webmersion.com^ +||banner.wirenode.com^ +||bannerads.de^ +||bannerboxes.com^ +||bannercommunity.de^ +||bannerconnect.com^ +||bannerconnect.net^ +||bannerexchange.cjb.net^ +||bannerflow.com^ +||bannergrabber.internet.gr^ +||bannerhost.com^ +||bannerimage.com^ +||bannerlandia.com.ar^ +||bannermall.com^ +||bannermarkt.nl^ +||bannerpower.com^ +||banners.adultfriendfinder.com^ +||banners.amigos.com^ +||banners.apnuk.com^ +||banners.asiafriendfinder.com^ +||banners.audioholics.com^ +||banners.babylon-x.com^ +||banners.bol.com.br^ +||banners.cams.com^ +||banners.clubseventeen.com^ +||banners.czi.cz^ +||banners.dine.com^ +||banners.direction-x.com^ +||banners.directnic.com^ +||banners.easydns.com^ +||banners.ebay.com^ +||banners.freett.com^ +||banners.friendfinder.com^ +||banners.getiton.com^ +||banners.iq.pl^ +||banners.isoftmarketing.com^ +||banners.lifeserv.com^ +||banners.linkbuddies.com^ +||banners.passion.com^ +||banners.resultonline.com^ +||banners.sexsearch.com^ +||banners.sys-con.com^ +||banners.thomsonlocal.com^ +||banners.videosz.com^ +||banners.virtuagirlhd.com^ +||banners.wunderground.com^ +||bannerserver.com^ +||bannersgomlm.com^ +||bannershotlink.perfectgonzo.com^ +||bannersng.yell.com^ +||bannerspace.com^ +||bannerswap.com^ +||bannertesting.com^ +||bannerwall.s3.appcnt.com^ +||bannery.cz^ +||bannieres.acces-contenu.com^ +||bans.adserver.co.il^ +||bans.bride.ru^ +||barbarousnerve.com^ +||barnesandnoble.bfast.com^ +||basebanner.com^ +||basepush.com^ +||baskettexture.com^ +||batbuilding.com^ +||bawdybeast.com^ +||baypops.com^ +||bbelements.com^ +||bbn.img.com.ua^ +||bc.marfeel.com^ +||bcfads.com^ +||bcmediagroup.com^ +||beabsolom.com^ +||beacon.gu-web.net^ +||bead-ad.com^ +||beamincrease.com^ +||beamkite.com^ +||beauty-tea.com^ +||bedsbreath.com^ +||begun.ru^ +||beharmalted.info^ +||behavioralengine.com^ +||belstat.com^ +||belstat.nl^ +||berp.com^ +||besguses.pro^ +||best-pr.info^ +||best-top.ro^ +||bestboundary.com^ +||bestsearch.net^ +||beta.ads.cc^ +||bewilderedblade.com^ +||bhclicks.com^ +||bhcumsc.com^ +||bidadx.com^ +||bidclix.com^ +||bidclix.net^ +||bidtrk.com^ +||bidvertiser.com^ +||bigads.guj.de^ +||bigbangmedia.com^ +||bigclicks.com^ +||billboard.cz^ +||bimlocal.com^ +||binary1.website^ +||binarymoney.site^ +||bitads.net^ +||bitmedianetwork.com^ +||bizad.nikkeibp.co.jp^ +||bizographics.com^ +||blast4traffic.com^ +||blingbucks.com^ +||blogads.com^ +||blogcounter.de^ +||blogherads.com^ +||blogrush.com^ +||blogtoplist.se^ +||blogtopsites.com^ +||blueadvertise.com^ +||bluecava.com^ +||bluekai.com^ +||bluelithium.com^ +||bluewhaleweb.com^ +||blushingbeast.com^ +||blushingboundary.com^ +||blutrumpet.com^ +||bm.annonce.cz^ +||bn.bfast.com^ +||bodyclick.net^ +||boersego-ads.de^ +||boilingbeetle.com^ +||boilingumbrella.com^ +||boldchat.com^ +||boom.ro^ +||boomads.com^ +||boost-my-pr.de^ +||boredcrown.com^ +||boringcoat.com^ +||boudja.com^ +||box.anchorfree.net^ +||bpath.com^ +||braincash.com^ +||brandreachsys.com^ +||branovate.com^ +||brassrule.com^ +||brickandmobile.com^ +||bridgetrack.com^ +||brightinfo.com^ +||british-banners.com^ +||broadboundary.com^ +||broadcastbed.com^ +||broaddoor.com^ +||btez8.xyz^ +||btrll.com^ +||bucketbean.com^ +||budsinc.com^ +||bullseye.backbeatmedia.com^ +||bumpberam.pro^ +||burstmedia.com^ +||business.opera.com^ +||businessbells.com^ +||bustlinganimal.com^ +||butheptesitrew.pro^ +||buyhitscheap.com^ +||buysellads.com^ +||buzzonclick.com^ +||bvalphaserver.com^ +||bwp.download.com^ +||c.adexchangemachine.com^ +||c.adsco.re^ +||c.bigmir.net^ +||c.compete.com^ +||c.rigelink.com^ +||c1.nowlinux.com^ +||c1exchange.com^ +||ca.clcknads.pro^ +||cache.addthiscdn.com^ +||calculatingcircle.com^ +||calculatingtoothbrush.com^ +||calculatorcamera.com^ +||callfire.com^ +||callloop.com^ +||callousbrake.com^ +||calmfoot.com^ +||campaign.bharatmatrimony.com^ +||caniamedia.com^ +||capablecows.com^ +||capacitly.com^ +||captainbicycle.com^ +||carambo.la^ +||carbonads.com^ +||carbonads.net^ +||casalmedia.com^ +||cash4members.com^ +||cash4popup.de^ +||cashcrate.com^ +||cashengines.com^ +||cashfiesta.com^ +||cashlayer.com^ +||cashpartner.com^ +||casinogames.com^ +||casinopays.com^ +||casinorewards.com^ +||casinotraffic.com^ +||casinotreasure.com^ +||casterist.info^ +||cbanners.virtuagirlhd.com^ +||cben1.net^ +||cbmall.com^ +||cbx.net^ +||cdn-server.top^ +||cdn.bidadx.com^ +||cdn.concert.io^ +||cdn.digitru.st^ +||cdn.feeds.ibt.com^ +||cdn.freefacti.com^ +||cdn.freefarcy.com^ +||cdn.ravenjs.com^ +||cdn.spotscenered.info^ +||cdnondemand.org^ +||cdnproviders.net^ +||cdnstoremedia.com^ +||cecash.com^ +||celeritascdn.com^ +||celltick.com^ +||centerpointmedia.com^ +||ceskydomov.alias.ngs.modry.cz^ +||cetrk.com^ +||cfduid.push-notifications.top^ +||cgicounter.puretec.de^ +||ch.questionmarket.com^ +||chairscrack.com^ +||chameleon.ad^ +||chango.com^ +||channel1vids.com^ +||channelintelligence.com^ +||chardwardse.club^ +||chart.dk^ +||checkm8.com^ +||checkstat.nl^ +||cheerfulrange.com^ +||cherrythread.com^ +||chestionar.ro^ +||chewcoat.com^ +||chickensstation.com^ +||chiefcurrent.com^ +||chinsnakes.com^ +||chitika.net^ +||christingel.com^ +||cibleclick.com^ +||cinstein.com^ +||cityads.telus.net^ +||citygrid.com^ +||cj.com^ +||cjbmanagement.com^ +||cjlog.com^ +||claria.com^ +||clashmobile.com^ +||class-act-clicks.com^ +||clearbid.uberads.com^ +||clearcomb.com^ +||click.absoluteagency.com^ +||click.fool.com^ +||click.howdoesin.net^ +||click.kmindex.ru^ +||click.rayads.cn^ +||click2freemoney.com^ +||click2paid.com^ +||clickability.com^ +||clickadz.com^ +||clickagents.com^ +||clickbank.com^ +||clickbank.net^ +||clickbooth.com^ +||clickboothlnk.com^ +||clickbrokers.com^ +||clickcompare.co.uk^ +||clickdensity.com^ +||clickedyclick.com^ +||clickhereforcellphones.com^ +||clickhouse.com^ +||clickhype.com^ +||clicklink.jp^ +||clickmedia.ro^ +||clickonometrics.pl^ +||clicks.equantum.com^ +||clicks.mods.de^ +||clickserve.cc-dt.com^ +||clicktag.de^ +||clickthrucash.com^ +||clickthruserver.com^ +||clickthrutraffic.com^ +||clicktrace.info^ +||clicktrack.ziyu.net^ +||clicktracks.com^ +||clicktrade.com^ +||clickxchange.com^ +||clickz.com^ +||clickzxc.com^ +||clicmanager.fr^ +||clientcdn.pushengage.com^ +||clients.tbo.com^ +||clikerz.net^ +||cliksolution.com^ +||clixco.in^ +||clixgalore.com^ +||clkads.com^ +||clkrev.com^ +||cloisteredhydrant.com^ +||cloudcoins.biz^ +||clrstm.com^ +||cls.vrvm.com^ +||cluster.adultworld.com^ +||clustrmaps.com^ +||cml.sad.ukrd.com^ +||cmpstar.com^ +||cnomy.com^ +||cnt.spbland.ru^ +||cnt1.pocitadlo.cz^ +||code-server.biz^ +||coin-hive.com^ +||coinhive.com^ +||cointraffic.io^ +||colonize.com^ +||com-fasting.live^ +||comboapp.com^ +||comclick.com^ +||comece-a-negociar.com^ +||comfortablecheese.com^ +||commandwalk.com^ +||commercialvalue.org^ +||commindo-media-ressourcen.de^ +||commissionmonster.com^ +||commonswing.com^ +||compactbanner.com^ +||company-target.com^ +||completecabbage.com^ +||complextoad.com^ +||comprabanner.it^ +||comwgi.com^ +||concernedcondition.com^ +||concernrain.com^ +||concert.io^ +||concertads-configs.vox-cdn.com^ +||confirmed-profits.com^ +||connatix.com^ +||connect.scroll.com^ +||connextra.com^ +||consciouscabbage.com^ +||consciouschairs.com^ +||consent.cmp.oath.com^ +||constintptr.com^ +||consumer.exacttargetapis.com^ +||contadores.miarroba.com^ +||contaxe.de^ +||contehos.com^ +||content.acc-hd.de^ +||content.bitsontherun.com^ +||contentabc.com^ +||contineljs.com^ +||conversionruler.com^ +||convrse.media^ +||cookies.cmpnet.com^ +||coordinatedcub.com^ +||copperchickens.com^ +||copycarpenter.com^ +||copyrightaccesscontrols.com^ +||coremetrics.com^ +||coretalk.co^ +||cosmos.marfeel.com^ +||cottawa.info^ +||count.rbc.ru^ +||count.rin.ru^ +||count.west263.com^ +||count6.rbc.ru^ +||counted.com^ +||counter.avtoindex.com^ +||counter.bloke.com^ +||counter.cnw.cz^ +||counter.cz^ +||counter.dreamhost.com^ +||counter.fateback.com^ +||counter.mirohost.net^ +||counter.mojgorod.ru^ +||counter.nowlinux.com^ +||counter.rambler.ru^ +||counter.search.bg^ +||counter.snackly.co^ +||counter.sparklit.com^ +||counters.honesty.com^ +||counting.kmindex.ru^ +||counts.tucows.com^ +||coupling-media.de^ +||cowledges.com^ +||cp.abbp1.pw^ +||cpalead.com^ +||cpays.com^ +||cpm-ad.com^ +||cpmaffiliation.com^ +||cpmstar.com^ +||cpx.to^ +||cpxadroit.com^ +||cpxinteractive.com^ +||cqcounter.com^ +||crabbychin.com^ +||crakmedia.com^ +||craktraffic.com^ +||craveandlamb.com^ +||crawlability.com^ +||crawlclocks.com^ +||crazyegg.com^ +||crazypopups.com^ +||creafi-online-media.com^ +||creafi.com^ +||creative-serving.com^ +||creative.whi.co.nz^ +||creatives.as4x.tmcs.net^ +||creatives.livejasmin.com^ +||credishe.com^ +||crispads.com^ +||crispmedia.com^ +||crispwireless.com^ +||critictruck.com^ +||croissed.info^ +||crowdgravity.com^ +||crownclam.com^ +||crtv.mate1.com^ +||ctnet2.in^ +||ctnetwork.hu^ +||cubics.com^ +||cumbersomecloud.com^ +||curtaincows.com^ +||cutecushion.com^ +||cuteturkey.com^ +||cyberbounty.com^ +||cybermonitor.com^ +||d.appsdt.com^ +||d.exit-ad.com^ +||d2cmedia.ca^ +||dakic-ia-300.com^ +||damdoor.com^ +||danban.com^ +||dancemistake.com^ +||dapper.net^ +||dashingdirt.com^ +||dashingsweater.com^ +||data.namesakeoscilloscopemarquis.com^ +||data.queryly.com^ +||datashreddergold.com^ +||dataxu.com^ +||dbbsrv.com^ +||dc-storm.com^ +||de17a.com^ +||deadpantruck.com^ +||dealdotcom.com^ +||deanmediagroup.com^ +||debonairway.com^ +||debtbusterloans.com^ +||decisivedrawer.com^ +||decisiveducks.com^ +||decknetwork.net^ +||decoycreation.com^ +||dedicatedmedia.com^ +||defectivesun.com^ +||delegatediscussion.com^ +||delightdriving.com^ +||deliver.vkcdnservice.com^ +||deloo.de^ +||deloplen.com^ +||deloton.com^ +||depilflash.tv^ +||desertedbreath.com^ +||desertedrat.com^ +||detailedglue.com^ +||detailedgovernment.com^ +||detectdiscovery.com^ +||dev-block.mediavenus.com^ +||dexchangenic.com^ +||di1.shopping.com^ +||dialerporn.com^ +||dianomi.com^ +||didtheyreadit.com^ +||differentdesk.com^ +||digitalmerkat.com^ +||digitru.st^ +||direct-xxx-access.com^ +||directaclick.com^ +||directivepub.com^ +||directleads.com^ +||directorym.com^ +||directtrack.com^ +||discountclick.com^ +||discreetfield.com^ +||dispatcher.mng-ads.com^ +||dispensablestranger.com^ +||displayadsmedia.com^ +||displaypagerank.com^ +||disqusads.com^ +||dist.belnk.com^ +||dk4ywix.com^ +||dmtracker.com^ +||dmtracking.alibaba.com^ +||dmtracking2.alibaba.com^ +||dnads.directnic.com^ +||dnps.com^ +||docksalmon.com^ +||docs.fastlane.tools^ +||domaining.in^ +||domainsponsor.com^ +||domainsteam.de^ +||domdex.com^ +||doubleclick.com^ +||doubleclick.de^ +||doublepimpads.com^ +||doubtfulrainstorm.com^ +||downloadr.xyz^ +||dq95d35.com^ +||drabsize.com^ +||dragzebra.com^ +||drawbrid.ge^ +||drumcash.com^ +||drydrum.com^ +||dsp.io^ +||dynamic.fmpub.net^ +||dyntrk.com^ +||e-adimages.scrippsnetworks.com^ +||e-bannerx.com^ +||e-debtconsolidation.com^ +||e-m.fr^ +||e-planning.net^ +||e-ssl.apsalar.com^ +||e.apsalar.com^ +||e.kde.cz^ +||eadexchange.com^ +||earnify.com^ +||earthquakescarf.com^ +||earthycopy.com^ +||eas.almamedia.fi^ +||easydownloadnow.com^ +||easyhits4u.com^ +||ebayadvertising.com^ +||ebetoni.com^ +||ebocornac.com^ +||ebuzzing.com^ +||eccdn1.synad3.nuffnang.com.my^ +||ecircle-ag.com^ +||eclickz.com^ +||economicpizzas.com^ +||ecotrackings.com^ +||ecoupons.com^ +||ecpms.net^ +||edaa.eu^ +||edge.mdcgate.com^ +||edgeio.com^ +||effectivemeasure.com^ +||efficaciouscactus.com^ +||ehealthcaresolutions.com^ +||ejyymghi.com^ +||elasticchange.com^ +||elderlyscissors.com^ +||elderlytown.com^ +||elephantqueue.com^ +||elitedollars.com^ +||elitetoplist.com^ +||elthamely.com^ +||emarketer.com^ +||emediate.dk^ +||emediate.eu^ +||emerse.com^ +||emonitor.takeit.cz^ +||emxdgt.com^ +||emxdigital.com^ +||en25.com^ +||enabler.datalake.mediaset.it^ +||encouragingwilderness.com^ +||endurableshop.com^ +||engagebdr.com^ +||engine.awaps.net^ +||engine.espace.netavenir.com^ +||engine.spotscenered.info^ +||enginenetwork.com^ +||enlarget.com^ +||enoratraffic.com^ +||enquisite.com^ +||ensighten.com^ +||entercasino.com^ +||enthusiasticdad.com^ +||enviousthread.com^ +||epi0tzwi.com^ +||epiccash.com^ +||eqads.com^ +||eqworks.com^ +||ero-advertising.com^ +||errortablet.com^ +||esellerate.net^ +||estat.com^ +||etahub.com^ +||etargetnet.com^ +||ethicalads.net^ +||etracker.de^ +||eu-adcenter.net^ +||eu1.madsone.com^ +||eur.a1.yimg.com^ +||eurekster.com^ +||euro-linkindex.de^ +||euroclick.com^ +||european-toplist.de^ +||euroranking.de^ +||euros4click.de^ +||eusta.de^ +||eventbeacon.ca^ +||evergage.com^ +||evidencecleanergold.com^ +||ewebcounter.com^ +||exacttargetapis.com^ +||exchange-it.com^ +||exchange.bg^ +||exchangead.com^ +||exchangeclicksonline.com^ +||exclusivebrass.com^ +||exelator.com^ +||exit-ad.com^ +||exit76.com^ +||exitexchange.com^ +||exitfuel.com^ +||exogripper.com^ +||exomonyf.com^ +||experteerads.com^ +||exponea.com^ +||express-submit.de^ +||ext.privacyassistant.net^ +||extractorandburner.com^ +||extreme-dm.com^ +||extremetracking.com^ +||eyeblaster.com^ +||eyeota.net^ +||eyereturn.com^ +||eyeviewads.com^ +||eyewonder.com^ +||eztexting.com^ +||ezula.com^ +||f5biz.com^ +||facilitategrandfather.com^ +||fadedprofit.com^ +||familiarfloor.com^ +||famousquarter.com^ +||fanaticalfly.com^ +||farethief.com^ +||farmergoldfish.com^ +||fascinatedfeather.com^ +||fast-adv.it^ +||fastclick.com^ +||fastclick.net^ +||fastlane.tools^ +||faultycanvas.com^ +||faultyfowl.com^ +||fb-promotions.com^ +||fbcdn2.com^ +||fc.webmasterpro.de^ +||feebleshock.com^ +||feed.engage.im^ +||feedbackresearch.com^ +||feedjit.com^ +||ffxcam.fairfax.com.au^ +||fiksu.com^ +||fimc.net^ +||fimserve.com^ +||findcommerce.com^ +||findepended.com^ +||findyourcasino.com^ +||fineclicks.com^ +||fingahvf.top^ +||first.nova.cz^ +||firstlightera.com^ +||fl.adpxl.co^ +||flakyfeast.com^ +||flavordecision.com^ +||fleshlightcash.com^ +||flexbanner.com^ +||flimsycircle.com^ +||floodprincipal.com^ +||flowgo.com^ +||fm6dz864.top^ +||foamybox.com^ +||fonecta.leiki.com^ +||foo.cosmocode.de^ +||foresee.com^ +||forex-affiliate.net^ +||forter.com^ +||fourarithmetic.com^ +||fpctraffic.com^ +||fpctraffic2.com^ +||fragmentserv.iac-online.de^ +||frailoffer.com^ +||free-banners.com^ +||freebanner.com^ +||freelogs.com^ +||freemyapps.com^ +||freeonlineusers.com^ +||freepay.com^ +||freeskreen.com^ +||freestats.com^ +||freestats.tv^ +||freewebcounter.com^ +||frightenedpotato.com^ +||frtyj.com^ +||functionalclam.com^ +||functionalcrown.com^ +||funklicks.com^ +||funpageexchange.com^ +||furtherescottom.info^ +||fusionads.net^ +||fusionquest.com^ +||futuristicapparatus.com^ +||futuristicfairies.com^ +||fuzzyflavor.com^ +||fuzzyweather.com^ +||fxclix.com^ +||fxstyle.net^ +||ga.clearbit.com^ +||ga87z2o.com^ +||galaxien.com^ +||game-advertising-online.com^ +||gamehouse.com^ +||gamesites100.net^ +||gamesites200.com^ +||gamesitestop100.com^ +||gammamaximum.com^ +||gator.com^ +||gayadnetwork.com^ +||gbanners.hornymatches.com^ +||gemius.pl^ +||geo.digitalpoint.com^ +||geobanner.adultfriendfinder.com^ +||geovisite.com^ +||german-linkindex.de^ +||get.optad360.io^ +||getwisdom.io^ +||ggimg.tapas.net^ +||giddycoat.com^ +||globalismedia.com^ +||globaltakeoff.net^ +||globaltrack.com^ +||globe7.com^ +||globus-inter.com^ +||glossysense.com^ +||gmads.net^ +||go-clicks.de^ +||go-rank.de^ +||go.mobisla.com^ +||go.onclasrv.com^ +||go.padstm.com^ +||goadservices.com^ +||goingplatinum.com^ +||gold.weborama.fr^ +||goldspotmedia.com^ +||goldstats.com^ +||gondolagnome.com^ +||gorgeousground.com^ +||gossipmiser.com^ +||gostats.com^ +||gp.dejanews.com^ +||gplayer.kmpmedia.net^ +||gpr.hu^ +||gracefulsock.com^ +||grafstat.ro^ +||grandioseguide.com^ +||grapeshot.co.uk^ +||greetzebra.com^ +||greyinstrument.com^ +||greystripe.com^ +||groupm.com^ +||gtop.ro^ +||gtop100.com^ +||gtsads.com^ +||gtsmobi.com^ +||guardedgovernor.com^ +||guardedschool.com^ +||guitarbelieve.com^ +||gunggo.com^ +||guppymedia.com^ +||h78xb.pw^ +||hammerhearing.com^ +||handyfield.com^ +||hardtofindmilk.com^ +||harrenmedia.com^ +||harrenmedianetwork.com^ +||havamedia.net^ +||hbbtv.mediaset.net^ +||heap.com^ +||hegarberetrof.pro^ +||heias.com^ +||hellobar.com^ +||hentaicounter.com^ +||herbalaffiliateprogram.com^ +||here.com^ +||hexusads.fluent.ltd.uk^ +||heyos.com^ +||heywire.com^ +||hfc195b.com^ +||hgads.com^ +||hh-btr.com^ +||hidden.gogoceleb.com^ +||highfalutinroom.com^ +||hightrafficads.com^ +||hilariouszinc.com^ +||hilltopads.net^ +||historicalrequest.com^ +||hit-parade.com^ +||hit-ranking.de^ +||hit.bg^ +||hit.ua^ +||hit.webcentre.lycos.co.uk^ +||hitbox.com^ +||hitcents.com^ +||hitcounters.miarroba.com^ +||hitexchange.net^ +||hitfarm.com^ +||hitiz.com^ +||hitlist.ru^ +||hitlounge.com^ +||hitometer.com^ +||hits.europuls.eu^ +||hits.informer.com^ +||hits.puls.lv^ +||hits4me.com^ +||hits4pay.com^ +||hitslink.com^ +||hittail.com^ +||hkoxlirf.com^ +||hollandbusinessadvertising.nl^ +||hollowshake.com^ +||homepageking.de^ +||honeygoldfish.com^ +||hostedads.realitykings.com^ +||hotkeys.com^ +||hotlog.ru^ +||hotrank.com.tw^ +||hoverowl.com^ +||howdoesin.net^ +||htmlhubing.xyz^ +||httpool.com^ +||humandemand.com^ +||hurricanedigitalmedia.com^ +||hurtteeth.com^ +||hydra.alibaba.com^ +||hydramedia.com^ +||hyperbanner.net^ +||hypertracker.com^ +||hystericalhelp.com^ +||i-clicks.net^ +||i-lookup.com^ +||i.exit-ad.com^ +||i.rmbl.ws^ +||i1img.com^ +||i1media.no^ +||ia.iinfo.cz^ +||iad.anm.co.uk^ +||iadnet.com^ +||iapclick.gowadogo.com^ +||iasds01.com^ +||iconadserver.com^ +||icptrack.com^ +||idcounter.com^ +||iddiction.com^ +||identads.com^ +||idot.cz^ +||idregie.com^ +||idtargeting.com^ +||ientrymail.com^ +||ifa.tube8live.com^ +||ilbanner.com^ +||ilead.itrack.it^ +||iliillliO00OO0.321.cn^ +||illfatedsnail.com^ +||illustriousoatmeal.com^ +||iloopmobile.com^ +||ilovecheating.com^ +||imageads.canoe.ca^ +||imagecash.net^ +||images-pw.secureserver.net^ +||images.footballaddicts.se^ +||images.v3.com^ +||imarketservices.com^ +||imatmobile.com^ +||img.prohardver.hu^ +||imgpromo.easyrencontre.com^ +||imimobile.com^ +||immensehoney.com^ +||imonitor.nethost.cz^ +||impact-ad.jp^ +||impactmobile.com^ +||importedincrease.com^ +||impossibleexpansion.com^ +||imprese.cz^ +||impressionmedia.cz^ +||impressionz.co.uk^ +||impulsehands.com^ +||inabsolor.com^ +||inaccused.com^ +||inboxdollars.com^ +||incentaclick.com^ +||incognitosearches.com^ +||incrediblesugar.com^ +||indexstats.com^ +||indieclick.com^ +||industrybrains.com^ +||inetlog.ru^ +||infinite-ads.com^ +||infinityads.com^ +||information.com^ +||inmobi-jp.com^ +||inner-active.com^ +||innocentwax.com^ +||innovid.com^ +||inquisitiveinvention.com^ +||inringtone.com^ +||insightexpress.com^ +||inspectlet.com^ +||inspectorclick.com^ +||install.365-stream.com^ +||instantmadness.com^ +||instantresp.com^ +||instinctiveads.com^ +||instrumentsponge.com^ +||intelliads.com^ +||intellilinks.com^ +||intellitxt.com^ +||intentmedia.com^ +||intentmedia.net^ +||interactive.forthnet.gr^ +||intergi.com^ +||internetfuel.com^ +||interreklame.de^ +||interstat.hu^ +||inuvi.com^ +||inventionpassenger.com^ +||inviterabbits.com^ +||invitesugar.com^ +||ip.ro^ +||ip193.cn^ +||ipro.com^ +||ireklama.cz^ +||itfarm.com^ +||itop.cz^ +||its-that-easy.com^ +||itsptp.com^ +||ivwbox.de^ +||ivykiosk.com^ +||ivypixel.com^ +||iz682noju02ye5.com^ +||j.exit-ad.com^ +||j93557g.com^ +||jadeitite.com^ +||jaizouji.com^ +||jaminfinity.tk^ +||jatxt.com^ +||jbeet.cjt1.net^ +||jcount.com^ +||jedonkey.cjt1.net^ +||jf71qh5v14.com^ +||jinkads.de^ +||jiwire.com^ +||jkazaa.cjt1.net^ +||jnova.cjt1.net^ +||joetec.net^ +||jokedollars.com^ +||joneself.com^ +||js.hsforms.net^ +||js.users.51.la^ +||julysystems.com^ +||jumptap.com^ +||justicejudo.com^ +||justrelevant.com^ +||justwebads.com^ +||k.iinfo.cz^ +||kanoodle.com^ +||kaplanindex.com^ +||kargo.com^ +||karisimbi.net^ +||karonty.com^ +||ketchapp.org^ +||keymedia.hu^ +||keynotedeviceanywhere.com^ +||kindads.com^ +||kissmetrics.com^ +||kliks.nl^ +||klsdee.com^ +||knifeoctopus.com^ +||kniverto.com^ +||knorex.com^ +||koacojus.net^ +||koindut.com^ +||koinser.in^ +||komoona.com^ +||kompasads.com^ +||kontera.com^ +||kt-g.de^ +||ktu.sv2.biz^ +||kurlichan.com^ +||ladsreds.com^ +||ladsup.com^ +||lakequincy.com^ +||laughablecopper.com^ +||laughcloth.com^ +||launchbit.com^ +||layer-ad.de^ +||layer-ads.de^ +||lbn.ru^ +||lct.salesforce.com^ +||lead-analytics.nl^ +||leadaffiliates.com^ +||leadbolt.com^ +||leadboltads.net^ +||leadclick.com^ +||leadingedgecash.com^ +||leadplace.fr^ +||leadzu.com^ +||leadzupc.com^ +||lean.com^ +||leanoisgo.com^ +||leaplunchroom.com^ +||lecap-services.fr^ +||legolas-media.com^ +||lettucelimit.com^ +||levelrate.de^ +||lfstmedia.com^ +||lib.vmweb.net^ +||liftdna.com^ +||ligatus.de^ +||lightboxcdn.com^ +||lightcushion.com^ +||lightningcast.net^ +||lightspeedcash.com^ +||limpingline.com^ +||link-booster.de^ +||link4ads.com^ +||linkadd.de^ +||linkbuddies.com^ +||linkexchange.com^ +||linkexchange.ru^ +||linkprice.com^ +||linkrain.com^ +||linkreferral.com^ +||links-ranking.de^ +||linkshighway.com^ +||linkshighway.net^ +||linkstorms.com^ +||linkswaper.com^ +||linktarget.com^ +||liquidad.narrowcastmedia.com^ +||liveadexchanger.com^ +||liveintent.com^ +||liverail.com^ +||lizardslaugh.com^ +||loading321.com^ +||localmantra.com^ +||localmediabuying.com^ +||log.btopenworld.com^ +||logger.snackly.co^ +||logs.logrocket.com^ +||logs.roku.com^ +||logua.com^ +||longinglettuce.com^ +||loopme.biz^ +||lop.com^ +||lopsidedspoon.com^ +||loudloss.com^ +||loudlunch.com^ +||lp3tdqle.com^ +||lucidmedia.com^ +||lucklayed.info^ +||lumpyleaf.com^ +||lunarads.com^ +||lwfjd.today^ +||lytics.io^ +||lzjl.com^ +||m.trb.com^ +||m1.webstats4u.com^ +||m32.media^ +||m4n.nl^ +||mackeeperapp.mackeeper.com^ +||madadsmedia.com^ +||madclient.uimserv.net^ +||made2you.com^ +||madisonavenue.com^ +||mads.aol.com^ +||madserve.org^ +||madvertise.de^ +||magnetic.com^ +||magnificentmist.com^ +||malware-scan.com^ +||manage.com^ +||maplefarmmedia.com^ +||mappealist.club^ +||marchex.com^ +||marfeel.com^ +||markedcrayon.com^ +||markedpail.com^ +||market-buster.com^ +||marketing.888.com^ +||marketing.hearstmagazines.nl^ +||marketing.nyi.net^ +||marketing.osijek031.com^ +||marketo.net^ +||marketron.com^ +||maroonspider.com^ +||mas.sector.sk^ +||mastermind.com^ +||matchcows.com^ +||matchcraft.com^ +||matheranalytics.com^ +||matomy.com^ +||max.i12.de^ +||maximumcash.com^ +||maxonclick.com^ +||mbn.com.ua^ +||mbs.megaroticlive.com^ +||mbuyu.nl^ +||measuremap.com^ +||media-adrunner.mycomputer.com^ +||media-sapiens.com^ +||media-servers.net^ +||media.ftv-publicite.fr^ +||media.funpic.de^ +||media6degrees.com^ +||mediaarea.eu^ +||mediaarmor.com^ +||mediabridge.cc^ +||mediabrix.com^ +||mediacharger.com^ +||mediadvertising.ro^ +||mediageneral.com^ +||mediaiqdigital.com^ +||medialets.com^ +||mediamath.com^ +||mediamgr.ugo.com^ +||mediamind.com^ +||mediaplazza.com^ +||mediaplex.com^ +||mediascale.de^ +||mediaserver.bwinpartypartners.it^ +||mediashakers.com^ +||mediatext.com^ +||mediatrking.com^ +||mediavenus.com^ +||mediavine.com^ +||mediavoice.com^ +||mediax.angloinfo.com^ +||mediaz.angloinfo.com^ +||medibaad.com^ +||medio.com^ +||medleyads.com^ +||medyanetads.com^ +||megacash.de^ +||megago.com^ +||megastats.com^ +||megawerbung.de^ +||meglanatha.pro^ +||mellowads.com^ +||meltdsp.com^ +||memeglobal.com^ +||memorix.sdv.fr^ +||memorizeneck.com^ +||memorycobweb.com^ +||messagenovice.com^ +||metaffiliation.com^ +||metanetwork.com^ +||metanetwork.net^ +||metaresolver.com^ +||methodcash.com^ +||metric.cliphub.io^ +||metrics.ctv.ca^ +||metrics.foxnews.com^ +||metrics.govexec.com^ +||metrics.windowsitpro.com^ +||metrilo.com^ +||mg2connext.com^ +||miarroba.com^ +||microstatic.pl^ +||microticker.com^ +||midnightclicking.com^ +||militaryverse.com^ +||mindmemobile.com^ +||minormeeting.com^ +||mintrace.com^ +||misstrends.com^ +||miva.com^ +||mixedreading.com^ +||mixtraffic.com^ +||mjxads.internet.com^ +||mlm.de^ +||mmaglobal.com^ +||mmedia.com^ +||mmismm.com^ +||mmtro.com^ +||mng-ads.com^ +||moadnet.com^ +||moat.com^ +||mob1ledev1ces.com^ +||mobcdn.com^ +||mobday.com^ +||mobgold.com^ +||mobhero.com^ +||mobilda.com^ +||mobile-ent.biz^ +||mobile.mng-ads.com^ +||mobileactive.com^ +||mobileadvertisinghub.com^ +||mobilefuse.nu^ +||mobileiconnect.com^ +||mobilemessenger.com^ +||mobileposse.com^ +||mobilestorm.com^ +||mobiletheory.com^ +||mobilewithsms.net^ +||mobisla.com^ +||mobivity.com^ +||mobixell.com^ +||mobstac.com^ +||mobyt.com^ +||mobzeg.com^ +||moceanmobile.com^ +||modifyeyes.com^ +||moggattice.com^ +||mogreet.com^ +||moldyicicle.com^ +||monetate.net^ +||monetizemore.com^ +||money4exit.de^ +||moneyexpert.com^ +||moneymakercdn.com^ +||monsterpops.com^ +||moolahmedia.com^ +||motricity.com^ +||motrixi.com^ +||mouseflow.com^ +||mousestats.com^ +||moversa.com^ +||mowfruit.com^ +||mpstat.us^ +||mr-rank.de^ +||mrskincash.com^ +||mstrlytcs.com^ +||mtree.com^ +||musiccounter.ru^ +||muwmedia.com^ +||myadsystem.com^ +||myaffiliateprogram.com^ +||mybestmv.com^ +||mybloglog.com^ +||mybuys.com^ +||mycounter.ua^ +||mymoneymakingapp.com^ +||mypagerank.net^ +||mypagerank.ru^ +||mypowermall.com^ +||myscreen.com^ +||mystat-in.net^ +||mystat.pl^ +||mysteriousmonth.com^ +||mythings.com^ +||mytop-in.net^ +||mytrafficads.com^ +||myvisualiq.net^ +||mzbcdn.net^ +||n.pc2ads.com^ +||n176adserv.com^ +||n69.com^ +||naiadsystems.com^ +||naj.sk^ +||namimedia.com^ +||nastydollars.com^ +||nativeadv.online^ +||nativepu.sh^ +||nativeroll.tv^ +||navigator.io^ +||navrcholu.cz^ +||nbjmp.com^ +||ndparking.com^ +||nedstat.com^ +||nedstat.nl^ +||nedstatbasic.net^ +||nedstatpro.net^ +||neighborlywatch.com^ +||neocounter.neoworx-blog-tools.net^ +||neoffic.com^ +||nephritish.com^ +||nervoussummer.com^ +||net-filter.com^ +||netaffiliation.com^ +||netagent.cz^ +||netclickstats.com^ +||netcommunities.com^ +||netdirect.nl^ +||netflame.cc^ +||netincap.com^ +||netmng.com^ +||netpool.netbookia.net^ +||netseer.com^ +||netshelter.net^ +||network.business.com^ +||neudesicmediagroup.com^ +||newads.bangbros.com^ +||newbie.com^ +||neweggstats.com^ +||newnet.qsrch.com^ +||newnudecash.com^ +||newonads.com^ +||newopenx.detik.com^ +||newstarads.com^ +||newt1.adultadworld.com^ +||newt1.adultworld.com^ +||newthuads.com^ +||newtopsites.com^ +||nexac.com^ +||ng3.ads.warnerbros.com^ +||ngs.impress.co.jp^ +||nikitinskysport.ru^ +||nitratory.com^ +||nitroclicks.com^ +||noiselessplough.com^ +||nondescriptcrowd.com^ +||nondescriptsmile.com^ +||nondescriptstocking.com^ +||novem.pl^ +||nrc.tapas.net^ +||ntv.io^ +||ntvk1.ru^ +||nuclearads.com^ +||nuffnang.com.my^ +||nuggad.net^ +||numax.nu-1.com^ +||nuseek.com^ +||nuttyorganization.com^ +||nzaza.com^ +||o.mbon.fun^ +||o0bc.com^ +||oalselry.com^ +||oas.benchmark.fr^ +||oas.foxnews.com^ +||oas.repubblica.it^ +||oas.roanoke.com^ +||oas.salon.com^ +||oas.toronto.com^ +||oas.uniontrib.com^ +||oas.villagevoice.com^ +||oascentral.businessweek.com^ +||oascentral.chicagobusiness.com^ +||oascentral.fortunecity.com^ +||oascentral.register.com^ +||obscenesidewalk.com^ +||observantice.com^ +||ocio.leadzu.com^ +||oclasrv.com^ +||oewa.at^ +||oewabox.at^ +||offerforge.com^ +||offerfusion.com^ +||offermatica.com^ +||olivebrandresponse.com^ +||omniscientspark.com^ +||omniture.com^ +||on-mobi.com^ +||onclasrv.com^ +||onclickads.net^ +||onclickmega.com^ +||onclicksuper.com^ +||oneandonlynetwork.com^ +||onenetworkdirect.com^ +||onestat.com^ +||onestatfree.com^ +||onewaylinkexchange.net^ +||online-metrix.net^ +||online.miarroba.com^ +||onlinecash.com^ +||onlinecashmethod.com^ +||onlinerewardcenter.com^ +||onlyadshere.info^ +||onmobile.com^ +||oodsotso.com^ +||open.oneplus.net^ +||openad.tf1.fr^ +||openad.travelnow.com^ +||openads.friendfinder.com^ +||openads.org^ +||openclick.com^ +||openmarket.com^ +||opentag-stats.qubit.com^ +||openvideoads.org^ +||openx.angelsgroup.org.uk^ +||openx.blindferret.com^ +||operationkettle.com^ +||opienetwork.com^ +||opinionstage.com^ +||opsivesh.net^ +||optad360.io^ +||optimallimit.com^ +||optimize-stats.voxmedia.com^ +||optimost.com^ +||optmd.com^ +||optmstr.com^ +||ordingly.com^ +||oriori.com^ +||ortshk.tapas.net^ +||ota.cartrawler.com^ +||otto-images.developershed.com^ +||out-there-media.com^ +||overture.com^ +||owebmoney.ru^ +||owlsr.us^ +||owneriq.net^ +||oxado.com^ +||oxcash.com^ +||oxen.hillcountrytexas.com^ +||p.adpdx.com^ +||p.imgur.com^ +||padstm.com^ +||pagefair.com^ +||pagefair.net^ +||pagerank-ranking.com^ +||pagerank-ranking.de^ +||pagerank-server7.de^ +||pagerank-submitter.com^ +||pagerank-submitter.de^ +||pagerank-suchmaschine.de^ +||pagerank-united.de^ +||pagerank4u.eu^ +||pagerank4you.com^ +||pageranktop.com^ +||paleleaf.com^ +||papayamobile.com^ +||paradoxfactor.com^ +||parchedangle.com^ +||parketsy.pro^ +||parsimoniouspolice.com^ +||partage-facile.com^ +||partner-ads.com^ +||partner.pelikan.cz^ +||partner.topcities.com^ +||partnercash.de^ +||partners.priceline.com^ +||passion-4.net^ +||pay-ads.com^ +||paycounter.com^ +||paypopup.com^ +||payserve.com^ +||pbnet.ru^ +||pbterra.com^ +||pc2ads.com^ +||pcash.imlive.com^ +||pcmclk.com^ +||peacepowder.com^ +||peep-auktion.de^ +||peer39.com^ +||pennyweb.com^ +||pepperjamnetwork.com^ +||perceivequarter.com^ +||percentmobile.com^ +||perf.weborama.fr^ +||perfectaudience.com^ +||perfiliate.com^ +||performanceadexchange.com^ +||performancerevenue.com^ +||performancerevenues.com^ +||performancing.com^ +||permutive.com^ +||personagraph.com^ +||personaly.click^ +||petiteumbrella.com^ +||pgl.example0101^ +||pgmediaserve.com^ +||pgpartner.com^ +||pheedo.com^ +||phizzle.com^ +||phluant.com^ +||phoenix-adrunner.mycomputer.com^ +||phonearena.com^ +||photo-ads.co.uk^ +||photographpan.com^ +||phpadsnew.new.natuurpark.nl^ +||phpmyvisites.net^ +||phunware.com^ +||picadmedia.com^ +||piet2eix3l.com^ +||pietexture.com^ +||pillscash.com^ +||pimproll.com^ +||ping.ublock.org^ +||pippio.com^ +||piquantpigs.com^ +||pixel.condenastdigital.com^ +||pixel.digitru.st^ +||pixel.jumptap.com^ +||pixel.leadzu.com^ +||pixel.mediaiqdigital.com^ +||pixel.personagraph.com^ +||pixel.reddit.com^ +||pixel.redditmedia.com^ +||pixel.sojern.com^ +||pixel.watch^ +||placeplay.com^ +||planetactive.com^ +||play.leadzu.com^ +||play4traffic.com^ +||player.kmpmedia.net^ +||playhaven.com^ +||playmobileads.com^ +||plethoramobile.com^ +||plista.com^ +||plugrush.com^ +||pndelfast.com^ +||pointroll.com^ +||politads.com^ +||pontiflex.com^ +||pop-under.ru^ +||pop.bid^ +||popflawlessads.com^ +||popmyads.com^ +||popub.com^ +||popunder.ru^ +||popupmoney.com^ +||popupnation.com^ +||popups.infostart.com^ +||popuptraffic.com^ +||porngraph.com^ +||porntrack.com^ +||possessivebucket.com^ +||possibleboats.com^ +||potenza.cz^ +||powerad.ai^ +||pr-star.de^ +||pr-ten.de^ +||pr5dir.com^ +||practicetoothpaste.com^ +||praddpro.de^ +||prchecker.info^ +||precisioncounter.com^ +||predictad.com^ +||premium-offers.com^ +||presetrabbits.com^ +||previousplayground.com^ +||previouspotato.com^ +||prfwpclck.com^ +||primaryads.com^ +||primetime.net^ +||privacyassistant.net^ +||privatecash.com^ +||privy.com^ +||prmtracking.com^ +||pro-ads.club^ +||pro-advertising.com^ +||proext.com^ +||profero.com^ +||profitrumour.com^ +||projectwonderful.com^ +||promo.badoink.com^ +||promo.ulust.com^ +||promo1.webcams.nl^ +||promobenef.com^ +||promos.bwin.it^ +||promos.fling.com^ +||promote.pair.com^ +||promotion-campaigns.com^ +||pronetadvertising.com^ +||props.id^ +||proranktracker.com^ +||protexting.com^ +||proton-tm.com^ +||protraffic.com^ +||provalist.info^ +||provexia.com^ +||provideplant.com^ +||prsitecheck.com^ +||ps.ns-cdn.com^ +||ps7894.com^ +||psstt.com^ +||pub.chez.com^ +||pub.club-internet.fr^ +||pub.hardware.fr^ +||pub.realmedia.fr^ +||pubdirecte.com^ +||publicidad.elmundo.es^ +||publicidees.com^ +||pubs.lemonde.fr^ +||puffyloss.com^ +||puffypull.com^ +||puffypurpose.com^ +||pulse360.com^ +||push-notifications.top^ +||pushazam.com^ +||pushazer.com^ +||pushengage.com^ +||pushlaram.com^ +||pushno.com^ +||puzzlingfall.com^ +||px.dynamicyield.com^ +||q.azcentral.com^ +||qa.token.ad^ +||qctop.com^ +||qnsr.com^ +||quacksquirrel.com^ +||quaintcan.com^ +||quakemarketing.com^ +||quantcast.com^ +||quantummetric.com^ +||quarterbean.com^ +||quarterserver.de^ +||questaffiliates.net^ +||quicksandear.com^ +||quietknowledge.com^ +||quigo.com^ +||quinst.com^ +||quisma.com^ +||quizzicalzephyr.com^ +||r.leadzu.com^ +||radar.cedexis.com^ +||radarurl.com^ +||radiate.com^ +||radiumone.com^ +||railwayrainstorm.com^ +||ramp.purch.com^ +||rampidads.com^ +||rank-master.com^ +||rank-master.de^ +||rankchamp.de^ +||ranking-charts.de^ +||ranking-hits.de^ +||ranking-id.de^ +||ranking-links.de^ +||ranking-liste.de^ +||ranking-street.de^ +||rankingchart.de^ +||rankingscout.com^ +||rankyou.com^ +||rapidcounter.com^ +||rapidkittens.com^ +||raresummer.com^ +||rate.ru^ +||ratings.lycos.com^ +||rayads.cn^ +||rb1.design.ru^ +||re-directme.com^ +||reachjunction.com^ +||reactx.com^ +||readgoldfish.com^ +||readingguilt.com^ +||readingopera.com^ +||readserver.net^ +||readymoon.com^ +||realcastmedia.com^ +||realclever.com^ +||realclix.com^ +||realmedia-a800.d4p.net^ +||realtechnetwork.com^ +||realteencash.com^ +||realtracker.com^ +||rebelsubway.com^ +||receptiveink.com^ +||receptivereaction.com^ +||record.affiliates.karjalakasino.com^ +||record.bonniergaming.com^ +||record.mrwin.com^ +||redirectvoluum.com^ +||redmas.com^ +||reduxmedia.com^ +||reduxmediagroup.com^ +||reedbusiness.com^ +||reefaquarium.biz^ +||reevaipi.com^ +||referralware.com^ +||reflectivereward.com^ +||refreshpagedownload.com^ +||regnow.com^ +||reinvigorate.net^ +||reklam.rfsl.se^ +||reklama.mironet.cz^ +||reklama.reflektor.cz^ +||reklamcsere.hu^ +||reklame.unwired-i.net^ +||reklamer.com.ua^ +||relevanz10.de^ +||relmaxtop.com^ +||remistrainew.club^ +||remox.com^ +||reporo.net^ +||republika.onet.pl^ +||resolutekey.com^ +||resonantbrush.com^ +||retagro.com^ +||retargeter.com^ +||rev2pub.com^ +||revenue.net^ +||revenuedirect.com^ +||revmob.com^ +||revrtb.com^ +||revsci.net^ +||revstats.com^ +||rhythmnewmedia.com^ +||richmails.com^ +||richmedia.yimg.com^ +||richstring.com^ +||richwebmaster.com^ +||rigelink.com^ +||rightmedia.com^ +||rightstats.com^ +||ringsrecord.com^ +||ritzykey.com^ +||ritzysponge.com^ +||rlcdn.com^ +||rle.ru^ +||rm2.adtilt.com^ +||rmedia.boston.com^ +||rmiesnorthur.pro^ +||roar.com^ +||robotreplay.com^ +||rockabox.co^ +||rocketfuel.com^ +||roia.biz^ +||rok.com.com^ +||rose.ixbt.com^ +||rotabanner.com^ +||roughexampler.info^ +||roughroll.com^ +||routeserve.info^ +||roxr.net^ +||rsalcch.com^ +||rta.dailymail.co.uk^ +||rtbidder.net^ +||rtbpop.com^ +||rtbpopd.com^ +||ru-traffic.com^ +||ru4.com^ +||rulerabbit.com^ +||runads.com^ +||rundsp.com^ +||ruthlessrobin.com^ +||rythmxchange.com^ +||s2d6.com^ +||sageanalyst.net^ +||sail-horizon.com^ +||samsungacr.com^ +||samsungads.com^ +||saysidewalk.com^ +||sbbanner.com^ +||sbx.pagesjaunes.fr^ +||scambiobanner.aruba.it^ +||scarcesign.com^ +||scarcestream.com^ +||scatteredheat.com^ +||scientiamobile.com^ +||scintillatingscissors.com^ +||scintillatingspace.com^ +||scopelight.com^ +||scratch2cash.com^ +||screechingfurniture.com^ +||script.crazyegg.com^ +||scripte-monster.de^ +||scrubsky.com^ +||scrubswim.com^ +||searchfeast.com^ +||searchmarketing.com^ +||searchramp.com^ +||secretivecub.com^ +||secretspiders.com^ +||secure.webconnect.net^ +||sedoparking.com^ +||sedotracker.com^ +||selectionsugar.com^ +||selectivesummer.com^ +||self-service.uberads.com^ +||senddroid.com^ +||sendmepixel.com^ +||sensenetworks.com^ +||sensismediasmart.com.au^ +||seo4india.com^ +||separatesilver.com^ +||serconmp.com^ +||serv0.com^ +||servedbyadbutler.com^ +||server.iad.liveperson.net^ +||servethis.com^ +||service.cmp.oath.com^ +||service1.adten.de^ +||servicelayer.king.com^ +||services.hearstmags.com^ +||sessioncam.com^ +||sessionm.com^ +||sexaddpro.de^ +||sexadvertentiesite.nl^ +||sexcounter.com^ +||sexinyourcity.com^ +||sexlist.com^ +||sextracker.com^ +||sexystat.com^ +||sezwho.com^ +||shakesea.com^ +||shakesuggestion.com^ +||shakytaste.com^ +||shallowschool.com^ +||shallowsmile.com^ +||shareadspace.com^ +||shareasale.com^ +||sharepointads.com^ +||sharppatch.com^ +||shelterstraw.com^ +||sher.index.hu^ +||shermore.info^ +||shinystat.com^ +||shinystat.it^ +||shiveringsail.com^ +||shockingswing.com^ +||shofteph.com^ +||shoppingads.com^ +||siccash.com^ +||sicksmash.com^ +||sidebar.angelfire.com^ +||signalhq.com^ +||silkysquirrel.com^ +||sillyscrew.com^ +||similarsabine.com^ +||simpletexting.com^ +||simplisticnose.com^ +||simplycast.com^ +||sincerebuffalo.com^ +||sincerespy.com^ +||sinefight-skinesia.com^ +||sinoa.com^ +||sistacked.com^ +||sitebrand.geeks.com^ +||sitedataprocessing.com^ +||siteimproveanalytics.com^ +||sitemerkezi.net^ +||sitemeter.com^ +||sitestat.com^ +||sixscissors.com^ +||sixsigmatraffic.com^ +||sizesidewalk.com^ +||skylink.vn^ +||sleepcartoon.com^ +||slickaffiliate.com^ +||slicktext.com^ +||slipperysack.com^ +||slopeaota.com^ +||sma.punto.net^ +||smart.brvaffs.com^ +||smart4ads.com^ +||smartbase.cdnservices.com^ +||smartdevicemedia.com^ +||smartlook.com^ +||smartmad.com^ +||smashsurprise.com^ +||smetrics.ctv.ca^ +||smetrics.walgreens.com^ +||smilingwaves.com^ +||smowtion.com^ +||sms.otair.com^ +||snakesort.com^ +||snapads.com^ +||snapgiant.com^ +||sneaklevel.com^ +||sneakystamp.com^ +||snoobi.com^ +||socialspark.com^ +||sofia.trustx.org^ +||softclick.com.br^ +||sombersea.com^ +||sombersquirrel.com^ +||sombersurprise.com^ +||somniture.stuff.co.nz^ +||songdew.pushengage.com^ +||sortable.com^ +||spa.chiji8.info^ +||spacash.com^ +||sparkstudios.com^ +||specially4u.net^ +||specificmedia.co.uk^ +||specificpop.com^ +||spectacularsnail.com^ +||speedomizer.com^ +||speedshiftmedia.com^ +||spezialreporte.de^ +||spidersboats.com^ +||spiffymachine.com^ +||spillvacation.com^ +||spinbox.techtracker.com^ +||spinbox.versiontracker.com^ +||spirebaboon.com^ +||sponsorads.de^ +||sponsorpay.com^ +||sponsorpro.de^ +||sponsors.thoughtsmedia.com^ +||spot.fitness.com^ +||spotscenered.info^ +||spottysense.com^ +||spotx.tv^ +||springaftermath.com^ +||sprinks-clicks.about.com^ +||spurioussteam.com^ +||spykemediatrack.co^ +||spykemediatrack.com^ +||spylog.com^ +||spywarelabs.com^ +||spywarenuker.com^ +||spywords.com^ +||squeamishscarecrow.com^ +||squirrelhands.com^ +||srbijacafe.org^ +||srv.trafficgate.net^ +||srv2.trafficgate.net^ +||srwww1.com^ +||st-n.pc2ads.com^ +||stakingscrew.com^ +||stakingslope.com^ +||standingnest.com^ +||star-advertising.com^ +||starffa.com^ +||start.freeze.com^ +||startapp.com^ +||stat.cliche.se^ +||stat.dealtime.com^ +||stat.dyna.ultraweb.hu^ +||stat.pl^ +||stat.su^ +||stat.tudou.com^ +||stat.webmedia.pl^ +||stat.zenon.net^ +||stat24.com^ +||stat24.meta.ua^ +||statcounter.com^ +||static.fmpub.net^ +||static.itrack.it^ +||static.scroll.com^ +||static.thedevband.com^ +||staticads.btopenworld.com^ +||statistic.ads24h.net^ +||statistik-gallup.net^ +||statm.the-adult-company.com^ +||stats.blogger.com^ +||stats.cts-bv.nl^ +||stats.directnic.com^ +||stats.hyperinzerce.cz^ +||stats.merriam-webster.com^ +||stats.mirrorfootball.co.uk^ +||stats.olark.com^ +||stats.pusher.com^ +||stats.self.com^ +||stats.suite101.com^ +||stats.surfaid.ihost.com^ +||stats.townnews.com^ +||stats.unwired-i.net^ +||stats.wordpress.com^ +||stats.x14.eu^ +||stats2.self.com^ +||stats4all.com^ +||statse.webtrendslive.com^ +||statsie.com^ +||statsy.net^ +||statxpress.com^ +||stazumik.net^ +||steadfastsound.com^ +||steadfastsystem.com^ +||steelhouse.com^ +||stickssheep.com^ +||storesurprise.com^ +||stormyachiever.com^ +||stormyshock.com^ +||stormysponge.com^ +||stoveseashore.com^ +||straightnest.com^ +||straightschool.com^ +||stream4fun.com^ +||strikead.com^ +||strikeiron.com^ +||stripedburst.com^ +||strivesidewalk.com^ +||structurerod.com^ +||stupendoussleet.com^ +||suavalds.com^ +||subscribe.hearstmags.com^ +||subscribers.click^ +||succeedscene.com^ +||suddensidewalk.com^ +||sugarcurtain.com^ +||sugoicounter.com^ +||sulkybutter.com^ +||sumatoad.com^ +||summerobject.com^ +||sumo.com^ +||sumome.com^ +||superclix.de^ +||superfastcdn.com^ +||superficialsink.com^ +||superstats.com^ +||supertop.ru^ +||supertop100.com^ +||suptullog.com^ +||surfmusik-adserver.de^ +||swan-swan-goose.com^ +||swimslope.com^ +||swissadsolutions.com^ +||switchadhub.com^ +||switchads.com^ +||swordfishdc.com^ +||swordgoose.com^ +||sx.trhnt.com^ +||synad.nuffnang.com.my^ +||synad2.nuffnang.com.my^ +||synad3.nuffnang.com.my^ +||sync.vmweb.net^ +||syndicate.purch.com^ +||syyycc.com^ +||t.ads.cc^ +||t.insigit.com^ +||t.myvisualiq.net^ +||t.purch.com^ +||t.pusk.ru^ +||tacoda.net^ +||tagmngrs.com^ +||tagular.com^ +||tailsweep.co.uk^ +||tailsweep.com^ +||tailsweep.se^ +||takru.com^ +||talentedsteel.com^ +||tangerinenet.biz^ +||tangibleteam.com^ +||tapas.net^ +||tapfiliate.com^ +||tapgen.com^ +||tapinfluence.com^ +||tapit.com^ +||tapsense.com^ +||targad.de^ +||targetingnow.com^ +||targetnet.com^ +||targetpoint.com^ +||targetspot.com^ +||tastefulsongs.com^ +||tatango.com^ +||tatsumi-sys.jp^ +||tawdryson.com^ +||tcads.net^ +||tdxio.com^ +||tealeaf.com^ +||techclicks.net^ +||tedioustooth.com^ +||teenrevenue.com^ +||teenyvolcano.com^ +||teethfan.com^ +||teliad.de^ +||temelio.com^ +||tendertest.com^ +||terriblethumb.com^ +||terribleturkey.com^ +||test.com^ +||text-link-ads.com^ +||textad.sexsearch.com^ +||textads.biz^ +||textads.opera.com^ +||textlinks.com^ +||tfag.de^ +||tharbadir.com^ +||theadex.com^ +||theadhost.com^ +||theads.me^ +||thebugs.ws^ +||thecounter.com^ +||thedevband.com^ +||theonecdn.com^ +||therapistla.com^ +||therichkids.com^ +||thinkablerice.com^ +||thinknear.com^ +||thinkupfront.com^ +||thirdrespect.com^ +||thirstytwig.com^ +||thoorest.com^ +||threechurch.com^ +||thrnt.com^ +||throattrees.com^ +||thruport.com^ +||tia.timeinc.net^ +||ticklesign.com^ +||tidaltv.com^ +||tinybar.com^ +||tizers.net^ +||tlvmedia.com^ +||tnkexchange.com^ +||tns-counter.ru^ +||tntclix.co.uk^ +||todacell.com^ +||toecircle.com^ +||token.ad^ +||toothbrushnote.com^ +||top-casting-termine.de^ +||top-site-list.com^ +||top.list.ru^ +||top.mail.ru^ +||top.proext.com^ +||top100-images.rambler.ru^ +||top100.mafia.ru^ +||top123.ro^ +||top20.com^ +||top20free.com^ +||top66.ro^ +||top90.ro^ +||topacity.info^ +||topbarh.box.sk^ +||topblogarea.se^ +||topbucks.com^ +||topforall.com^ +||topgamesites.net^ +||toplist.cz^ +||toplist.pornhost.com^ +||toplista.mw.hu^ +||toplistcity.com^ +||topmmorpgsites.com^ +||topping.com.ua^ +||toprebates.com^ +||topsafelist.net^ +||topsearcher.com^ +||topsir.com^ +||topsite.lv^ +||topsites.com.br^ +||topstats.com^ +||totemcash.com^ +||touchads.com^ +||touchclarity.com^ +||touchclarity.natwest.com^ +||tour.brazzers.com^ +||tpnads.com^ +||trac.mediaiqdigital.com^ +||tracedesire.com^ +||track.anchorfree.com^ +||track.contently.com^ +||track.dating-4-you.com^ +||track.eyeviewads.com^ +||track.flexlinks.com^ +||track.flexlinkspro.com^ +||track.gawker.com^ +||track.viewdeos.com^ +||track1.viewdeos.com^ +||trackalyzer.com^ +||trackedlink.net^ +||trackedweb.net^ +||tracker-pm2.spilleren.com^ +||tracker.icerocket.com^ +||tracker.trackerfix.com^ +||tracking.crunchiemedia.com^ +||tracking.gajmp.com^ +||tracking.internetstores.de^ +||tracking.yourfilehost.com^ +||tracking101.com^ +||trackingsoft.com^ +||trackmysales.com^ +||tradeadexchange.com^ +||tradedoubler.com^ +||trademob.com^ +||traffic-exchange.com^ +||traffic.focuusing.com^ +||traffic.liveuniversenetwork.com^ +||trafficadept.com^ +||trafficads.net^ +||trafficcdn.liveuniversenetwork.com^ +||trafficfactory.biz^ +||trafficgate.net^ +||trafficholder.com^ +||traffichunt.com^ +||trafficleader.com^ +||trafficsecrets.com^ +||trafficspaces.net^ +||trafficstrategies.com^ +||trafficswarm.com^ +||traffictrader.net^ +||trafficz.com^ +||trafficz.net^ +||traffiq.com^ +||trafic.ro^ +||trafyield.com^ +||traktrafficflow.com^ +||tranquilside.com^ +||travis.bosscasinos.com^ +||trekblue.com^ +||trekdata.com^ +||tremendoustime.com^ +||tremorvideo.com^ +||trendcounter.com^ +||trendmd.com^ +||trhunt.com^ +||tribalfusion.com^ +||tribedone.org^ +||trickycelery.com^ +||trillianu.info^ +||tritetongue.com^ +||trix.net^ +||trmit.com^ +||truckstomatoes.com^ +||truehits.net^ +||truehits1.gits.net.th^ +||truehits2.gits.net.th^ +||trumpia.com^ +||trustaffs.com^ +||trustednotice.news^ +||trustx.org^ +||tsms-ad.tsms.com^ +||tubedspots.com^ +||tubemogul.com^ +||turboadv.com^ +||turn.com^ +||tvas-a.pw^ +||tvas-c.pw^ +||tvmtracker.com^ +||twittad.com^ +||twyn.com^ +||txtimpact.com^ +||typicalteeth.com^ +||tyroo.com^ +||uarating.com^ +||uberads.com^ +||ubermedia.com^ +||uge521.com^ +||ukbanners.com^ +||ultimateclixx.com^ +||ultramercial.com^ +||ultraoranges.com^ +||ultsearch.com^ +||unanimis.co.uk^ +||unarmedindustry.com^ +||undertone.com^ +||unknowntray.com^ +||untd.com^ +||unthem.com^ +||untidyquestion.com^ +||unusualtitle.com^ +||unwrittenspot.com^ +||updated.com^ +||upsnap.com^ +||urbanityadnetwork.com^ +||urlcash.net^ +||us.a1.yimg.com^ +||usapromotravel.com^ +||useriq.com^ +||userreplay.com^ +||userreplay.net^ +||usmsad.tom.com^ +||utarget.co.uk^ +||utils.mediageneral.net^ +||uttermosthobbies.com^ +||uyunad.com^ +||valegaj.com^ +||validclick.com^ +||valuead.com^ +||valueclick.com^ +||valueclickmedia.com^ +||valuecommerce.com^ +||valuesponsor.com^ +||vanfireworks.com^ +||variablefitness.com^ +||vdopia.com^ +||veille-referencement.com^ +||velocecdn.com^ +||velocitycdn.com^ +||velti.com^ +||ventivmedia.com^ +||verblife-3.co^ +||vericlick.com^ +||vertadnet.com^ +||veruta.com^ +||vervemobile.com^ +||vervewireless.com^ +||vibrantmedia.com^ +||vidcpm.com^ +||videoadex.com^ +||videoegg.com^ +||vidora.com^ +||view4cash.de^ +||viewpoint.com^ +||viewwonder.com^ +||visiblemeasures.com^ +||visistat.com^ +||visitbox.de^ +||visitpath.com^ +||visual-pagerank.fr^ +||visualrevenue.com^ +||vmmpxl.com^ +||vmweb.net^ +||voicevegetable.com^ +||vpon.com^ +||vrs.cz^ +||vs.tucows.com^ +||vt.myvisualiq.net^ +||vutzmxahqio.co^ +||w.adsco.re^ +||w3i.com^ +||wa.and.co.uk^ +||wads.webteh.com^ +||wantmobi.bid^ +||warlog.info^ +||warlog.ru^ +||warp.ly^ +||waryfog.com^ +||watchingthat.com^ +||wateryvan.com^ +||waust.at^ +||wda.com^ +||wdads.sx.atl.publicus.com^ +||web-stat.com^ +||web.btncdn.com^ +||web.informer.com^ +||web2.deja.com^ +||webads.co.nz^ +||webads.nl^ +||webangel.ru^ +||webcash.nl^ +||webcounter.cz^ +||webcounter.goweb.de^ +||webgains.com^ +||webmaster-partnerprogramme24.de^ +||webmasterplan.com^ +||webmasterplan.de^ +||weborama.fr^ +||webpower.com^ +||webreseau.com^ +||webseoanalytics.com^ +||websponsors.com^ +||webstat.channel4.com^ +||webstat.com^ +||webstat.net^ +||webstats4u.com^ +||webtrackerplus.com^ +||webtracky.com^ +||webtraffic.se^ +||webtraxx.de^ +||webtrekk.mediaset.net^ +||webtrends.telegraph.co.uk^ +||webtrendslive.com^ +||wegcash.com^ +||wellmadefrog.com^ +||werbung.meteoxpress.com^ +||wetrack.it^ +||whaleads.com^ +||whenu.com^ +||whereapps.com^ +||whirlwealth.com^ +||whiskyqueue.com^ +||whispa.com^ +||whisperingcrib.com^ +||whoisonline.net^ +||wholesaletraffic.info^ +||widdit.com^ +||widespace.com^ +||widget.privy.com^ +||widgetbucks.com^ +||widgets.coinmarketcap.com^ +||wikia-ads.wikia.com^ +||window.nixnet.cz^ +||wintricksbanner.googlepages.com^ +||wirecomic.com^ +||wisepops.com^ +||witch-counter.de^ +||wlmarketing.com^ +||wmirk.ru^ +||womanear.com^ +||wonderlandads.com^ +||wondoads.de^ +||worldwide-cash.net^ +||worriednumber.com^ +||worrybutter.com^ +||wpnrtnmrewunrtok.xyz^ +||wryfinger.com^ +||wsod.com^ +||wt-eu02.net^ +||wtlive.com^ +||www-banner.chat.ru^ +||x-traceur.com^ +||x.appbaqend.com^ +||x6.yakiuchi.com^ +||xad.com^ +||xchange.ro^ +||xclicks.net^ +||xertive.com^ +||xg4ken.com^ +||xiti.com^ +||xius.com^ +||xml.adservme.com^ +||xml.revrtb.com^ +||xovq5nemr.com^ +||xplusone.com^ +||xponsor.com^ +||xq1.net^ +||xrea.com^ +||xtendmedia.com^ +||xtremeserve.xyz^ +||xtremetop100.com^ +||xxxcounter.com^ +||xxxmyself.com^ +||xy7elite.com^ +||y.ibsys.com^ +||yabuka.com^ +||yads.c.yimg.jp^ +||ybrantdigital.com^ +||ydworld.com^ +||yesads.com^ +||yesadvertising.com^ +||yieldads.com^ +||yieldlab.net^ +||yieldmanager.com^ +||yieldmanager.net^ +||yieldmo.com^ +||yieldtraffic.com^ +||yldbt.com^ +||ymetrica1.com^ +||yoc-adserver.com^ +||yoc-performance.com^ +||yoc.mobi^ +||yoggrt.com^ +||yuilop.com^ +||yume.com^ +||z5x.net^ +||zangocash.com^ +||zanox-affiliate.de^ +||zanox.com^ +||zantracker.com^ +||zbwp6ghm.com^ +||zealousfield.com^ +||zedo.com^ +||zeegreen.net^ +||zeepmedia.com^ +||zekiatagur.com^ +||zencudo.co.uk^ +||zenkreka.com^ +||zenzuu.com^ +||zeus.developershed.com^ +||zeusclicks.com^ +||zijaipse.com^ +||zintext.com^ +||zlp6s.pw^ +||zm232.com^ +||zmedia.com^ +||zqtk.net^ +||zumobi.com^ +||zy16eoat1w.com^ +||01388.net^ +||023scw.gotoip55.com^ +||029999.com^ +||0538ly.cn^ +||071899.com^ +||0746bit.com^ +||0871ggw.net^ +||08819.com^ +||1010fz.com^ +||10eurosbonheur.org^ +||114.sohenan.cn^ +||114oldest.com^ +||125jumeinv.com^ +||12directions.com^ +||1788111.com^ +||17so.so^ +||18cum.com^ +||191gm.com^ +||2o7.net^ +||318x.com^ +||3262111.com^ +||332gm.com^ +||33lzmm.com^ +||365tc.com^ +||36robots.com^ +||384756783900.cn^ +||39m.net^ +||3dmv.net^ +||3e1.cn^ +||3gl.net^ +||3xstuff.com^ +||4006868488.cn^ +||4009997279.com^ +||400cao.com^ +||44cckk.com^ +||44ccvv.com^ +||5-g.cn^ +||510w.com^ +||5151ac.com^ +||51lvyu.com^ +||51ysxs.com^ +||52yxg.cn^ +||54fangtan.com^ +||54ly.com^ +||567bbl.com^ +||5689.nl^ +||56hj.cn^ +||5xian8.com^ +||61gamei.com^ +||654v.com^ +||66av.cc^ +||66ml.in^ +||720movies.net^ +||75ww.com^ +||7speed.info^ +||805678.com^ +||81182479.com^ +||818tl.com^ +||8883448.com^ +||88kkvv.com^ +||8cbd.com^ +||911718.net^ +||9523cc.com^ +||978qp.com^ +||97boss.com^ +||981718.cn^ +||99976.com^ +||99chg.com^ +||99meikang.com^ +||99zzkk.com^ +||9rbk.com^ +||a.axmtrack.com^ +||a.idio.co^ +||a.klaviyo.com^ +||a.nt002.cn^ +||aa.xqwqbg.com^ +||aaa520.izlinix.com^ +||abbyspanties.com^ +||abcmlm.com^ +||abond.net^ +||accurate.gutterhalment.com^ +||adentify.com^ +||adfrut.cl^ +||admagnet1.com^ +||admisoft.com^ +||adongcomic.com^ +||adoreclothing.co.uk^ +||ads.mail3x.com^ +||adtrack.king.com^ +||aeaer.com^ +||af-cn.com^ +||agroluftbild.de^ +||ahlswh.net^ +||ahmhls.com^ +||ahzh-pv.com^ +||aipp-italia.it^ +||aiwoxin.com^ +||ajusa.net^ +||akorenramizefendiyurdu.com^ +||akshatadesigns.in^ +||akuaba.chez.com^ +||alchenomy.com^ +||alemeitu.com^ +||alphaprinthouse.org^ +||alphaxiom.com^ +||alruno.home.pl^ +||alsera.de^ +||amo122.com^ +||ampmetrics.techcrunch.com^ +||amskrupajal.org^ +||amusecity.com^ +||anafartalartml.k12.tr^ +||analysis.polarisoffice.com^ +||analytiall.com^ +||analytics-digit-in.cdn.ampproject.org^ +||analytics-production.hapyak.com^ +||analytics.247sports.com^ +||analytics.archive.org^ +||analytics.bitrix.info^ +||analytics.ccgateway.net^ +||analytics.cloudron.io^ +||analytics.colacoweb.net^ +||analytics.digit.in^ +||analytics.diyriver.io^ +||analytics.ff.avast.com^ +||analytics.headerbiddr.net^ +||analytics.hostyour.video^ +||analytics.htmedia.in^ +||analytics.icons8.com^ +||analytics.ihbsoft.com^ +||analytics.jabong.com^ +||analytics.liftoff.io^ +||analytics.lk.api.ditto.com^ +||analytics.logsss.com^ +||analytics.mailmunch.co^ +||analytics.myfinance.com^ +||analytics.mytvzion.pro^ +||analytics.phando.com^ +||analytics.picsart.com^ +||analytics.pokki.com^ +||analytics.poolshool.com^ +||analytics.posttv.com^ +||analytics.publitas.com^ +||analytics.samdd.me^ +||analytics.siliconexpert.com^ +||analytics.swiggy.com^ +||analytics.thevideo.me^ +||analytics.vancms.net^ +||analyticsapi.bsbportal.com^ +||anayltics.kuikr.com^ +||ancientroom.com^ +||andayiyuan.com^ +||andlu.org^ +||andreas-gehring.com^ +||anhui-attorney.com^ +||animeonline.net^ +||annedouglas.com^ +||annengdl.com^ +||anticarredodolomiti.com^ +||aonikesi.com^ +||api.prooffactor.com^ +||api.quantumgraph.com^ +||api.safegraph.com^ +||apiparbion.com^ +||apphay.me^ +||appimmobilier.com^ +||applog.camera360.com^ +||appres.camera360.com^ +||apps.outfit7.com^ +||apps2.outfit7.com^ +||aquapuremultiservicios.es^ +||ar.tns-counter.ru^ +||argentinaglobalwines.com^ +||armazones.com^ +||arouersobesite.free.fr^ +||arprosports.com.ar^ +||asdkd.tutuapp.com^ +||asiaok.net^ +||asj999.com^ +||asstraffic18.net^ +||ati-host.net^ +||augami.net^ +||aupvfp.com^ +||autizmus.n1.hu^ +||av5k.com^ +||axmtrack.com^ +||azteou.com^ +||b.l-a-c.cn^ +||b.nt002.cn^ +||baby.py.shangdu.com^ +||badaonz.com^ +||bafuhotel.com^ +||bag86.com^ +||baiduyisheng.com^ +||baizun.bi2vl.com^ +||bakuzbuq.ru^ +||banana.automaxcenter.ro^ +||bango.combango.org^ +||bango.net^ +||banner.ringofon.com^ +||barristers.ru^ +||baryote.com^ +||batchlogging4.truecaller.com^ +||bayansayfasi.com^ +||bbnp.com^ +||bbpama.com^ +||bc.dailymail.co.uk^ +||behave.nualias.com^ +||beikehongbei.com^ +||benstock.free.fr^ +||beroepsperformancescan.nl^ +||bestpons.net^ +||bga100.cn^ +||bhajankutir.vedicseasons.com^ +||bi2vl.com^ +||bioito.cn^ +||biolat.org^ +||bisimai.com^ +||bjdxhs.com^ +||bjhmt.com^ +||bjpgqsc.com^ +||bkkjob.com^ +||blackry.com^ +||blueconic.net^ +||bohoth.com^ +||bomar-spa.com^ +||bor-bogdanych.com^ +||bori82.com^ +||bostelbekersv.com^ +||boutique-miniature.com^ +||bovusforum.com^ +||boydfiber.com^ +||bqbbw.com^ +||bradyhansen.com^ +||brandmeacademy.com^ +||brave.ebod.co.uk^ +||bronotak.cn^ +||bugsense.com^ +||bugsnag.com^ +||burstly.com^ +||buthoprus.narod.ru^ +||buyonshop.com^ +||bvpdf9.u9a.wentserver.com^ +||bxpaffc.com^ +||bxzxw.net^ +||by.uservoice.com^ +||c.snnd.co^ +||c.webengage.com^ +||c2i-cdn.startappnetwork.com^ +||cabomarlinisportfishing.com^ +||cache.usabilla.com^ +||cadastrabb.com^ +||cadxiedan.com^ +||caixapre.com.br^ +||caliresolutions.com^ +||canadabook.ca^ +||cankaowang.com^ +||carloselmago.com^ +||cars.constructionwitness.net^ +||caymanlandsales.com^ +||cc.swiftype.com^ +||ccgateway.net^ +||cctjly.com^ +||ccycny.com^ +||cdmswj.com^ +||cdn.blueconic.net^ +||cdn.promotionengine.com^ +||cdn.zarget.com^ +||cdnstatic.geo.dmcdn.net^ +||ceocms.com^ +||cfbrr.com^ +||cfcgl.com^ +||check-updates.net^ +||china-hangyi.com^ +||china-zhenao.com^ +||chinatlz.com^ +||chinese.ahzh-pv.com^ +||cinemaedvd.com^ +||ciscotred.cz.cc^ +||ckidkina.ru^ +||client-analytics.braintreegateway.com^ +||cn-lushan.com^ +||co.at.vc^ +||collector.leaddyno.com^ +||commissioncrusher.com^ +||compdata.ca^ +||comscoreresearch.com^ +||concerone.com^ +||condosguru.com^ +||config.789wed.com^ +||congchuzs.com^ +||cookieinfoscript.com^ +||corsa-cologne.de^ +||count.ly^ +||cow.gutterheaters.org^ +||cpajump.centenr.com^ +||cqtspj.com^ +||creative.dailymail.co.uk^ +||creatives.co.in^ +||crittercism.com^ +||crossleather.com^ +||crow-dc.ru^ +||csbjkj.com^ +||csdian.net^ +||ct.pinterest.com^ +||ctv.whpx8.com^ +||curiouserdesserts.com^ +||cwettqtlffki.com^ +||cx81.com^ +||cypgroup.com^ +||czhjln.com^ +||czqmc.com^ +||d4n.platformd.com^ +||daguogroup.com^ +||daizheha.com^ +||dancecourt.com^ +||darknesta.com^ +||dasezhan8.com^ +||dasretokfin.com^ +||databerries.com^ +||dccallers.org^ +||dd-seo.cn^ +||defygravity.com^ +||deltagroup.kz^ +||demo25.extstore.com^ +||demodomain.cz^ +||device.maxmind.com^ +||dfclamp.com^ +||dfdsfadfsd.com^ +||dgbangyuan.cn^ +||dgboiler.cn^ +||dgdaerxing.com^ +||dinkelbrezel.de^ +||dionneg.com^ +||discountcode.dailymail.co.uk^ +||distillery.wistia.com^ +||divecatalina.com^ +||dj-sx.com^ +||djcalvin.com^ +||djplazebo.com^ +||dl.bzgthg.com^ +||dlslw.com^ +||dm.gg^ +||dm599.com^ +||dmgt.grapeshot.co.uk^ +||do-not-tracker.org^ +||do.count.ly^ +||doctorsdirectory.net^ +||dolohen.com^ +||dookioo.com^ +||dortxn.com^ +||doushimm.com^ +||down.nishuoa.com^ +||down.tututool.com^ +||downloadally.com^ +||downloadcypher.com^ +||downloadedsoftware.com^ +||downloadfused.com^ +||downloadoc.com^ +||dpgjjs.com^ +||dreamdrama.tv^ +||drteachme.com^ +||druming.free.fr^ +||dsf.10eurosbonheur.org^ +||dsg.affaireenligne.org^ +||dtstesting.com^ +||duchieu.de^ +||dusmin.com^ +||dvyiub.com^ +||dwcreations.net^ +||dwnloader.com^ +||dyhtez.com^ +||dynatrace.com^ +||dzynestudio.neglite.com^ +||e.crashlytics.com^ +||e2bworld.com^ +||ebara.cc^ +||edchiu.com^ +||edge.bayanazdirandamla.com^ +||edigitalsurvey.com^ +||elisaart.it^ +||elite-bijou.com.ua^ +||embed.tawk.to^ +||english.ahzh-pv.com^ +||entitlements.jwplayer.com^ +||errordoctor.com^ +||etbld.com^ +||ethtrader.de^ +||etl.tindersparks.com^ +||etnkorea.com^ +||ets-grup.com^ +||etstemizlik.com^ +||euroasia-p.com^ +||eurocompkft.hu^ +||eurolatexthai.com^ +||evasive.expertwitnessautomaticdoor.net^ +||events-collector.spot.im^ +||events.redditmedia.com^ +||everestjs.net^ +||evilstalin.https443.net^ +||eviltracker.net^ +||evlilikfoto.com^ +||evodownload.com^ +||ewubo.net^ +||f-scripts.co.nr^ +||f-sy.com^ +||fabiocaminero.com^ +||faloge.com^ +||falsewi.com^ +||fancycake.net^ +||fangqianghuaye.com^ +||fas.nirmala.life^ +||fchabkirchen-frauenberg.de^ +||federaciondepastores.com^ +||feilongjiasi.com^ +||fejsbuk.com.ba^ +||fenshaolu.com.cn^ +||festival.cocobau.com^ +||fff.dailymail.co.uk^ +||fffddd11.cn^ +||ffsi.info^ +||fg.bibleandbullets.com^ +||fideln.com^ +||filmschoolsforum.com^ +||firoznadiadwala.com^ +||first-ware.com^ +||flipvine.com^ +||floridayachtpartners.com^ +||fm120.com^ +||forecast.analytiall.com^ +||foxionserl.com^ +||freemasstraffic.com^ +||freightmatellc.com^ +||fs-11.com^ +||future.grapeshot.co.uk^ +||fxpcw.com^ +||fyqydogivoxed.com^ +||g.3gl.net^ +||g.uusee.com^ +||ga.kvideo.io^ +||galleries.securesoft.info^ +||gallerycrush.com^ +||gclabrelscon.net^ +||gdby.com.cn^ +||gddingtian.com.cn^ +||gdeea.cc^ +||gen-ever.com^ +||geoinfo.i2w.io^ +||geoip.maxmind.com^ +||geoip.nekudo.com^ +||geoip.tnt-ea.com^ +||getexceptional.com^ +||ghgmtcrluvghlwc91.com^ +||ghidneamt.ro^ +||gillingscamps.co.uk^ +||gjysjl.com^ +||global.ymtracking.com^ +||globalnursesonline.com^ +||globalwebindex.net^ +||go.ad1data.com^ +||googlanalytics.ws^ +||gool.frieghtiger.com^ +||gotoip55.com^ +||gouddc.com^ +||gqwhyjh.com^ +||grabify.link^ +||greedseed.world^ +||grk6mgehel1hfehn.ru^ +||gs.dailymail.co.uk^ +||gsimon.edu.free.fr^ +||guangdelvyou.com^ +||guihua-china.com^ +||gurgle.zdbb.net^ +||guyouellette.org^ +||gxatatuning.cn^ +||gxqyyq.com^ +||gzdywz.com^ +||h-sdk.online-metrix.net^ +||haihuang-audio.com^ +||hairtease.com^ +||halo.smamuhh1metro.com^ +||hao1680.com^ +||hdrhsy.cn^ +||hdxxpp.com^ +||hentelpower.com^ +||highstreeters.com^ +||hihimn.com^ +||hitcpm.com^ +||hits.theguardian.com^ +||hkfg.net^ +||hlzx8.com^ +||hntldgk.com^ +||hobbyworkshop.com^ +||homely.gutterheaters4u.com^ +||honghuamm.com^ +||hostiraj.info^ +||hotslotpot.cn^ +||hp-h.us^ +||hsbarbershop.co.uk^ +||hsych.com^ +||htpm.com.cn^ +||https443.net^ +||htxvcl.com^ +||htyzs.cn^ +||huate.hk^ +||huatongchuye.com^ +||huaxiagongzhu.com^ +||huaxingee.com^ +||humanding.com^ +||hyl-zh.lentor.net^ +||hzm6.com^ +||i-mar.com^ +||i.shannon-fisher.xyz^ +||iaudienc.com^ +||ie8eamus.com^ +||ifighi.net^ +||illaboratoriosrl.it^ +||im900.com^ +||images.dmca.com^ +||img.leadzutw.com^ +||img.securesoft.info^ +||indiatouragency.com^ +||indogator.com^ +||infoaz.nl^ +||ink.churchofthefreespirit.com^ +||innatek.com^ +||install.securesoft.info^ +||intercom.io^ +||intercomcdn.com^ +||interfere.marionunezcampusano.com^ +||interior-examples.ru^ +||interstitial.powered-by.securesoft.info^ +||investice-do-nemovitosti.eu^ +||ipcmedia.grapeshot.co.uk^ +||ipwhrtmla.epac.to^ +||iranbar.org^ +||itclk.com^ +||ivavitavoratavit.com^ +||izlinix.com^ +||jah.skateparkvr.com^ +||jdcartoon.com^ +||jefaerosol.free.fr^ +||jianyundc.com^ +||jienoo.com^ +||jjc11.com^ +||johnston.grapeshot.co.uk^ +||jomlajavascript.ru^ +||jornalistasdeangola.com^ +||joshi.org^ +||jquery-framework.com^ +||jqueryjsscript.ru^ +||js-cdn.dynatrace.com^ +||js.5689.nl^ +||js.idio.co^ +||js.maxmind.com^ +||js.securesoft.info^ +||js.union.doudouguo.net^ +||jsbwpg.com^ +||jsngupdwxeoa.uglyas.com^ +||jtpk8.com^ +||jtti.net^ +||junjiezyc.com^ +||junshi366.com^ +||jxcsteel.com^ +||jxy88.com^ +||k6r.net^ +||kalibrium.ru^ +||kidsghibli.com^ +||kineclick.free.fr^ +||kkvmaj.com^ +||ktoooo.com^ +||kuaiyan.com.cn^ +||kumykoz.com^ +||kz.tns-counter.ru^ +||kzhqzx.com^ +||ladybug.gutterheatersus.com^ +||lagrotta4u.de^ +||laohuangli365.com^ +||laos.luangprabang.free.fr^ +||lastmeasure.zoy.org^ +||lavoixdesmots.free.fr^ +||lead.soperson.com^ +||leadzutw.com^ +||lectscalimertdr43.land.ru^ +||leferinktractors.com^ +||lem-computers.net^ +||leonarderickson.chez.com^ +||leslascarsgays.fr^ +||lfcraft.com^ +||lfgkyy.com^ +||liberated.org^ +||lidaergroup.com^ +||liftoff.io^ +||lita-lighting.com^ +||llbb88.com^ +||llo123.com^ +||lmsongnv.com^ +||location.fashionises.com^ +||lococcc.com^ +||log.apk.v-mate.mobi^ +||log.getdropbox.com^ +||log.kmplayer.com^ +||log.kuwo.cn^ +||log.pinterest.com^ +||log.quora.com^ +||log.snapdeal.com^ +||log.tutuapp.com^ +||log.umsns.com^ +||log.ventunotech.com^ +||logs.xiti.com^ +||loles.neostrada.pl^ +||londparig.ga^ +||lousecn.cn^ +||lpcloudsvr302.com^ +||lpmxp2023.com^ +||lpmxp2024.com^ +||lpmxp2026.com^ +||luckyson0660.com^ +||luguanmm.com^ +||luguanzhan.com^ +||lydaoyou.com^ +||lysyp.com^ +||m.addthisedge.com^ +||macallinecn.com^ +||mads.dailymail.co.uk^ +||mafund.cn^ +||mah0ney.com^ +||mail3x.com^ +||mainnetsoll.com^ +||mainstatserver.com^ +||malayalam-net.com^ +||mamivoi.com^ +||mampoks.ru^ +||man1234.com^ +||mandarin.aquamarineku.com^ +||mannesoth.com^ +||mans.cnusher.ind.in^ +||marco-behrendt.de^ +||masasaudi.com^ +||masjlr.com^ +||mayatek.info^ +||me.3788.cn^ +||mebed.dm.gg^ +||media-match.com^ +||mediaforce.grapeshot.co.uk^ +||mefa.ws^ +||metricfast.com^ +||metrics.brightcove.com^ +||metrics.cloudflarebolt.com^ +||metrics.sdkbox.com^ +||metzgerconsulting.com^ +||miamibeachhotels.tv^ +||miremanufacturing.com^ +||mixandbatch2000.co.uk^ +||mizahturk.com^ +||mjhkj8.u5a.wentserver.com^ +||mjw.or.kr^ +||mkhafnorcu81.com^ +||mmexe.com^ +||moacbeniv.com^ +||mobile-safety.org^ +||moblao.com^ +||mobuna.com^ +||moby-aa.ru^ +||modijie.com^ +||montacarichi.it^ +||month.nualias.com^ +||motionritm.ru^ +||movestone.net^ +||mpif.eu^ +||mrappolt.de^ +||msw67.cafe24.com^ +||mxyyth.com^ +||mybuzzmonitor.com^ +||myeverydaylife.net^ +||myfileupload.ru^ +||myhongyuan.net^ +||mysimash.info^ +||n85853.cn^ +||nainasdesigner.com^ +||nancunshan.com^ +||neepelsty.cz.cc^ +||neglite.com^ +||net4um.com^ +||newscorp.grapeshot.co.uk^ +||nexprice.com^ +||nexus.ensighten.com^ +||nonglirili.net^ +||nonoknit.com^ +||notify.bugsnag.com^ +||nppmwatch.com^ +||npttech.com^ +||ns.zdbb.net^ +||nt002.cn^ +||nvplv.cc^ +||nycsoaw.org^ +||oceanic.ws^ +||ohgooo.com^ +||ohhdear.org^ +||ojakobi.de^ +||okboobs.com^ +||omgates.com^ +||opensharecount.com^ +||ophan.theguardian.com^ +||oqgmav.com^ +||orange.bageriethornslet.dk^ +||orcsnx.com^ +||ouroldfriends.com^ +||p.toourbb.com^ +||p.typekit.net^ +||panthawas.com^ +||paranteztanitim.com^ +||pattayabazaar.com^ +||pc-pointers.com^ +||pcbangv.com^ +||pdk.lcn.cc^ +||pear.dementiaadvocacy.com^ +||pebed.dm.gg^ +||pegloang.com^ +||peoria33884.cz.cc^ +||pham.duchieu.de^ +||pinkpillar.ru^ +||pipedream.wistia.com^ +||pix.spot.im^ +||pixel.nc0.co^ +||pixel.wp.com^ +||pizzotti.net^ +||pjhku.com^ +||pl.ventunotech.com^ +||placehold.it^ +||play.leadzutw.com^ +||playtomic.com^ +||plrxserv.com^ +||pornstar-candysue.de^ +||power.bestconstructionexpertwitness.com^ +||pozdrav-im.ru^ +||prefer.gutterhelment.com^ +||presage.io^ +||pringlepowwow.com^ +||promotionengine.com^ +||prooffactor.com^ +||prosperity.charifree.org^ +||ptrack.betaout.com^ +||publicandolo.com^ +||q2melbourne.com^ +||qabbanihost.com^ +||qgmmrvbqwlouglqggi.com^ +||qgsruo.com^ +||qqkabb.com^ +||qqmeise.com^ +||r.3gl.net^ +||r1.snnd.co^ +||rafastudio.nl^ +||rebisihut.com^ +||rebotstat.com^ +||reddii.org^ +||redinvestor.com^ +||reed-cw.grapeshot.co.uk^ +||reflexonature.free.fr^ +||regis.foultier.free.fr^ +||reglasti.com^ +||relimar.com^ +||relish.com.cn^ +||remyyadan.online.fr^ +||rentimeinvz.com^ +||reports.crashlytics.com^ +||reycross.cn^ +||ri-materials.com^ +||richmetrics.com^ +||rick.nirmallife.co.in^ +||rlxl.com^ +||rnhbhnlmpvvdt.com^ +||robinkornett.com^ +||rochesterdata.com^ +||rogersandstephens.com^ +||rolyjyl.ru^ +||ronasiter.com^ +||royalair.koom.ma^ +||rq82.com^ +||rsrly.com^ +||rta2.metro.co.uk^ +||rtb123.com^ +||rtyszz.com^ +||rules.quantcount.com^ +||s-parta.za.pl^ +||s.iaudienc.com^ +||s.idio.co^ +||s.infogr.am^ +||s.infogram.com^ +||s.vi-serve.com^ +||saawa.com^ +||safegraph.com^ +||safelyawake.com^ +||sam-sdelai.blogspot.com^ +||sam4m.com^ +||sarahcraig.org^ +||saspreview.com^ +||savingnegociacoes.com.br^ +||schibsted.com^ +||schibsted.io^ +||school-bgd.ru^ +||scoeyc.com^ +||scuolaartedanza.net^ +||sdk.analytiall.com^ +||secure-softwaremanager.com^ +||securesoft.info^ +||selak.info^ +||senrima.ru^ +||seopoint.com^ +||seqsixxx.com^ +||seres.https443.net^ +||sessions.bugsnag.com^ +||sharfiles.com^ +||shecanseeyou.info^ +||shenke.com.cn^ +||showbiz.owndata.network^ +||shuangfeidyw.com^ +||si.dailymail.co.uk^ +||sicken.cede.cl^ +||sightshare.com^ +||siliconclasses.in^ +||simplequiltmaking.com^ +||simplesharebuttons.com^ +||sinopengelleriasma.com^ +||sisters.truyen24h.info^ +||smartpx.io^ +||smetrics.bestbuy.com^ +||smetrics.boston.com^ +||snnd.co^ +||snrp.uglyas.com^ +||softh.blogsky.com^ +||softtube.cn^ +||soidc.com^ +||soperson.com^ +||sorclan.za.pl^ +||sosplombiers-9eme.fr^ +||sowellness.be^ +||specialistups.com^ +||spyshredderscanner.com^ +||spywareshop.info^ +||srv.dc-1.net^ +||sstats.adobe.com^ +||stabroom.cn^ +||stat.analytiall.com^ +||stathat.com^ +||static.intentarget.com^ +||static.leaddyno.com^ +||stats.betradar.com^ +||stats.count.ly^ +||stats.unlimapps.com^ +||stats.wp.com^ +||stats.xtraffic.xyz^ +||stats.zotabox.com^ +||statsforads.com^ +||stkjw.net^ +||stoneb.cn^ +||subeihm.com^ +||sukhshantisales.com^ +||summerhamster.com^ +||sunggysus.com^ +||sunqtr.com^ +||supercell.net^ +||suriflowers.com^ +||sushischool.ru^ +||swzhb.com^ +||sympation.com^ +||sync2ad.com^ +||szdamuzhi.com^ +||szzlzn.com^ +||t.dailymail.co.uk^ +||t70123.com^ +||tablet.gutterhelment.net^ +||tag.researchnow.com^ +||talk99.cn^ +||ted.dailymail.co.uk^ +||ted.metro.co.uk^ +||ted1.metro.co.uk^ +||tedgenet.com^ +||teksograd.ru^ +||telegraph.grapeshot.co.uk^ +||telephonie-voip.info^ +||tesorosdecancun.com^ +||thdx08.com^ +||the-wildbunch.net^ +||theirsvendor.com^ +||themodules.ru^ +||thepainfreeformula.com^ +||thirdrange.co.uk^ +||thomashobbs.com^ +||thoosje.com^ +||throne.thehelpbiz.com^ +||thxhb.com^ +||tinypic.info^ +||today-newday.cn^ +||topmailersblog.com^ +||torreslimos.com^ +||torvaldscallthat.info^ +||tottaldomain.cn^ +||toursportsimage.com^ +||tr-gdz.ru^ +||track.omg543.com^ +||track.publeadmedia.com^ +||track.tenjin.io^ +||trackcmp.net^ +||tracker.mtrtb.com^ +||tracker.vgame.us^ +||trackers.voodoo-analytics.io^ +||trackersimulator.org^ +||tracking-thirdparty.i2w.io^ +||tracking.checkmygirlfriend.net^ +||tracking.i2w.io^ +||tracking.lenzmx.com^ +||traffic.spot.im^ +||traffok.cn^ +||transition.org.cn^ +||transpec.vn^ +||trinitymirror.grapeshot.co.uk^ +||trk.clinch.co^ +||trk.pinterest.com^ +||trouble.cachetinvestments.com^ +||truckersemanifest.com^ +||ttb.lpcloudsvr302.com^ +||uci.securesoft.info^ +||uglyas.com^ +||ujvmzzwsxzrd3.com^ +||ukkvdx.com^ +||ultimedia.com^ +||unicaitaly.it^ +||unionavenue.net^ +||upperdarby26.com^ +||urnsforpets.net^ +||usa-jiaji.com^ +||usabilla.com^ +||usergrid.com^ +||users.quantumgraph.com^ +||uservoice.com^ +||utpsoxvninhi6.com^ +||uyqrwg.com^ +||va.tawk.to^ +||vasfagah.ru^ +||vbswzm.com^ +||vcbqxu.com^ +||vdownloads.ru^ +||vdtrack.com^ +||vectaury.io^ +||verfer.com^ +||vi-serve.com^ +||vilagnomad.com^ +||vipprojects.cn^ +||virtual-pcb.com^ +||volpefurniture.com^ +||vqlgli.com^ +||vra4.com^ +||vrl.m.conviva.com^ +||vrot.stervapoimenialena.info^ +||w.usabilla.com^ +||w3counter.com^ +||wa.metro.co.uk^ +||walesedu.com^ +||walklight.net^ +||wan4399.com^ +||wangqiao365.com^ +||watermanwebs.com^ +||wc-tracking.lavasoft.com^ +||web.ventunotech.com^ +||weborama.net^ +||wee4wee.ws^ +||weigezhiyao.com^ +||westcountry.ru^ +||widget.uservoice.com^ +||wieistmeineip.de^ +||wittyvideos.com^ +||woojeoung.com^ +||wsxhost.net^ +||wtdpcb.com^ +||wushirongye.com^ +||wwgin.com^ +||wwttmm.com^ +||wxjflab.com^ +||wyf003.cn^ +||wzfmxlrrynnbekcqzu.com^ +||xa58.cn^ +||xaxis.grapeshot.co.uk^ +||xczys.com^ +||xhqsysp.com^ +||xi1111.com^ +||xianyicao.net^ +||xiazai1.wan4399.com^ +||xin-lian.cn^ +||xingqibaile.com^ +||xingsi.com^ +||xingyunjiaren.com^ +||xinweico.net^ +||xinyangmeiye.com^ +||xinyitaoci.com^ +||xioooo.com^ +||xoads.com^ +||xpxp36.com^ +||xtxgsx.com^ +||xy-cs.net^ +||xz.hkfg.net^ +||xzmnt.com^ +||xzsk.com^ +||xzz.goodoboy.com^ +||ya-googl.ws^ +||yazouh.com^ +||yeniyuzyillions.org^ +||yes1899.com^ +||yfvnve.com^ +||yihaotui.com^ +||yinyuanhotel.net^ +||yixingim.com^ +||ymtracking.com^ +||ynxp.co^ +||youknownow.ru^ +||youthfire.com^ +||ypschool.cn^ +||yrnvau.com^ +||ysbbcrypsc.com^ +||yserch.com^ +||yttestsite.com^ +||ytx360.com^ +||yuejinjx.com^ +||yuminhong.blog.neworiental.org^ +||yun-static.soperson.com^ +||yxhlv.com^ +||yz-sl.cn^ +||zagga.in^ +||zarget.com^ +||zdesestvareznezahodi.com^ +||zee.cws.conviva.com^ +||zhaopai020.com^ +||zhidao.yxad.com^ +||zhongpandz.com^ +||ziejpzrv.cz.cc^ +||ziheyuan.com^ +||zmt100.com^ +||zqmdm.com^ +||zs.hniuzsjy.cn^ +||zw52.ru^ +||zwgoca.com^ +||zyjyyy.com^ +||zztxdown.com^ +||applelink.store^ +||fmiphone-apple.com^ +||fortt-rade.com^ +||icloud.com-locations.in^ +||ladsblue.com^ +||mysp.ac^ +||screenshielded.com^ +||securedashfuyiersa.com^ +||view-apple.com^ +||view-appleid.com^ +||zhangtom1989.cn^ +||connect.facebook.net^ +||d26tbbq8zqdi4v.cloudfront.net^ +||d2r173wcohmi6.cloudfront.net^ +||d2wbr3tthrn9lu.cloudfront.net^ +||dql2sdu63f1cw.cloudfront.net^ +||d1v373ntykegkp.cloudfront.net^ +||d3luypns9uh4a4.cloudfront.net^ +||https://static.tohomh123.com/ +||https://ssl.51lhcx.com/ +||https://sohu.husenfood.com/ +||https://setqfx.cn/ +||https://m.yukuofx.com/ +||https://m.3li.cc/public/ptcms/waptj.js +||https://seo.guoxintdh.com +||https://vip3.917studio.com/ +||https://pibaba.com.cn/ +||https://mh1359.com/mh1359_tanchuang.js +||https://m.enxikj.com/ +||https://job.510mall.com/ +||https://i.hgysxz.cn/xiwang/ +||https://dm.micro-bee.com/ +||https://wajsa.com/ +||https://omztf.cn/ +||https://ol.tjhyw.com/ +||https://gufengmh.com##div[class="animated "] +||http://pufei.net/*/footer.js +||https://pufei.net/*/footer.js +||http://pufei.net##a[id="down_fixed_link"] +||https://pufei.net##a[id="down_fixed_link"] +||http://pufei.net##a[id="down_app"] +||https://pufei.net##a[id="down_app"] +||http://pufei.net/*/middle.js +||https://pufei.net/*/middle.js +||https://eo.cccj.xyz/ +||http://m.17dm.com/*/newad.js +||https://m.17dm.com/*/newad.js +||https://m.manhua123.net/bd/ +||https://m.36mh.com/bd/ +||https://achicih.gitee.io/50/ +||https://m.dagumanhua.com/*/mdagu.js +|https://js.lmggdka.cn:12443/ +||https://www.185978.com/ +||https://f99.265958.com/ +||https://app.9yyg.cn/ +||https://res.onemanhua.com/js/xvideo.js +||https://res.onemanhua.com/js/dynamicjs.js +||https://378.mbai.cn/ +||https://kaimanhua.com##div[id="js_payChapter"] +||https://kaimanhua.com##div[class="layui-layer layui-layer-page transparent-bg"] +||https://kaimanhua.com##div[class="layui-layer-shade"] +||https://kaimanhua.com##.lock +||mh1234.com/gd/ +||https://mh1234.com/gd/ +||https://w.hxtjedu.com/ +||https://jugg003.com/ +||https://h.tomaconstech.com/ +||https://h.imoohome.com/ +||https://iu.xcsaz.com/ +||https://m.bnmanhua.com/bd/ +||https://manhuatai.com##div[id="js_payChapter"] +||https://manhuatai.com##div[class="layui-layer layui-layer-page"] +||https://manhuatai.com##div[class="layui-layer-shade"] +||https://manhuatai.com/##.lock +||https://manhuatai.com##div[class="scroll-suffix"] +!解析源 +||https://cnzz.com/ +||https://dafawm.thishare.com/ +||https://m.gedus.cn/ +!6vhao +||https://6vhao.kkcaicai.com/960X90.js +||https://www.66s.cc/d/js/acmsd +||https://www.66s.cc##div[id="jm_DIV_rrichrightB"] +||https://d.umjsik.com/ +||https://s.zsjyc.top/ +||https://s.bejzz.top +! 百度搜索 +|https://www.baidu.com/$s@id="ecomScript">*@id="Fuck Ad">@ +|https://www.baidu.com/$s@id="?00?"@id="Fuck Ad" style="display:none"@ +|https://www.baidu.com/$s@id="m??????????_canvas"@id="Fuck Ad" style="display:none"@ +|https://www.baidu.com/$s@id="m???_canvas"@id="Fuck Ad" style="display:none"@ +! 蓝奏云 +|https://statics.woozooo.com/img/ +! pixiv +||https://pixiv.net##div iframe[width="728"],#root>div>div>div>aside>div:nth-child(3),.ad +|http://*_e.xroun.com +|http://*_dflooring.com +|http://*_mi.gdt.qq.com +|http://*_sdk.e.qq.com +|http://*_www.googleadservices.com +|http://*_googleads.g.doubleclick.net +|http://*_v.gdt.qq.com +|http://*_appapisdk.tanv.com +|http://*_appsdk.tanv.com +|http://*_xc.gdt.qq.com +|http://*_ulogs.umeng.com +|http://*_appapisdk.tanv.com +|http://*_appsdk.tanv.com +|http://*_www.flickr.com +|http://*_uop.umeng.com +|http://*_api.24kidea.com +|http://*_t.gdt.qq.com +|http://*_c.gdt.qq.com +|http://*_alogs.umengcloud.com +|http://*_uop.umeng.com +|http://*_sss.bxmns.com +|http://*_extlog.snssdk.com +|http://*_pagead2.googlesyndication.com +|http://*_play.googleapis.com +|http://*_mobads-logs.baidu.com +|http://*_ios.bugly.qq.com +|http://*_m.data.mob.com +|http://*_ads.voiceads.cn +|http://*_pingma.qq.com +|http://*_g1.tagtic.cn +|http://*_img.adnyg.com img.adnyg.com.w.kunlungr.com +|http://*_log.tagtic.cn +|http://*_pgdt.ugdtimg.com +|http://*_sdownload.stargame.com +|http://*_config.inmobi.com +|http://*_sdk.cferw.com +|http://*_pic2.58cdn.com.cn +|http://*_interface.music.163.com +|http://*_my-material.zone1.meitudata.com +|http://*_sf1-ttcdn-tos.pstatp.com +|http://*_t.appsflyer.com +|http://*_tpc.googlesyndication.com +|http://*_v2.gdt.qq.com +|http://*_wa.gtimg.com +|http://*_vt.ipinyou.com +|http://*_open.e.189.cn +|http://*_img2.tanv.com +|http://*_dp3.qq.com +|http://*_api.xmpush.xiaomi.com +|http://*_nsclick.baidu.com +|http://*_pingma.qq.com +|http://*_rtbapi.douyucdn.cn +|http://*_adx.hupu.com ! ----------------------------------------------请在此行线以上填写新增规则------------------------------------------------------ ! ------------------------------------------------------------------------------------------------------------------------------ !x --------------------------------------------- 以下规则搬运自 koolproxy ------------------------------------------------------- diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/fanboy.txt b/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/fanboy.txt index 57cb446366..51e14ccb52 100644 --- a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/fanboy.txt +++ b/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/fanboy.txt @@ -1,8 +1,8 @@ [Adblock Plus 2.0] -! Checksum: 2rSSdgC/afsrzKmfmlhcgQ -! Version: 201908301441 +! Checksum: lXe3+Yz8bYSiIS2ZNXlcig +! Version: 202002111151 ! Title: Fanboy's Annoyance List -! Last modified: 30 Aug 2019 14:41 UTC +! Last modified: 11 Feb 2020 11:51 UTC ! Expires: 4 days (update frequency) ! Homepage: https://easylist.to/ ! License: http://creativecommons.org/licenses/by/3.0/ @@ -20,6 +20,7 @@ ||https://37signals.com^$third-party ||https://a.mailmunch.co/app/$script,third-party ||https://a1000k.com/button.php +||https://abchukuk.com/abc.html ||https://accengage.net^$third-party ||https://actionbutton.co^$third-party ||https://addinto.com^$third-party @@ -33,7 +34,6 @@ ||https://amazonaws.com/mailmunch/$script ||https://amazonaws.com^*/feedback-v2.js ||https://antenna.is^$third-party -||https://anyclip.com^$third-party ||https://apester.com^$third-party ||https://api.branch.io^$third-party ||https://api.flattr.com^$third-party @@ -62,11 +62,11 @@ ||https://blogtopsites.com^$third-party ||https://bookmrk.us^$third-party ||https://brightinfo.com^$third-party -||https://browser-update.org^$third-party ||https://btn.createsend1.com^$third-party ||https://bufferapp.com/js/button.js$third-party ||https://bumpin.com^$third-party ||https://buzz-stats.com^$third-party +||https://buzzzoo.net^$third-party ||https://carambo.la^$third-party ||https://care2.com/petitions/$third-party ||https://celebjihad.com^$third-party @@ -147,6 +147,7 @@ ||https://goemotify.com^$third-party ||https://google.com/uds/?file=orkut& ||https://goroost.com^$third-party +||https://govdelivery.com^$third-party ||https://gravity.com^$third-party ||https://gravityrd-services.com^$third-party ||https://grazeit.com^$third-party @@ -202,11 +203,11 @@ ||https://mailjet.com/statics/js/widget.modal.js$third-party ||https://mailjet.com/widget/$third-party ||https://manychat.com^$third-party +||https://maven.io^*/widget.js$third-party ||https://mg2connext.com^$third-party ||https://misosoup.io^$third-party ||https://mixi.media^$third-party ||https://mobj.space/js/appsdiscover/$third-party -||https://moengage.com^$third-party ||https://moreshare.com^$third-party ||https://mozo.com.au/widgets/$third-party ||https://my.leadpages.net^$third-party @@ -226,6 +227,7 @@ ||https://opiniac.com^$third-party ||https://opinionbar.com^$third-party ||https://opinionstage.com^$third-party +||https://opmnstr.com^$third-party ||https://optimonk.com^$third-party ||https://optinmonster.com^$third-party ||https://optkit.com^$third-party @@ -243,6 +245,7 @@ ||https://pippity.com^$third-party ||https://placehold.it^$third-party ||https://plaxo.com^$third-party +||https://player.anyclip.com^$script,third-party ||https://plista.com^$third-party ||https://plugin.me2day.net^$third-party ||https://popin.cc^$third-party @@ -273,6 +276,7 @@ ||https://reftagger.com^$third-party ||https://repost.us^$third-party ||https://research.net^$third-party +||https://rightmessage.com^$third-party ||https://rokt.com^$third-party ||https://roost.me^$third-party ||https://royapp.com^$third-party @@ -283,6 +287,7 @@ ||https://sail-horizon.com^$third-party ||https://sail-personalize.com^$third-party ||https://sailthru.com^$third-party +||https://sales-pop-dot-autoketing-production-sdk.appspot.com^$third-party ||https://savvysource.com^$third-party ||https://scorespro.com^$third-party ||https://scoutle.com^$third-party @@ -291,7 +296,6 @@ ||https://scripts.mailfire.io^$third-party ||https://scrolltotop.com^$third-party ||https://secretrune.com^$third-party -||https://sendpulse.com^$third-party ||https://sendsay.ru^$third-party ||https://senzari.com^$third-party ||https://services.webklipper.com/geoip/$third-party @@ -316,7 +320,6 @@ ||https://statictapcdn-a.akamaihd.net^$third-party ||https://storystack.com^$third-party ||https://styld-by.com^$third-party -||https://sumo.com^$third-party ||https://superwidget-assets.gowatchit.com^$third-party ||https://surfingbird.ru^$third-party ||https://survey.constantcontact.com^$third-party @@ -326,6 +329,7 @@ ||https://swiftypecdn.com^$third-party ||https://swishu.com^$third-party ||https://synapsys.us^$third-party +||https://systeme.io^$third-party ||https://tapcdn.com/mosaic/tap_button.js ||https://teamautofollow.com/modules/mod_jtwitter/ ||https://techbeat.com/wp-content/custom-php/$third-party @@ -354,7 +358,9 @@ ||https://vhmengine.com^$third-party ||https://vicomi.com^$third-party ||https://vk.com/images/$third-party +||https://vuukle.com/platform.js$third-party ||https://wahwahnetworks.com^$third-party +||https://webseed.com/javascripts/messagebar.js ||https://weebly.com/*_signup.php$third-party ||https://weworkremotely.com^$third-party ||https://widget.adviceiq.com^$third-party @@ -377,6 +383,7 @@ ||https://woobox.com^$third-party ||https://worldgravity.com^$third-party ||https://ws.audioscrobbler.com^$third-party +||https://xhamsterlive.com/api/external/$third-party ||https://yimg.com/uq/syndication/ ||https://yimg.com^*/GoldenGate. ||https://yottos.com^$third-party @@ -402,32 +409,59 @@ ||https://vrp.outbrain.com^$third-party ||https://vrt.outbrain.com^$third-party ||https://widgets.outbrain.com^$third-party +||https://sendtonews.com/player/sidebar.php?$third-party ||https://accengage.net^$third-party +||https://actirinius.com^$third-party ||https://aimtell.com^$third-party ||https://alertme.news^$third-party ||https://aswpsdkus.com^$third-party ||https://basepush.com^$third-party +||https://bildirnet.com^$third-party +||https://bildirt.com^$third-party +||https://bosspush.com^$third-party ||https://braze.com^$third-party ||https://browserpusher.com^$third-party ||https://centrnotify.com^$third-party ||https://centrpush.com^$third-party ||https://chaghets.net^$third-party +||https://checkpost.club^$third-party ||https://cleverpush.com^$third-party +||https://conforama-push.com^$third-party ||https://contentsitesrv.com/js/push/$third-party ||https://copush.com^$third-party +||https://cracataum.com^$third-party +||https://danorenius.com^$third-party +||https://easyfeeed.com^$third-party ||https://edrone.me^$third-party +||https://farteniuson.com^$third-party +||https://feedify.net^$third-party +||https://feraciumus.com^$third-party +||https://fernomius.com^$third-party ||https://fortpush.com^$third-party ||https://foxpush.com^$third-party ||https://foxpush.net^$third-party +||https://getback.ch^$third-party ||https://getpushmonkey.com^$third-party +||https://getsupernova.com^$third-party +||https://heroesdom.com^$third-party ||https://hitplus.net^$third-party +||https://ichecknotifyfriends.info^$third-party ||https://iopushtech.com^$third-party ||https://irpush.com^$third-party +||https://kattepush.com^$third-party ||https://luckypushh.com^$third-party ||https://master-push.com^$third-party ||https://master-push.net^$third-party +||https://moengage.com^$third-party +||https://nativesubscribe.pro^$third-party +||https://news2day.me^$third-party ||https://notification-time.com^$third-party +||https://ntvsw.com^$third-party +||https://olgtex.com^$third-party +||https://on-push.com^$third-party ||https://onesignal.com^$third-party +||https://partishion.com^$third-party +||https://pathlime.com^$third-party ||https://propu.sh^$third-party ||https://propush.net^$third-party ||https://psh.one^$third-party @@ -440,19 +474,24 @@ ||https://push-notifications.top^$third-party ||https://push-pro.net^$third-party ||https://push.connect.digital^$third-party +||https://push.daksham.in^$third-party ||https://push.rent^$third-party ||https://push.world^$third-party ||https://push4site.com^$third-party ||https://pushalert.co^$third-party ||https://pushango.com^$third-party ||https://pushassist.com^$third-party +||https://pushaya.com^$third-party ||https://pushbird.com^$third-party ||https://pushbots.com^$third-party ||https://pushbox.info^$third-party ||https://pushbullet.com^$third-party ||https://pushcentr.com^$third-party +||https://pushchev.info^$third-party ||https://pushcrew.com^$third-party +||https://pushe.co^$third-party ||https://pushengage.com^$third-party +||https://pusherapp.com^$third-party ||https://pushex.io^$third-party ||https://pushify.com^$third-party ||https://pushiki.ru^$third-party @@ -460,31 +499,44 @@ ||https://pushkahouse.com^$third-party ||https://pushkaplus.com^$third-party ||https://pushly.com^$third-party +||https://pushmejs.com^$third-party ||https://pushnami.com^$third-party ||https://pushnews.eu^$third-party +||https://pushnotifications.click^$third-party ||https://pushnotificationx.com^$third-party +||https://pushowl.com^$third-party ||https://pushpad.xyz^$third-party ||https://pushprofit.ru^$third-party ||https://pushprospush.com^$third-party ||https://pushpushgo.com^$third-party +||https://pushsar.com^$third-party ||https://pushstack.it^$third-party ||https://pushwhy.com^$third-party ||https://pushwoosh.com^$third-party ||https://quarepush.com^$third-party +||https://quaruzon.com^$third-party ||https://realpush.media^$third-party +||https://realpush.network^$third-party +||https://redpsh.pro^$third-party ||https://sckxppzdm.com^$third-party +||https://sendmepush.com^$third-party +||https://sendpulse.com^$third-party +||https://shroughtened.com^$third-party ||https://signaly.co^$third-party ||https://snrcdn.net^$third-party ||https://subscribers.com^$third-party +||https://topswp.com^$third-party ||https://truepush.com^$third-party +||https://ucfeed.ru^$third-party ||https://viapush.com^$third-party ||https://webpu.sh^$third-party ||https://webpush.jp^$third-party +||https://whitepush.biz^$third-party ||https://wonderpush.com^$third-party ||https://worldpush.co^$third-party ||https://wpush.biz^$third-party +||https://wwclicknews.club^$third-party ||https://xtremepush.com^$third-party -||https://sendtonews.com/player/sidebar.php?$third-party ||https://addnow.com^$third-party ||https://addthis.com^$third-party ||https://addtoany.com^$third-party @@ -548,8 +600,10 @@ ||https://friends2follow.com^$subdocument,third-party ||https://getpocket.com/button?$third-party ||https://getsocial.io/widget/$third-party +||https://getsocial.io^*/gs_async.js$third-party ||https://google.com/_/+1/$third-party ||https://google.com^*/fastbutton?$third-party +||https://gotchosen.com^$third-party ||https://gplusapi.appspot.com^$third-party ||https://handll.com^$third-party ||https://hatena.ne.jp/entry/button/$third-party @@ -646,7 +700,6 @@ ||https://stumbleupon.com/badge/$third-party ||https://stumbleupon.com/hostedbadge$third-party ||https://stumbleupon.com/services/$third-party -||https://sumome.com^$third-party ||https://syndication.twimg.com/widgets/$third-party ||https://toolbar.cdn.gigya.com^$third-party ||https://trendemon.com^$third-party @@ -686,6 +739,7 @@ ||https://whatsbroadcast.com^$third-party ||https://widget.stagram.com^$third-party ||https://widget.weibo.com^$third-party +||https://widget.whatshelp.io^$third-party ||https://widgets.digg.com^$third-party ||https://widgets.fbshare.me^$third-party ||https://widgets.getpocket.com^$third-party @@ -703,6 +757,7 @@ ||https://admiral.mgr.consensu.org^$third-party ||https://akamaihd.net/cpmt/ ||https://app.livemarketshoppers.com^$script,third-party +||https://assetlab.io/consent/ ||https://axept.io^$third-party ||https://axeptio.eu^$third-party ||https://californiatimes.com/gdpr/ @@ -710,7 +765,9 @@ ||https://clickio.mgr.consensu.org^$third-party ||https://clickiocdn.com^$third-party ||https://consensu.org/gdpr/$third-party +||https://consent.dk^$third-party ||https://consent.truste.com^$third-party +||https://consentag.eu^$third-party ||https://consentmanager.mgr.consensu.org^$third-party ||https://cookie-accept.com^$third-party ||https://cookie-script.com^$third-party @@ -719,7 +776,8 @@ ||https://cookiebot.com^$third-party ||https://cookiechoices.org^$third-party ||https://cookieconsent.silktide.com^$third-party -||https://cookieinformation.com^$third-party +||https://cookieinformation.com/*/*.js +||https://cookieinformation.com^$subdocument,third-party ||https://cookieinfoscript.com^$third-party ||https://cookielaw.org^$third-party ||https://cookiemanager1.contentforces.com^$third-party @@ -729,7 +787,7 @@ ||https://cookiereports.com^$third-party ||https://cookiescript.info^$third-party ||https://dmgmediaprivacy.co.uk^$third-party -||https://fundingchoices.google.com^$third-party +||https://gdpr-service.herokuapp.com^$third-party ||https://global.mgr.consensu.org^$third-party ||https://intermarkets.net^$third-party ||https://iubenda.com^$third-party @@ -739,21 +797,25 @@ ||https://oil.axelspringer.com^$third-party ||https://onetag.mgr.consensu.org^$third-party ||https://onetrust.com^$third-party +||https://onetrust.mgr.consensu.org^$third-party ||https://privacy-center.org^$third-party ||https://publy.net^$third-party +||https://scrookie.nl^$third-party +||https://sddan.mgr.consensu.org^$third-party ||https://sharethis.mgr.consensu.org^$third-party ||https://signatu.com^$third-party ||https://smartadserver.mgr.consensu.org^$third-party ||https://smartcookies.it^$third-party ||https://societe.mgr.consensu.org^$third-party -||https://sonyentertainmentnetwork.com/id/cm/siews1lib.js ||https://sourcepoint.mgr.consensu.org^$third-party ||https://tarteaucitron.ml^$third-party ||https://thirdfloor.it^$third-party +||https://thisisdone.com/gdpr/$third-party ||https://trustarc.com^$third-party ||https://uniconsent.mgr.consensu.org^$third-party ||https://usercentrics.eu^$third-party ||https://vendorlist.consensu.org^$third-party +||https://wpcc.io^$third-party ||https://4chan.org/b/*.swf ||https://anews.com/s/js/widget.js ||https://apnarm.net.au^*/keep-up-with_ @@ -766,6 +828,7 @@ ||https://cultofmac.com/e2ma.js ||https://d.yimg.com/ds/badge2.js ||https://dailymaverick.co.za/images/iabsa.png +||https://easytutoriel.com/wp-content/themes/easytutoriel-10-1/js/scripts.js ||https://eatout.co.za^*/iab- ||https://emailsherlock.com/javascripts/lightbox.js ||https://fin24.com^*/iabLogo. @@ -783,7 +846,9 @@ ||https://mediafire.com/images/backgrounds/download/*promo ||https://mg.co.za^*/iabsa_ ||https://moneytalksnews.com/wp-content/themes/mtn/assets/js/mtn-modal.$script +||https://moviespur.pw/tabtest.php ||https://netdna-cdn.com/wp-content/plugins/omg-magnific/magnific.min.js? +||https://newegg.com/newegg/survey/ ||https://newyorker.com^*/failsafe/ ||https://orain.org/w/index.php/Special:BannerRandom? ||https://planelogger.com^*/avitop6. @@ -804,13 +869,6 @@ ||https://wp.com/wp-content/mu-plugins/post-flair/ ||https://wp.com^*/linkwidgets/slingshot_ ||https://wufoo.com/embed/$subdocument,third-party -||https://xhamster.com/ajax/wit-cams-widget/ -||https://xhamster.one/ajax/wit-cams-widget/ -||https://bdstatic.com/linksubmit/push.js -||https://indiatimes.com/pn/ -||https://irishtimes.com/assets/js/notify.js -||https://ndtv.com/popupNotification.aspx -||https://ultimedia.com/js/common/notification.js ||https://aish.com^*-Subscribe- ||https://aish.com^*/Newsletter- ||https://amazonaws.com^*/subscription/ @@ -823,6 +881,7 @@ ||https://cultofmac.com^*/sidebar_weekender_ ||https://destinyconnect.com^*/sing-up-sidebar. ||https://destinyman.com^*/sign-up-banner. +||https://fortune.com^*/OO-NL_ ||https://goodhousekeeping.co.za^*/subscribe- ||https://goodhousekeeping.co.za^*/subscribe. ||https://ibtimes.co.in^*/newsletter.js @@ -845,6 +904,7 @@ ||https://politics.co.uk^*/newsletter. ||https://premierchristianradio.com^*/Stay-informed- ||https://revntv.com^*-Subscribe- +||https://rferl.org/a/29791891.html ||https://sassyhongkong.com^*-mailchimp- ||https://sassymamahk.com^*-news-letter- ||https://sassymamahk.com^*-Newsletter- @@ -860,6 +920,7 @@ ||https://therealnews.com^*/subfp. ||https://webmd.com/dtmcms/live/webmd/*/newsletter/ ||https://womenonwheels.co.za^*/subscribe- +||https://wp.com^*/Subscribe- ||https://zerohedge.com^*/zh_email. ||https://cdprojektred.com^*/top.png ||https://chugai-pharm.co.jp^*/pagetop. @@ -877,6 +938,7 @@ ||https://gogoanimes.co^*/croll_ ||https://hotpepper-gourmet.com^*/pagetop_ ||https://howtogermany.com^*/top.png +||https://jefftucker.org^*/pagetop. ||https://jtbcorp.jp^*/pagetop. ||https://katestube.com^*/up. ||https://mhi.com^*/pagetop_ @@ -890,10 +952,18 @@ ||https://wmf.com^*/topscroll- ||https://yna.co.kr^*_btn_top. ||https://zte.com.cn^*_back_top. +||https://9to5terminal.com/push.js +||https://annahar.com/assets/js/notifications.js +||https://bdstatic.com/linksubmit/push.js +||https://indiatimes.com/pn/ +||https://irishtimes.com/assets/js/notify.js +||https://ndtv.com/popupNotification.aspx +||https://ultimedia.com/js/common/notification.js ||https://3dmark.com/proxycon/images/front-some-fb.png ||https://5movies.to/share.php ||https://76.my/Auc/ ||https://abc.net.au^*/news-podcasts- +||https://alwaght.com/upload/logo/case/ ||https://amazingbeautifulworld.net^*/images/face.png ||https://ana.net/contentimage/genicon/facebook.png ||https://ana.net/contentimage/genicon/twitter.png @@ -921,6 +991,7 @@ ||https://cloudfront.net/linkedin/ ||https://cloudfront.net/twitter/ ||https://cnet.com/rest/v1.0/tweets/ +||https://csgoreportbot.net/jquery.fancybox.min.js ||https://dailykostv.com/digg.html ||https://di.fm/_papi/v1/di/timed_alerts$xmlhttprequest ||https://enjin.com/images/layout/footer-icons.png @@ -928,12 +999,14 @@ ||https://feedsportal.com/images/bookmark.gif ||https://file025.com/images_mega/ico_tr.png ||https://freehostinghero.com/img/tw.png +||https://fresherslive.com^*/whatapp_ ||https://gptoday.net^*/link-icon. ||https://hollywoodreporter.com/*/signup-r-rail ||https://homedesignlover.com/wp-content/uploads/*/pin.jpg ||https://htcsource.com/wp-content/uploads/*/icons.png ||https://huffingtonpost.com/images/bookmarking/ ||https://hulkshare.com/facebox.html +||https://imgoutlet.com^*/ico_tr. ||https://impactloud.com/img/follow.png ||https://itsmyurls.com/links/ ||https://kuwaittimes.net/fb. @@ -946,8 +1019,6 @@ ||https://marketingsherpa.com/Zlatko/facebook.jpg ||https://marketingsherpa.com/Zlatko/in.jpg ||https://moltenusa.com/images/com_connecton.gif -||https://moneycontrol.co.in^*/whatapps-icon. -||https://moneycontrol.co.in^*/whatsapp_messenger- ||https://monova.org/ajax/get_lightbox_content ||https://mybetting.co.uk/facebook.png ||https://mybetting.co.uk/twitter.png @@ -988,9 +1059,11 @@ ||https://worldtruth.tv^*/fb.png ||https://xinhuanet.com^*/fanxiang ||https://google.com^*/fastbutton? +||https://agicssecurity.com/Header/ajax/cookie.php ||https://dam.bbcchannels.com^*/outside-iframe.js ||https://emerse.com/consent.js ||https://freedoflondon.com/Styles/dialog-popup/jquery-ui.js +||https://government-and-constitution.org/js/consent.js ||https://harpercollins.co.uk/js/cookie.js ||https://hunstoncanoeclub.co.uk/media/system/js/modal.js ||https://inblu.com^*/cookies.js @@ -1017,7 +1090,9 @@ ||https://stncdn.it^*/smartbanner. ||https://valentins.de^*/glyphicon_up. ||https://vebidoo.de/images/xtotop. +||https://getreview.pl^$third-party ||https://5-tv.ru^*/up.png +||https://currenttime.tv/a/signup-sidebar-widget/ ||https://gnezdo.ru^$third-party ||https://kommersant.ru^*/top100. ||https://kommersant.uk^*-subscribe- @@ -1029,6 +1104,7 @@ ||https://tv-soyuz.ru^*/up.png ||https://tvzvezda.ru^*/up_btn. ||https://avis-verifies.com^$third-party +||https://maison-travaux.fr/wp-content/themes/*/iframe-box-article.html ||https://out.be/widgets/$third-party ||https://auto-moto.com^*/iframe-box-article.html ||https://pourquoidocteur.fr/img2/face.png @@ -1052,6 +1128,7 @@ ||https://noticiasautomotivas.com.br^*/receber-noticias. ||https://revistaforum.com.br^*/jquery.fancybox.min.js ||https://smonitor.com.br^$third-party +||https://tribunademinas.com.br^*/banner-tribuna_-NEWS. ||https://ara.cat^*/newsletters/ ||https://24o.it^*/ias/ ||https://blitzquotidiano.it^*/IAS_ @@ -1059,6 +1136,7 @@ ||https://booster3d.com^$third-party ||https://cambiodns.com/img/up.png ||https://cml.to/robot/ +||https://cn24tv.it^*/mod_letter. ||https://comingsoon.it^*/tgCom24-head. ||https://contactlab.it^*/subscribe.php? ||https://corriereobjects.it/rcs_cor_exit-page/ @@ -1110,6 +1188,7 @@ ||https://newsis.com^*/btn_top. ||https://radioseoul1650.com^*/nav_top. ||https://sedaily.com^*/btn_top_ +||https://probook.bg/like?$third-party ||https://draugiem.lv/business/ext/fans/$third-party ||https://draugiem.lv/business/ext/follow/$third-party ||https://draugiem.lv/lapas/widgets/$third-party @@ -1159,6 +1238,7 @@ ||https://ilquotidianodellazio.it/img/mi-piace- ||https://quimediaset.it^*/bgToolbar. ||https://repstatic.it^*/social.js +||https://qatarradio.qa/images/LB/ ||https://shabiba.com/images/snapchat- ||https://shabiba.com/images/whatsapp- ||https://tn-sport.net/like/ @@ -1166,10 +1246,13 @@ ||https://henryschein.at^*/CookieList.aspx ||https://docteurclic.com/ajax/ajax_get_disc.aspx ||https://jeu.video^*/partners.js +||https://thesiteoueb.net/js/cm-head.js ||https://styria.hr^*/cookies.min.js ||https://cookiesv2.publiekeomroep.nl/light/ ||https://tmgonlinemedia.nl/cc$script ||https://tol.postnl.nl/content/toljs/$script +||https://sanoma.fi^*/sccm-b.js +||https://sanoma.fi^*/sccm-c.js ||https://sanoma.fi^*/sccm.js ||https://bastabugie.it/it/cookies.js ||https://cippy.it/Scripts/toastr.js @@ -1177,9 +1260,16 @@ ||https://creaweb.it/cookie/ ||https://cure-naturali.it/cookies? ||https://effekt.it/analytics/ +||https://plug.it^*/cmp.min.js +||https://rcsobjects.it/rcs_cpmt/ ||https://spesasicura.com/Scripts/cookie.js ||https://4hifi.pl/scripts/jquery.cookie.js ||https://animesub.info/skrypty/pierdolecookie.js +||https://cmp.computerworld.pl^$script +||https://cmp.cxo.pl^$script +||https://cmp.idg.pl^$script +||https://cmp.internetstandard.pl^$script +||https://cmp.pcworld.pl^$script ||https://gry-online.pl/js/cookie2.js ||https://lubuskie.pl/themes/src/cookie.js ||https://niewygodne.info.pl/pierwsza.htm @@ -1199,6 +1289,7 @@ ||http://37signals.com^$third-party ||http://a.mailmunch.co/app/$script,third-party ||http://a1000k.com/button.php +||http://abchukuk.com/abc.html ||http://accengage.net^$third-party ||http://actionbutton.co^$third-party ||http://addinto.com^$third-party @@ -1212,7 +1303,6 @@ ||http://amazonaws.com/mailmunch/$script ||http://amazonaws.com^*/feedback-v2.js ||http://antenna.is^$third-party -||http://anyclip.com^$third-party ||http://apester.com^$third-party ||http://api.branch.io^$third-party ||http://api.flattr.com^$third-party @@ -1242,12 +1332,12 @@ ||http://blogtopsites.com^$third-party ||http://bookmrk.us^$third-party ||http://brightinfo.com^$third-party -||http://browser-update.org^$third-party ||http://browser-updater.yandex.net^ ||http://btn.createsend1.com^$third-party ||http://bufferapp.com/js/button.js$third-party ||http://bumpin.com^$third-party ||http://buzz-stats.com^$third-party +||http://buzzzoo.net^$third-party ||http://carambo.la^$third-party ||http://care2.com/petitions/$third-party,domain=~thepetitionsite.com ||http://celebjihad.com^$third-party @@ -1333,6 +1423,7 @@ ||http://goemotify.com^$third-party ||http://google.com/uds/?file=orkut& ||http://goroost.com^$third-party +||http://govdelivery.com^$third-party ||http://gravity.com^$third-party ||http://gravityrd-services.com^$third-party ||http://grazeit.com^$third-party @@ -1389,11 +1480,11 @@ ||http://mailjet.com/widget/$third-party ||http://mailmunch.s3.amazonaws.com^ ||http://manychat.com^$third-party +||http://maven.io^*/widget.js$third-party ||http://mg2connext.com^$third-party ||http://misosoup.io^$third-party ||http://mixi.media^$third-party ||http://mobj.space/js/appsdiscover/$third-party -||http://moengage.com^$third-party ||http://moreshare.com^$third-party ||http://mozo.com.au/widgets/$third-party ||http://my.leadpages.net^$third-party @@ -1413,6 +1504,7 @@ ||http://opiniac.com^$third-party ||http://opinionbar.com^$third-party ||http://opinionstage.com^$third-party +||http://opmnstr.com^$third-party ||http://optimonk.com^$third-party ||http://optinmonster.com^$third-party ||http://optkit.com^$third-party @@ -1429,7 +1521,9 @@ ||http://pinpoll.com^$third-party ||http://pippity.com^$third-party ||http://placehold.it^$third-party +||http://platform.loyaltylion.com^ ||http://plaxo.com^$third-party +||http://player.anyclip.com^$script,third-party ||http://plista.com^$third-party ||http://plugin.me2day.net^$third-party ||http://popin.cc^$third-party @@ -1460,6 +1554,7 @@ ||http://reftagger.com^$third-party ||http://repost.us^$third-party ||http://research.net^$third-party +||http://rightmessage.com^$third-party ||http://rokt.com^$third-party ||http://roost.me^$third-party ||http://royapp.com^$third-party @@ -1470,6 +1565,7 @@ ||http://sail-horizon.com^$third-party ||http://sail-personalize.com^$third-party ||http://sailthru.com^$third-party +||http://sales-pop-dot-autoketing-production-sdk.appspot.com^$third-party ||http://savvysource.com^$third-party ||http://scorespro.com^$third-party ||http://scoutle.com^$third-party @@ -1478,7 +1574,6 @@ ||http://scripts.mailfire.io^$third-party ||http://scrolltotop.com^$third-party ||http://secretrune.com^$third-party -||http://sendpulse.com^$third-party ||http://sendsay.ru^$third-party ||http://senzari.com^$third-party ||http://services.webklipper.com/geoip/$third-party @@ -1503,7 +1598,6 @@ ||http://statictapcdn-a.akamaihd.net^$third-party ||http://storystack.com^$third-party ||http://styld-by.com^$third-party -||http://sumo.com^$third-party ||http://superwidget-assets.gowatchit.com^$third-party ||http://surfingbird.ru^$third-party ||http://survey.constantcontact.com^$third-party @@ -1513,6 +1607,7 @@ ||http://swiftypecdn.com^$third-party ||http://swishu.com^$third-party ||http://synapsys.us^$third-party +||http://systeme.io^$third-party ||http://tapcdn.com/mosaic/tap_button.js ||http://teamautofollow.com/modules/mod_jtwitter/ ||http://techbeat.com/wp-content/custom-php/$third-party @@ -1541,7 +1636,9 @@ ||http://vhmengine.com^$third-party ||http://vicomi.com^$third-party ||http://vk.com/images/$third-party +||http://vuukle.com/platform.js$third-party ||http://wahwahnetworks.com^$third-party +||http://webseed.com/javascripts/messagebar.js ||http://weebly.com/*_signup.php$third-party ||http://weworkremotely.com^$third-party ||http://widget.adviceiq.com^$third-party @@ -1565,6 +1662,7 @@ ||http://woobox.com^$third-party ||http://worldgravity.com^$third-party ||http://ws.audioscrobbler.com^$third-party,domain=~last.fm|~lastfm.de|~lastfm.ru|~play.google.com|~spotify.com +||http://xhamsterlive.com/api/external/$third-party ||http://yimg.com/uq/syndication/ ||http://yimg.com^*/GoldenGate. ||http://yottos.com^$third-party @@ -1590,33 +1688,61 @@ ||http://vrp.outbrain.com^$third-party ||http://vrt.outbrain.com^$third-party ||http://widgets.outbrain.com^$third-party +||http://sendtonews.com/player/sidebar.php?$third-party ||http://accengage.net^$third-party +||http://actirinius.com^$third-party ||http://aimtell.com^$third-party ||http://alertme.news^$third-party ||http://aswpsdkus.com^$third-party ||http://basepush.com^$third-party +||http://bildirnet.com^$third-party +||http://bildirt.com^$third-party +||http://bosspush.com^$third-party ||http://braze.com^$third-party ||http://browserpusher.com^$third-party ||http://centrnotify.com^$third-party ||http://centrpush.com^$third-party ||http://chaghets.net^$third-party +||http://checkpost.club^$third-party ||http://cleverpush.com^$third-party +||http://conforama-push.com^$third-party ||http://contentsitesrv.com/js/push/$third-party ||http://copush.com^$third-party +||http://cracataum.com^$third-party ||http://d2r1yp2w7bby2u.cloudfront.net^ +||http://danorenius.com^$third-party +||http://easyfeeed.com^$third-party ||http://edrone.me^$third-party +||http://farteniuson.com^$third-party +||http://feedify.net^$third-party +||http://feraciumus.com^$third-party +||http://fernomius.com^$third-party ||http://fortpush.com^$third-party ||http://foxpush.com^$third-party ||http://foxpush.net^$third-party +||http://getback.ch^$third-party ||http://getpushmonkey.com^$third-party +||http://getsupernova.com^$third-party +||http://heroesdom.com^$third-party ||http://hitplus.net^$third-party +||http://ichecknotifyfriends.info^$third-party ||http://iopushtech.com^$third-party ||http://irpush.com^$third-party +||http://kattepush.com^$third-party ||http://luckypushh.com^$third-party ||http://master-push.com^$third-party ||http://master-push.net^$third-party +||http://moengage.com^$third-party +||http://nativesubscribe.pro^$third-party +||http://news2day.me^$third-party ||http://notification-time.com^$third-party +||http://notification.tubecup.net^ +||http://ntvsw.com^$third-party +||http://olgtex.com^$third-party +||http://on-push.com^$third-party ||http://onesignal.com^$third-party +||http://partishion.com^$third-party +||http://pathlime.com^$third-party ||http://propu.sh^$third-party ||http://propush.net^$third-party ||http://psh.one^$third-party @@ -1629,19 +1755,25 @@ ||http://push-notifications.top^$third-party ||http://push-pro.net^$third-party ||http://push.connect.digital^$third-party +||http://push.daksham.in^$third-party +||http://push.esputnik.com^ ||http://push.rent^$third-party ||http://push.world^$third-party ||http://push4site.com^$third-party ||http://pushalert.co^$third-party ||http://pushango.com^$third-party ||http://pushassist.com^$third-party +||http://pushaya.com^$third-party ||http://pushbird.com^$third-party ||http://pushbots.com^$third-party ||http://pushbox.info^$third-party ||http://pushbullet.com^$third-party ||http://pushcentr.com^$third-party +||http://pushchev.info^$third-party ||http://pushcrew.com^$third-party +||http://pushe.co^$third-party ||http://pushengage.com^$third-party +||http://pusherapp.com^$third-party ||http://pushex.io^$third-party ||http://pushify.com^$third-party ||http://pushiki.ru^$third-party @@ -1649,31 +1781,44 @@ ||http://pushkahouse.com^$third-party ||http://pushkaplus.com^$third-party ||http://pushly.com^$third-party +||http://pushmejs.com^$third-party ||http://pushnami.com^$third-party ||http://pushnews.eu^$third-party +||http://pushnotifications.click^$third-party ||http://pushnotificationx.com^$third-party +||http://pushowl.com^$third-party ||http://pushpad.xyz^$third-party ||http://pushprofit.ru^$third-party ||http://pushprospush.com^$third-party ||http://pushpushgo.com^$third-party +||http://pushsar.com^$third-party ||http://pushstack.it^$third-party ||http://pushwhy.com^$third-party ||http://pushwoosh.com^$third-party ||http://quarepush.com^$third-party +||http://quaruzon.com^$third-party ||http://realpush.media^$third-party +||http://realpush.network^$third-party +||http://redpsh.pro^$third-party ||http://sckxppzdm.com^$third-party +||http://sendmepush.com^$third-party +||http://sendpulse.com^$third-party +||http://shroughtened.com^$third-party ||http://signaly.co^$third-party ||http://snrcdn.net^$third-party ||http://subscribers.com^$third-party +||http://topswp.com^$third-party ||http://truepush.com^$third-party +||http://ucfeed.ru^$third-party ||http://viapush.com^$third-party ||http://webpu.sh^$third-party ||http://webpush.jp^$third-party +||http://whitepush.biz^$third-party ||http://wonderpush.com^$third-party ||http://worldpush.co^$third-party ||http://wpush.biz^$third-party +||http://wwclicknews.club^$third-party ||http://xtremepush.com^$third-party -||http://sendtonews.com/player/sidebar.php?$third-party ||http://addnow.com^$third-party ||http://addthis.com^$third-party ||http://addthiscdn.com^$domain=~addthis.com @@ -1739,8 +1884,10 @@ ||http://friends2follow.com^$subdocument,third-party ||http://getpocket.com/button?$third-party ||http://getsocial.io/widget/$third-party +||http://getsocial.io^*/gs_async.js$third-party ||http://google.com/_/+1/$third-party ||http://google.com^*/fastbutton?$third-party +||http://gotchosen.com^$third-party ||http://gplusapi.appspot.com^$third-party ||http://handll.com^$third-party ||http://hatena.ne.jp/entry/button/$third-party @@ -1838,7 +1985,6 @@ ||http://stumbleupon.com/badge/$third-party ||http://stumbleupon.com/hostedbadge$third-party ||http://stumbleupon.com/services/$third-party -||http://sumome.com^$third-party ||http://syndication.twimg.com/widgets/$third-party ||http://toolbar.cdn.gigya.com^$third-party ||http://trendemon.com^$third-party @@ -1879,6 +2025,7 @@ ||http://whatsbroadcast.com^$third-party ||http://widget.stagram.com^$third-party ||http://widget.weibo.com^$third-party +||http://widget.whatshelp.io^$third-party ||http://widgets.digg.com^$third-party ||http://widgets.fbshare.me^$third-party ||http://widgets.getpocket.com^$third-party @@ -1895,7 +2042,9 @@ ||http://zextit.com/partners/$third-party ||http://admiral.mgr.consensu.org^$third-party ||http://akamaihd.net/cpmt/ +||http://alma-cmp.almamedia.io^ ||http://app.livemarketshoppers.com^$script,third-party +||http://assetlab.io/consent/ ||http://axept.io^$third-party ||http://axeptio.eu^$third-party ||http://californiatimes.com/gdpr/ @@ -1905,8 +2054,10 @@ ||http://cmp.network-n.com^ ||http://cmp.nextday.media^ ||http://consensu.org/gdpr/$third-party +||http://consent.dk^$third-party ||http://consent.subscriptions.archant.co.uk^ ||http://consent.truste.com^$third-party +||http://consentag.eu^$third-party ||http://consentmanager.mgr.consensu.org^$third-party ||http://cookie-accept.com^$third-party ||http://cookie-script.com^$third-party @@ -1915,7 +2066,8 @@ ||http://cookiebot.com^$third-party ||http://cookiechoices.org^$third-party ||http://cookieconsent.silktide.com^$third-party -||http://cookieinformation.com^$third-party +||http://cookieinformation.com/*/*.js +||http://cookieinformation.com^$subdocument,third-party ||http://cookieinfoscript.com^$third-party ||http://cookielaw.org^$third-party ||http://cookiemanager1.contentforces.com^$third-party @@ -1926,7 +2078,8 @@ ||http://cookies.innershed.co.uk^ ||http://cookiescript.info^$third-party ||http://dmgmediaprivacy.co.uk^$third-party -||http://fundingchoices.google.com^$third-party +||http://gdpr-service.herokuapp.com^$third-party +||http://gdpr.studybreakmedia.com^ ||http://global.mgr.consensu.org^$third-party ||http://intermarkets.net^$third-party ||http://iubenda.com^$third-party @@ -1936,23 +2089,27 @@ ||http://oil.axelspringer.com^$third-party ||http://onetag.mgr.consensu.org^$third-party ||http://onetrust.com^$third-party +||http://onetrust.mgr.consensu.org^$third-party ||http://optanon.blob.core.windows.net^ ||http://privacy-center.org^$third-party ||http://privacy.purch.com^ ||http://publy.net^$third-party +||http://scrookie.nl^$third-party +||http://sddan.mgr.consensu.org^$third-party ||http://sharethis.mgr.consensu.org^$third-party ||http://signatu.com^$third-party ||http://smartadserver.mgr.consensu.org^$third-party ||http://smartcookies.it^$third-party ||http://societe.mgr.consensu.org^$third-party -||http://sonyentertainmentnetwork.com/id/cm/siews1lib.js ||http://sourcepoint.mgr.consensu.org^$third-party ||http://tarteaucitron.ml^$third-party ||http://thirdfloor.it^$third-party +||http://thisisdone.com/gdpr/$third-party ||http://trustarc.com^$third-party ||http://uniconsent.mgr.consensu.org^$third-party ||http://usercentrics.eu^$third-party ||http://vendorlist.consensu.org^$third-party +||http://wpcc.io^$third-party ||http://4chan.org/b/*.swf ||http://anews.com/s/js/widget.js ||http://apnarm.net.au^*/keep-up-with_ @@ -1966,6 +2123,7 @@ ||http://cultofmac.com/e2ma.js ||http://d.yimg.com/ds/badge2.js ||http://dailymaverick.co.za/images/iabsa.png +||http://easytutoriel.com/wp-content/themes/easytutoriel-10-1/js/scripts.js ||http://eatout.co.za^*/iab- ||http://emailsherlock.com/javascripts/lightbox.js ||http://fin24.com^*/iabLogo. @@ -1984,7 +2142,9 @@ ||http://mediafire.com/images/backgrounds/download/*promo ||http://mg.co.za^*/iabsa_ ||http://moneytalksnews.com/wp-content/themes/mtn/assets/js/mtn-modal.$script +||http://moviespur.pw/tabtest.php ||http://netdna-cdn.com/wp-content/plugins/omg-magnific/magnific.min.js?$domain=omgchrome.com +||http://newegg.com/newegg/survey/ ||http://newyorker.com^*/failsafe/ ||http://orain.org/w/index.php/Special:BannerRandom? ||http://planelogger.com^*/avitop6. @@ -2005,17 +2165,6 @@ ||http://wp.com/wp-content/mu-plugins/post-flair/ ||http://wp.com^*/linkwidgets/slingshot_ ||http://wufoo.com/embed/$subdocument,third-party,domain=heavy.com -||http://xhamster.com/ajax/wit-cams-widget/ -||http://xhamster.one/ajax/wit-cams-widget/ -||http://alerts.ndtv.com^ -||http://alerts.thedailystar.net^ -||http://bdstatic.com/linksubmit/push.js -||http://indiatimes.com/pn/ -||http://irishtimes.com/assets/js/notify.js -||http://ndtv.com/popupNotification.aspx -||http://notify.hindustantimes.com^ -||http://push.neko-san.fr^ -||http://ultimedia.com/js/common/notification.js ||http://aish.com^*-Subscribe- ||http://aish.com^*/Newsletter- ||http://amazonaws.com^*/subscription/ @@ -2030,6 +2179,7 @@ ||http://destinyman.com^*/sign-up-banner. ||http://emailing.rfi.fr^ ||http://forms.windowsitpro.com^ +||http://fortune.com^*/OO-NL_ ||http://goodhousekeeping.co.za^*/subscribe- ||http://goodhousekeeping.co.za^*/subscribe. ||http://ibtimes.co.in^*/newsletter.js @@ -2054,6 +2204,7 @@ ||http://politics.co.uk^*/newsletter. ||http://premierchristianradio.com^*/Stay-informed- ||http://revntv.com^*-Subscribe- +||http://rferl.org/a/29791891.html ||http://sassyhongkong.com^*-mailchimp- ||http://sassymamahk.com^*-news-letter- ||http://sassymamahk.com^*-Newsletter- @@ -2071,6 +2222,7 @@ ||http://tmform.azurewebsites.net^ ||http://webmd.com/dtmcms/live/webmd/*/newsletter/ ||http://womenonwheels.co.za^*/subscribe- +||http://wp.com^*/Subscribe-$domain=noqreport.com ||http://zerohedge.com^*/zh_email. ||http://cdprojektred.com^*/top.png ||http://chugai-pharm.co.jp^*/pagetop. @@ -2088,6 +2240,7 @@ ||http://gogoanimes.co^*/croll_ ||http://hotpepper-gourmet.com^*/pagetop_ ||http://howtogermany.com^*/top.png +||http://jefftucker.org^*/pagetop. ||http://jtbcorp.jp^*/pagetop. ||http://katestube.com^*/up. ||http://mhi.com^*/pagetop_ @@ -2101,10 +2254,22 @@ ||http://wmf.com^*/topscroll- ||http://yna.co.kr^*_btn_top. ||http://zte.com.cn^*_back_top. +||http://9to5terminal.com/push.js +||http://alerts.ndtv.com^ +||http://alerts.thedailystar.net^ +||http://annahar.com/assets/js/notifications.js +||http://bdstatic.com/linksubmit/push.js +||http://indiatimes.com/pn/ +||http://irishtimes.com/assets/js/notify.js +||http://ndtv.com/popupNotification.aspx +||http://notify.hindustantimes.com^ +||http://push.neko-san.fr^ +||http://ultimedia.com/js/common/notification.js ||http://3dmark.com/proxycon/images/front-some-fb.png ||http://5movies.to/share.php ||http://76.my/Auc/ ||http://abc.net.au^*/news-podcasts- +||http://alwaght.com/upload/logo/case/ ||http://amazingbeautifulworld.net^*/images/face.png ||http://ana.net/contentimage/genicon/facebook.png ||http://ana.net/contentimage/genicon/twitter.png @@ -2132,6 +2297,7 @@ ||http://cloudfront.net/linkedin/ ||http://cloudfront.net/twitter/ ||http://cnet.com/rest/v1.0/tweets/ +||http://csgoreportbot.net/jquery.fancybox.min.js ||http://curate.venturebeat.com^ ||http://dailykostv.com/digg.html ||http://deusm.com/informationweek/editor-*.png$domain=informationweek.com @@ -2141,12 +2307,14 @@ ||http://feedsportal.com/images/bookmark.gif ||http://file025.com/images_mega/ico_tr.png ||http://freehostinghero.com/img/tw.png +||http://fresherslive.com^*/whatapp_ ||http://gptoday.net^*/link-icon. ||http://hollywoodreporter.com/*/signup-r-rail ||http://homedesignlover.com/wp-content/uploads/*/pin.jpg ||http://htcsource.com/wp-content/uploads/*/icons.png ||http://huffingtonpost.com/images/bookmarking/ ||http://hulkshare.com/facebox.html +||http://imgoutlet.com^*/ico_tr. ||http://impactloud.com/img/follow.png ||http://itsmyurls.com/links/ ||http://kuwaittimes.net/fb. @@ -2160,8 +2328,6 @@ ||http://marketingsherpa.com/Zlatko/in.jpg ||http://media-imdb.com/images*/facebook-$domain=imdb.com ||http://moltenusa.com/images/com_connecton.gif -||http://moneycontrol.co.in^*/whatapps-icon. -||http://moneycontrol.co.in^*/whatsapp_messenger- ||http://monova.org/ajax/get_lightbox_content ||http://mybetting.co.uk/facebook.png ||http://mybetting.co.uk/twitter.png @@ -2203,6 +2369,7 @@ ||http://worldtruth.tv^*/fb.png ||http://xinhuanet.com^*/fanxiang ||http://google.com^*/fastbutton?$domain=autobild.de|tellows.de +||http://agicssecurity.com/Header/ajax/cookie.php ||http://appconsent.io^ ||http://cmp.infopro-digital.com^ ||http://consent.23g.io^ @@ -2212,14 +2379,15 @@ ||http://dam.bbcchannels.com^*/outside-iframe.js ||http://emerse.com/consent.js ||http://freedoflondon.com/Styles/dialog-popup/jquery-ui.js -||http://gazette-news-gb.gazette-news.co.uk^ ||http://gdpr.internetbrands.com^ ||http://gdpr.prisa.com^ +||http://government-and-constitution.org/js/consent.js ||http://harpercollins.co.uk/js/cookie.js ||http://hunstoncanoeclub.co.uk/media/system/js/modal.js ||http://inblu.com^*/cookies.js ||http://jimmychoo.com^*/first-time-visitor- ||http://mad-daily.com^*/cp-module- +||http://mms.cmpsky.com^ ||http://ncaa.com^*/ncaa_consent.js ||http://omgubuntu.co.uk/wp-content/plugins/omg-magnific/magnific.min.js ||http://onlive.co.uk/account/cookie_notice @@ -2228,12 +2396,8 @@ ||http://propcom.co.uk/cookie/ ||http://purevpn.com/loadGdprView ||http://sp.knowyourmeme.com^ -||http://sthelensstar-gb.sthelensstar.co.uk^ -||http://thenational-gb.thenational.scot^ ||http://windguru.cz/forms/consent.php -||http://worcesternews-gb.worcesternews.co.uk^ ||http://yimg.com^*/guce.js -||http://yourlocalguardian-gb.yourlocalguardian.co.uk^ ||http://inn.co.il/push.js ||http://push.cnnindonesia.com^ ||http://pusha.se^$third-party @@ -2251,8 +2415,10 @@ ||http://stncdn.it^*/smartbanner. ||http://valentins.de^*/glyphicon_up. ||http://vebidoo.de/images/xtotop. +||http://getreview.pl^$third-party ||http://sendinblue.com^$domain=voetbal24.be ||http://5-tv.ru^*/up.png +||http://currenttime.tv/a/signup-sidebar-widget/ ||http://gnezdo.ru^$third-party ||http://kommersant.ru^*/top100. ||http://kommersant.uk^*-subscribe- @@ -2264,6 +2430,7 @@ ||http://tv-soyuz.ru^*/up.png ||http://tvzvezda.ru^*/up_btn. ||http://avis-verifies.com^$third-party +||http://maison-travaux.fr/wp-content/themes/*/iframe-box-article.html ||http://out.be/widgets/$third-party ||http://auto-moto.com^*/iframe-box-article.html ||http://pourquoidocteur.fr/img2/face.png @@ -2287,6 +2454,7 @@ ||http://noticiasautomotivas.com.br^*/receber-noticias. ||http://revistaforum.com.br^*/jquery.fancybox.min.js ||http://smonitor.com.br^$third-party +||http://tribunademinas.com.br^*/banner-tribuna_-NEWS. ||http://ara.cat^*/newsletters/ ||http://newsletters.vocento.com^ ||http://24o.it^*/ias/ @@ -2295,6 +2463,7 @@ ||http://booster3d.com^$third-party ||http://cambiodns.com/img/up.png ||http://cml.to/robot/ +||http://cn24tv.it^*/mod_letter. ||http://comingsoon.it^*/tgCom24-head. ||http://contactlab.it^*/subscribe.php? ||http://corriereobjects.it/rcs_cor_exit-page/ @@ -2326,7 +2495,7 @@ ||http://monovolume.cc^*/up_btn. ||http://nexilia.it^*/feed.bundle.js ||http://notifiche.secoloditalia.it^ -||http://player.pulsemediatv.com^$third-party +||http://player.pulsemediatv.com^$third-party,domain=~bwin.tv ||http://player.streamshow.it^$third-party ||http://publy.com^$third-party ||http://reviews.shoppydoo.it^$third-party @@ -2347,6 +2516,7 @@ ||http://newsis.com^*/btn_top. ||http://radioseoul1650.com^*/nav_top. ||http://sedaily.com^*/btn_top_ +||http://probook.bg/like?$third-party ||http://draugiem.lv/business/ext/fans/$third-party ||http://draugiem.lv/business/ext/follow/$third-party ||http://draugiem.lv/lapas/widgets/$third-party @@ -2398,16 +2568,20 @@ ||http://ilquotidianodellazio.it/img/mi-piace- ||http://quimediaset.it^*/bgToolbar. ||http://repstatic.it^*/social.js +||http://qatarradio.qa/images/LB/ ||http://shabiba.com/images/snapchat- ||http://shabiba.com/images/whatsapp- ||http://tn-sport.net/like/ ||http://byom.de/js/cookie.de.js +||http://cmp.pcwelt.de^ +||http://consent.berliner-kurier.de^ ||http://henryschein.at^*/CookieList.aspx ||http://cnil.links-lab.fr^ ||http://consent.prismamedia.com^ ||http://cookies.leadplace.fr^ ||http://docteurclic.com/ajax/ajax_get_disc.aspx ||http://jeu.video^*/partners.js +||http://thesiteoueb.net/js/cm-head.js ||http://styria.hr^*/cookies.min.js ||http://cookie.vrt.be^ ||http://cookie.wieni.be^ @@ -2415,6 +2589,8 @@ ||http://cookiesv2.publiekeomroep.nl/light/ ||http://tmgonlinemedia.nl/cc$script ||http://tol.postnl.nl/content/toljs/$script +||http://sanoma.fi^*/sccm-b.js +||http://sanoma.fi^*/sccm-c.js ||http://sanoma.fi^*/sccm.js ||http://bastabugie.it/it/cookies.js ||http://cippy.it/Scripts/toastr.js @@ -2424,10 +2600,17 @@ ||http://creaweb.it/cookie/ ||http://cure-naturali.it/cookies? ||http://effekt.it/analytics/ +||http://plug.it^*/cmp.min.js ||http://privacyportal.fatergroup.com^ +||http://rcsobjects.it/rcs_cpmt/ ||http://spesasicura.com/Scripts/cookie.js ||http://4hifi.pl/scripts/jquery.cookie.js ||http://animesub.info/skrypty/pierdolecookie.js +||http://cmp.computerworld.pl^$script +||http://cmp.cxo.pl^$script +||http://cmp.idg.pl^$script +||http://cmp.internetstandard.pl^$script +||http://cmp.pcworld.pl^$script ||http://cookie.gazeta.pl^ ||http://cookies.fakt.pl^ ||http://cookies.forbes.pl^ @@ -2715,6 +2898,7 @@ https://techglobex.blogspot.in,techglobex.net###bpslidein https://talkandroid.com###branding https://venturebeat.com###branding-footer https://venturebeat.com###branding-toolbar +https://yahoo.com###browserExtensionPromotionBanner https://ballerstatus.com###bscom_adblock https://thegamingsource.co###bttop https://bufferapp.com###buffer-banner @@ -2736,6 +2920,7 @@ https://cnn.com###careerCenterForm https://computerandvideogames.com###carousel__internal-ads https://aol.com,traileraddict.com,zdnet.com###catfish https://kansas.com###cb +https://lafourchette.com###cboxContent https://askkissy.com,cagle.com,cheatsheet.com,clove.co.uk,designm.ag,desmogblog.com,eclectablog.com,extremetech.com,fantasypros.com,globalvoicesonline.org,grantland.com,guide4bankexams.blogspot.co.nz,guide4bankexams.blogspot.com,gurufocus.com,heavy.com,ibtimes.com,insideclimatenews.org,jerusalemonline.com,knowyourmeme.com,lostateminor.com,lushome.com,nationalmemo.com,ndtv.com,numberfire.com,originalpenguin.co.uk,pcmag.com,politicususa.com,psychologies.co.uk,radaronline.com,rasmussenreports.com,sdtimes.com,shareable.net,techglobex.blogspot.in,the-hobbitmovie.com,thevideoink.com,thewrap.com,thisislocallondon.co.uk,vinepair.com,visual.ly,xboxgamercard.org###cboxOverlay https://cbslocal.com###cbs-site-ribbon https://cbsnews.com###cbsSMPB @@ -2810,6 +2995,7 @@ https://dispatch.com###coupon-bag https://newsok.com###couponsHolder https://humorhub.org###cover https://eurocheapo.com###cpopupcontainer +https://rollcall.com###cqrcPostAdditional https://cracked.com###cracked_partners https://indiatoday.in###crengindiv https://mail.live.com###crm_bubble @@ -2869,6 +3055,7 @@ https://foxnews.com###eNewsSubscription https://cnsnews.com###ebrief-footer https://fool.com###ecapShell https://thedailymash.co.uk###ecd_opt_in_banner +https://bit.pt,channelbiz.co.uk,channelbiz.it,itespresso.fr,itespresso.it,silicon.de,silicon.es,silicon.fr###editorial-popin https://halifaxcourier.co.uk,hebdenbridgetimes.co.uk###editorialPuff https://tecca.com###editorial_popout https://everydayhealth.com###eh-drawer-container @@ -3441,6 +3628,7 @@ https://aig.co.uk###policyMessage https://ign.com###policyNotice https://slate.com###policy_announcement https://macys.com###pollingWidget +https://gamecodeur.fr###pop-last-user-glob https://thenextweb.com###pop-up https://techpresident.com###pop1 https://break.com###popInModule-sigma @@ -3806,7 +3994,7 @@ https://macgasm.net###text-10 https://mynokiablog.com###text-11 https://lockergnome.com,mynokiablog.com###text-12 https://macgasm.net###text-13 -https://dailycurrant.com,macgasm.net,myrls.me###text-14 +https://dailycurrant.com,macgasm.net###text-14 https://lockergnome.com###text-15 https://callingallgeeks.org###text-16 https://razorianfly.com###text-161 @@ -3824,7 +4012,6 @@ https://shoutmeloud.com###text-482895670 https://consortiumnews.com,extremetech.com,geeknizer.com,linuxforu.com,theblaze.com###text-5 https://dailyhealthpost.com###text-50 https://sovereignman.com###text-568455129 -https://hollywoodtuna.com###text-6 https://mamiverse.com###text-68 https://dailycurrant.com,geeknizer.com###text-7 https://enenews.com###text-70 @@ -3937,6 +4124,7 @@ https://filmannex.com###votes https://digitaljournal.com###vtart https://tvnz.co.nz###want-news https://billingsgazette.com###wc-form-container +https://metro.co.uk###we-need-monies https://wired.com###we-recommend https://fool.com###webTwoPointOh https://webmd.com###webmd-overlay @@ -3990,6 +4178,7 @@ https://wildapricot.com##.BookmarksHolder https://secdigitalnetwork.com##.DnnModule-6546 https://reddit.com##.DualPartInterstitialFooter https://mindfood.com##.LeaderBoardContainer +https://who.com.au##.MagDriver https://legacy.com##.MyMemorialAd https://juxtapoz.com##.NewFollowBox https://myegy.cc##.NotifyProposal @@ -4040,6 +4229,7 @@ https://startupsmart.com.au##.advs https://alarabiya.net##.advt + .panel https://atheistrepublic.com##.af-form https://allbusiness.com,nofilmschool.com,psdisasters.com##.af-form-wrapper +https://androidforums.com##.af_notices https://extremetech.com##.affiliate-text https://afp.com##.afp_contact_block_contact https://chriskresser.com##.after-post @@ -4234,20 +4424,19 @@ https://mensxp.com##.button_panel https://naranjaja.com##.buttonfixed https://overclock.net##.buynow https://newsday.com##.buzz -https://muchmusic.com##.bv_multiTab https://stylelist.com##.bylinefb https://citylab.com##.c-action-bar https://radionz.co.nz##.c-aside--subscribe https://plus.google.com##.c-zh-Wf https://appeggs.com,downloadatoz.com##.c_scrollbar https://econsultancy.com##.call-to-action-pod -https://xhamster.com##.cams-widget https://bellinghamherald.com,mail.com##.careerbuilder https://v3.co.uk##.case_studies_parent_block https://womenshealthmag.com##.caspromobox https://salon.com##.catMetaNav https://good.is##.category-footer-image https://in.com##.category_box +https://sportsocratic.com##.cb-customize-desktop https://cbs.com##.cbs-checkin-holder https://cbs.com##.cbs-video-buy https://thedailyshow.com##.cc_footy @@ -4368,6 +4557,7 @@ https://itwire.com##.driverbox https://howaboutwe.com##.drop-area https://rightwingwatch.org##.dropdown-banner https://moneysavingexpert.com##.dropdown-email +https://search.yahoo.com##.ds_promo_newtab https://thinq.co.uk##.dynamic_panel https://femmesplus.fr,planet.fr##.dynamique-box https://smartcompany.com.au##.ebook_banner @@ -4400,6 +4590,8 @@ https://logicbuy.com,slate.com##.email_signup https://savedelete.com##.emailform https://blogspot.com##.emailsub https://msn.com##.embeddedSearch +https://booking.com##.emk-banner +https://booking.com##.emk_footer_update https://dissentmagazine.org##.emodal https://i24news.tv##.encart_video https://geekwire.com##.enews @@ -4408,6 +4600,7 @@ https://cbslocal.com##.entry-toolbar https://thedailybeast.com##.entryActions https://rttnews.com##.esmain https://indiatimes.com##.etmobile +https://qwant.com##.extension-item https://airspacemag.com##.external-associated-products https://amosauto.com##.extra https://humorhub.org,smhlmao.com##.f-page @@ -4418,7 +4611,7 @@ https://core77.com##.fade_in https://realitypod.com##.fan_box https://definitelydiy.com,foodbabe.com,indexwp.com,panampost.com,pet.co.nz,rangerup.com,usnews.com,vocativ.com,whenonearth.net##.fancybox-overlay https://clientsfromhell.net,definitelydiy.com,foodbabe.com,indexwp.com,panampost.com,psdisasters.com,rangerup.com,trailspace.com,usnews.com,vocativ.com,whenonearth.net##.fancybox-wrap -https://webmd.com##.fb +https://moviespur.pw,webmd.com##.fb https://slideshare.net##.fb-global-msg-container https://hotair.com##.fb-header https://pcworld.com##.fb-login @@ -4540,6 +4733,7 @@ https://canstar.com.au,jstor.org##.gform_widget https://screeninnovations.com##.gform_wrapper https://sulekha.com##.gift-launch https://seriouseats.com##.gifts-pop-up +https://search.yahoo.com##.ginsuzrp https://9gag.com##.give-feedback https://bostonglobe.com##.global-bar https://sputniknews.com##.global-fade @@ -4638,6 +4832,7 @@ https://cnn.com##.internal-nav-menu https://fashionista.com##.interruptor https://health.harvard.edu##.interstitial_dialog https://ee.co.uk##.intro-banner-iparsys +https://gentside.com,maxisciences.com##.invite-popin https://olympic.org##.iocShareLinks https://thesun.co.uk##.ipad-frontpage https://pinknews.co.uk##.iphone-app @@ -4664,6 +4859,7 @@ https://inspire.com##.joinpopupnewtwo https://bitchmagazine.org,debka.com,esetindia.com,gizmag.com,mediamatters.org,ncregister.com##.jqmOverlay https://bitchmagazine.org,esetindia.com##.jqmWindow https://treehugger.com##.jquery-modal +https://ecosia.org##.js-activate-install-box https://wired.com##.js-annotation https://dn.se##.js-article-preview https://twitch.tv##.js-bits-tooltip-wrapper @@ -4781,6 +4977,7 @@ https://bloomberg.com##.mini-player https://rumorfix.com##.mini-rss https://rumorfix.com##.mini-twit https://associatedcontent.com##.mini_ct_inner +https://meilleurmobile.com##.mm_scrollable_bloc https://smartplanet.com,techrepublic.com,zdnet.com##.mmode-reg-hide https://cbsnews.com##.mnRightRailConnect https://letribunaldunet.fr##.mo-has-email @@ -4871,6 +5068,7 @@ https://brobible.com,myrecipes.com##.newsSignup https://chosun.com##.news_arrows https://nme.com##.news_interaction_stats https://thenextweb.com##.newsbox +https://zerohedge.com##.newsletter https://thepigskindoctors.com##.newsmail https://thedailybeast.com##.newsweekElsewhere https://bmwblog.com,entrepreneur.com,glamour.com,globes.co.il,grubstreet.com,gwinnettdailypost.com,porn5.com,radaronline.com##.next @@ -4939,6 +5137,7 @@ https://thelocal.se##.options https://technologyreview.com##.optionsbox https://t3.com##.otherActions https://barclays.co.uk##.otm +https://time.com##.outbrain https://springwise.com##.outer-sub-box https://dnainfo.com,hollywood.com,indiatimes.com,informahealthcare.com,minus.com,needwant.com,rsf.org,virginislandsdailynews.com,yesmagazine.org##.overlay https://tennessean.com##.overlay-arrow-next @@ -5030,6 +5229,7 @@ https://thenextweb.com##.post-toolbar-wrapper https://thinkprogress.org##.post-tools https://perezhilton.com##.postbottom https://tineye.com##.posterous +https://weebly.com##.powered-by https://jack-wolfskin.com##.pp_overlay https://jack-wolfskin.com##.pp_pic_holder https://gaytimes.co.uk##.pre-header @@ -5111,6 +5311,7 @@ https://dailysabah.com##.recommends https://hollyscoop.com##.redbar https://newser.com##.regBar https://nomorerack.com##.register-modal +https://two-movies.me##.registerFooterDiv https://washingtontimes.com##.registration-flag https://washingtontimes.com##.registration-promo https://allmusic.com##.registration-prompt-box @@ -5349,7 +5550,7 @@ https://newyorker.com##.subs https://rugby365.com##.subs-block https://medianama.com##.subs-news https://reviversoft.com##.subs_wrapper -https://inthesetimes.com,omny.fm##.subscribe +https://gulfnews.com,inthesetimes.com,omny.fm##.subscribe https://theresurgent.com##.subscribe-news https://wired.com##.subscribe-panel-component https://theweek.com##.subscribe-unit-header @@ -5389,6 +5590,7 @@ https://gamezone.com##.titlebar https://dailytelegraph.com.au##.tlc-fixed https://guardianoffers.co.uk,kidspot.com.au,kogan.com##.tmask https://hp.com##.tnb_followus +https://gfycat.com##.toast-notification https://hellobeautiful.com##.toaster-panel https://christianpost.com##.tool https://msn.com##.toolbar @@ -5432,12 +5634,11 @@ https://v3.co.uk##.twit https://ubergizmo.com##.ubergizmo_founders_container https://pangeatoday.com##.ue-tab-container https://csmonitor.com##.ui-article-footer -https://adotas.com,al-monitor.com,audioholics.com,boldprogressives.org,daniweb.com,drsinatra.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,pangeatoday.com,pier1.com,rottentomatoes.com,squawkfox.com,thebolditalic.com,underarmour.com,warrior.com##.ui-dialog +https://adotas.com,al-monitor.com,audioholics.com,boldprogressives.org,daniweb.com,drsinatra.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,pangeatoday.com,pier1.com,rottentomatoes.com,squawkfox.com,thebolditalic.com,two-movies.me,underarmour.com,warrior.com##.ui-dialog https://health.harvard.edu,squawkfox.com##.ui-dialog-overlay https://aliexpress.com##.ui-fixed-panel https://aliexpress.com##.ui-mask -https://aliexpress.com##.ui-newuser-layer-dialog -https://boldprogressives.org,daniweb.com,drsinatra.com,halfhourmeals.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,nomorerack.com,pangeatoday.com,pier1.com,rottentomatoes.com,thebolditalic.com,underarmour.com,warrior.com##.ui-widget-overlay +https://boldprogressives.org,daniweb.com,drsinatra.com,halfhourmeals.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,nomorerack.com,pangeatoday.com,pier1.com,rottentomatoes.com,thebolditalic.com,two-movies.me,underarmour.com,warrior.com##.ui-widget-overlay https://searchenginewatch.com##.ukn-email-signup https://webcodegeeks.com##.ulp-inline-window https://therouse.com,webcodegeeks.com##.ulp-overlay @@ -5504,6 +5705,7 @@ https://duluthnewstribune.com##.widget_box https://dailynewsegypt.com##.widget_c95_today_paper https://cbslocal.com##.widget_cbs_social_media_promotion_widget https://hiphopwired.com##.widget_hhw_right_youtube +https://24matins.fr##.widget_mailing https://talkandroid.com##.widget_slug_highlight https://time.com##.widget_thepage_app_ad https://time.com##.widget_time_follow @@ -5513,12 +5715,12 @@ https://geekwire.com##.widget_wpjb-featured-jobs https://zillow.com##.widget_zillow_connect https://prepperchimp.com##.widgetbox https://urgrove.com##.widgetized +https://xhamster.com,xhamster.desi,xhamster.one##.wig-cams-widget +https://xhamster.com,xhamster.desi,xhamster.one##.wig-spb https://wildammo.com##.wild_ammo-tabs https://sharedir.com##.window https://healthgrades.com##.wing https://theatlanticwire.com##.wire-to-go -https://xhamster.com,xhamster.one##.wit-sponsor-banner -https://xhamster.com,xhamster.one##.wit-spot-container https://wetpaint.com##.wp-article-recommender https://washingtonpost.com##.wp-float-bar https://fitbit.com##.wrapper-header-fma @@ -5701,15 +5903,16 @@ https://iafrica.com,marijuanamoment.net,thebaffler.com###boxzilla-overlay https://telesurenglish.net###bulletin https://euractiv.com###capitals_banner https://geekwire.com###category-heading-subscribe -https://ibtimes.com.au,sciencenews.org,sinya.com.tw###cboxOverlay +https://ibtimes.com.au,lafourchette.com,sciencenews.org,sinya.com.tw,westhawaiitoday.com###cboxOverlay https://breitbart.com###cin_footer https://breitbart.com###cin_header https://breitbart.com###cin_ps_in_article https://breitbart.com###cin_sidebar https://breitbart.com###cin_slideup_w -https://sciencenews.org,sinya.com.tw###colorbox +https://sciencenews.org,sinya.com.tw,westhawaiitoday.com###colorbox https://monthlyreview.org###connect https://thewrap.com###content-bottom-sidebar +https://dallasnews.com###ctaNewsletterLightbox https://telecompaper.com###ctl00_MainPlaceHolder_HeadlineRegistersMain1_Update1 https://guidedoc.com###curtain https://pridesource.com###custom_html-11 @@ -5723,6 +5926,7 @@ https://charlotteobserver.com###daily-modal https://thestar.com.my###dailyalertbox https://dailycaller.com###dc-quiz-wrapper https://newser.com###divNewserInYourInbox +https://dallasnews.com###dmnLightboxCenter https://washingtonexaminer.com###dy_Article_Newsletter_Signups https://arktimes.com###e2ma_signup_form https://vwo.com###ebookform @@ -5737,6 +5941,7 @@ https://sa-news.com,warmvanillasugar.com###email-subscribers-2 https://nintendosoup.com###email-subscribers-3 https://techbargains.com###email-widget https://osu.edu###emailSignup +https://save.ca###emailSignupWrapper https://gearbest.com###email_subscribe https://pymnts.com###emailsignup https://goodhousekeeping.co.za###enhancedtextwidget-10 @@ -5818,7 +6023,7 @@ https://martechadvisor.com,worldcrunch.com###myModal https://insideclimatenews.org###news-signup https://epicurious.com###newsLetter https://irishtimes.com###newsdigest-widget -https://6wunderkinder.com,7digital.com,aawsat.com,about.com,bloomberg.com,boldsky.com,buzznet.com,celebuzz.com,cjr.org,dailymaverick.co.za,digitaltrends.com,disclose.tv,drivespark.com,etonline.com,filmibeat.com,fyiliving.com,gardeningaustralia.com.au,gizbot.com,healthguru.com,infoworld.com,javaworld.com,langenscheidt.com,lessthan3.com,malwarebytes.org,mayoclinic.com,mcvuk.com,mediaite.com,movies.com,nativeplanet.com,nme.com,ohmyrockness.com,oneindia.com,opendemocracy.net,paleohacks.com,penny-arcade.com,pewforum.org,pewresearch.org,pinknews.co.uk,publicradio.org,quantamagazine.org,runningtimes.com,salemnews.net,si.com,styleite.com,techvert.com,theamericanscholar.org,thecommentator.com,themarysue.com,thetruthaboutcars.com,thewalrus.ca,usatoday.com,vetstreet.com,wdcb.org,wimp.com,youbeauty.com###newsletter +https://6wunderkinder.com,7digital.com,aawsat.com,about.com,bloomberg.com,boldsky.com,buzznet.com,celebuzz.com,cjr.org,dailymaverick.co.za,digitaltrends.com,disclose.tv,drivespark.com,etonline.com,filmibeat.com,fyiliving.com,gardeningaustralia.com.au,gizbot.com,healthguru.com,infoworld.com,javaworld.com,langenscheidt.com,lessthan3.com,malwarebytes.org,mayoclinic.com,mcvuk.com,mediaite.com,movies.com,nativeplanet.com,nme.com,ohmyrockness.com,oneindia.com,opendemocracy.net,paleohacks.com,penny-arcade.com,pewforum.org,pewresearch.org,pinknews.co.uk,publicradio.org,quantamagazine.org,runningtimes.com,salemnews.net,si.com,styleite.com,techvert.com,theamericanscholar.org,thecommentator.com,themarysue.com,thetruthaboutcars.com,thewalrus.ca,tomshardware.com,usatoday.com,vetstreet.com,wdcb.org,wimp.com,youbeauty.com###newsletter https://details.com,gossipcop.com,gq.com,salon.com,self.com,soft112.com###newsletter-form https://wbur.org###newsletter-signup-1 https://hardware.info###newsletterForm @@ -5829,6 +6034,7 @@ https://nhs.uk###nhsuk-feedback-banner https://bustedcoverage.com,coed.com###nl-container https://qz.com###nl-form https://africanreporter.co.za,albertonrecord.co.za,alexnews.co.za,barbertontimes.co.za,bedfordviewedenvalenews.co.za,benonicitytimes.co.za,bereamail.co.za,boksburgadvertiser.co.za,brakpanherald.co.za,capricornreview.co.za,carletonvilleherald.com,citybuzz.co.za,comarochronicle.co.za,corridorgazette.co.za,estcourtnews.co.za,eyethunews.co.za,fourwaysreview.co.za,germistoncitynews.co.za,hazyviewherald.co.za,heidelbergnigelheraut.co.za,highvelder.co.za,highwaymail.co.za,joburgeastexpress.co.za,kathorusmail.co.za,kemptonexpress.co.za,kormorant.co.za,krugersdorpnews.co.za,ladysmithgazette.co.za,letabaherald.co.za,maritzburgsun.co.za,midrandreporter.co.za,newcastleadvertiser.co.za,northcliffmelvilletimes.co.za,northcoastcourier.co.za,northeasterntribune.co.za,northernnatalcourier.co.za,northglennews.co.za,parysgazette.co.za,phoenixsun.co.za,potchefstroomherald.co.za,publiceyemaritzburg.co.za,randburgsun.co.za,randfonteinherald.co.za,rekordcenturion.co.za,rekordeast.co.za,rekordmoot.co.za,rekordnorth.co.za,reviewonline.co.za,ridgetimes.co.za,risingsunchatsworth.co.za,risingsunlenasia.co.za,risingsunoverport.co.za,roodepoortnorthsider.co.za,roodepoortrecord.co.za,rosebankkillarneygazette.co.za,sandtonchronicle.co.za,sedibengster.com,southcoastherald.co.za,southcoastsun.co.za,southerncourier.co.za,southlandssun.co.za,sowetourban.co.za,springsadvertiser.co.za,standertonadvertiser.co.za,tembisan.co.za,vaalweekblad.com,vryheidherald.co.za,westside-eldos.co.za,witbanknews.co.za,zululandobserver.co.za###nl-main +https://silicon.co.uk###nl-overlay https://ramblinwreck.com###olark-wrapper https://carsalesbase.com###omnisend-dynamic-container https://regated.com###onesignal-popover-container @@ -5846,6 +6052,7 @@ https://thegolfnewsnet.com###popup-box-gfcr-1 https://space.com,tomshardware.co.uk,tomshardware.com###popup-modal https://worldreligionnews.com###post_footer_promo https://sperry.com,striderite.com###promotionalPopup +https://poolsupplies.com###ps-email-signup https://egmnow.com###pt_dark_over https://blog.intercom.io###pty_pkg https://gearjunkie.com###pu-wrapper @@ -5891,6 +6098,7 @@ https://mentalfloss.com###su-300x150 https://neonnettle.com###subBox https://freshome.com###submit_newsletter https://appstorm.net,artnet.com,beforeitsnews.com,biographile.com,celebrity.red,dailygood.org,digg.com,doctortipster.com,dumblittleman.com,freemake.com,freshtechweb.com,fuelsandlubes.com,heavy.com,leftturn.org,lifehack.org,marineelectronics.com,maximumpc.com,michigandaily.com,nexustabletcentral.com,sfgate.com,stoppress.co.nz,techieapps.com,technostall.com,techsplurge.com,the-scientist.com,theamericanscholar.org,theatlantic.com,thinkprogress.org,tv.com,wakoopa.com,worldwatchmonitor.org,yahoo.com,yibada.com###subscribe +https://awr.org###subscribe-front-page https://abovethelaw.com###subscribe-main https://gossipcop.com###subscribe-message https://cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com###subscribe-modal @@ -5907,6 +6115,7 @@ https://mediapost.com,weta.org###subscribe_form https://diabetesforecast.org###subscribe_main https://nytimes.com###subscribe_mobile_cont https://creation.com###subscribe_options +https://novinite.com###subscribe_smn https://moneysavingmom.com,unz.com###subscribeform https://bizjournals.com###subscriber https://forexpeacearmy.com,musictimes.com###subscription @@ -5967,10 +6176,10 @@ https://narrative.ly##.Signup https://themeditelegraph.com##.SubScr https://thehindubusinessline.com##.Subscribe https://naturalnews.com##.Subscription-Article-Box +https://rt.com##.Subscription-content https://cnbc.com##.WildcardEmbed-wrapper https://languagetool.org##.ZebraDialog https://languagetool.org##.ZebraDialogOverlay -https://thewirecutter.com##._96400a1b.c7a87ec5 https://bmmagazine.co.uk##._dark._inline-form https://sportspromedia.com##._floating-box https://commentarymagazine.com##._form_5 @@ -5983,6 +6192,7 @@ https://politico.com##.actions https://merriam-webster.com##.active-subscribe https://healthgrades.com##.ad-mod + .card-basic https://movieguide.org##.ad_reviews_holder +https://wired.co.uk,wired.com##.advertisement__leaderboard https://findlectures.com,goodnewsnetwork.org,medievalists.net##.af-form-wrapper https://afamilyfeast.com##.afamilyfeast_subscription https://nknews.org##.afterPostForm @@ -5997,6 +6207,7 @@ https://todayonline.com##.article-detail_subscription https://vocativ.com##.article-footer https://newstatesman.com##.article-footer-promotion https://upworthy.com##.article-left-column__item--email-signup +https://futurity.org##.article-signup https://lamag.com,texasmonthly.com##.article-subscription https://gaytimes.co.uk##.article__footer https://classicalite.com##.at-subsc @@ -6034,6 +6245,8 @@ https://newstalkzb.co.nz,radiosport.co.nz##.c-promo https://nature.com##.c-site-messages https://npr.org##.callout https://time.com##.cartoon-newsletter-container +https://classicsdujour.com##.cdj-vip +https://wired.com##.cm-hero-wrapper https://medpagetoday.com##.cme-join https://mercurynews.com##.cmg-mg2bn-collapsed https://cnbctv18.com##.cnbc-news-l @@ -6042,11 +6255,13 @@ https://evolvepolitics.com##.code-block-6 https://shropshirestar.com##.comments-cta https://vogue.com##.component-cnid-modal-backdrop https://vanityfair.com##.component-modal +https://wired.com##.consumer-marketing-unit--display-rail https://moneycontrol.com##.contact https://houseandleisure.co.za##.contact-us https://theneweuropean.co.uk##.container-pencil https://fiercecable.com##.content-subscribe https://asianews.network##.content-subscription +https://theguardian.com##.contributions__epic https://omr.com##.cp-info-bar-wrapper https://zmescience.com##.cp-modal-popup-container https://crainsnewyork.com##.crain-newsletter-v2-wrapper @@ -6063,6 +6278,7 @@ https://classic-trader.com##.cui-lightbox https://classic-trader.com##.cui-lightbox-container https://classic-trader.com##.cui-overlay-shape https://thenation.com##.current-issue +https://thewirecutter.com##.d2db3d8f https://qz.com##.daily-brief-inline https://iol.co.za##.daily-news-signup-form https://onlymyhealth.com##.daily-wellness @@ -6114,7 +6330,7 @@ https://sassyhongkong.com,sassymanila.com##.entry-subscribe https://americanlookout.com##.essbasc-popup https://economist.com##.exit-pop https://jornaldacidadeonline.com.br##.exit-screen -https://online-convert.com,rt.com##.extension-browser +https://online-convert.com,pdf2go.com,rt.com##.extension-browser https://classicalite.com##.f-subscform https://slator.com##.fancybox-desktop https://christianpost.com##.fancybox-iframe @@ -6133,6 +6349,7 @@ https://newsweek.com,thewirecutter.com##.follow https://macrumors.com##.follow-banner https://fool.co.uk##.fool-ecap-type-vanilla https://haymarketbooks.org##.footer--subscribe +https://mediamatters.org##.footer--upper https://thefederalist.com##.footer-email https://sweepstakesfanatics.com##.footer-optin https://thenewslens.com##.footer-right-zone @@ -6142,13 +6359,16 @@ https://indeed.com##.footerJaPromoBubble https://pbs.org##.footer__follow https://newsroom.co.nz##.footer_btn-lg https://nutritioninsight.com##.footer_form_section +https://troyhunt.com##.footer_subscription_block https://onlymyhealth.com##.footer_top https://ftleavenworthlamp.com##.footerdeal https://cnbctv18.com##.footerlinks-rhs https://mygaming.co.za##.form-container +https://cinemablend.com##.form_mailchimp https://algemeiner.com##.formnews https://examine.com##.free_hacks https://politico.com##.friday-cover-sign-up +https://adventistworld.org##.frm_form_fields https://fansided.com,lastnighton.com,netflixlife.com,winteriscoming.net##.fs-daily https://fitbit.com##.ftr-mail-me https://fundable.com##.fundable_newsletter_signup @@ -6186,6 +6406,7 @@ https://guernicamag.com##.homing_wrapper https://hcanews.com##.house300x90 https://thedailymeal.com##.hp-tdm-newsletters-wrapper https://nature.com##.hp-tool-alert +https://sfchronicle.com##.hst-freeform https://competitor.com##.icontact https://maxim.com##.img-responsive https://impactbnd.com##.impactBlogFeed--sidebar-background-color @@ -6205,9 +6426,11 @@ https://newatlas.com##.jqmOverlay https://smarteranalyst.com##.jquery-modal https://cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com##.jquery-modal.blocker https://digg.com##.js--promo-bottom +https://theguardian.com##.js-aside-slot-container https://indiatimes.com##.js-common-hook https://linuxjournal.com##.js-form-item-email https://highya.com##.js-swimingBlock-stoper +https://itweb.co.za##.justify-center.full-width https://countrylife.co.uk##.keystone-newsletter-class https://cointelegraph.com##.l-footer__col_subscription https://legit.ng##.l-header__subscribe @@ -6251,15 +6474,17 @@ https://fiercecable.com##.mktoForm https://cambridge.org##.mod--style1 https://businessoffashion.com,longreads.com,vogue.com,xconfessions.com##.modal https://abc15.com##.modal--content -https://blogtalkradio.com,breakingdefense.com,martechadvisor.com,medicalnewstoday.com,playfield.io,pv-magazine.com##.modal-backdrop +https://blogtalkradio.com,breakingdefense.com,martechadvisor.com,medicalnewstoday.com,playfield.io,poolsupplies.com,pv-magazine.com##.modal-backdrop https://atimes.com,jns.org##.modal-overlay https://blogtalkradio.com##.modal-scrollable https://campaignlive.co.uk##.modalOverlay https://campaignlive.co.uk##.modalWrap https://xconfessions.com##.modal__overlay +https://inverse.com##.modc.nws-ov https://biznews.com##.module-cta https://ibtimes.com##.morning-insights https://rare.us##.move-social__inner +https://motorsport.com##.ms-footer_top https://ft.com##.n-sliding-popup https://nature.com##.nature-briefing https://njtvonline.org##.nav-signup @@ -6277,7 +6502,7 @@ https://weta.org##.news_signup https://la-croix.com##.news_w_02 https://newsbtc.com##.newsform https://dnaindia.com##.newsletTab -https://2gb.com,9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arab24.com,arabnews.com,atimes.com,atlantadailyworld.com,autoguide.com,automotive-fleet.com,autoweek.com,bostonmagazine.com,brooklynbased.com,businessfleet.com,cheapies.nz,chicagodefender.com,clickhole.com,cnet.com,completesportsnigeria.com,complex.com,computerworld.com,consumerreports.org,csoonline.com,defensenews.com,designntrend.com,digiday.com,discoverymedia.com,egyptiangazette.net.eg,elpais.com,emirates247.com,engadget.com,epicurious.com,essentialbaby.com.au,essentialkids.com.au,euractiv.com,eventfinda.co.nz,fashionotes.com,fivethirtyeight.com,fleetfinancials.com,geek.com,gizchina.com,goodfood.com.au,goodnet.org,government-fleet.com,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,healthday.com,hellomagazine.com,higherperspectives.com,hightimes.com,hodinkee.com,hottopics.ht,huffingtonpost.com,indypendent.org,infoq.com,infoworld.com,investopedia.com,israeltoday.co.il,itechpost.com,itworld.com,javaworld.com,jewishjournal.com,jns.org,jstor.org,kpfa.org,lctmag.com,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,massivesci.com,maxim.com,michiganchronicle.com,muckrock.com,multichannel.com,muslimnews.co.uk,nationalinterest.org,ndtv.com,nerve.com,networkworld.com,newframe.com,newpittsburghcourier.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,presstv.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,schoolbusfleet.com,screencrush.com,silicon.co.uk,singularityhub.com,slate.com,speedcafe.com,stylecaster.com,swingbyswing.com,talkandroid.com,techbeat.com,techly.com.au,techtimes.com,the-star.co.ke,thebaffler.com,thedailybeast.com,thedrinknation.com,theepochtimes.com,themeshreport.com,thenevadaindependent.com,thenextweb.com,theregister.co.nz,theregister.co.uk,thetruthaboutcars.com,topdocumentaryfilms.com,travelweekly.com,truckinginfo.com,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,weeklystandard.com,wgnamerica.com,wikitribune.com,worktruckonline.com,yahoo.com##.newsletter +https://2gb.com,9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arab24.com,arabnews.com,atimes.com,atlantadailyworld.com,autoguide.com,automotive-fleet.com,autoweek.com,bostonmagazine.com,brooklynbased.com,businessfleet.com,cheapies.nz,chicagodefender.com,clickhole.com,cnet.com,completesportsnigeria.com,complex.com,computerworld.com,consumerreports.org,csoonline.com,defensenews.com,designntrend.com,digiday.com,discoverymedia.com,elpais.com,emirates247.com,engadget.com,epicurious.com,essentialbaby.com.au,essentialkids.com.au,euractiv.com,eventfinda.co.nz,fashionotes.com,fivethirtyeight.com,fleetfinancials.com,geek.com,gizchina.com,goodfood.com.au,goodnet.org,government-fleet.com,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,healthday.com,hellomagazine.com,higherperspectives.com,hightimes.com,hodinkee.com,hottopics.ht,huffingtonpost.com,indypendent.org,infoq.com,infoworld.com,investopedia.com,israeltoday.co.il,itechpost.com,itworld.com,javaworld.com,jewishjournal.com,jns.org,jstor.org,kpfa.org,lctmag.com,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,massivesci.com,maxim.com,michiganchronicle.com,muckrock.com,multichannel.com,muslimnews.co.uk,nationalinterest.org,ndtv.com,nerve.com,networkworld.com,newframe.com,newpittsburghcourier.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,presstv.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,schoolbusfleet.com,screencrush.com,silicon.co.uk,singularityhub.com,slate.com,speedcafe.com,stylecaster.com,swingbyswing.com,talkandroid.com,techbeat.com,techly.com.au,techtimes.com,the-star.co.ke,thebaffler.com,thedailybeast.com,thedrinknation.com,theepochtimes.com,themeshreport.com,thenevadaindependent.com,thenextweb.com,theregister.co.nz,theregister.co.uk,thetruthaboutcars.com,topdocumentaryfilms.com,travelweekly.com,truckinginfo.com,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,weeklystandard.com,wgnamerica.com,wikitribune.com,worktruckonline.com,yahoo.com##.newsletter https://foodandwine.com,golf.com,health.com,realsimple.com,southernliving.com,travelandleisure.com##.newsletter-callout https://alarabiya.net,businesstimes.com.sg,commondreams.org,economist.com,foxnews.com,techly.com.au,thefiscaltimes.com##.newsletter-form https://beinsports.com##.newsletter-header @@ -6329,6 +6554,7 @@ https://primagames.com##.panel-primary https://pedestrian.tv##.panel-signup-footer https://livescience.com,space.com##.partner-banner https://patheos.com##.patheos-newsletter-mod-rail +https://vanityfair.com,wired.com##.paywall-bar--visible https://dbknews.com##.pb-f-global-mailchimp-signup https://theglobeandmail.com##.pb-f-marketing-container-placeholder https://washingtonpost.com##.pb-f-page-follow-instream @@ -6345,6 +6571,7 @@ https://businessinsider.com##.popup-wrapper https://srnnews.com##.popup_overlay https://yesmagazine.org##.portlet-static-give-gifts-banner-ad https://venturebeat.com##.post-boilerplate +https://simpleflying.com##.post-subscribe https://nerdfitness.com##.post_end https://foreigndesknews.com##.post_mail https://windsorstar.com##.postmedia_news_alerts @@ -6379,12 +6606,15 @@ https://bildderfrau.de##.remodal-overlay[style="display: block;"] https://usnews.com##.reveal-modal https://mindbodygreen.com,sidereel.com,sojo.net,usnews.com,wellandgood.com##.reveal-modal-bg https://legalsportsreport.com,onlinepokerreport.com##.ribbon +https://stockhouse.com##.rightTrueSidebar https://tweaktown.com##.right_subscribe https://1015soul.com,927theblock.com,92q.com,955thelou.com,boomcolumbus.com,boomindy.com,boomphilly.com,cassiuslife.com,espnrichmond.com,foxync.com,hellobeautiful.com,hiphopnc.com,hot1041stl.com,hot963.com,hothiphopdetroit.com,hotspotatl.com,ipowerrichmond.com,joycolumbus.com,kissdetroit.com,kissrichmond.com,kysdc.com,magicbaltimore.com,majic945.com,majicatl.com,mybaltimorespirit.com,myboomatl.com,mycolumbusmagic.com,mycolumbuspower.com,myhoustonmajic.com,mymajicdc.com,mypraiseatl.com,myspiritdc.com,newsone.com,newstalkcleveland.com,oldschool1053.com,praise1027detroit.com,praisebaltimore.com,praisecharlotte.com,praisecleveland.com,praisedc.com,praisehouston.com,praiseindy.com,praisephilly.com,radionowhouston.com,radionowindy.com,rnbcincy.com,rnbphilly.com,thebeatdfw.com,theboxhouston.com,thelightnc.com,tlcnaptown.com,wiznation.com,wolbbaltimore.com,woldcnews.com,wzakcleveland.com,zhiphopcleveland.com##.sailthru https://blackamericaweb.com,metro.co.uk,thepoliticalinsider.com##.sailthru-signup-widget +https://medicinenet.com##.sc-modal https://nationalreview.com##.scrolling-share https://thejc.com##.section-subscribe https://sega.co.uk##.sega-central-newsletter +https://searchenginejournal.com##.sej-subscribe-form https://boingboing.net##.separator https://asianjournal.com##.sgpb-popup-overlay https://androidauthority.com##.shadowed[style="width: 320px;"] @@ -6398,10 +6628,12 @@ https://fightthenewdrug.org##.sidebar-sign-the-pledge https://thesaturdaypaper.com.au##.sidebar-sticky--briefing https://food52.com##.sidebar__mailing-list https://pbs.org##.sidebar__subscribe +https://masterinvestor.co.uk##.sidebar_nl https://thenation.com##.siderail__item https://theaustralian.com.au##.sign-me-up https://ozy.com,politico.com,theatlantic.com##.sign-up https://viralnova.com##.sign-up-box +https://monocle.com##.sign-up-container https://dailysurge.com,therealside.com##.sign-up-form https://jpost.com##.sign-up-wrap https://americamagazine.org,cnet.com##.signUp @@ -6411,9 +6643,11 @@ https://newscientist.com##.signpost https://armytimes.com,breakingisraelnews.com,defensenews.com,gigaom.com,motorsportweek.com,mumbrella.com.au,quantamagazine.org,screeninnovations.com,stellar.ie,thecourier.co.uk,viralnova.com##.signup https://searchenginewatch.com##.signup-banner https://mrctv.org##.signup-block +https://gfycat.com##.signup-call-to-action https://standard.co.uk##.signup-comp https://vouchercodes.co.uk##.signup-custom https://xbiz.com##.signup-form +https://futurity.org##.signup-section https://clashdaily.com##.signup1 https://wbez.org##.signup_email https://oilprice.com##.signup_iframe @@ -6448,7 +6682,8 @@ https://fansided.com,lastnighton.com,netflixlife.com,winteriscoming.net##.sub-fo https://irishtimes.com##.sub-prompt https://investmentnews.com##.subPopupTop https://stlucianewsonline.com##.subscr -https://al-shabaka.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,blackagendareport.com,boardingarea.com,briefly.co.za,businesstech.co.za,caloriesecrets.net,catonmat.net,cbn.com,cheeserank.com,chicagomag.com,classicalite.com,cnet.com,dailycaller.com,dailyfeed.co.uk,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,freshersworld.com,fromthegrapevine.com,gellerreport.com,gimmesomeoven.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.com,infowars.com,intoday.in,intomobile.com,irishpost.com,labnol.org,lamag.com,laweekly.com,list25.com,livescience.com,messynessychic.com,miaminewtimes.com,mumbrella.com.au,mybroadband.co.za,mygaming.co.za,naij.com,naija.ng,nationalgeographic.com,ndtv.com,newatlas.com,news.usc.edu,newsarama.com,newsclick.in,newsroom.co.nz,nymag.com,outerplaces.com,pando.com,pandodaily.com,parentherald.com,pba.org,pedestrian.tv,people.com,petapixel.com,phonearena.com,politicsweb.co.za,poundsterlinglive.com,propertyobserver.com.au,rabble.ca,rbth.com,readwriteweb.com,recipetineats.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,stream.org,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theaircurrent.com,theatlantic.com,thecollegefix.com,thefinancialbrand.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,trust.org,tuko.co.ke,tutsplus.com,tv.com,twice.com,udreview.com,upworthy.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe +https://al-shabaka.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,blackagendareport.com,boardingarea.com,briefly.co.za,broadwayworld.com,businesstech.co.za,caloriesecrets.net,catonmat.net,cbn.com,cheeserank.com,chicagomag.com,classicalite.com,cnet.com,dailycaller.com,dailyfeed.co.uk,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,freshersworld.com,fromthegrapevine.com,gellerreport.com,gimmesomeoven.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.com,infowars.com,intoday.in,intomobile.com,irishpost.com,labnol.org,lamag.com,laweekly.com,list25.com,livescience.com,messynessychic.com,miaminewtimes.com,mumbrella.com.au,mybroadband.co.za,mygaming.co.za,naij.com,naija.ng,nationalgeographic.com,ndtv.com,newatlas.com,news.usc.edu,newsarama.com,newsclick.in,newsroom.co.nz,nymag.com,outerplaces.com,pando.com,pandodaily.com,parentherald.com,pba.org,pedestrian.tv,people.com,petapixel.com,phonearena.com,politicsweb.co.za,poundsterlinglive.com,propertyobserver.com.au,rabble.ca,rbth.com,readwriteweb.com,recipetineats.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,stream.org,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theaircurrent.com,theatlantic.com,thecollegefix.com,thefinancialbrand.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,trust.org,tuko.co.ke,tutsplus.com,tv.com,twice.com,udreview.com,upworthy.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe +https://digg.com##.subscribe-bar https://breakingnews.ie##.subscribe-box-articles https://albawaba.com,rt.com,sport360.com##.subscribe-btn https://middleeastmonitor.com##.subscribe-container @@ -6471,7 +6706,7 @@ https://medicaldaily.com##.subscribe-to https://icepop.com##.subscribe__wrapper https://optimumenergy.com##.subscribe_content https://mobilemarketingmagazine.com##.subscribe_section_wrap -https://myspace.com##.subscriber +https://brooklynpaper.com,myspace.com##.subscriber https://blavity.com##.subscriber_widget https://telecomtalk.info##.subscribing https://techshout.com##.subscribition @@ -6494,11 +6729,13 @@ https://billboard.com##.top-cover-image https://thrillist.com##.top-header https://thenation.com##.tout https://independent.co.uk##.tp-active +https://tp-link.com##.tp-follow-container https://independent.co.uk##.tp-modal https://trustedreviews.com##.tr-newsletter-email-signup https://baltimoresun.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,latimes.com,mcall.com,orlandosentinel.com,redeyechicago.com,southflorida.com##.trb_nls_c https://newsweek.com##.trial-link https://gomechanicalkeyboard.com##.tve-leads-widget +https://nzherald.co.nz##.tw-Desktop https://fortune.com##.two_ad https://iclg.co.uk,nutritioninsight.com,ptitchef.com##.ui-dialog https://bestreviews.com,nutritioninsight.com,pastemagazine.com,ptitchef.com,sperry.com,striderite.com##.ui-widget-overlay @@ -6581,15 +6818,10 @@ https://thetech.com###rss https://newswars.com##.btn-warning https://rudaw.net##.icSubscribe https://breitbart.com##.rs -https://afp.com,africacheck.org,bdnews24.com,breitbart.com,chronicle.co.zw,cruisemapper.com,dailystar.co.uk,inneram.com,itu.int,mailchi.mp,marketing-interactive.com,ndtv.com,oki.com,themeditelegraph.com,thetruthaboutcars.com,tokiomarinehd.com,wnd.com##.rss +https://afp.com,africacheck.org,bdnews24.com,breitbart.com,chronicle.co.zw,cruisemapper.com,inneram.com,itu.int,mailchi.mp,marketing-interactive.com,ndtv.com,oki.com,themeditelegraph.com,thetruthaboutcars.com,tokiomarinehd.com,wnd.com##.rss https://africacheck.org,independent.com.mt,monthlyreview.org,telekom.com,thetruthaboutcars.com##.subscribe https://rt.com##.top-menu_feed https://majornelson.com##.widget_mn_speedbump_rss -https://livejapan.com###ptcd_modal_dialog -https://google.com###pushdown -https://fiercecable.com###pusher-ad -https://9to5google.com,9to5mac.com,electrek.co##.push-notify -https://food.com##.pushdown-message https://chinadailyasia.com###Backtop https://mitsubishicorp.com###GoTop https://asahi.com,voicesevas.ru###ToTop @@ -6613,8 +6845,8 @@ https://thecommentator.com###go_to_top https://cri.cn###goup https://mitsui.com###js_globalFooterButtonTop https://visitcalifornia.com###link-top +https://jefftucker.org###ma-pagetop https://whtop.com###menu-back -https://weeklyxpose.co.za###mt-scrollup https://afamilyfeast.com###myBtn https://casio-europe.com,konami.com###page-top https://cnet.com,macromill.com,mhi.com,oki.com,smbc.co.jp,smfg.co.jp,smth.jp###pageTop @@ -6630,13 +6862,14 @@ https://arcady.tv###scroll-down https://toggle.sg###scroll-top-button https://indiatimes.com,marketbusinessnews.com,philstar.com###scrollTop https://vosizneias.com###scroll_top +https://weathernationtv.com###scroller https://miui.com,mytheresa.com###scrolltop https://narita-transit-program.jp###site-scrolltop https://irusa.org###slide_top https://oneplus.com###sticky-tools-btn https://bbgsite.com###tipGoTop https://popmythology.com###toTop -https://bd.com,howtogermany.com,liveleak.com###top +https://bd.com,howtogermany.com,livelaw.in,liveleak.com###top https://staradvertiser.com###top-anchor https://angelshack.co.za,motorscribes.com###top-link https://countdown.co.nz,crime-stoppers.org###top-link-block @@ -6660,6 +6893,7 @@ https://denso.com##.Pagetop https://mercedes-benz.com.au##.aem--return-to-viewport-top__link https://analdin.com,reverbpress.com##.arrow-up https://goafricaonline.com##.arrow-up-container +https://thenassauguardian.com##.arrow_carrot-2up https://sputniknews.com##.arrowup https://gadgetreview.com##.back-top https://zte.com.cn##.back_top @@ -6715,6 +6949,7 @@ https://hotpepper-gourmet.com##.pageTopButton https://global.hisamitsu##.page_top https://emb-japan.go.jp,jtbcorp.jp##.pagetop https://oki.com##.pagetopInner +https://simpleflying.com##.pk-icon-up https://sexuria.com##.pull-right https://communist-party.org.uk##.rt-totop https://nexusmods.com##.scroll @@ -6745,7 +6980,7 @@ https://expressnews.com,guardian.ng,houstonchronicle.com,orthochristian.com,peug https://gagasiradio.fm##.topper https://godofnews.com,rpnewswire.com,waarmedia.com##.toup https://katestube.com,link11.com,picardirebel.co.za##.up -https://xhamster.com,xhamster.one##.up-arrow +https://xhamster.com,xhamster.desi,xhamster.one##.up-arrow https://crimerussia.com##.up-btn https://epicgames.com##.up-button https://webuycars.co.za##.up-scroll @@ -6805,6 +7040,16 @@ https://broadwayworld.com##.widget-subscribe https://stereogum.com##.zergnet-holder https://newyorker.com##div[class^="NewsletterSubscribe_"] https://buzzfeed.com##div[id^="mod-newsletter-signup-"] +https://kizi.com###kizi-popover-dialog +https://livejapan.com###ptcd_modal_dialog +https://google.com###pushdown +https://fiercecable.com###pusher-ad +https://chicagotribune.com##.met-flyout +https://annahar.com##.notifications-overlay +https://9to5google.com,9to5mac.com,electrek.co##.push-notify +https://food.com##.pushdown-message +https://thechivery.com##.wheelio_holder +https://schufa.de###AC_layout https://pcb.cc###Cntnr6 https://softwares-serials.in###FTslide https://x17online.com###Facebook @@ -6969,7 +7214,6 @@ https://qoshe.com###hit https://ibm.com###ibm-social-tools https://beautifuldecay.com,celebdirtylaundry.com,etonline.com###icons https://iijiij.com###iij-share-story-large -https://play4movie.com###ilike_overlayer https://shared.com###intro https://uniladmag.com###itro_opaco https://uniladmag.com###itro_popup @@ -7026,6 +7270,7 @@ https://ctnewsjunkie.com###nj-soc-bar-left https://produktywnie.pl###olussierfsp_likebox-3 https://therichest.com###openFollow https://lyricsmania.com###overlay +https://fia.com###page-pre-footer https://mondediplo.com###partage https://toofab.com###photo-sharing https://dw.com###pictureteaser_43842080 @@ -7072,6 +7317,7 @@ https://cwseed.com,wonderingsound.com###sharetools https://500px.com,dearblankpleaseblank.com,groundup.org.za,jpost.com,lumension.com,sciencedaily.com,techsplurge.com###sharing https://treehugger.com###sharing-tools https://cwtv.com###shr +https://howwebiz.ug###shrul https://perezhilton.com###side-follow https://tasteofhome.com###sideExpandAd https://bozemandailychronicle.com###side_icons @@ -7101,7 +7347,7 @@ https://prlog.org###smx https://prlog.org###smx2 https://worldreview.info###sn https://play-asia.com###soc -https://amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social +https://amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,classicreload.com,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social https://christianpost.com###social-apps https://animenewsnetwork.com###social-bookmarks https://cafemom.com###social-comment @@ -7179,15 +7425,18 @@ https://aboutamazon.co.uk,aboutamazon.com,latimes.com,sandiegouniontribune.com## https://washingtonexaminer.com,weeklystandard.com,wgbh.org##.ArticlePage-actions https://yahoo.com##.Btn-t https://comicbookmovie.com##.CBMFollow +https://alwaght.com##.FollowLinks https://techimperia.com##.FooterLeft.paddingright0 https://quora.com##.FooterSignupForm https://cnn.com##.Footer__aside https://socialblade.com##.GoogleButton https://thegrio.com##.Modal +https://alwaght.com##.NewSoial https://weeklystandard.com##.Page-social https://forbesafrica.com##.Post-metaHead--right https://apartmenttherapy.com,thekitchn.com##.Post__action https://ehow.com##.RightRailPromo +https://rt.com##.RotatorBanner-root https://israelnationalnews.com,reddit.com##.Share https://scan.co.uk##.ShareWith https://avon.com,businessinsider.com,designboom.com,highstakesdb.com,hurriyetdailynews.com,revision3.com##.Social @@ -7204,6 +7453,7 @@ https://buzzfeed.com,marriott.com##.action-bar https://slideshare.net##.action-btns-container https://linkfm.co.za,proactiveinvestors.co.uk,rfi.fr##.actions https://goodnet.org##.activity +https://metro.co.uk##.ada-banner-container https://askmen.com##.addThis https://christiannews.net##.adrand https://internationalsocialist.org##.adv-icon-wrap @@ -7233,6 +7483,7 @@ https://jpost.com##.article-top-box-data-print-icon https://nationalreview.com##.article-utility-nav https://militarywatchmagazine.com##.articleButtons https://parent24.com##.articleExtras2 +https://sputniknews.com##.article__google-news https://salemnews.net##.article_details_icons https://goodnet.org##.article_like https://nybooks.com##.article_toolbar @@ -7397,7 +7648,7 @@ https://shoutmeloud.com##.floaticons https://remezcla.com##.floating-menu https://etfdailynews.com##.floating-menuG https://ryot.org##.floating_ryot_share -https://alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow +https://alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tribuneindia.com,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow https://aikenstandard.com##.follow-aiken-standard https://aol.com##.follow-aol https://breakingnews.ie##.follow-bn @@ -7431,6 +7682,7 @@ https://frommers.com,hardees.com,lineageos.org,westpac.com.au##.footer-icons https://camsoda.com##.footer-left https://chinafile.com##.footer-links https://newtimes.co.rw,repsol.com##.footer-media +https://trustedreviews.com##.footer-menu--icons https://meteoblue.com##.footer-options https://f1i.com##.footer-right https://india.com##.footer-sc @@ -7502,7 +7754,6 @@ https://essence.com,etonline.com,utne.com##.icon-bar https://ted.com##.icon-center https://cookieandkate.com##.icon-font https://nextbigfuture.com##.icon-g -https://marketingpilgrim.com##.icon-li https://insta360.com##.icon-list https://ticketmaster.ca##.icon-list-container https://justicenetworktv.com##.icon-list-header @@ -7544,6 +7795,7 @@ https://bleacherreport.com##.jqmOverlay https://bleacherreport.com##.jqmWindow https://kdnuggets.com##.kd_bottom https://francemusique.com##.keep-in-touch-blocks +https://fruitnet.com##.keep_informed https://npg.org.uk##.keepintouch https://kernelmag.com##.kernel-social-links https://sfglobe.com##.kfm_dialog @@ -7643,6 +7895,7 @@ https://odt.co.nz##.pane-odt-social-odt-social-rsb https://ivillage.com##.pane-top-repins https://ibb.co##.panel-sh-networks https://mondediplo.com##.partage +https://michiganradio.org##.partner-logos https://whoer.net##.partners https://patreon.com##.patreon-footer-component--link https://post-gazette.com##.pgevoke-story-socialbuttons-facebook @@ -7724,7 +7977,7 @@ https://artstation.com##.sh-buttons https://pixxxels.cc,postimg.cc##.sh-link https://dailysabah.com##.shB https://toothpastefordinner.com##.shadow[style="margin-top: 0px; width: 500px; height: 25px; background-color:#cccccc; padding-top: 1px;"] -https://3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share +https://3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,sonyliv.com,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videocelts.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share https://ausdroid.net##.share-ausdroid https://tvline.com##.share-comment https://nymag.com##.share-link @@ -7775,11 +8028,11 @@ https://designntrend.com##.soc_box https://onlineprnews.com##.soc_box[style=" margin-bottom:10px; border:solid 1px #EEEEEE; clear:both"] https://phonenum.info##.soc_buttons https://stephaniemiller.com##.socai-widget -https://3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,globalnews.ca,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social +https://3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,armageddonexpo.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,file-up.org,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,masterinvestor.co.uk,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,radio.cz,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social https://tgdaily.com##.social-actions https://marketplace.org##.social-bottom https://voiceofsandiego.org##.social-cell -https://dibujos.net##.social-container +https://dibujos.net,time.com##.social-container https://fujitsu.com##.social-content https://topmarks.co.uk##.social-game https://jns.org##.social-help @@ -7814,8 +8067,8 @@ https://lds.org##.spark-content-actions https://wnd.com##.specific-social https://ew.com##.spot-im-ltr https://newsbomb.gr##.spread-links -https://lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-bg -https://lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-box +https://2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-bg +https://2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-box https://thestack.com##.spu-float-left https://virgin.com##.ss-cnnct https://olympicchannel.com##.ssba @@ -7833,6 +8086,7 @@ https://msn.com##.stbp-topWidget https://urbanghostsmedia.com,wegotserved.com##.stf https://droid-life.com##.sticky https://upworthy.com##.sticky-bar--bottom +https://broadway.com##.sticky-footer https://nmpoliticalreport.com##.sticky-footer-holder https://metro.us,newtimes.co.rw##.sticky-media https://hellou.co.uk##.sticky-nav @@ -7986,7 +8240,6 @@ https://commandandconquer.com##[title="Facebook"] https://afterdawn.com##[title="Follow AfterDawn at Facebook"] https://cosmosmagazine.com##[title="Follow COSMOSmagazine on Twitter"] https://nytimes.com##a[aria-label="Email"] -https://time.com##a[class][href="#"] https://tweaktown.com##a[class^="s-header-icon-"] https://engadget.com##a[data-engadget-popname="engadget_share"] https://time.com##a[href*="social-share-article"] @@ -8016,6 +8269,7 @@ https://la-croix.com##div[class^="follow_"] https://engadget.com##div[class^="o-social_nav"] https://today.com##div[class^="share_"] https://dailymail.co.uk,thisismoney.co.uk##div[class^="socialContainer-"] +https://fortune.com##div[class^="socialList_"] https://nbcnews.com##div[class^="socialShareWrapper_"] https://androidheadlines.com##div[class^="socialShare_"] https://reuters.com##div[class^="social_"] @@ -8054,6 +8308,7 @@ https://abc.net.au##img[alt="News Podcasts"] https://abc.net.au##img[alt="Start a chat with ABC News on Facebook Messenger"] https://suberapps.com##img[title="Follow @SUBERAPPS on Twitter!"] https://cgeyeltd.com##img[width="32"][height="32"] +https://discord.me##li.menu-link.d-xl-inline-block https://theguardian.com##li[data-link-name="icon-share"] https://universityherald.com##p[style="float:left; margin-right:20px; font-weight: bold;font-size: 11pt;"] https://designntrend.com,fashionnstyle.com,gamenguide.com,kpopstarz.com,newseveryday.com,parentherald.com##p[style="float:left; width:250px; margin-right:15px; font-weight: bold;font-size: 11pt;height: 21px;"] @@ -8153,6 +8408,10 @@ https://clashdaily.com##.large-share-bar-container https://desertsun.com##.lf-social-bookmarks https://computerworld.com.au,cso.com.au##.lo-header_social https://desertsun.com##.longform-share-wrapper +https://history.com##.m-header--social-nav +https://history.com##.m-social--facebook +https://history.com##.m-social--pinterest +https://history.com##.m-social--twitter https://nme.com##.menu-social-container https://crackberry.com,imore.com##.mn_mbn_share https://huffingtonpost.co.uk##.mod-follow @@ -8175,7 +8434,7 @@ https://history.com##.section-social-list https://huffingtonpost.co.uk,huffingtonpost.com,tomshardware.co.uk,tomshardware.com##.share-bar https://huffingtonpost.com##.share-bar-highlight https://thefreedictionary.com##.share-block -https://financialpost.com,investopedia.com,nationalpost.com##.share-button +https://financialpost.com,investopedia.com,nationalpost.com,trustedreviews.com##.share-button https://gsmarena.com##.share-buttons https://viralnova.com##.share-container https://last.fm##.share-desktop @@ -8236,6 +8495,7 @@ https://allmusic.com##.social-nav https://thefreedictionary.com##.social-networks https://tomshardware.co.uk,tomshardware.com##.social-promote-box https://gsmarena.com,ibtimes.co.uk,infowars.com,mensxp.com,naasongs.com,sidereel.com##.social-share +https://trustedreviews.com##.social-share--sticky https://mtlblog.com##.social-share-bar https://lifewire.com##.social-share-block https://menshealth.com,runnersworld.com,womenshealthmag.com##.social-share-button @@ -8287,18 +8547,20 @@ https://kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sixx.de##[name https://autobild.de,ndtv.com##a[href^="https://plus.google.com/share?url="] https://jman.tv###ActionBar https://sausageandciderfestival.co.uk###CC_Bar -https://ambulance-photos.com,bus-and-coach-photos.com,campervan-photos.com,classic-and-vintage-cars.com,construction-and-excavation.com,dream-car-photos.com,fire-engine-photos.com,forklift-photos.com,hotrods-customcars.com,military-vehicle-photos.com,motorcycles-motorbikes.com,oilrig-photos.com,planesandchoppers.com,police-car-photos.com,racing-car-photos.com,shipsandharbours.com,taxi-photos.com,traction-engines.net,tractor-photos.com,train-photos.com,transport-models.com,truck-photos.net,vehicle-livery.net,yourboatphotos.com###CQ +https://ambulance-photos.com,bus-and-coach-photos.com,campervan-photos.com,classic-and-vintage-cars.com,construction-and-excavation.com,dream-car-photos.com,fire-engine-photos.com,forklift-photos.com,hotrods-customcars.com,military-vehicle-photos.com,motorcycles-motorbikes.com,oilrig-photos.com,planesandchoppers.com,racing-car-photos.com,shipsandharbours.com,taxi-photos.com,traction-engines.net,tractor-photos.com,train-photos.com,transport-models.com,truck-photos.net,vehicle-livery.net,yourboatphotos.com###CQ https://nymity.com###CookieAcceptSubLayout1_cookiesmessageshown https://aberdeenplumberservices.co.uk,firstcallmotorbreakdown.co.uk,pattheduck.com###FISLCC https://megabus.com###GB_overlay https://bit-tech.net,pratt.edu###GDPR https://mappy.com###IndexView-first-visit +https://atom8.com###LandingPopUp https://uk.yahoo.com###Main > .windowshade:first-child https://yahoo.com###Overlay-1-Nagbar https://provantage.com###PP https://brookes.ac.uk###PopUp https://telkom.co.za###PrivacyNotice https://channelregister.co.uk,theregister.co.uk###RegCCO +https://king.com###SiteMessages https://valleyvet.com###ToU_float https://postojnska-jama.eu###\5f iCD https://warnerbros.fr###_EAPM @@ -8333,6 +8595,7 @@ https://awwapp.com###bottom-notification https://gamelink.com###bottomAlert https://alternativeto.net###bottomNotifier https://litmind.com###bottom_notice +https://freemake.com###bottombar https://mercedes-benz.com###cLayer https://netcarshow.com###cNag https://mercedes-benz.com###cPageOverlay @@ -8348,6 +8611,7 @@ https://rohan.co.uk###ccpop https://extrahw.com###cfooter https://polygon.com,recode.net,vox.com###chorus_notifiations https://qz.com###chyron +https://hofner.com###ck-overlay https://cbfhydraulic.com,marasrl.it###ckInfo https://wowza.com###ck_pu https://panoramicearth.com###cklbox @@ -8361,28 +8625,30 @@ https://evaair.com,play.tv###colorbox https://shadertoy.com###compliance https://msn.com###conditionalbanner https://alarabiya.net,find-dvd.co.uk,ft.com,heathrowexpress.com,holition.com###consent +https://netcraft.com###consent-form https://c21stores.com###consent-tracking https://predesto.com###consent-wrapper https://eurosport.com###container-notifications https://decathlon.co.uk###container-screen https://tinder.com###content > span > .App > div[class*="Start"] https://wotinfo.net###coo -https://alcoholics-anonymous.org.uk###cook -https://add0n.com,aflite.co.uk,aon.com,atom42.co.uk,bakersmall.co.uk,bbvonline.net,betradar.com,bookingsouthtyrol.com,boscolohotels.com,boxnation.com,eqavet.eu,essentraextrusion.eu,flexerasoftware.com,fremantlemedia.com,gulfstream.com,iadvize.com,keyboardco.com,kicc.org.uk,lonewolfonline.net,nspcc.org.uk,oilplusltd.com,onenessscotland.org,pentagon-group.co.uk,prestashop.com,pretix.eu,priorygroup.com,rodacciai.fr,simmons-simmons.com,stiripesurse.ro,technutty.co.uk,thebmc.co.uk,toomeymotorgroup.co.uk,tutsandtips.com,unsee.cc,wheatley-group.com,zbmath.org###cookie -https://anpost.ie,any.run,aquariumforums.co.uk,arag.com,atleticodemadrid.com,ayraviation.com,bl.uk,canadiansolar.com,celulares.com,cifas.org.uk,coinsofhope.eu,educalingo.com,eitb.eus,emrf.eu,emunewz.net,eporner.com,feyenoord.com,film-news.co.uk,forbiddenplanet.co.uk,fulltilt.com,globalpetrolprices.com,gpstraining.co.uk,harper-adams.ac.uk,history.bnpparibas,homecinemachoice.com,humbersideairport.com,ibeesoft.com,inmobi.com,irishjobs.ie,iso-chemie.eu,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,mareespeche.com,metbiocat.eu,noisli.com,panfurware.com,phonearena.com,picload.org,pokernews.com,police.uk,premiumcredit.co.uk,private.com,proteum.co.uk,puromarketing.com,rdnester.eu,rotterdam.info,scl.org,studentski.net,tablademareas.com,tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw,the-tls.co.uk,theatre-news.com,tsb.co.uk,wsws.org,xnostars.com###cookies +https://alcoholics-anonymous.org.uk,cryps.info###cook +https://add0n.com,aflite.co.uk,aon.com,atom42.co.uk,bakersmall.co.uk,bbvonline.net,betradar.com,bookingsouthtyrol.com,boscolohotels.com,boxnation.com,e-doggy.com,eqavet.eu,essentraextrusion.eu,flexerasoftware.com,fremantlemedia.com,gulfstream.com,iadvize.com,keyboardco.com,kicc.org.uk,lonewolfonline.net,nspcc.org.uk,oilplusltd.com,onenessscotland.org,pentagon-group.co.uk,prestashop.com,pretix.eu,priorygroup.com,rodacciai.fr,sainsburysenergy.com,simmons-simmons.com,stiripesurse.ro,technutty.co.uk,thebmc.co.uk,toomeymotorgroup.co.uk,tutsandtips.com,tvcorner.com,unsee.cc,wheatley-group.com,zbmath.org###cookie +https://anpost.ie,any.run,aquariumforums.co.uk,arag.com,atleticodemadrid.com,ayraviation.com,bl.uk,canadiansolar.com,celulares.com,cifas.org.uk,coinsofhope.eu,educalingo.com,eitb.eus,emrf.eu,emunewz.net,eporner.com,feyenoord.com,film-news.co.uk,forbiddenplanet.co.uk,fulltilt.com,globalpetrolprices.com,gpstraining.co.uk,harper-adams.ac.uk,history.bnpparibas,homecinemachoice.com,humbersideairport.com,ibeesoft.com,inmobi.com,irishjobs.ie,iso-chemie.eu,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,mareespeche.com,metbiocat.eu,noisli.com,panfurware.com,phonearena.com,picload.org,playclassic.games,pokernews.com,police.uk,premiumcredit.co.uk,private.com,proteum.co.uk,puromarketing.com,rdnester.eu,rotterdam.info,scl.org,studentski.net,tablademareas.com,tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw,the-tls.co.uk,theatre-news.com,tsb.co.uk,wsws.org,xnostars.com###cookies https://patience-is-a-virtue.org###copy > p -https://dsm.com,tesco.ie###cp +https://dsm.com,ortograf.ws,tesco.ie###cp https://streamlivesex.com###cp-wrapper https://mapal.com###ctrlck https://droidchart.com,routerchart.com###cw https://dexigner.com###cwarn -https://dappertogs.co.uk###d-notification-bar +https://wsj.com###cx-notification https://racquetballwarehouse.com,rogerfederer.com###data_protection https://corso-saunamanufaktur.com,schaeffler.com###dataprotection https://debenhams.com###debCNwrap https://tunngle.net###delirioBiscottoso -https://paradoxplaza.com###disablingDiv +https://binary.com###dialog_notification https://biodiv.be,bitmoji.com,clementoni.com,decisiondeskhq.com,greybox.com,liveradio.ie,snp.org,volksbuehne.berlin###disclaimer +https://ebu.ch###disclamerContainer https://goccl.co.uk###divMessage https://giftsandcare.com###divbottom https://tenerife-guided-walks.com###dmPopup @@ -8392,8 +8658,8 @@ https://fool.co.uk###dogfish https://aeriagames.com###dp2018dialog https://hetzner.com###dpi-banner https://drupal.org###drupalorg-crosssite-gdpr -https://shatter-box.com###elGuestTerms https://complex.com###eucn +https://abetterrouteplanner.com###eula-div https://tartybikes.co.uk###eureg https://eplan.at,eplan.ch,eplan.co.uk,eplan.de,eplan.es,eplan.hr###fancybox-overlay https://eplan.at,eplan.ch,eplan.co.uk,eplan.de,eplan.es,eplan.hr###fancybox-wrap @@ -8406,7 +8672,9 @@ https://dlford.io###floating-footer https://tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw###floating-header https://yodiz.com###footMsgYodiz https://motorsport.com###footer +https://frosmo.com###frosmoPopup https://teamcoco.com###ft +https://play.google.com###gb > div[style*="background-color"] https://lloyd.com###globalerror https://draeger.com###globalnotification https://mercateo.com###header-popup-info @@ -8430,6 +8698,7 @@ https://gmatclub.com###invisiblediv https://itv.com###itv-glob-cookie-policy-holder https://classic-trader.com###jGrowl https://babcockinternational.com###js-babcock-cookie-bar +https://shellenergy.co.uk###js-footer https://fullertonhotels.com###kb-container https://seeker.com###legal-notice https://adultswim.com###legal-notification @@ -8470,9 +8739,11 @@ https://adverts.ie,boards.ie,dailyedge.ie,did.ie,the42.ie,thejournal.ie###notify https://twitch.tv###noty_bottomCenter_layout_container https://novapdf.com###novapdf_accept_cookies https://professionalbatterychargers.com###nscmsboxboxsimple +https://spreaker.com###nt_container https://play-cricket.com###openglobal_privacy_widget https://accenture.com###optanon-minimize-wrapper https://harvester.co.uk###optin-optout +https://tribunesandtriumphs.org###outer-consent https://nbcnews.com###overaly_dy_message https://jukegames.com,n-mobile.net###overbox3 https://testmy.net###overlay @@ -8482,6 +8753,7 @@ https://pdfescape.com###pdfe_cmp https://themilitarystore.co.uk###pixelpop https://amazon.com###pldn-deep-link https://scutt.eu###pojemnik +https://holidayfactory.co.za###polgpr https://buyamower.co.uk,reddingo.com###policy https://apkpure.com###policy-info https://nba.com###policy_wrapper @@ -8492,7 +8764,6 @@ https://pamgolding.co.za###popi-notification https://aquacard.co.uk,demarko-trailers.com,genmab.com###popup https://chocolateminecraft.com###popup1 https://digitalagencynetwork.com,fonehouse.co.uk,metrofone.co.uk###popupDiv -https://newegg.com###popup_overlay https://growthtechnology.com###popupbanner https://melaniemartinezmusic.com###pp-footer https://tapatalk.com###pp_b @@ -8507,12 +8778,13 @@ https://online2pdf.com###privacy_msg https://keil.com###privacymodule https://zoomin.tv###privacyoverlay https://rocketleague.com###privmessage +https://scalemates.com###prv https://elanco.com###ribbon https://cote.co.uk###root > div > .fixed https://mywot.com###root > div > div[direction="up"][style*="transform"] -https://drivetribe.com###root > div[class^="sc-"] https://wrigleys.co.uk###rpcm https://tenuser.com###rsp +https://sanitas.com###sanitasCookieAlert https://people.cn###shengmingTip https://investing.com###sideNotificationZone https://centurion-magazine.com###simple-notification @@ -8543,11 +8815,14 @@ https://artuk.org###top-notice https://dropbox.com###top-notification-bar-container https://gamepedia.com,mmo-champion.com###tos-banner https://cartoonnetwork.com###tos-bar +https://toughnickel.com###tos_update_band +https://stingray.com###tracking-popup https://skylinewebcams.com###trigCookie https://busybeeblog.com###user_disclaimer https://iboysoft.com###user_popup https://bunkerworld.com###userprompt https://factmag.com###vf-pop +https://vive.com###vive-cookie-notice https://dompe.com###warning-popup https://iflicks.in###welcome https://janrain.com###wptbheadline1 @@ -8570,14 +8845,21 @@ https://drweb.com##.SHOWIT-msg_showed https://hotcleaner.com##.Sm https://cnn.com##.TermsOfService__component https://mtn.co.za##.Toast +https://6abc.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abc7ny.com##.Tooltip +https://hiberworld.com##._1u7AkTjy +https://tunnelmb.net##._23LkM https://911tabs.com##._29v-t +https://dreamhack.com##._2IIiex-CsxtuW7QGZ_oO5z https://cnn.com##._2dc7d020 +https://reddit.com##._3q-XSJ2vokDQrvdG6mR__k +https://thewirecutter.com##._5ce4f1c1 https://sunweb.co.uk##.absolute-dialog https://greenfields.eu##.accept-alert -https://akeebabackup.com,imunify360.com,luxos.com,v-tac.eu##.activebar-container +https://akeebabackup.com,imunify360.com,luxos.com,reshade.me,v-tac.eu##.activebar-container https://ticketmaster.ca##.agree-terms -https://adata.com,ahlulbayt.tv,asklion.co.uk,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,hattrick.org,kenweego.com,lawyersonline.co.uk,lifescience.net,linkedin.com,lonelyplanet.com,nature.com,netweather.tv,norwegian.com,pozyx.io,supercell.com,theonlinesurgery.co.uk,tindie.com,vernemq.com,viewsonic.com,viewsoniceurope.com,youngsseafood.co.uk##.alert -https://historicengland.org.uk##.alert-banner +https://adata.com,ahlulbayt.tv,altervista.org,askdifference.com,asklion.co.uk,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,efinancialcareers.com,hattrick.org,kenweego.com,lawyersonline.co.uk,lifescience.net,linkedin.com,lonelyplanet.com,m-a.org.uk,nature.com,netweather.tv,norwegian.com,pozyx.io,supercell.com,theonlinesurgery.co.uk,tindie.com,ukpressonline.co.uk,vernemq.com,viewsonic.com,viewsoniceurope.com,youngsseafood.co.uk##.alert +https://espn.com##.alert--fixed +https://goodmorningamerica.com,historicengland.org.uk##.alert-banner https://labour.org.uk##.alert-bar-footer https://evaair.com,orthomol.com,zombiearmy.com##.alert-box https://shredit.co.uk##.alert-container @@ -8600,14 +8882,18 @@ https://leo.org##.app-footer-content https://start.me##.app__message https://annualreviews.org##.ar-news-footer https://argaam.com##.argaam-policy +https://leo.org##.as-oil https://businessinsider.com##.as-oil-content-overlay +https://which.co.uk##.b_g https://co-operative.coop,couchsurfing.com,fullscreen.com,haymarketbooks.org,usatoday.com##.banner https://uber.com##.banner--bottom -https://23andme.com##.banner-wrap +https://makeprintable.com##.banner-hints +https://23andme.com,tunnelbear.com##.banner-wrap https://worthpoint.com##.bannerContainer https://bagigia.com##.bica-content https://cvent.com##.block-notifications-block https://abplive.in##.blur-bg +https://studocu.com##.bottom-bar-enter-active https://robertsspaceindustries.com##.bottom-notif-bar https://hostkey.com##.bottomMessages https://xhamster.com##.bottom_message @@ -8617,11 +8903,10 @@ https://wattsindustries.com##.box_contents https://elitedaily.com##.bp https://brainandlife.org##.breaking-container https://handy-games.com##.bugme -https://jobup.ch##.c-alert +https://jobs.ch,jobup.ch##.c-alert https://rebirth-hannover.de,werum.com##.c-callout https://index.co##.c-consent-manager https://ii.co.uk##.c01194 -https://thewirecutter.com##.c5fbb595._0550e973 https://eyetvforum.com##.cAnnouncementPageTop https://infiniti-abudhabi.com,infiniti-alghassan.com,infiniti-azerbaijan.com,infiniti-bahrain.com,infiniti-dubai.com,infiniti-jordan.com,infiniti-kuwait.com,infiniti-lebanon.com,infiniti-oman.com,infiniti-qatar.com,infiniti-singapore.com,infiniti.co.uk,infiniti.com,infiniti.com.hk,infiniti.com.my,infiniticars.com.au##.c_128 https://currencyrate.today##.cc-alert @@ -8630,6 +8915,7 @@ https://wallpapershome.com##.cc-dialog https://drakecircus.com##.ccc-widget https://orcadian.co.uk##.cd-container https://stayinwales.co.uk##.ckinfo-panel +https://singular.com.cy##.cm-notification-container https://cnn.com##.cnn-toast--tos https://browardpalmbeach.com,dallasobserver.com,houstonpress.com,miaminewtimes.com,phoenixnewtimes.com,westword.com##.compliance https://riversidecompany.com##.compliance-banner @@ -8640,14 +8926,15 @@ https://fancentro.com##.consent-message https://justwatch.com##.consent-notification https://sportskeeda.com##.consent-pop-up https://themaven.net##.consent-ui +https://xing.com##.consent_wrapper https://cityoflondon.gov.uk##.container-floating-notifications https://bankofengland.co.uk,cityoflondon.police.uk##.container-notifications https://antoineonline.com##.container-overlay -https://18virginsex.com,anglianwater.co.uk,ask.fm,callcredit.co.uk,calvertjournal.com,crazydomains.co.uk,derwaldhof.com,dw.com,farecompare.com,firefox-usb.com,forever21.com,forgeworld.co.uk,gheed.com,hempel.co.uk,hempelyacht.com,here.com,jaguarlandrover.com,leonorgreyl.com,liptonicetea.com,ludwig.guru,m64.info,mandarinoriental.com,mik.eu,modecom.com,modhoster.com,moneywise.co.uk,mysurveylab.com,nationalcircus.org.uk,natwest.com,npl.co.uk,oldgoesyoung.com,openmailbox.org,pepperl-fuchs.com,postoffice.co.uk,prodir.com,purnatur.eu,rbs.co.uk,roalddahl.com,rowenta.com,samsunghealthcare.com,sense.org.uk,silverlake.com,sleek-mag.com,squirt.org,statusbrew.com,syntevo.com,team-mediaportal.com,trailfinders.com,twitchstrike.com,unicheck.com,virgin-atlantic.com,wannawork.com##.cookie +https://18virginsex.com,altervista.org,anglianwater.co.uk,ask.fm,callcredit.co.uk,calvertjournal.com,crazydomains.co.uk,derwaldhof.com,dw.com,farecompare.com,firefox-usb.com,forever21.com,forgeworld.co.uk,gheed.com,hempel.co.uk,hempelyacht.com,here.com,jaguarlandrover.com,leonorgreyl.com,liptonicetea.com,ludwig.guru,m64.info,mandarinoriental.com,mik.eu,modecom.com,modhoster.com,moneywise.co.uk,mysurveylab.com,nationalcircus.org.uk,natwest.com,npl.co.uk,oldgoesyoung.com,openmailbox.org,pepperl-fuchs.com,postoffice.co.uk,prodir.com,purnatur.eu,rbs.co.uk,redditinc.com,roalddahl.com,rowenta.com,samsunghealthcare.com,sense.org.uk,silverlake.com,sleek-mag.com,squirt.org,statusbrew.com,syntevo.com,team-mediaportal.com,trailfinders.com,twitchstrike.com,unicheck.com,virgin-atlantic.com,wannawork.com##.cookie https://deezer.com##.cookie-banner https://theatlantic.com##.cookie-disclaimer https://bitfeed.co##.cookiebanner -https://amnesty.org,asda.com,ashridge.org.uk,auto1.fi,auto10.com,belivehotels.com,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,crytek.com,custplace.com,dorotheum.com,dur.ac.uk,eirsport.ie,enable-javascript.com,feelunique.com,forsettlement.com,grandvision.com,graspop.be,guggenheim-bilbao.eus,hmv.com,hotel-spider.com,inagrm.com,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,medela.co.uk,mindshareworld.com,mindswarms.com,ostrog.com,pjon.org,playgwent.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,scamner.com,stuttafordvanlines.co.za,tescomobile.ie,testeri.fi,thenottingham.com,threadreaderapp.com,topographic-map.com,twinings.co.uk,ukcisa.org.uk,ukmail.com,umicore.com,unian.info,unknownphone.com,uptodown.com,urtekram.com,vizologi.com,volvocars.com,warhammerchampions.com,wilko.com,wizards.com##.cookies +https://amnesty.org,asda.com,ashridge.org.uk,auto1.fi,auto10.com,belivehotels.com,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,crytek.com,custplace.com,dorotheum.com,dur.ac.uk,egyptair.com,eirsport.ie,enable-javascript.com,feelunique.com,forsettlement.com,grandvision.com,graspop.be,guggenheim-bilbao.eus,hmv.com,hotel-spider.com,inagrm.com,indepth.dev,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,medela.co.uk,media-sense.com,mindshareworld.com,mindswarms.com,ostrog.com,perfumesclub.co.uk,perfumesclub.com,pjon.org,playgwent.com,proton.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,scamner.com,stuttafordvanlines.co.za,tescomobile.ie,testeri.fi,thenottingham.com,threadreaderapp.com,topographic-map.com,twinings.co.uk,ukcisa.org.uk,ukmail.com,umicore.com,unian.info,unknownphone.com,uptodown.com,urtekram.com,vizologi.com,volvocars.com,warhammerchampions.com,wilko.com,wizards.com##.cookies https://austrian.com,austrianairlines.ag,austriantechnik.at##.cop https://semanticscholar.org##.copyright-banner https://bandcamp.com##.corp-banners @@ -8677,20 +8964,26 @@ https://gtalfh.com##.fadeInDown.alert https://avid.com##.fancybox-opened https://avid.com##.fancybox-overlay https://thebodyshop.com##.first-time-visitor +https://jsonquerytool.com##.fixed-bottom https://wallpaperdirect.com##.fixed-bottom.container +https://nordpass.com##.fixed.bg-grey-darkest https://bleacherreport.com##.fixedRegion https://spinnaker-watches.com##.fixedbar https://iotransfer.net##.fl-accept https://change.org##.flash-message-announcement https://deutscheam.com,dws.com##.flash-message__wrapper https://iobit.com##.float-bar +https://azimutyachts.com##.floatFooter +https://3dslash.net##.floatPopup https://maltatoday.com.mt##.floating-bar https://novantas.com##.foobar-container https://doubleviking.com##.footer +https://hackerone.com##.footer-popup https://whimn.com.au##.footer-statements https://palmbeachpost.com##.footer-wrapper https://crello.com##.footerNotificationWrapper___18I_O https://msn.com##.fpCdm +https://f-secure.com##.fs-consent https://cgtn.com##.g-dialog https://themeflood.com##.gatewayContainer https://aviationweek.com##.gdpr @@ -8728,6 +9021,7 @@ https://forumcommunity.net##.jnote https://princesrisborough.com##.jpiwikGrowler https://princesrisborough.com##.jpiwikOverlay https://soft32.com##.jquery-notify-bar +https://bcu.ac.uk##.js-action-bar https://agenda.brussels##.js-confirm https://jimmychoo.com,versace.com##.js-first-visit-banner https://forums.freebsd.org##.js-notices @@ -8747,8 +9041,9 @@ https://yahoo.com##.legal-footer https://jw.org##.legal-notices-client--notice https://sacoorbrothers.com##.legal-warning https://office.com##.m-alert +https://visitwales.com##.m-noticeBar https://webnovel.com##.m-streamer -https://motor1.com,rideapart.com##.m1-footer-messages +https://insideevs.com,motor1.com,rideapart.com##.m1-footer-messages https://justcause.com##.main-site-notes https://osa.org##.maintenance-popup https://mbc.net##.mbc-policy @@ -8757,10 +9052,15 @@ https://opengapps.org##.mdl-snackbar https://adobe.com,merixstudio.com,sapabuildingsystem.com,timesofisrael.com##.message https://gametwist.com##.message__container https://wandermap.net##.messages +https://spotify.com##.mh-message-bar https://mitele.es##.mitele-consent https://transparency.org##.mk-c-modal https://amazon.com##.mo-wp -https://arlingtoncemetery.mil,axminster.co.uk,daf.be,daf.co.uk,daf.com,daf.fr,daf.global,daf.nl,daf.ru,daf.se,daftrucks.de,daftrucks.dk,daftrucks.it,daftrucks.pl,daftrucks.sk,ferratum.co.uk,fiveguys.co.uk,kon-boot.com,lam.co.mz,medtronic.com,primaresearch.org##.modal-backdrop +https://airnewzealand.eu,przekroj.pl##.modal +https://airnewzealand.eu,arlingtoncemetery.mil,axminster.co.uk,daf.be,daf.co.uk,daf.com,daf.fr,daf.global,daf.nl,daf.ru,daf.se,daftrucks.de,daftrucks.dk,daftrucks.it,daftrucks.pl,daftrucks.sk,ferratum.co.uk,fiveguys.co.uk,kon-boot.com,lam.co.mz,medtronic.com,primaresearch.org##.modal-backdrop +https://myanimelist.net##.modal-container +https://myanimelist.net##.modal-content +https://environmental-finance.com##.modal-dialog https://usnews.com##.modal-window https://motorsport.com##.ms-footer-messages https://motorsport.com##.ms-header-messages @@ -8770,7 +9070,7 @@ https://riot.im##.mx_MatrixToolbar https://ft.com##.n-messaging-slot https://biblio.co.uk,comfortclick.com##.navbar-fixed-bottom.navbar https://businessoffashion.com##.navbar-notification -https://freeimages.com##.navbar-qards +https://findicons.com,freeimages.com##.navbar-qards https://userbenchmark.com##.nb-parent https://wik-walsoe.com##.ncm-ready https://gog.com##.ng-scope._floating-banner @@ -8784,15 +9084,19 @@ https://cgtrader.com,cortesdecima.com,dialight.com,discordapp.com,dotmailer.com, https://anime2enjoy.com##.notice-board https://veritasbooksonline.com##.notice-wrap https://square-enix-games.com##.notice_Notices_29tRQ -https://3arena.ie,about.me,bertil.com,bethesda.net,brandalley.co.uk,cambridge.org,delfortgroup.com,dlink.com,eveningtelegraph.co.uk,fastcompany.com,gw2treasures.com,inc.com,lindex.com,postimees.ee,preoday.com,princeofwales.gov.uk,puregym.com,redbet.com,spreds.com,toluna.com,wmeentertainment.com,ybs.co.uk,yola.com##.notification +https://3arena.ie,about.me,bertil.com,bethesda.net,brandalley.co.uk,cambridge.org,delfortgroup.com,dlink.com,eveningtelegraph.co.uk,fastcompany.com,gw2treasures.com,inc.com,lindex.com,postimees.ee,preoday.com,princeofwales.gov.uk,puregym.com,redbet.com,sciencex.com,spreds.com,toluna.com,vialibri.net,wmeentertainment.com,ybs.co.uk,yola.com##.notification https://harvester.co.uk##.notification--notification https://brouwland.com##.notification-alert +https://foxbusiness.com,foxnews.com##.notification-banner https://bettyblocks.com##.notification-bar https://gumtree.com##.notification-box https://autotrader.co.za##.notification-container +https://tennistv.com##.notification-wrapper +https://parallels.com##.notification.orange https://jaguar-me.com,jaguar.ca,jaguar.co.za,jaguar.com,jaguar.com.au,jaguarusa.com,landrover-me.com,landrover.ca,landrover.com,landrover.com.au,landrover.com.hk,landrover.gi##.notificationBars https://insurancebusinessmag.com##.notification_strip https://amateur.tv##.notificationbar +https://myscript.com##.notifications-outer https://livesirina.com##.notifier-wrapper https://sax.co.uk##.notify https://blockspoint.com##.notizWrapper @@ -8800,7 +9104,9 @@ https://nowness.com##.ns-info-bar https://bestlivecamsites.com##.ntfc-bar https://castrol.com##.nv-notification-header https://decider.com,nypost.com,pagesix.com##.nyp-sitewide-notice +https://wolframalpha.com##.oaDryNmq https://norma-ammunition.com##.on-screen-messages +https://suncorp.com.au##.one-pixel-margin-bottom.sg-Box https://wpengine.com##.opt-in-modal https://origin.com##.origin-sitestripe https://ratemyprofessors.com##.overlay @@ -8810,8 +9116,11 @@ https://plymouth.ac.uk##.page-notification https://nick.com,tvland.com##.page-overlay_wrapper https://fundedbyme.com##.pageNotification https://ticketmaster.ca##.page__legal-link +https://advisto.com##.page_warning https://akasha.org##.parts__Wrapper-sc-1svfu23-0 +https://spainhouses.net##.persistentMessage https://nordwindairlines.ru##.personal-data +https://free-power-point-templates.com##.pg-modal-blackout https://botify.com##.pin-b.pin-l.fixed https://globe.com.ph,viber.com##.policy https://esquire.com##.policy-bar @@ -8819,6 +9128,7 @@ https://pxhere.com,wallhere.com##.policy-info https://shazam.com##.policy-label https://likeyouth.org##.policy-popup https://nh-collection.com,nh-hotels.com##.politicaRewards +https://process.st##.pookie https://aboardtheworld.com##.popmake https://beiersdorf.com,efootwear.eu##.popup https://replicon.com##.popup-container @@ -8833,10 +9143,11 @@ https://vesselfinder.com##.pprem https://powerreviews.com##.prd-wrap https://ultimaker.com##.preferences-bar https://easyeda.com##.priv-tips -https://dailyselect.co.uk,ferrerocareers.com##.privacy +https://dailyselect.co.uk,ferrerocareers.com,focustaiwan.tw##.privacy https://flyscoot.com##.privacy-bar https://luisaviaroma.com##.privacy-box https://pcmag.com##.privacy-content +https://aw-lab.com##.privacy-data https://gigaom.com,gq.com.au,mta.tv,vocativ.com,zumba.com##.privacy-policy https://thenewdaily.com.au##.privacy-policy-slideup https://zmags.com##.privacyPrompt @@ -8848,6 +9159,7 @@ https://metaswitch.com##.pum-container https://abcnews.go.com##.push-me https://devonlive.com##.pwa-prompt https://sdrplugins.com##.px_-h-auto.px_-z-index-10000 +https://niceareas.co.uk##.rayAlertBox https://hazlitt.net##.region-masthead-inner https://layar.com##.remarketing-banner https://pli-petronas.com,swatch.com##.reveal-modal-bg @@ -8857,10 +9169,11 @@ https://ricola.com##.ricola-cookie-info https://itinari.com##.root-8abb4 https://totalserversolutions.com##.rplm-alert https://jeffs.com,scandinaviansoul.com##.rstboxes -https://reddit.com##.s1pfx7qz-2 https://welcometothejungle.co##.s1u7oiza-0 https://paladins.com,realmroyale.com,smitegame.com##.sc-bdVaJa https://live365.com##.sc-csuQGl +https://drivetribe.com##.sc-epGmkI +https://coolbet.com##.sc-fzsDOv https://shadow.tech##.sc-gipzik https://loot.io##.sc-htpNat https://helloclue.com##.sc-kGXeez @@ -8868,9 +9181,10 @@ https://showcasecinemas.co.uk##.section-prompt https://carrerajeans.com##.sessionnotification https://colormango.com##.setprivacy https://gwpharm.com##.show +https://tricentis.com##.site-banner https://newstatesman.com##.site-footer https://last.fm##.site-message -https://bitcatcha.com##.site-notification +https://bitcatcha.com,kaminario.com##.site-notification https://gov.im##.site-warning https://tmt-magazine.com##.sitealert https://cofunds.co.uk##.smContainerInner @@ -8890,10 +9204,12 @@ https://meteoblue.com##.successMessage https://spiceworks.com##.sui-site-message-container https://haier.com##.swiper-slide-img-txt https://tudorwatch.com##.tdr-ribbon +https://abcnews.go.com##.terms-alert-fixed https://fijiairways.com##.terms-of-use https://adelaidenow.com.au,cairnspost.com.au,couriermail.com.au,dailytelegraph.com.au,geelongadvertiser.com.au,goldcoastbulletin.com.au,heraldsun.com.au,ntnews.com.au,themercury.com.au,townsvillebulletin.com.au,weeklytimesnow.com.au##.tgc-footer_disclaimer https://tastedive.com##.tk-Footer https://fantrax.com,tbs.com,tntdrama.com##.toast +https://ikea.com##.toast-container https://twitch.tv##.toast-manager__container https://mobilbahis49.com##.toast-wrapper https://tv5.ca##.top-alertes @@ -8922,6 +9238,8 @@ https://singtel.com##.ux-consent-banner https://ritdye.com##.v_bg\:peach-300.l_p\:25-x.p_l\:0 https://dailysabah.com##.veriAltBar https://robertozeno.com##.video-mask +https://remosoftware.com##.visitornotice +https://trendyol.com##.vnotify-container https://ada.com##.wbl72e-0-footer https://capterra.com##.welcome-banner https://wizards.com##.wiz-block-sticky-inline @@ -8936,25 +9254,36 @@ https://santatracker.google.com##SANTA-NOTICE https://trustnet.com##USER-TYPE-POPUP https://shutterstock.com##[data-automation="Eu_banner_container"] https://iubenda.com##a[style="padding-top: 10px; display: block;"] +https://shab.ch##agb-bar +https://bethesda.net#?#visor-alert[name="visor-alert"] > div[class=""] > div > div:last-child:-abp-has( > a[href$="/cookie-policy"]) +https://myscience.org##body > .block > .center https://openbookpublishers.com##body > .menu-header https://medium.com##div > .branch-journeys-top https://spotify.com##div > div[aria-live="polite"] +https://transamerica.com##div.bannerAlert--isHidden https://yahoo.com##div.js-applet-view-container-main > div.fixed-win[style^="background:"] +https://tacobell.co.uk##div[am-cookie] +https://patreon.com##div[aria-describedby^="BannerContent"] https://pri.org##div[class^="CtaMessage_"] +https://similarsites.com##div[class^="PrivacyNotification"] https://epidemicsound.com##div[class^="___Warnings"] +https://studocu.com##div[class^="banner-wrapper-"] https://mvagusta.com##div[class^="bannerContainer"] https://vodafone.co.uk##div[class^="cookie-policy"] -https://thewirecutter.com##div[class^="cookie_banner"] https://joom.com##div[class^="disclaimer"] +https://udemy.com##div[class^="eu-cookie-message-"] https://giphy.com##div[class^="flash-message"] https://brain.fm##div[class^="modules-core-css-CookiePopup"] https://voxi.co.uk##div[class^="notification-container"] +https://cheddar.com##div[class^="notificationBanner"] +https://listen.tidal.com##div[class^="notificationWrapper--"] +https://deliveroo.ie##div[class^="orderweb__"] https://tunein.com##div[class^="violator__container"] https://youtube.com##div[class^="ytd-consent"] https://tunein.com##div[data-testid="gdpr-violatorContainer-true"] https://onlinetvrecorder.com##div[id^="d1"] https://globecast.com##div[id^="icegram_message_"] -https://knowyourmeme.com##div[id^="sp_message_id"] +https://dumont.de,knowyourmeme.com##div[id^="sp_message_id"] https://mashable.com##div[style*="background: rgb(255, 255, 255)"] https://plarium.com##div[style*="position: fixed;"] https://cplusplus.com##div[style="background:#eed;padding:10px;margin:0;text-align:center;border-bottom:1px solid #446"] @@ -8967,25 +9296,30 @@ https://survey-remover.com##div[style^="height: 25px; position: fixed;"] https://openpli.org##div[style^="height:20px;background-color:#FAFFDC;"] https://globaltuners.com,psychomedia.qc.ca,speedtestcustom.com,zerochan.net##div[style^="position: fixed; bottom"] https://podbean.com##div[style^="z-index: 999999; position: fixed;"] +https://my.games##header > .gdpr +https://weatherbug.com##notification-footer https://satispay.com##p[class^="cookie-banner"] https://truecaller.com##span > .max-w-md.shadow-lg -https://bethesda.net##visor-alert https://play.google.com##.gb_g:has-text(cookie) https://istockphoto.com#?#.warning:-abp-has([data-cookie-type]) https://play.google.com#?#.gb_g:-abp-contains(cookie) https://msi.com###ccc https://smallseotools.com###cookie-bar https://eteknix.com###cookie-law-info-bar -https://depositfiles.com,depositfiles.org,dfiles.eu,dfiles.ru###cookie_popup +https://depositfiles.com,dfiles.eu,dfiles.ru###cookie_popup https://tweaktown.com###cookies_footer_sec +https://shirtsofcotton.com###udtDark +https://bild.de,welt.de##.as-oil +https://icq.com##.ca_wrap https://mirror.co.uk##.captify-iframe https://mirror.co.uk##.captify-widget -https://thebarchive.com##.cc_banner +https://flattr.com,thebarchive.com##.cc_banner https://indiatimes.com##.consent-popup https://hypable.com##.cookie-bar https://mashable.com##.cookie-notice https://allmusic.com##.cookie-policy-box https://rp-online.de##.park-snackbar-cookies +https://walmart.ca##.privacy-open > div > [class] > div[class^="css"] https://rast.hr###blokDiv https://nasiljudi.hr###footer https://hrportfolio.hr###kolac @@ -9023,6 +9357,7 @@ https://nooun.net,syria.tv,thawrah2day.com,tunisna.tv##.newsletter https://aljadeed.tv##.nextPrevNews https://iwaatch.com##.s-up https://fakartany.com##.sign-up +https://alhurra.com##.subscribe https://alhayat.tv##.subscription https://hamas.ps##.top https://youm7.com##.topTop @@ -9109,13 +9444,15 @@ https://rnd-news.de##.rss https://swz.it##.scroll__top https://woxikon.de##.secondary-footer https://weinkenner.de##.sib_signup_form +https://kostenlose-urteile.de##.simplemodal-container +https://kostenlose-urteile.de##.simplemodal-overlay https://sportnews.bz##.social https://spiegel.de##.sticky-home-link https://spiegel.de##.sticky-overlay https://netzpolitik.org##.tnp-subscription https://svp.eu##.top https://baden.fm##.top-clone -https://hofbraeu-muenchen.de##.top-link +https://hofbraeu-muenchen.de,visitberlin.de##.top-link https://servus.com##.topLink https://hr.de##.toplink https://tagesspiegel.de##.ts-up-button @@ -9126,6 +9463,7 @@ https://wdr.de##a[href="#goToHead"] https://antennebrandenburg.de,conleys.de,israelheute.com,radioberlin.de,vodafone.de##a[href="#top"] https://capital.gr###infiload-return-top https://nooz.gr###right_popout +https://sputniknews.gr##.arrowup https://news247.gr##.newsletter-form https://capital.gr##.rss https://168ora.hu###article_toolbar @@ -9179,6 +9517,7 @@ https://naszamlawa.pl##.slide_button https://pb.pl##.smPopupContainer https://rp.pl##.social-toolbar__container + .toolbar https://virginmobile.pl##.topPanelBlock +https://atramentowka.com,oil-land.pl,sklep-art-meb.pl##.up https://pl.yahoo.com##.yom-wave3-generic https://gpcodziennie.pl##a[href="javascript:scroll(0,0);"] https://gosc.pl##div[style*="position: fixed"] @@ -9340,6 +9679,7 @@ https://dofus.com##.ak-notification-list-footer https://rtl.fr##.article-mail-form https://carrelages4000.fr##.ays-front-message https://orange.be##.b2c-global-footer-container +https://automobile-magazine.fr##.bloc-nl https://ouest-france.fr##.btn-scroll https://liberation.fr##.campagne-opt-in https://ledevoir.com##.card @@ -9359,6 +9699,7 @@ https://4clik.com##.kHolder https://lesechos.fr##.liennavigation https://minutebuzz.com##.likePopin https://lecho.be##.linkWithinBlock +https://ffr.fr##.modal https://fnacspectacles.com,largus.fr##.modal-backdrop https://futura-sciences.com##.module-propal-nl https://dealabs.com##.nav-banner @@ -9383,7 +9724,7 @@ https://korben.info##.post-subscribe https://la-croix.com##.prev https://tourhebdo.com##.resocs https://radins.com##.reveal-modal -https://radins.com##.reveal-modal-bg +https://monalbumphoto.fr,radins.com##.reveal-modal-bg https://express.live##.rss https://rtbf.be##.rtbf-newsletter https://rtbf.be##.rtbf-newsletter-article @@ -9514,7 +9855,7 @@ https://soychile.cl##.overli https://daf.es##.page-overlay https://larazon.es##.rrss https://beteve.cat##.rrss-buttons -https://cadenaser.com##.rss +https://cadenaser.com,europafm.com##.rss https://elobservador.com.uy##.scroll-top-action https://eleconomista.es##.suscribe-all https://infotechnology.com##.suscription @@ -9569,7 +9910,7 @@ https://ilsole24ore.com###ias-footer https://ilquotidianodellazio.it###imgtop https://citywire.it###jsRegisterAlertBanner https://italiaoggi.it###lig_movingup2it_smartbox -https://agenziaimpress.it,davidemaggio.it,ilfarosulmondo.it,meteonetwork.it,moked.it,money.it,tvsvizzera.it###mc_embed_signup +https://agenziaimpress.it,davidemaggio.it,ilfarosulmondo.it,meteonetwork.it,moked.it,money.it,techzilla.it,tvsvizzera.it,vvox.it###mc_embed_signup https://decathlon.it###messagetop https://milanofinanza.it###milanofinanza_web_smartbox_article https://automoto.it,moto.it###mit-bottombar @@ -9609,7 +9950,7 @@ https://isocellitalia.it###top https://avantishop.it,lacomunicazione.it###top-link https://wtc.genova.it###top-of-the-page https://cambiodns.com###torna -https://consorzioautolinee.it,ixosofficial.com,maxcasa.com,murripatrizia.it,nomisma.it,rstore.it###totop +https://consorzioautolinee.it,ixosofficial.com,maxcasa.com,murripatrizia.it,nilox.com,nomisma.it,rstore.it###totop https://altoadigelatte.com###up https://alvolante.it###wrapper-header-small-up https://ice.it##.ScrollTop @@ -9670,7 +10011,7 @@ https://spaziogames.it##.nav-reveal https://everyeye.it##.nav_articoli https://ilsitodellozoo.com##.navbar-alt https://laleggepertutti.it##.news-letter -https://01net.it,advisoronline.it,basketinside.com,carpicalcionews.it,cittaceleste.it,condominioweb.com,corsedimoto.com,fantamagazine.com,fcinter1908.it,focusardegna.com,forzaroma.info,gazzamercato.it,gogedizioni.it,golssip.it,guidafisco.it,ilfoglio.it,ilgiorno.it,ilmilanista.it,ilposticipo.it,ilrestodelcarlino.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,lanazione.it,leitgamhof.com,lescienze.it,linkiesta.it,lvh.it,mediagol.it,mondoudinese.it,motorionline.com,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,quotidiano.net,rivistacontrasti.it,sassuolocalcionews.it,silicon.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,violanews.com##.newsletter +https://01net.it,advisoronline.it,basketinside.com,carpicalcionews.it,cittaceleste.it,condominioweb.com,corsedimoto.com,fantamagazine.com,fcinter1908.it,focusardegna.com,forzaroma.info,gazzamercato.it,gogedizioni.it,golssip.it,guidafisco.it,ilfoglio.it,ilgiorno.it,ilmilanista.it,ilposticipo.it,ilrestodelcarlino.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,lanazione.it,leitgamhof.com,lescienze.it,linkiesta.it,lvh.it,mediagol.it,mondoudinese.it,motorionline.com,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,quotidiano.net,rivistacontrasti.it,sassuolocalcionews.it,silicon.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,valori.it,violanews.com##.newsletter https://ravennanotizie.it##.newsletter-section https://starbene.it##.nlslim https://systems.bz##.on-top @@ -9750,6 +10091,7 @@ https://mouse.co.il##.mouseExtraContent https://bizportal.co.il##.promoted-article https://auto.co.il##.searchbtn https://tapuz.co.il##.tapuzShareBar +https://wheel.co.il##.xbFootNewsForm https://onlife.co.il##div[style="height:264px; background-color:white;width: 300px; float: left;margin-bottom:0px;"] https://walla.co.il##div[style="margin-top:10px;margin-bottom:10px;"] https://capital.ro###lastmin @@ -9767,6 +10109,7 @@ https://antena3.ro##.push-notification https://dcnews.ro##.pushinstruments https://nbnews.com.ua###iosauth https://epochtimes.com.ua###scroll_house +https://novinite.bg###article_options https://armeniasputnik.am,blic.rs,rtvslo.si,sputnik-abkhazia.info,sputnik-georgia.com,sputnik-news.ee,sputnik-ossetia.com,sputnik-tj.com,sputnik.az,sputnik.by,sputnik.kg,sputniknews-uz.com,sputniknews.kz,sputniknews.lt###share https://meteovista.si,tvsa.ba###social https://delfi.ee##.article__info @@ -9780,6 +10123,7 @@ https://jyllands-posten.dk##.bylineToolbar https://politikenhistorie.dk##.pagetools https://dr.dk,gettyimages.dk,landrover.dk##.share https://europages.dk##.social +https://sputniknews.gr##.article__google-news https://capital.gr##.controls https://insomnia.gr##.share https://europages.gr,pentapostagma.gr##.social @@ -9891,7 +10235,7 @@ https://srad.jp##.synd https://toyokeizai.net##.tools https://kakakumag.com##.top-header-sns-link https://nikkei-cnbc.co.jp##.twitter -https://willhaben.at###bookmarks +https://visitberlin.de###block-page-tools https://finanznachrichten.de###bookmarks_container https://clipfish.de###cf-player-googleplus https://clipfish.de###cf-player-twitter @@ -9929,6 +10273,7 @@ https://onlinewelten.com##.action-initiator https://butenunbinnen.de##.article-addons https://manager-magazin.de,wienerzeitung.at##.article-toolbar https://infosat.de##.artikeltools +https://ahk.de##.b-footer__icons https://provinz.bz.it##.banner_facebook https://chip.de##.bookmark https://fnp.de,sport1.de,winfuture.de##.bookmarks @@ -10031,6 +10376,7 @@ https://narew.info##.sbuttons https://autoline.com.pl,gazeta.pl##.share https://europages.pl,goldenline.pl,pap.pl##.social https://onet.pl##.social-container +https://virtualeye.pl##.ssmw-handler https://mf24.pl##.twitter https://mf24.pl##.youtube https://weeronline.nl###social @@ -10107,6 +10453,7 @@ https://csa.fr##.Share https://gentside.com##.action https://journaldunet.com##.app_aside--follow https://jeuneafrique.com##.art-toolbox +https://leparisien.fr##.article-iconbar https://leparisien.fr##.barrePartage https://lesechos.fr##.bloc-suiveznous https://bfmtv.com##.btn-reseaux @@ -10183,9 +10530,10 @@ https://horoscoponegro.com###text-23 https://notimex.gob.mx##.RedesFlotante https://ara.cat##.ara-header-social https://lanacion.com.ar##.compartir +https://abc.es##.compartir-mas https://americateve.com##.compartir-nota https://apertura.com,cronista.com##.content-redes -https://ondacero.es##.facebook +https://europafm.com,ondacero.es##.facebook https://starmedia.com##.fbk https://silicon.es##.follow https://tbnespaña.es,transfermarkt.es,transfermarkt.pt##.header-social @@ -10209,7 +10557,7 @@ https://telexitos.com##.twitterModule https://starmedia.com##.twt https://eluniversal.com.mx##.uni_videoRedes https://elobservador.com.uy##.user-actions-wrapper -https://ondacero.es##.vermas +https://europafm.com,ondacero.es##.vermas https://publicar.com##img[style="margin: 0px 10px; float: left; width: 26px;"] https://tennisitaliano.it###Utility https://salto.bz###block-block-11 @@ -10315,14 +10663,17 @@ https://showprice.it##.link_invia_amico https://liujo.com##.liujo-footer-social-container https://gruppoeditorialesanpaolo.it##.menu-icons-list https://rockol.it##.menu__facebook +https://andreagaleazzi.com##.mercatino-toggle https://ansa.it##.new-toolbar-menu +https://ansa.it##.news-social https://corriere.it##.player-email-ctn +https://raisport.rai.it##.prefooter https://mediaset.it##.s_box https://nationalgeographic.it##.segui-ng https://lescienze.it##.seguici https://askanews.it##.seguici_footer https://chiesi.com##.seguicisu -https://amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,landrover.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share +https://amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,landrover.it,lastampa.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share https://mediaset.it,meteo.it##.shr https://finanzaonline.com,teleborsa.it,tempostretto.it##.soc https://quickparking.it##.soc-icon-container @@ -10400,6 +10751,7 @@ https://vijesti.me##.social https://herder.de###BottomNotification https://e-formel.de###CKC https://singles-in-stuttgart.de,wander-community.de###DC +https://vdk.de###DSE https://gira.de###ac_frame https://spielfilm.de###alert https://weltwoche.ch###alteAusgabenCovers @@ -10414,20 +10766,18 @@ https://deutsche-handwerks-zeitung.de,handwerk-magazin.de###cc-box https://hosteurope.de###cche https://badkissingen.de,wuerzburg.de###chint https://jmmgc.com###cnotice -https://adventskalender-gewinnspiele.de,happy-spots.de,kirmes-in-deutschland.de,stadtfeste-in-deutschland.de,weihnachtsmaerkte-in-deutschland.de###cono -https://kunstnet.de,zitatezumnachdenken.com###consent +https://adventskalender-gewinnspiele.de,happy-spots.de,kirmes-in-deutschland.de,stadtfeste-in-deutschland.de,weihnachtsmaerkte-in-deutschland.de,weinfeste-in-deutschland.de###cono +https://kunstnet.de,notebookinfo.de,zitatezumnachdenken.com###consent https://renault-koenig.de###cook https://bookingsuedtirol.com,die-glocke.de,essentraextrusion.de,filati.cc,gebag.de,lvr.de,ruhrbarone.de,shop-apotheke.com###cookie https://bambergfacts.de###cookiebar-007 -https://abload.de,autoampel.de,cewe-print.de,dynamo-fanshop.de,elegant.be,livetrakway.de,telspy.org,tonies.de,tti.at,ufpro.de,uni-muenster.de###cookies +https://abload.de,autoampel.de,cewe-print.de,dynamo-fanshop.de,elegant.be,firma5.com,livetrakway.de,telspy.org,tonies.de,tti.at,ufpro.de,uni-muenster.de###cookies https://start-nrw.de###cpopup https://ruegenwalder.de###csdialogbd https://ruegenwalder.de###csdialogmd2 -https://scheune-gluecksburg.de###d-notification-bar https://rentalens.ch###dabar https://interhyp.de###data-protection__layer https://sovd.de###datenschutzfenster -https://gehalt.de###datenschutzlayer https://shopwelt.de###dateschutzinfo https://alldent-zahnzentrum.de###dialog https://elektrotresen.de,fliesenoutlet.com,stw.berlin###disclaimer @@ -10437,17 +10787,17 @@ https://fool.de###dogfish https://autokostencheck.de###footerSlideContainer https://pokewiki.de###gl-topbar-bg https://pfarrverband-koenigslutter.de###hinweis -https://grammophon-platten.de,heim-und-haustiere.de,schwedisch-translator.de,sirutor-und-compur.de,wumpus-gollum-forum.de###hinweise +https://cb500.net,grammophon-platten.de,heim-und-haustiere.de,schwedisch-translator.de,sirutor-und-compur.de,wumpus-gollum-forum.de###hinweise https://d-secour.de###importantMessages https://bongu.de###infoBar https://gruene-bundestag.de###info_message https://haehnchengrillstation.de,inovartis.eu,kanzlei-mueller-wuppertal.de,lankes-zirndorf.de###infobar https://krombacher.de###js-tracking-notice https://art-studios-inprogress.de###kb-container -https://klebetape.de###keksdose https://bioapotheke.de###landing_page_popup https://bmw.de###layerWrapper https://gorreri.de###loggedbar +https://literaturuebersetzer.de###mCCForm https://emax-haustechnik.de###mediameetsFacebookPixel--notification https://funpot.net###message https://blauarbeit.de###messages-container @@ -10467,6 +10817,7 @@ https://amtempo.de###popup https://spot-a-shop.de###popup-notifications https://ford-maiwald.de###popupDiv https://bka.de,bmjv.de,maurice-renck.de###privacy +https://aqua-medic.de###privacy-info https://bafög.de###privacy-note https://e-cooline.de###privacy-protection https://news5.de###privacyContainer @@ -10475,6 +10826,7 @@ https://gab-umweltservice.de###rcpm https://sightseeing-kontor.de###sk-info https://mydealz.de###softMessages-list https://camp-firefox.de,soeren-hentzschel.at###storage-notice +https://sozialleistungen.info,tiershop.de###toast-container https://mydays.de###topbanner https://staatsbibliothek-berlin.de###tracking-info https://schauinsland-reisen.de###trackingInfo @@ -10491,7 +10843,7 @@ https://pizza.de##._1h1x https://pizza.de##._3HiJ https://dewilgo.de##.activebar-container https://afs.de##.afs_coi -https://discounto.de,elektroaktivisten.de,fotocommunity.de,mantel.com,stylevamp.de,tchncs.de##.alert +https://24h-pflege-check.de,baden-wuerttemberg.de,discounto.de,elektroaktivisten.de,fotocommunity.de,mantel.com,stylevamp.de,tchncs.de##.alert https://ajs-bw.de,erleben-im-alltag.de,gestaltamwerk.de,kbaur-gmbh.com,tokuweb.de,tus-almena.de##.alertbanner https://mjamjam-petfood.de##.allover https://naturenergieplus.de##.announcement @@ -10515,15 +10867,15 @@ https://tobias-bauer.de##.ce_rsce_swissy_fixed_note https://oper-wuppertal.de##.ci-container https://massivum.de##.cn_box https://schmidtnorm.at##.col-12 > div > div > .container -https://fanbike.de##.consent +https://diebayerische.de,fanbike.de##.consent https://usz.ch##.consentManagement https://borgware.de,buffalo.de,daparto.de,del.org,donaukurier.de,matratzen-concord.de,model-kartei.de,pyur.com,signal-iduna.de,spartanien.de,starcar.de,unumotors.com##.cookie -https://capcom-germany.de,dtstudyclub.de,insel-sylt.de,medela.de,reifenlehmann.de,selfhost.de,spie.de##.cookies +https://capcom-germany.de,dtstudyclub.de,insel-sylt.de,medela.de,parfumsclub.de,reifenlehmann.de,selfhost.de,spie.de##.cookies https://hilzingen.de,wurmberg.de##.datenschutz https://die-linke.de,dielinke.berlin,lexus.at,lexus.de##.disclaimer https://jobscout24.ch##.disclaimer-message https://efinancialcareers.de##.dismissable-notifications -https://rtl-living.de,rtl.de##.dnt__container +https://rtl-living.de,rtl.de,vox.de##.dnt__container https://i-dex.de,i-love-tec.de,moebel-und-garten.de##.dsgvo https://waff.at##.en-notification https://fgh-info.de##.fade.alert-warning.alert @@ -10535,7 +10887,7 @@ https://frankonia.de##.fr-c-message https://jesus.de##.gaoop https://tipp24.com##.gdpr https://galeria-kaufhof.de##.gk-stickymessage -https://motoscout24.ch##.global-banner +https://autoscout24.ch,motoscout24.ch##.global-banner https://brigitte.de,essen-und-trinken.de,geo.de##.guj-cb https://tork.de##.headerMessage https://postbank.de##.header__notification @@ -10577,6 +10929,7 @@ https://onb.ac.at##.notification-wrapper https://jaguar.at,jaguar.de,landrover.at##.notificationBars https://ziffit.de##.notificationholder https://horizon.tv##.notifications-manager +https://hannovermesse.de##.notifier https://orf.at##.oon-ds-banner https://thueringenforst.de##.opt-out https://zitatezumnachdenken.com##.overlay @@ -10591,11 +10944,14 @@ https://focus-arztsuche.de##.py-md.tracking-box https://deutscher-fenstershop.de##.rule_assept https://grazia-magazin.de,idee-fuer-mich.de##.safeSpaceForClose https://bw-online-shop.com##.show-modal +https://au-checkliste.de##.showAGP https://kleiderkreisel.de##.sticky-footer +https://miles-and-more-kreditkarte.com##.stoerer https://payback.de##.stripe--fixed-bottom https://bezirk-oberbayern.de,erkrath.de,haan.de##.tracking-box-wrap https://celle.de##.tracking-msg https://autohus.de##.u-fixed +https://hypovereinsbank.de##.uccb https://emma-matratze.at,emma-matratze.de##.ucn-block https://euromaxx.nu##.ui-widget-content https://anisearch.de##.urgent-msg @@ -10603,6 +10959,7 @@ https://cebit.de,domotex.de,hannovermesse.de,ligna.de,messe.de##.user-notes-noti https://oeaw.ac.at##.warning-popup https://regupedia.de##.wr_regupedia-header-cookie https://tfa-dostmann.de,visomat.de##.xcb +https://geo.de##div[class^="sp_message_container"] https://aboutyou.de##div[class^="styles__container-"] https://hessnatur.com##div[id^="actionbar_comp_"] https://unitymedia.de##div[style="background-color: rgb(0, 119, 208); color: rgb(255, 255, 255); padding: 20px; position: relative; z-index: 998;"] @@ -10624,10 +10981,12 @@ https://bergische-energie.de##div[style^="width: calc"] https://kalenderpedia.de##p https://fc-hansa.de##p[style="display: block; margin: 0px; padding: 10px 30px 10px 10px; color: rgb(255, 255, 255); font-size: 13px; line-height: 1.5;"] https://hl-live.de##table[width="1000"] -https://sfr.fr###CkC +https://red-by-sfr.fr,sfr.fr###CkC https://vrin.fr###Disclaimer https://grandeavenue.fr###FixedBannerClientDiv https://cdiscount.com###\5f evh-ric +https://madeindesign.ch###_EAPM +https://volvic.fr###_legal https://guideastuces.com###agreeMsg https://ecrypterlenergie.org###alert-mention https://zdnet.fr###catfish @@ -10636,11 +10995,13 @@ https://keskeces.com###cook https://paconsulting.com###cookPop https://romedic.ro###cookbox https://cartezero.fr,france.tv,grillofrance.fr,havas-voyages.fr,le1hebdo.fr,materiel.net,societe.com###cookie -https://4clik.com,arlestourisme.com,brain-magazine.fr,cer-eau.fr,colissimo.fr,edcom.fr,enmark2.com,gentside.com,gretel-box.com,jackpot-des-experts.fr,jules.com,laposte.fr,logistafrance.fr,lumiglobal.fr,maxisciences.com,mybiclighter.com,ohmymag.com,showroomprive.com,solutions-numeriques.com,tourtel-twist.fr,ville-ideale.com,ville-ideale.fr,viously.com###cookies +https://4clik.com,arlestourisme.com,brain-magazine.fr,cer-eau.fr,colissimo.fr,edcom.fr,enmark2.com,feuvert.fr,gentside.com,gretel-box.com,jackpot-des-experts.fr,jules.com,laposte.fr,logistafrance.fr,lumiglobal.fr,maxisciences.com,mybiclighter.com,ohmymag.com,secu-independants.fr,showroomprive.com,solutions-numeriques.com,tourtel-twist.fr,ville-ideale.com,ville-ideale.fr,viously.com###cookies https://mediametrie.fr###cooks +https://listesdemots.com###cp https://makita.fr###disclaimer https://docteurclic.com###disclamer https://unex.net###disclosure +https://atlasformen.fr###divBottomStickyLayer https://biomet.fr,closermag.fr,illicopharma.com###fancybox-overlay https://biomet.fr,closermag.fr,illicopharma.com###fancybox-wrap https://maidenfrance.fr###headband @@ -10648,6 +11009,7 @@ https://benbere.org,habarirdc.net,yaga-burundi.com###info-bottom https://ville-montrouge.fr###info_message https://autoreflex.com###legal https://lotus-planete.com###lotus-cookies-wrap +https://comptabilisation.fr###message_wrap https://maxifoot.fr###mfcok1 https://altaprofits.com,aujourdhui.com###notification https://infojobs.net###notification-type @@ -10663,20 +11025,22 @@ https://acall.fr,domaine-errekalde.fr,sophrologierelaxation.fr##._2fUqY https://camara.net##.activebar-container https://6tzen.fr,clinique-veterinaire.fr##.alert https://scooter-system.fr##.avertissement +https://potagercity.fr##.banner https://utopya.fr##.banner-header https://infiniti.be,infiniti.fr,infiniti.lu##.c_128 https://ddb.fr,pmu.fr##.cnil https://runinreims.com##.confidentialite https://planeteanimal.com,toutcomment.com##.consent https://lirelactu.fr##.container-0-5 -https://eco-systemes.fr,midilibre.fr,quelpneu.com,sudouest.fr,tv7.com##.cookie -https://118000.fr,adrea.fr,bpost.be,citus-kalix.fr,clique.tv,communauto.com,comparateur-energie.be,cuisineaz.com,degrouptest.com,epresse.fr,info-retraite.fr,intermarche.be,o2recrute.fr,ouestjob.com,previssima.fr,service-public.fr,stb.com.tn,wemystic.fr,xxe.fr##.cookies +https://eco-systemes.fr,ffr.fr,midilibre.fr,quelpneu.com,sudouest.fr,tv7.com##.cookie +https://118000.fr,adrea.fr,bpost.be,citus-kalix.fr,clique.tv,communauto.com,comparateur-energie.be,cuisineaz.com,degrouptest.com,epresse.fr,info-retraite.fr,intermarche.be,o2recrute.fr,ouestjob.com,parisjob.com,perfumesclub.fr,previssima.fr,service-public.fr,stb.com.tn,wemystic.fr,xxe.fr##.cookies https://creavea.com##.creavea-banner-cookie-consent https://lexus.fr##.disclaimer https://molotov.tv##.eRnhI https://weclap.fr##.front_web_app_main_menu_front-web-app-main-menu-component_front_show_cookie_container https://woodbrass.com##.hidden-sm.hidden-md.row https://ouedkniss.com##.informations_box +https://bricomarche.com##.js-GlobalPopin https://lebrassageestunerichesse.fr##.kB1yU4Aw https://latendresseencuisine.com##.mdc-snackbar https://apec.fr##.message-informatif-bottom @@ -10691,14 +11055,16 @@ https://symfrance.com##.policy-window https://nh-hotels.fr##.politicaRewards https://mesampoulesgratuites.fr##.popup https://huffingtonpost.fr##.popup-overlay -https://explicite.info##.privacy +https://directours.com,explicite.info##.privacy https://stihl.fr##.privacyTop https://burgerking.fr##.sc-hGoxap -https://magasinsdeco.fr##.spu-bg +https://magasinsdeco.fr,recreatisse.com##.spu-bg https://vinted.fr##.sticky-footer https://efax.fr##.stickyFooter https://tupperware.fr##.topRibbon https://le-dictionnaire.com##.topdisclaimer +https://ugc.fr##.ui-dialog[aria-describedby*="gdpr"] ~ .ui-widget-overlay +https://cafpi.fr##.warning https://businessinsider.fr,voici.fr##div[class^="sp_message_container"] https://sportetstyle.fr##div[id^="cookie"] https://tf1.fr##div[id^="msgctrw"] @@ -10719,6 +11085,7 @@ https://ghetaldus.hr,zkl.hr###cookies https://mojkvart.hr###dcw1 https://jax.hr###notice https://usporedi.hr###privacyPolicyModal +https://buro247.hr###subscriptionPopupBottom https://dalmatinskiportal.hr,hzpp.hr##.cookie https://zadovoljstvozaposlenika.hr##.cookies https://hapih.hr,podravski.hr##.dialog-widget @@ -10764,10 +11131,9 @@ https://clubcard.cz##.ucks https://transformacni-technologie.cz##.upozorneni https://odpovedi.cz##div[style*="position: fixed; display: block;"] https://ceske-sjezdovky.cz##form[style^="display:block;position: fixed;"] -https://movieview.dk###cookie +https://br.dk,djoef.dk,movieview.dk###cookie https://gricultureandfood.dk###cookies https://duf.dk###cw -https://pricerunner.dk###data-protection-notification https://zueblin.dk###dsgvo https://gartneriraadgivningen.dk###infobar https://udlodningsmidler.dk###lbmodal @@ -10776,7 +11142,7 @@ https://lsb.dk###notificationBar https://jobfinder.dk###sliding-popup https://tv2.dk##.CookieWarning_container__1Lmss https://santashop.dk##.center-notice -https://cembrit.dk,conferencemanager.dk,denstoredanske.dk,djurssommerland.dk,madsnorgaard.com,ruc.dk,sportmaster.dk##.cookie +https://cembrit.dk,conferencemanager.dk,denstoredanske.dk,djurssommerland.dk,kitchentime.dk,madsnorgaard.com,ruc.dk,sportmaster.dk##.cookie https://kalfor.dk##.cookies https://netdyredoktor.dk##.ct-inner https://ritzau.dk##.footer__notification @@ -10784,6 +11150,7 @@ https://trendsales.dk##.iyAkJq.sc-TFwJa https://globase.dk##.mtsnb https://proff.dk,zaplo.dk##.notification https://invita.dk,unoform.dk##.notificationbar +https://get-digital.dk##.privacy-wrapper https://saltogpeber.dk##.push-up https://e-conomic.dk##.region-page-bottom https://systemair.com##.reveal-modal-bg @@ -10799,7 +11166,7 @@ https://gocards.nl###cbar https://iens.nl###cboxOverlay https://forum.snsbank.nl###clcback https://forum.snsbank.nl###consentdiv -https://groningenwoontslim.nl###cookie +https://groningenwoontslim.nl,legebatterijen.nl###cookie https://freemeteo.nl,mariniersmuseum.nl,nmm.nl###cookies https://molecaten.nl###cookies_modal https://clubheldvanhetjaar.nl###did376362 @@ -10833,7 +11200,7 @@ https://vergelijk.nl##.cg-82 https://vergelijk.nl##.cg-97 https://wehkamp.nl##.color-invert.font-size-small https://avans.nl,dirk.nl,dutchcarparts.nl,greve.nl,schiphol.nl,t-mobile.nl,utilities.nl##.cookie -https://nederlandsebrouwers.nl,omaweetraad.nl,omdenken.nl,salusi.nl,universiteitleiden.nl##.cookies +https://nederlandsebrouwers.nl,omaweetraad.nl,omdenken.nl,perfumesclub.nl,salusi.nl,universiteitleiden.nl##.cookies https://opisopvoordeelshop.nl##.cv-notifier-container-item https://thermostaat.eu##.fancybox-overlay https://aalst.be##.footer-notification @@ -10861,27 +11228,31 @@ https://aboutyou.nl##div[class^="styles__container-"] https://waarmaarraar.nl##div[style="margin: 20px; padding-left:20px; padding-right:20px;border: 1px dotted #999999"] https://atea.fi###cookie https://dna.fi###dna-gdpr-info +https://kotimaa24.fi###kotimaa-cookie-notification https://telia.fi###lekaneBanner_privacyAnnouncement https://napsu.fi###napsu_cc https://sentraali.fi###popmake-4055 https://spot-a-shop.fi###popup-notifications https://pihlajalinna.fi###root > div[aria-live="polite"][role="alert"] +https://alppimatkat.fi###toast-container https://satakunnanautotalo.fi##.AVS-evasteseloste-container https://kulttuurivihkot.fi##.activebar-container https://americanairlines.fi##.alert -https://sonera.fi##.attention-notice https://vismasign.fi##.banner -https://sonera.fi##.bottom-notifications +https://happypancake.fi##.bar.jsx-341223085 https://hs.fi##.cb-container https://vertaa.fi##.cg-89.cg-97 https://jenkki.fi##.container-agree +https://kitchentime.fi##.cookie https://blogit.fi,ilmainensanakirja.fi,telsu.fi##.cookies https://ifolor.fi##.dialogBanner--align-bottom https://vr.fi##.headerContents > .infoMessages https://pelit.fi,telia.fi##.notification https://helmet.fi##.notifier_warning https://suomi24.fi##.s24_cc_banner-wrapper +https://vapaasana.swedishforum.net##div[class^="conteneur"][class$="IE"] ~ style ~ div[id]:not([class]) https://dplay.fi##div[class^="notification"] +https://linnunrata.org##div[style^="position:fixed;right:0;top:0;"] https://heal-link.gr###alert https://hmerologio.gr###sid-container https://news247.gr##.cookie @@ -10894,7 +11265,7 @@ https://aegon.hu###AEGONCookieLine https://alpinbike.hu,belteriajtok.hu,grandacs.hu,mester.hu###CLayer https://sokkaljobb.hu###SPS_noaccept https://csillagpor.hu###a -https://origo.hu###ac +https://origo.hu,travelo.hu###ac https://hbkik.hu,kemkik.hu,mkik.hu,pbkik.hu###alert-box https://pianho97.hu###alertify https://pianho97.hu###alertify-cover @@ -10904,8 +11275,8 @@ https://hosch-kleber.hu###cinfo https://topviccek.hu###ck https://lacsiboltja.hu###consent https://hoxa.hu###container > div[style^="text-align: left;"] -https://koloknet.hu,notebookspecialista.hu,videokedvenc.hu###cookie -https://freemeteo.hu,gov.hu,kaspersky.hu,lxo.hu###cookies +https://ingyennyelv.hu,koloknet.hu,notebookspecialista.hu,uni-miskolc.hu,videokedvenc.hu###cookie +https://freemeteo.hu,gov.hu,kaspersky.hu,lexika.hu,lxo.hu###cookies https://nol.hu###didyou https://e-food.hu###efood_cookie https://moly.hu###eu @@ -10915,12 +11286,13 @@ https://szegedvaros.hu###footer https://autogaleria.hu###info-suti https://webrazzi.com###kvkk_r https://hrportal.hu###lableca -https://boraszportal.hu,termalfurdo.hu###layout_advertising_bottom +https://ado1szazalek.com,boraszportal.hu,termalfurdo.hu###layout_advertising_bottom https://momsport.hu###slider https://ittrend.hu###suti https://e-cegjegyzek.hu###suti_csik https://leddiszkont.hu###sutidoboz https://polipc.hu###sutik_elf +https://randevau.hu##.activebar-container https://ezermester.hu##.alert https://almaimotthona.hu##.aszfLayerContent https://pcx.hu##.body > .cell @@ -10928,7 +11300,8 @@ https://infiniti.hu##.c_128 https://milanoajto.hu##.cdisclaimer https://daiwa-info.hu##.ciacho-wrap-container https://mall.hu##.consent-panel -https://1mobil.hu,akme.hu,bestmarkt.hu,bestsellers.hu,bevachip.hu,firstshop.hu,joautok.hu,karatekyokushin.hu,logmein.hu,onlineszerszam.hu,rbx.hu,royalora.hu,szerszamoutlet.hu,work-force.hu,workforce.hu##.cookie +https://1mobil.hu,akme.hu,bestmarkt.hu,bestsellers.hu,bevachip.hu,firstshop.hu,focuscamera.hu,gyorgyteabolt.hu,joautok.hu,karatekyokushin.hu,logmein.hu,onlineszerszam.hu,rbx.hu,royalora.hu,szerszamoutlet.hu,work-force.hu,workforce.hu##.cookie +https://novashop.hu##.cookies https://aig.hu##.copyright-text-header https://lexus.hu##.disclaimer https://weber-terranova.hu##.flash-info @@ -10950,6 +11323,7 @@ https://rendi.hu##div[style="width:100%; background-color:black; padding: 8px; c https://laptopsystem.hu##div[style^="position:fixed; bottom:0;"] https://filmkatalogus.hu##table[width="870"][cellspacing="3"] https://dinamalar.com##.quickslide +https://jiosaavn.com##.site-message-container https://volaparkingorio.it###AeroparkVerona_cookie_advice https://controcampus.it###Controcampus_cookie_advice https://vistaprint.it###MarketingText @@ -10972,7 +11346,7 @@ https://centrometeolombardo.com###cc_div https://ecodallecitta.it###contenuto_consenso https://spesasicura.com###cook https://aeo.it,bookingaltoadige.com,chiesi.com,citroen-club.it,confidisystema.com,esselunga.it,esselungajob.it,exprivia.it,famila.it,giornaledicalabria.it,ildolomiti.it,kolping.it,messinaline.it,miamerano.it,mymercato.it,primocanale.it,sace.it,tecnocasa.it,wd40.it###cookie -https://angolotesti.it,armietiro.it,automobilismo.it,automobilismodepoca.it,chateau-dax.it,ciclismo.it,cyclistmagazine.it,evomagazine.it,menshealth.it,motociclismo.it,ordineavvocati.bari.it,pardini.it,runnersworld.it,supermercato24.it,tennisitaliano.it,testimania.com,unipv.it,velaemotore.it,wind.it###cookies +https://angolotesti.it,armietiro.it,automobilismo.it,automobilismodepoca.it,chateau-dax.it,ciclismo.it,cyclistmagazine.it,evomagazine.it,menshealth.it,motociclismo.it,ordineavvocati.bari.it,pardini.it,runnersworld.it,supermercato24.it,tennisitaliano.it,testimania.com,thefilmclub.it,unipv.it,velaemotore.it,wind.it###cookies https://majani.it###cs-banner https://netflixlovers.it###cs_container https://staffettaonline.com###ctl00_CtrlLogAbbonato1_cookiealert @@ -11025,7 +11399,7 @@ https://intrage.it##.BoxPrivacy https://rivistastudio.com##.SCK_Banner https://fosse-biologiche.it##._CL_main https://agenziagiovani.it,assocarta.it,cassoni-usati.it,farmenspa.it,salvaunbambino.it##.activebar-container -https://cafassoefigli.it,essofuelfinder.it,faperme.it,playinfinity.it,saperesalute.it,siemens.it,trivago.it,uabstyle.it,voglioviverecosi.com##.alert +https://cafassoefigli.it,essofuelfinder.it,faperme.it,pagellapolitica.it,playinfinity.it,saperesalute.it,siemens.it,trivago.it,uabstyle.it,voglioviverecosi.com##.alert https://lainox.it##.background_overlay https://elettrocasa.it##.banner https://bisceglielive.it##.biscotto @@ -11034,17 +11408,17 @@ https://bose.it##.bose-infoBar2016--fixedBottom https://elettrocasa.it,ntp-shop.it##.bottomBarMessage https://raikaritten.it##.bottom_note https://bolognafiere.com,bolognafiere.it##.box-alert -https://sapo.ao##.bsu-v2-ntfs https://infiniti.it##.c_128 https://hyle.appspot.com##.cc https://mivoq.it##.check-policy https://frateindovino.eu##.cn-wrapper https://leroymerlin.it##.consent-section https://aeroporto.catania.it,aeroportoditorino.it,botfactory.info,credem.it,dynamicasrl.com,emi.it,giunti.it,inpgi.it,mauroblasi.it,missingvideo.com,pampers.it,peugeot.it,telepace.it##.cookie -https://bottegaverde.it,cerutti.it,dehoniane.it,e-glossa.it,ebayextra.it,esso.it,fluorsidgroup.com,fondazionehenraux.it,gatorade.it,gogedizioni.it,ilbestiariorivista.it,italotreno.it,lintellettualedissidente.it,radioitalia.it,rivistacontrasti.it,saint-gobain.it,tirrenia.it,tivu.tv,tivusat.tv,walliance.eu##.cookies +https://bottegaverde.it,cerutti.it,dehoniane.it,e-glossa.it,ebayextra.it,esso.it,fluorsidgroup.com,fondazionehenraux.it,gatorade.it,gogedizioni.it,ilbestiariorivista.it,italotreno.it,lintellettualedissidente.it,perfumesclub.it,radioitalia.it,rivistacontrasti.it,saint-gobain.it,tirrenia.it,tivu.tv,tivusat.tv,walliance.eu##.cookies https://e-coop.it##.coop-privacy https://liujo.com##.cp-banner https://dentisti-italia.it##.di-banner +https://migliori-siti-di-incontri.it##.disclaimer https://spindox.it##.disclaimer-box https://jpmorganassetmanagement.it##.disclaimerPopupContainer https://primigi.it##.fancybox-overlay @@ -11088,6 +11462,8 @@ https://forbit.it##div[id^="ni_cookie_"] https://clouditalia.com##div[style="background-color: #f0f0f0; font-family: Open Sans; font-size: 12px; line-height: 18px; text-shadow: none; text-align: justify; padding: 25px; border-radius: 4px"] https://mimprendo.it##div[style="background-color:#E2E2E2;float:left;position:fixed;top:50px;left:0; height:60px;width:100%;"] https://privatesportshop.it##div[style="background: #FFFFE1; border-bottom: 1px solid #A0A0A0; padding: 10px;line-height: 1.4em; text-align: justify; font-family: sans-serif; font-size: 12px;"] +https://programmitv.it##div[style="border:2px dotted #00ff00;padding:5px 20px 10px;text-align:center;background-color:#202020;"] +https://leone1947.com##div[style="box-sizing: border-box; bottom: 0px; position: fixed; width: 100%; overflow: hidden; padding: 10px; z-index: 9; background-color: rgb(238, 238, 238); border-top: 1px solid #000;"] https://tuttosexyshop.it##div[style="font-size: 12px;float:left; width: 100%; text-align:center;"] https://enerpoint.it##div[style="padding:10px;background:#f77900;text-align:center;font-size:12px;margin-bottom:15px;"] https://gomme-auto.it##div[style="position: fixed; z-index: 999; bottom: 0px; left: 0px; right: 0px; margin: 0px auto; max-width: 960px; min-width: 360px; overflow: hidden;"] @@ -11097,7 +11473,9 @@ https://atrio.it##div[style^="position: absolute; top:"] https://email.it##script + div[style^="background: #000000;"] https://drweb.co.jp##.SHOWIT-msg_showed https://ads.nipr.ac.jp##.backdrop +https://jsps.go.jp##.notepanelWrap https://jaguar.co.jp##.notificationBars +https://techbang.com##.notify_stickie https://sponichi.co.jp##.toast-info https://infiniti.co.kr##.c_128 https://salidzini.lv###consent-box @@ -11110,11 +11488,13 @@ https://kube.no###cookie https://homenet.no###toast-container https://netonnet.no##.alert https://nextgentel.no##.blocker +https://kitchentime.no,parat.com##.cookie https://lexus.no##.disclaimer https://ruter.no##.fixed-messages https://sveip.no##.kake_wrap https://forsvaret.no##.message-bar https://dekk1.no##.name_infobar.ModuleGroup +https://dagbladet.no##.show.css-pp-box https://dplay.no##div[class^="notification"] https://panasonic.pl###CP_Layer https://expozdrowie.pl###alert_popup @@ -11140,8 +11520,8 @@ https://generatorkodowkreskowych.pl###cn https://bywajtu.pl###co15ie87a https://bstorun.pl###comm_info https://przyspiesz.pl###container_vsm -https://domwroc24.pl,emiter.net.pl,gov.pl,hemp.pl,kalinowo.pl,naszezoo.pl,osnews.pl,pracuj.pl,sklep-wadima.pl,swiat-sypialni.pl,weller.com.pl,xfutbol.pl###cookie -https://adequate.pl,alltube.tv,aquila.pl,auchan.pl,bankmillennium.pl,bioliq.pl,conan-kolekcja.pl,czytio.pl,delkom.pl,dobreprogramy.pl,ekino-tv.pl,eska.tv,filmboxextra.pl,fokus.tv,generali.pl,gov.pl,hi-tec.com.pl,intercon.systems,kasystefczyka.pl,kosmiczni.pl,muzo.fm,nasze-kino.tv,newsweek.pl,nowa.tv,paczkawruchu.pl,pb.edu.pl,piaseczno.eu,pilkanozna.pl,pkpsa.pl,play.pl,polotv.pl,polsat.pl,priv.pl,profmetkol.pl,realdevelopment.pl,realmadryt.pl,tripolo.pl,tv4.pl,tv6.com.pl,voxmusic.tv,wroc.pl,wszczecinie.pl###cookies +https://atramentowka.com,bokono.pl,domwroc24.pl,e-doggy.pl,emiter.net.pl,gov.pl,hemp.pl,kalinowo.pl,naszezoo.pl,oil-land.pl,osnews.pl,pcforce.pl,pracuj.pl,sklep-art-meb.pl,sklep-wadima.pl,swiat-sypialni.pl,virtualeye.pl,weller.com.pl,xfutbol.pl###cookie +https://adequate.pl,alltube.tv,aquila.pl,auchan.pl,bankmillennium.pl,bioliq.pl,conan-kolekcja.pl,czytio.pl,delkom.pl,dobreprogramy.pl,ekino-tv.pl,eska.tv,filmboxextra.pl,fokus.tv,generali.pl,gov.pl,hi-tec.com.pl,intercon.systems,kasystefczyka.pl,kosmiczni.pl,muzo.fm,nasze-kino.tv,newsweek.pl,nowa.tv,paczkawruchu.pl,pb.edu.pl,piaseczno.eu,pilkanozna.pl,pkpsa.pl,play.pl,polotv.pl,polsat.pl,priv.pl,profmetkol.pl,realdevelopment.pl,realmadryt.pl,tripolo.pl,tugramy.pl,tv4.pl,tv6.com.pl,voxmusic.tv,wroc.pl,wszczecinie.pl###cookies https://drony.net,gadzetomania.pl,komorkomania.pl,otabletach.pl###cop https://polskatimes.pl,strefabiznesu.pl###cross-dialog https://federacja-konsumentow.org.pl###cu_bar @@ -11151,7 +11531,6 @@ https://reactor.pl###einfo https://rozwojowiec.pl###fixedBar https://instytutlogopedyczny.pl###flash-msg https://tysol.pl###floatReklama -https://atman.pl###gbpl_oba https://eksiegarnia.pl###gora0 https://prosto.pl###id-rules https://sosulski.pl###inf @@ -11183,6 +11562,7 @@ https://yoy.tv###notice https://befsztyk.pl,cefarm24.pl,dobrarada.com.pl,e-zikoapteka.pl,gwp.pl,paramedyk24.pl,tanie-leczenie.pl###notice_bar https://forumplay.pl###notices https://zosiaikevin.pl###novem-slot +https://patronite.pl###overlay https://mkidn.gov.pl###pa https://zysk.com.pl###pageUpperInfo https://krosnocity.pl###polcia @@ -11202,6 +11582,7 @@ https://blog4u.pl###rodo_all https://memorialhenrykapuzonia.pl###sc-container https://fhpelikan.com.pl,midparts.com.pl,naturo.pl,sklep.motohid.pl,vertus.com.pl###simple-modal https://fhpelikan.com.pl,motohid.pl,naturo.pl,vertus.com.pl###simple-modal-overlay +https://pepper.pl###softMessages-list https://epuap.gov.pl###specialbox-info https://alkam-security.pl###spop https://uzdrowisko-wieniec.pl###statement @@ -11210,7 +11591,7 @@ https://gazetapolska.pl,gpcodziennie.pl###swsmodal https://gazetapolska.pl,gpcodziennie.pl###swsoverlay https://gerlach.org.pl###top0info https://agrolan.pl,e-rutek.pl,filtrosfera.pl,greenmate.pl,mikos.com.pl,negrasport.pl,pcoutlet.pl,perios.pl,silesiasports.eu,sporto.com.pl,srebrnystyl.pl,tashenti.pl,termokubki.com.pl###topInfoContainer0 -https://abc-rc.pl,acom.pl,aleokulary.com,epapierosylodz.pl,herba-farm.pl,ipartworld.pl,lunamarket.pl,megadyskont.pl,miadora.pl,negrasport.pl,ostry-sklep.pl,powerflex.pl,scyzoryki.net,sklep-muzyczny.com.pl,sklep.wodna-kraina.pl###topInfoContainer1 +https://abc-rc.pl,acom.pl,aleokulary.com,epapierosylodz.pl,herba-farm.pl,ipartworld.pl,jupi24.pl,lunamarket.pl,megadyskont.pl,miadora.pl,negrasport.pl,ostry-sklep.pl,powerflex.pl,scyzoryki.net,sklep-muzyczny.com.pl,sklep.wodna-kraina.pl###topInfoContainer1 https://areatour.pl,dacter.pl,dlapacjenta.pl,uni-tech.pl###topbar https://skapiec.pl###uclaInfo https://libra.com.pl###under_footer @@ -11233,10 +11614,11 @@ https://domwroc24.pl##.ciacho-wrap-container https://forumrowerowe.org##.ckg https://scentre.pl##.consent https://poznan.pl##.content-head-information -https://fum.info.pl,leroymerlin.pl,mazowieckie.com.pl,mmgastro.pl,otouczelnie.pl,technetium.pl,virtualtrucker.pl,wykop.pl##.cookie -https://alergia-allegra.pl,aliorbank.pl,angora.com.pl,bezux.pl,bigstar.pl,bitbay.pl,dhosting.pl,easycomp.pl,fitpatrol.pl,fly4free.pl,meczyki.pl,naszefutrzaki.eu,niedziela.pl,pkpcargo.com,polsatsport.pl,rozklad-pkp.pl,telepolis.pl,teletorium.pl,vistula.pl##.cookies +https://fum.info.pl,leroymerlin.pl,mazowieckie.com.pl,mmgastro.pl,otouczelnie.pl,technetium.pl,virtualtrucker.pl,wykop.pl,zdrofit.pl##.cookie +https://alergia-allegra.pl,aliorbank.pl,angora.com.pl,bezux.pl,bigstar.pl,bitbay.pl,dhosting.pl,easycomp.pl,fitpatrol.pl,fly4free.pl,meczyki.pl,naszefutrzaki.eu,niedziela.pl,pkpcargo.com,polsatsport.pl,rozklad-pkp.pl,sprawdzonyfizjoterapeuta.pl,telepolis.pl,teletorium.pl,vistula.pl##.cookies https://chceauto.pl##.cookue https://genetico.pl##.coologo7 +https://otodom.pl##.css-h7c6x6 https://lexus-polska.pl##.disclaimer https://komornik.pl##.divModalDialog https://czarymary.pl,drukowalnia.pl##.ek-bar @@ -11256,7 +11638,7 @@ https://merixstudio.pl##.message https://mojehobby.pl##.message-footer-panel https://pepper.pl##.messages https://cartests.net##.messi -https://4fun.tv,goldenline.pl##.modal-backdrop +https://4fun.tv,goldenline.pl,janssenmed.pl,musicexpress.pl##.modal-backdrop https://mojbrzuch.pl##.monit https://advatus.com,advatus.pl,ip-sa.pl##.myModal-box https://polimarky.pl##.navbar-fixed-bottom @@ -11268,10 +11650,11 @@ https://twojesoczewki.com##.popup_bg https://durszlak.pl##.privacy-layer https://rankomat.pl##.rank-cookie-bar https://abt-s.pl##.reveal-modal-bg +https://patronite.pl##.rodo-height https://bierhalle.pl,pbsbank.pl,scanner.com.pl##.rstboxes https://yogenfruz.pl##.shotimoo https://megawrzuta.pl##.slickModal -https://80dni.pl,ap-goal.pl,badaniaprenatalne.pl,bellpolska.com.pl,bezprawaanirusz.pl,businesstraveller.pl,careego.pl,centrum-terapii.pl,clubdelux.pt,codzienniefit.pl,ecochemia.pl,erif.pl,esportnow.pl,faktykonopne.pl,haft.com.pl,infokonsument.pl,instalnet.pl,intercyza-blog.pl,investjourney.pl,ironsky.pl,jasnastronamocy.info,jmdi.pl,kamienieogrodowe.com,karmopedia.pl,kartanauczycielablog.pl,konsalnet.pl,leszekbloch.pl,madameedith.com,mamysprawy.pl,maxbus.com.pl,mhtm.pl,naszwybir.pl,nowasprzedaz.pl,osiedlenatura.com.pl,pandrwal.pl,piekarniabialogon.pl,pierwsze-kroki.com,poloniawroclaw.pl,predathor.pl,programistanaswoim.pl,przedawnione.pl,przedsiebiorcza.com,przedszkolankowo.pl,przesył-energii.pl,radiowarszawa.com.pl,rauhanpuolustajat.org,sds-automatyka.pl,spkomandytowa.pl,stanprawnynieruchomosci.pl,studiosante.pl,szkoleniamaciolek.com,teatr-capitol.pl,towsrodku.pl,wars.pl,warunki-zabudowy.com.pl,wspolnotakrzyzasmolec.pl,yasumi.pl,zabieganamama.com,zatorland.pl,zsm.edu.pl,zuch.media##.spu-bg +https://80dni.pl,ap-goal.pl,badaniaprenatalne.pl,bellpolska.com.pl,bezprawaanirusz.pl,businesstraveller.pl,careego.pl,centrum-terapii.pl,clubdelux.pt,codzienniefit.pl,ecochemia.pl,erif.pl,esportnow.pl,faktykonopne.pl,haft.com.pl,infokonsument.pl,instalnet.pl,intercyza-blog.pl,investjourney.pl,ironsky.pl,jasnastronamocy.info,jmdi.pl,kamienieogrodowe.com,karmopedia.pl,kartanauczycielablog.pl,konsalnet.pl,leszekbloch.pl,madameedith.com,mamysprawy.pl,maxbus.com.pl,mhtm.pl,naszesprawy.eu,naszwybir.pl,nowasprzedaz.pl,osiedlenatura.com.pl,pandrwal.pl,piekarniabialogon.pl,pierwsze-kroki.com,poloniawroclaw.pl,predathor.pl,programistanaswoim.pl,przedawnione.pl,przedsiebiorcza.com,przedszkolankowo.pl,przesył-energii.pl,radiowarszawa.com.pl,rauhanpuolustajat.org,sds-automatyka.pl,spkomandytowa.pl,stanprawnynieruchomosci.pl,studiosante.pl,szkoleniamaciolek.com,teatr-capitol.pl,towsrodku.pl,wars.pl,warunki-zabudowy.com.pl,wspolnotakrzyzasmolec.pl,yasumi.pl,zabieganamama.com,zatorland.pl,zsm.edu.pl,zuch.media##.spu-bg https://spotlight.pl##.statement-container https://konsbud-hifi.com.pl##.sticky-footer https://szybkopraca.pl##.toast @@ -11323,14 +11706,19 @@ https://gentside.com.br###cookie https://fidelidade.pt,ren.pt###cookies https://rtp.pt###rtpgeralcookiecontent https://cmjornal.pt,jornaldenegocios.pt###termos +https://sapo.ao##.bsu-v2-ntfs https://vodafone.pt##.ck-nudge-slim https://sinonimos.com.br##.clm https://macorlux.pt##.cookie -https://abola.pt,assismatica.pt,conforama.pt,metalomarao.pt##.cookies +https://abola.pt,assismatica.pt,conforama.pt,metalomarao.pt,perfumesclub.pt##.cookies +https://tudogostoso.com.br##.disclaimer +https://ericeirasurfskate.pt##.footer-fixed-bar https://lidl.pt##.notification https://jaguarportugal.pt,landrover.pt##.notificationBars https://timing.pt##.policy +https://suzukimoto.pt##.policy-window https://nh-hoteles.pt##.politicaRewards +https://viatransilvanica.com###accept-popup https://hotnews.ro###avert https://cursbnr.ro###avert_all_page https://revistablogurilor.ro###cookie @@ -11345,14 +11733,18 @@ https://epantofi.ro##.popup https://bancaintesa.ru###agreement https://rosbank.ru###gray_overlay https://sakharov-center.ru###kuk +https://aquaphor.ru###modal-kuki https://forum-windows.net###ntf https://linux-info.ru###trumpet_message https://drweb.ru##.SHOWIT-msg_showed https://ngnovoros.ru##._1TNYbgH https://bancaintesa.ru##.agreement-substrate https://tvguru.ru##.c-modal +https://hashrating.com##.cookie https://glavred.info,unian.net##.cookies https://lisa.ru##.disclamer +https://ozon.ru##.i4 +https://friday.ru##.information https://patee.ru##.informer2 https://shophair.ru##.modal_popup_sessid_box https://landrover.ru##.notificationBars @@ -11375,11 +11767,10 @@ https://lexus.si##.disclaimer https://delo.si,deloindom.si,pogledi.si,polet.si,slovenskenovice.si##.notice https://pacma.es###aceptacion_politicas https://aristeguinoticias.com###comparte -https://cifempleo.com,ferrovial.com,gaes.es,infodefensa.com,moviles.com,pcbox.com,santalucia.es,tecnicasreunidas.es###cookies +https://cifempleo.com,ferrovial.com,gaes.es,infodefensa.com,moviles.com,movistarriders.gg,pcbox.com,santalucia.es,tecnicasreunidas.es,vodafone.es###cookies https://ssangyong.es###eltexto https://salonocasion.com###fb-cd https://shotsdeciencia.com###guacBg8 -https://ing.es,ingdirect.es###ico_banner https://hora.com.es###ley https://masvision.es###lycok https://paginasamarillas.es###m-notification--bottom @@ -11405,13 +11796,14 @@ https://bwin.es##.info-message https://ulabox.com##.js-alert https://plataformaarquitectura.cl##.kth-toast https://enaire.es,fiveguys.es##.modal-backdrop +https://hofmann.es##.muuSm https://nomada.gt##.noma-privacy https://jaguar.es,landrover.es##.notificationBars https://arsys.es##.notifications https://contarcaracteres.com##.top-header https://in4.es##.uk-position-fixed https://recepedia.com##div[style^="position: fixed; top:"] -https://skanetrafiken.se###cookie +https://kb.se,skanetrafiken.se###cookie https://hkr.se,inscale.se###cookies https://v6.se###layer https://strandhotel.se###mb_modules_popups_Container @@ -11427,10 +11819,12 @@ https://elkedjan.se##.avalanche-message https://inexchange.se##.bannerContainer https://fz.se##.blck-info https://nacka.se##.c-message -https://olisen.se##.cookie +https://kitchentime.se,olisen.se##.cookie https://havkom.se,lfv.se,oru.se##.cookies +https://xlbygg.se##.cookievarning-wrap:not(body):not(html) https://icebug.se##.css-4uxznl https://lexus.se##.disclaimer +https://eniro.se##.e-banner https://sydsvenskan.se##.gdpr https://telia.se##.global-level-alert https://radioplay.se##.gpsZPr @@ -11453,7 +11847,9 @@ https://repertuarim.com##.cookie https://sacsirlari.com##.cookies https://fanatik.com.tr,posta.com.tr##.data-policy https://arabam.com##.db.dn +https://dizioneri.com##.modal-backdrop https://landrover.com.tr##.notificationBars +https://tarifikolay.com##.personal-data-usage https://yenisafak.com##.policy https://turuncukasa.com##.popin https://etstur.com##.protectionOfData @@ -11471,32 +11867,34 @@ https://autotrader.com,brydge.com#@##back-to-top https://engie.fr,nasa.gov#@##backToTop https://rmf24.pl#@##backTop https://nasa.gov#@##backtoTop -https://stp-shop.ru#@##backtop +https://megalight18.net,stp-shop.ru#@##backtop https://gcnlive.com,nasa.gov#@##backtotop -https://sandisk.com#@##consent_blackbar +https://patch.com#@##email-modal-wrapper https://hearthis.at#@##email-overlay https://arma3.com,dayz.com#@##go-top https://mercopress.com#@##goToTop https://encompass.tv#@##goTop https://nannicskin.ru,redlink.com.ar#@##gotop https://libcom.org#@##main-share +https://upim.com#@##newsletter-modal https://exposurelights.com,tactxflashlights.com,thefirefly.com#@##newsletter-popup https://dnevnik.bg#@##newsletterBar https://cnn.com#@##outbrain_widget_0 https://mozilla.org,thunderbird.net,usps.com#@##privacy-policy -https://audionetwork.com,carlsenfritzoe.no#@##push-container https://onecallinsurance.co.uk#@##scroll-to-top https://aval.ua,finanzen100.de#@##scroll-top +https://catchconnect.com.au#@##scrollTop https://thehunt.com#@##signup-popup +https://wecollect.ch#@##subscribe_email https://vivoplay.net#@##subscriptionModal https://blaklader.se,blaklader.uk,chansluts.com#@##to-the-top https://57reshotel.it,radiogra.pl#@##to-top -https://bezahlen.de#@##toTop +https://bezahlen.de,stern.de#@##toTop https://uservoice.com#@##uservoice-feedback https://uservoice.com#@##uservoice-feedback-tab https://cnn.com#@#.OUTBRAIN -https://japantimes.co.jp#@#.back-to-top -https://forum.qscservice.com,forums.mozillazine.org,kvraudio.com,minetest.net#@#.back2top +https://hackmd.io,japantimes.co.jp#@#.back-to-top +https://cyber-tank.org,cyber-tank.ru,forum.qscservice.com,forums.mozillazine.org,kvraudio.com,minetest.net#@#.back2top https://thefirefly.com#@#.block-subscribe https://novojornal.co.ao#@#.box-newsletter https://azcentral.com#@#.close-wrap > .close-overlay @@ -11505,47 +11903,54 @@ https://electnext.com,youtube.com#@#.feed-icon https://battle.net,squareup.com,yandex.by,yandex.com,yandex.com.tr,yandex.kz,yandex.ru,yandex.ua#@#.feedback-button https://toutelanutrition.com#@#.footer-newsletter https://designdevostransports.fr#@#.gform_widget -https://novojornal.co.ao#@#.newsletter-modal +https://ixbt.com#@#.glyphicon-arrow-up +https://novojornal.co.ao,upim.com#@#.newsletter-modal https://billabong.com,strikerconcepts.com,tactxflashlights.com,urbanedcsupply.com#@#.newsletter-popup https://bidorbuy.co.za#@#.newsletterContainer https://thefork.it#@#.newsletterSignup https://outbrain.com#@#.outbrain https://pch24.pl,retro-bit.com#@#.popup-newsletter https://inverse.com#@#.promos-newsletter -https://carlsenfritzoe.no,push.abs-cbn.com,schufa.de#@#.push-container -https://underconsideration.com#@#.push-wrap -https://operon.pl#@#.push-wrapper https://seznam.cz#@#.rss-feed https://wired.com#@#.rss-widget https://mozillamessaging.com#@#.rss.icon https://newinhomes.com#@#.rssFeed https://google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,youtube.com#@#.rss_icon https://scribol.com#@#.scribol -https://advids.co,cbdoilreview.org,mortgageguy.com.au,paperless-insurance.com#@#.scroll-to-top -https://channelnewsasia.com,kitacon.org,polskikoszyk.pl,redislabs.com#@#.scroll-top -https://channelnewsasia.com,ew.com,indiatimes.com,letyshops.com,msn.com,people.com,southernliving.com,tele2.ru,wiemy.to#@#.scroll-up +https://advids.co,cbdoilreview.org,fashiola.fr,galerieslafayette.com,mortgageguy.com.au,paperless-insurance.com,thepage.com.ua#@#.scroll-to-top +https://channelnewsasia.com,dreamhost.com,kitacon.org,polskikoszyk.pl,redislabs.com#@#.scroll-top +https://aklinizikesfedin.com,channelnewsasia.com,ew.com,indiatimes.com,letyshops.com,msn.com,people.com,southernliving.com,steptohealth.com,tele2.ru,wiemy.to#@#.scroll-up +https://krasnodar.ru#@#.scrollTop https://hyperoptic.com,playtech.co.nz,porozmawiajmyoit.pl,scan.co.uk#@#.scroll_top -https://theuptake.org#@#.scrolltop +https://ltn.com.tw,theuptake.org#@#.scrolltop https://ap.www.namecheap.com#@#.scrolltotop +https://chorus.co.nz,jdpower.com#@#.scrollup https://dualshockers.com#@#.socialfooter https://blackboat.com#@#.sqs-announcement-bar https://xhamster.com#@#.subscribe-block https://humblebundle.com#@#.subscribe-box -https://stackexchange.com#@#.subscribe-container +https://oneplus.com,stackexchange.com#@#.subscribe-container https://twit.tv#@#.subscribe-panel https://wtfast.com#@#.subscribe_box +https://mos.ru#@#.subscription-block https://reddit.com,yesplz.coffee#@#.subscription-box +https://odoo.com#@#.subscription-widget https://ctpost.com#@#.taboola-frame https://theonion.com#@#.taboola-inbetweener https://ctpost.com#@#.taboolaloader https://hoff.ru#@#.to-top https://dj-extensions.com,thadenschool.org#@#.top-of-page -https://99bitcoins.com#@#.tve-leads-lightbox +https://99bitcoins.com,healthyhandyman.com#@#.tve-leads-lightbox https://getuikit.com#@#.uk-alert https://tactxflashlights.com#@#.widget_subscribe +https://upim.com#@#[data-target="#newsletter-modal"] https://twellow.com#@#a[href="http://www.twellow.com/"] https://nasa.gov#@#backtotop https://reddit.com#@#img[alt="submit to reddit"] +https://audionetwork.com,carlsenfritzoe.no#@##push-container +https://carlsenfritzoe.no,meineschufa.de,push.abs-cbn.com,schufa.de#@#.push-container +https://asbclassic.co.nz,underconsideration.com#@#.push-wrap +https://arabbank.com.au,operon.pl#@#.push-wrapper https://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@##\5f __plus_0 https://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@##\5f __plusone_0 https://beautifulplanet4u.com#@##advancedsocialwidget @@ -11560,6 +11965,7 @@ https://asian-u.com#@##facebook_button https://match.com,match.com.au#@##fb-connect https://163.com#@##layout-social https://recite.com#@##main-share +https://mmo13.ru#@##menu-share https://iab.org.pl#@##menu-social https://satkurier.pl#@##menu_social https://digg.com#@##module_digg @@ -11568,6 +11974,7 @@ https://linkedin.com#@##share-box https://code2flow.com#@##share-button https://competitor.com#@##share-links https://voicethread.com#@##share-menu +https://app.sococo.com#@##share-more https://reddit.com#@##share-reddit https://lastampa.it,tomshardware.com#@##shareBar https://getpocket.com#@##shareMenu @@ -11614,11 +12021,13 @@ https://vk.com,vkontakte.ru#@##vk_right https://xing.com#@##xing-share https://disqus.com#@#.-facebook https://disqus.com#@#.-twitter -https://tomshardware.com#@#.SocialButton +https://epicgames.com#@#.SocialBar +https://adobe.com,epicgames.com,tomshardware.com#@#.SocialButton +https://ctvnews.ca#@#.StoryShareBottom https://yachtingjournal.com#@#.addthis:not(body) https://onbeing.org#@#.addthis_32x32_style https://free18.net,onbeing.org#@#.addthis_default_style -https://gadgetlove.com,nrc.gov,onbeing.org,ontharen.org,rapgenius.com,tmz.com#@#.addthis_toolbox +https://gadgetlove.com,nrc.gov,onbeing.org,ontharen.org,rapgenius.com,schonmagazine.com,tmz.com#@#.addthis_toolbox https://onbeing.org#@#.addthisbuttons https://beautifulplanet4u.com#@#.advanced-social-widget https://kino-vorschau.com#@#.arqam-widget-counter @@ -11638,7 +12047,7 @@ https://engage.it#@#.block-social https://opposingviews.com#@#.block-socialmedia https://kcrw.com#@#.bottom-social https://login.gog.com#@#.btn--facebook -https://accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,dailymotion.com,deezer.com,eleconomista.es,epaka.pl,eventim.de,foodit.com,help.getadblock.com,hotline.ua,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook +https://accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,curiouscat.me,dailymotion.com,deezer.com,eleconomista.es,epaka.pl,eventim.de,foodit.com,help.getadblock.com,hotline.ua,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook https://allegro.pl,eskimi.com,narew.info,nexoneu.com,secure.allocine.fr,techinasia.com#@#.btn-fb https://foodit.com,thegamebusters.it,theoldreader.com#@#.btn-google-plus https://accounts.pixiv.net,apertura.com,narew.info,secure.allocine.fr#@#.btn-gplus @@ -11646,9 +12055,9 @@ https://appspot.com,younow.com#@#.btn-instagram https://appspot.com,foodit.com#@#.btn-linkedin https://appspot.com#@#.btn-reddit https://azlyrics.com,theoldreader.com,userzoom.com#@#.btn-share -https://bacardi.com,bellazon.com,bintray.com,epaka.pl,filterlists.com,freecodecamp.org,swappa.com,thegamebusters.it,webgate.ec.europa.eu#@#.btn-social +https://bacardi.com,bellazon.com,bintray.com,epaka.pl,filterlists.com,freecodecamp.org,player.fm,stimulusjs.org,swappa.com,thegamebusters.it,webgate.ec.europa.eu#@#.btn-social https://appspot.com#@#.btn-social-icon -https://accounts.pixiv.net,appspot.com,crowdin.net,help.getadblock.com,magine.com,qz.com,setlist.fm,thegamebusters.it,webgate.ec.europa.eu,younow.com#@#.btn-twitter +https://accounts.pixiv.net,appspot.com,crowdin.net,curiouscat.me,help.getadblock.com,magine.com,qz.com,setlist.fm,thegamebusters.it,webgate.ec.europa.eu,younow.com#@#.btn-twitter https://rockstargames.com#@#.btnFacebook https://rockstargames.com#@#.btnTwitter https://passeidireto.com#@#.btn_facebook @@ -11677,9 +12086,9 @@ https://science-et-vie.com#@#.entry-share https://epaka.pl#@#.fa-facebook https://teslarati.com#@#.fa-facebook-square https://insomnia.gr#@#.fa-share -https://qrdesign.net#@#.fa-share-alt -https://azurewebsites.net,martini.com,oneplus.net#@#.facebook-btn -https://bitbucket.org,ebuddy.com,foodora.at,foodora.ca,foodora.com.au,foodora.de,foodora.fi,foodora.fr,foodora.it,foodora.nl,foodora.no,foodora.se,geekli.st,getyounity.com,globalcitizen.org,musixmatch.com,plug.dj,swiatebookow.pl#@#.facebook-button +https://hackmd.io,qrdesign.net#@#.fa-share-alt +https://azurewebsites.net,epicgames.com,martini.com,oneplus.net#@#.facebook-btn +https://bitbucket.org,ebuddy.com,foodora.at,foodora.ca,foodora.com.au,foodora.de,foodora.fi,foodora.fr,foodora.nl,foodora.no,foodora.se,geekli.st,getyounity.com,globalcitizen.org,musixmatch.com,plug.dj,swiatebookow.pl#@#.facebook-button https://getyounity.com,login.aliexpress.com,vimeo.com#@#.facebook-icon https://thehunt.com#@#.facebook-link https://songkick.com#@#.facebook-share @@ -11689,10 +12098,11 @@ https://okcupid.com,quora.com,rdio.com,ticketabc.com#@#.facebook_button https://jappy.de#@#.facebookbutton https://100pour100foot.fr,6ter.fr,achetezfacile.com,clubic.com,deco.fr,fan2.fr,girondins.com,groupem6.fr,jeuxvideo.fr,jolidressing.com,m6.fr,m6blog.fr,m6bonus.fr,m6info.fr,m6jeux.fr,m6kid.fr,m6mobile.fr,m6pubdigital.fr,minuitsexy.fr,minutefacile.com,mobinaute.com,neteco.com,nouvellestar.fr,ozap.com,paris-premiere.fr,teva.fr,turbo.fr,w9.fr,wideo.fr#@#.fb-box https://airbnb.cat,airbnb.com,airbnb.de,dobreprogramy.pl#@#.fb-button +https://mediaexpert.leszczynscy.pl#@#.fb-container https://kizlarsoruyor.com#@#.fb-content https://firebase.google.com#@#.fb-dialog https://allegro.pl,itweb.co.za#@#.fb-icon -https://cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl#@#.fb-page +https://cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl,mediaexpert.leszczynscy.pl#@#.fb-page https://msn.com#@#.fb-xfbml-parse-ignore https://zimbio.com#@#.fbBox https://ceneo.pl,showmax.com#@#.fbBtn @@ -11711,13 +12121,14 @@ https://about.me#@#.follow_twitter https://expresstools.co.uk#@#.footer-social https://bysimple.co#@#.footer-socials https://gorod.mos.ru#@#.footer__social -https://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plus +https://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,yandex.by,yandex.kz,yandex.ru#@#.g-plus https://appspot.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plusone https://adme.ru#@#.gallery-social -https://academia.edu,martini.com,oneplus.net#@#.google-btn +https://academia.edu,epicgames.com,martini.com,oneplus.net#@#.google-btn https://9gag.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,wpolityce.pl#@#.google-plus https://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,inoreader.com#@#.google_plus https://apertura.com,quotidiani.gelocal.it#@#.googleplus +https://yandex.by,yandex.kz,yandex.ru#@#.gplus https://youtube.com#@#.gplus-icon https://vk.com#@#.group_share https://ulrichesch.de#@#.headersocial @@ -11748,7 +12159,8 @@ https://flattr.com#@#.icon-youtube https://ndtv.com#@#.icon_gplus https://community.imgur.com#@#.icons https://upworthy.com#@#.image-share -https://24h.com.vn,dailymail.co.uk,eva.vn,thisismoney.co.uk#@#.img-share +https://24h.com.vn,dailymail.co.uk,eva.vn,mogaznews.com,thisismoney.co.uk#@#.img-share +https://fandom.com#@#.is-social https://thenewamerican.com#@#.itemSocialSharing https://sap.com#@#.j-social-actions https://sap.com#@#.j-social-button @@ -11756,13 +12168,15 @@ https://kickstarter.com,tradingview.com#@#.js-follow-user https://cgtn.com,nbcnews.com,playosmo.com,trello.com,vimeo.com#@#.js-share https://alternativeto.net#@#.like-box https://darudar.org,fimfiction.net,modworkshop.net#@#.like_button +https://deezer.com#@#.link-social https://busqueda.com.uy,linkedin.com,peerlyst.com#@#.linkedin.icon https://pan.baidu.com#@#.list-share https://theverge.com#@#.m-article__share-buttons https://fider.io,jellyfin.org#@#.m-social -https://iab.org.pl#@#.menu-social +https://epicdrama.pl,iab.org.pl#@#.menu-social https://arkansasmatters.com,kark.com#@#.meta-share https://adobe.com#@#.mod-facebook +https://blmagazine.it#@#.mvp-post-soc-wrap https://moneycanbuylipstick.com#@#.nav-social https://atelierdeschefs.fr#@#.navbar-social https://disroot.org#@#.new-share @@ -11770,6 +12184,7 @@ https://mouthshut.com#@#.openshare https://newsweek.com,vidcloud.co#@#.page-share https://atvmedia.ru#@#.page-social https://renren.com#@#.photo-share +https://hotforfoodblog.com#@#.pin-it https://pinterest.com#@#.pin-it-button https://feedly.com#@#.pinButton https://pinterest.com#@#.pinit-btn @@ -11782,9 +12197,10 @@ https://pinterest.com#@#.pinterest-share-button https://pinterest.com#@#.pinterest-wrapper https://needlenthread.com#@#.pinterest1 https://pinterest.com#@#.pinterestComponentShare +https://marieclaire.ru#@#.pinterestShare https://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.plusone https://privatecore.com#@#.post-fb -https://kliknijwzdrowie.pl,pokoleniesmart.pl,truepundit.com,velodaily.ru#@#.post-share-container +https://23-59.com.ua,dietetycy.org.pl,kliknijwzdrowie.pl,maze.fr,pokoleniesmart.pl,tidssonen.no,truepundit.com,velodaily.ru#@#.post-share-container https://imgur.com#@#.post-share-panel https://reddit.com#@#.post-sharing https://guildwars2.com#@#.post-social @@ -11802,7 +12218,7 @@ https://belgafiles.com,dakine.com,linkedin.com,way2sms.com#@#.share-box https://bitly.com,framestr.com#@#.share-btn https://kcrw.com,vimeo.com#@#.share-button https://bandcamp.com,bleacherreport.com,distractify.com,naekranie.pl,thedodo.com#@#.share-buttons -https://analyticsindiamag.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,comicbook.com,dogs-magazin.de,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,professorshouse.com,reefbuilders.com,sensationrock.net,stocksbeat.com,tripzilla.ph,zagranie.com#@#.share-container +https://analyticsindiamag.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,comicbook.com,dogs-magazin.de,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,professorshouse.com,reefbuilders.com,sensationrock.net,stocksbeat.com,tripzilla.ph,uploadvr.com,zagranie.com#@#.share-container https://podbean.com#@#.share-content https://mediafire.com#@#.share-facebook https://bild.de#@#.share-fb @@ -11811,17 +12227,17 @@ https://sharesansar.com#@#.share-head https://greatbritishchefs.com#@#.share-header https://howtogeek.com#@#.share-heading https://ida2at.com#@#.share-holder -https://iherb.com,vimeo.com#@#.share-icon +https://app.sococo.com,iherb.com,vimeo.com#@#.share-icon https://golem.de,tumblr.com#@#.share-item https://vimeo.com#@#.share-label https://recite.com#@#.share-left -https://askubuntu.com,baidu.com,broadcast.app.net,imgur.com,kuechenstud.io,logbuch-netzpolitik.de,mammothhq.com,mathoverflow.net,minkorrekt.de,openstreetmap.org,pomponik.pl,serverfault.com,stackapps.com,stackexchange.com,stackoverflow.com,superuser.com,yandex.com,yandex.com.tr,yandex.ru,yandex.ua#@#.share-link +https://askubuntu.com,baidu.com,broadcast.app.net,imgur.com,kuechenstud.io,logbuch-netzpolitik.de,mammothhq.com,mathoverflow.net,minkorrekt.de,openstreetmap.org,pinksluts.com,pomponik.pl,sale.aliexpress.com,serverfault.com,stackapps.com,stackexchange.com,stackoverflow.com,superuser.com,yadi.sk,yandex.com,yandex.com.tr,yandex.ru,yandex.ua#@#.share-link https://pornhub.com#@#.share-link-container https://autokult.pl,channelnewsasia.com,fotoblogia.pl,imgur.com,komorkomania.pl#@#.share-links https://channelnewsasia.com,recite.com#@#.share-list -https://disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu +https://app.sococo.com,disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu https://flickr.com,fxhome.com#@#.share-options -https://dropbox.com,ge.tt,recite.com#@#.share-page +https://dropbox.com,ge.tt,gfycat.com,recite.com#@#.share-page https://flickr.com,imgur.com,tobii.com,youtube.com#@#.share-panel https://mediafire.com#@#.share-popup https://simpletax.ca#@#.share-section @@ -11837,6 +12253,7 @@ https://franceculture.fr#@#.share-zone https://arte.tv,kp.by,kp.ru#@#.shareBox https://martindoor.com#@#.shareButton https://scan.co.uk#@#.shareContainer +https://tvn24bis.pl#@#.shareContainerList https://lse.co.uk#@#.shareContent https://hootsuite.com#@#.shareCount https://pscufs.com#@#.shareLeft @@ -11866,18 +12283,19 @@ https://169.254.1.1,192.168.178.1,192.168.188.1,fritz.box#@#.sharingbox https://nextinpact.com#@#.sharrre https://theatlantic.com,youtube.com#@#.show-share https://500px.com#@#.show_social +https://login.aliexpress.com#@#.sns-btns https://gry-online.pl#@#.social-16 https://tvp.info#@#.social-article https://dallascowboys.com,golem.de,patriots.com,prk24.pl,top.de#@#.social-bar https://funnyordie.com#@#.social-bar-container https://wat.tv#@#.social-block -https://adgully.com,chillitorun.pl,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom +https://adgully.com,chillitorun.pl,ecoustics.com,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom https://bitbucket.org,foodit.com,paypal.com,tvspielfilm.de#@#.social-box https://buzzerie.com,gog.com,poradnikprzedsiebiorcy.pl,udemy.com#@#.social-btn https://chess.com#@#.social-btns https://disqus.com,fastcompany.com,golem.de,nu.nl#@#.social-button https://adevarul.ro,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,bilingua.io,cheezburger.com,musixmatch.com,nu.nl,ozy.com,tipranks.com#@#.social-buttons -https://workroom-myata.ru#@#.social-circle +https://pioneer-iot.com,workroom-myata.ru#@#.social-circle https://twitch.tv#@#.social-column https://cheezburger.com,epicgames.com#@#.social-container https://golem.de#@#.social-counter @@ -11894,11 +12312,12 @@ https://accountkiller.com#@#.social-image https://paperblog.com,paperblog.fr#@#.social-inline https://swiatebookow.pl#@#.social-label https://asos.com,metservice.com#@#.social-link -https://airbnb.cat,airbnb.com,airbnb.de,autokult.pl,deathfromabove1979.com,fotoblogia.pl,komorkomania.pl,squarespace.com,time.com#@#.social-links +https://airbnb.cat,airbnb.com,airbnb.de,autokult.pl,deathfromabove1979.com,fotoblogia.pl,komorkomania.pl,newonce.radio,squarespace.com,time.com#@#.social-links https://wykop.pl#@#.social-list https://coeffee.com,flipboard.com,getyounity.com,howdoyou.do#@#.social-login https://ethias.be,technorati.com#@#.social-media https://f-secure.com,howtogeek.com#@#.social-media-buttons +https://chorus.co.nz#@#.social-media-links https://schuermann.eu#@#.social-media-list https://insideover.com#@#.social-menu https://nvidia.pl#@#.social-newsletter @@ -11914,6 +12333,7 @@ https://domain.com.au#@#.social-stick https://tv-kino.net#@#.social-tab https://golem.de#@#.social-tools https://gamesrepublic.com#@#.social-top +https://gallerix.asia,gallerix.org#@#.social-tumblr https://4players.de,chrisblattman.com,deadspin.com,gizmodo.com,jezebel.com,kinja.com,kotaku.com,lifehacker.com#@#.social-twitter https://bronchiectasisandntminitiative.org,copdfoundation.org,viralnova.com#@#.social-wrap https://dreuz.info,foxnews.com#@#.social-wrapper @@ -11922,9 +12342,11 @@ https://runescape.com,study.163.com#@#.socialBox https://ceneo.pl,showmax.com#@#.socialBtns https://tomshardware.com#@#.socialButton https://keepa.com,mousehuntgame.com#@#.socialButtons +https://oculus.com#@#.socialFacebook https://pbs.org#@#.socialList https://welt.de#@#.socialMedia https://wweek.com#@#.socialRight +https://oculus.com#@#.socialTwitter https://gorod.mos.ru#@#.social__facebook https://gorod.mos.ru#@#.social__twitter https://iq-student-accommodation.com#@#.social_bar @@ -11932,7 +12354,9 @@ https://zik.ua#@#.social_block https://charaktery.eu,hintaopas.fi,moikrug.ru,pinterest.com,pricespy.co.nz,pricespy.co.uk,pricespy.ie,prisjakt.nu,wat.tv#@#.social_buttons https://academia.edu,wsqn.pl#@#.social_container https://ourweigh.in#@#.social_facebook +https://kuriertczewski.pl#@#.social_header https://maximumpc.com#@#.social_links_top +https://popmech.ru#@#.social_list https://fitocracy.com#@#.social_row https://neoseeker.com#@#.social_share https://meilleurmobile.com#@#.social_tabs @@ -11940,13 +12364,15 @@ https://leica-camera.com#@#.social_toolbar https://ourweigh.in#@#.social_twitter https://ruliweb.com#@#.social_wrapper https://0calc.es,0calc.fr,0calc.in,0calc.ru,0rechner.de,nu.nl,web2.0calc.com#@#.socialbar -https://wuala.com#@#.socialbox +https://vaganovaacademy.ru,wuala.com#@#.socialbox https://wuala.com#@#.socialboxp https://jobs.jnj.com,realogy.com#@#.socialbutton https://clientsfromhell.net#@#.socialbuttons https://gamepedia.com#@#.sociallink https://heise.de,megabus.com,thenextweb.com#@#.socialmedia https://belgafiles.com,chaturbate.com,eska.pl,gog.com,se.pl#@#.socials +https://aktuality.sk#@#.socials-link +https://aktuality.sk#@#.socials-wrapper https://one-voice.fr#@#.socials_wrapper https://vorarlberg.orf.at#@#.socialshare https://coeffee.com#@#.sprite-facebook @@ -11959,6 +12385,7 @@ https://amazon.co.uk,amazon.com,amazon.com.au,amazon.de,amazon.fr,gitlab.com,red https://fewo-direkt.de,nvidia.pl#@#.subscribe-container https://nvidia.pl#@#.subscribe-text https://first-class-and-more.de,geekgamer.tv#@#.subscribe-widget +https://greenlemon.me,mozvr.com#@#.tag-social https://twitch.tv#@#.tw-icon https://twitch.tv#@#.tw-share https://chinadaily.com.cn,twitch.tv#@#.twBox @@ -11971,14 +12398,16 @@ https://arstechnica.com#@#.twitter-link https://electnext.com#@#.twitter-share https://boingboing.net#@#.twitter-share-button https://about.me,busqueda.com.uy,modhoster.com,mozillamessaging.com,pinterest.com#@#.twitter.icon +https://feedly.com#@#.twitterFeeds https://simonscat.com#@#.twitterShare https://pinterest.com#@#.twitterWrapper https://si.com#@#.ui-share-component https://research.gigaom.com#@#.vertical-social -https://invidio.us,video.khl.ru#@#.vjs-share +https://clients.webcaster.pro,invidio.us,video.khl.ru#@#.vjs-share https://google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,youtube.com#@#.vk-btn https://lessmess.storage#@#.widget-facebook https://minutebuzz.com#@#.wrapper-share +https://whatsapp.com#@#.wsapp https://hootsuite.com#@#.x-facebook https://kinogo-720.net#@#.ya-share2 https://youtube.com#@#.youtube-icon @@ -12017,6 +12446,7 @@ https://reddit.com#@#a[href^="https://www.reddit.com/submit?"] https://stumbleupon.com#@#a[href^="https://www.stumbleupon.com/submit?"] https://pinterest.com#@#a[title="Pin it!"] https://flattr.com,tumblr.com#@#a[title="Tumblr"] +https://livetv210.me#@#a[title="YouTube"] https://onlineradiobox.com#@#a[title="ВКонтакте"] https://google.com,smugmug.com#@#button[title="Share"] https://digg.com#@#div[id^="digg-widget-"] @@ -12024,11 +12454,16 @@ https://flickr.net#@#img[alt="Flickr"] https://clubbingtv.com#@#img[alt="Linkedin"] https://intersport.dk,intersport.es,intersport.nl#@##CookiePopup https://sportdiver.com#@##CybotCookiebotDialog +https://online.no,telenor.no#@##__tealiumGDPRcpPrefs +https://online.no,telenor.no#@##__tealiumGDPRecModal https://popsugar.co.uk#@##_evidon-background https://popsugar.co.uk#@##_evidon-barrier-wrapper https://etonline.com,popsugar.co.uk,popsugar.com,popsugar.com.au#@##_evidon_banner +https://aboutcookies.org#@##aboutcookies https://franziskaner-weissbier.de,xmradio.nl#@##accept-cookies -https://paypal.com#@##consent.consent +https://youtube.com#@##consent-bump +https://consent.yahoo.com,paypal.com#@##consent.consent +https://dnb.no#@##consentContainer https://sandisk.ae,sandisk.cn,sandisk.co.jp,sandisk.co.kr,sandisk.co.uk,sandisk.com,sandisk.com.au,sandisk.com.br,sandisk.com.tr,sandisk.com.tw,sandisk.de,sandisk.es,sandisk.fr,sandisk.hk,sandisk.id,sandisk.in,sandisk.it,sandisk.nl,sandisk.sg#@##consent_blackbar https://roussillhotel.com#@##cookie-banner https://dm-drogeriemarkt.it#@##cookie-bar @@ -12044,7 +12479,7 @@ https://patient.info#@##cookie-policy https://flybe.com#@##cookie-policy-modal https://bk.com#@##cookie-popup https://lauritz.com,qxl.de,qxl.dk,qxl.fi,qxl.no,qxl.se#@##cookie-wrapper -https://ad.win.nl,techopital.com#@##cookieConsent +https://ad.win.nl,dehn.de,techopital.com#@##cookieConsent https://ad.win.nl#@##cookieConsentBox https://techopital.com#@##cookieConsentContainer https://indebuurt.nl,tweakers.net#@##cookieContainer @@ -12060,10 +12495,12 @@ https://hbogo.hu#@##cookiebox https://www.free.fr#@##cookieconsent https://gruenderservice.at#@##cookiehint https://porno720.pl,tvporno.pl#@##cookieinfo +https://paradoxplaza.com#@##cookies-info https://paravol.org#@##cookies-modal https://shoppable.com#@##cookiesModal https://gdansk.pl#@##cookies[role="dialog"] https://vkmag.com#@##cookiesdirective +https://ibs.it#@##divPrivacy https://gamewatcher.com,ivoox.com,poszalu.pl,tappedout.net,visionexpress.pl#@##gdpr-modal https://n26.com#@##gdpr-notice https://pekao.com.pl#@##gdpr-popup @@ -12074,38 +12511,44 @@ https://17track.net#@##modal-gdpr https://thesocialmedwork.com#@##notice-cookie-block https://theverge.com#@##privacy-consent https://readthedocs.io,sportdiver.com#@##privacy-policy +https://account.sonymobile.com#@##privacy-statement +https://totalwar.com#@##privacy_policy https://repostuj.pl#@##rodo-modal https://boekmeter.nl,gamesmeter.nl,moviemeter.nl,musicmeter.nl,nzherald.co.nz#@#.Cookies https://bancaifis.it#@#.Cookies:not(body) https://maisonapart.com#@#.accept-cookie https://franziskaner-weissbier.de#@#.accept-cookies +https://live.nettavisen.no#@#.active > div https://patient.info#@#.alert--cookie https://bing.com,czuczu.pl#@#.cc-container https://morningstar.ca#@#.cc_container https://onet.pl#@#.cmp-app_gdpr https://consent.yahoo.com,oath.com#@#.consent-container +https://consent.yahoo.com,payments.amazon.ca,payments.amazon.co.jp,payments.amazon.co.uk,payments.amazon.com,payments.amazon.com.au,payments.amazon.com.br,payments.amazon.de,payments.amazon.es,payments.amazon.fr,payments.amazon.in,payments.amazon.it#@#.consent-wrapper https://boursorama.com#@#.cookie-banner https://janrain.com,moemax.de,rituals.com,xxxlshop.de#@#.cookie-bar https://rituals.com#@#.cookie-bar-wrapper https://rituals.com#@#.cookie-bar:not(body) +https://egmont.com#@#.cookie-bar:not(body):not(html) https://zeist.hu.nl#@#.cookie-block https://lg.com#@#.cookie-check https://zwijsen.nl#@#.cookie-consent-container https://zwijsen.nl#@#.cookie-consent-content https://zwijsen.nl#@#.cookie-consent-wrapper https://codra.net#@#.cookie-consent:not(body) -https://bokadirekt.se,danbolig.dk,rusta.com,xmradio.nl#@#.cookie-content +https://bokadirekt.se,danbolig.dk,hongkong.fi,rusta.com,xmradio.nl#@#.cookie-content https://danbolig.dk#@#.cookie-dialog https://ikks.com#@#.cookie-footer https://puzzels.ad.nl,puzzels.bd.nl,puzzels.bndestem.nl,puzzels.destentor.nl,puzzels.ed.nl,puzzels.gelderlander.nl,puzzels.parool.nl,puzzels.pzc.nl,puzzels.trouw.nl,puzzels.tubantia.nl,puzzels.volkskrant.nl#@#.cookie-header https://adequate.pl,bakken.nl,totalizator.pl#@#.cookie-info -https://mediamarkt.de,saturn.de#@#.cookie-info-modal +https://mediamarkt.de,mediamarkt.nl,saturn.de#@#.cookie-info-modal https://ferratum.pl,greenflag.com#@#.cookie-message https://foodnetwork.it,kramp.com#@#.cookie-message:not(html):not(body) https://bokadirekt.se,puzzels.ad.nl,puzzels.bd.nl,puzzels.bndestem.nl,puzzels.destentor.nl,puzzels.ed.nl,puzzels.gelderlander.nl,puzzels.parool.nl,puzzels.pzc.nl,puzzels.trouw.nl,puzzels.tubantia.nl,puzzels.volkskrant.nl,tropicana.fr#@#.cookie-modal +https://findagrave.com#@#.cookie-msg https://account.here.com,calvinklein.at,calvinklein.be,calvinklein.bg,calvinklein.ch,calvinklein.co.uk,calvinklein.com,calvinklein.cz,calvinklein.de,calvinklein.dk,calvinklein.ee,calvinklein.es,calvinklein.fi,calvinklein.fr,calvinklein.hr,calvinklein.hu,calvinklein.ie,calvinklein.it,calvinklein.lt,calvinklein.lu,calvinklein.lv,calvinklein.nl,calvinklein.pl,calvinklein.pt,calvinklein.ru,calvinklein.se,calvinklein.si,calvinklein.sk,uktv.co.uk#@#.cookie-notice https://hm.com,prosiebengames.de,stories.com#@#.cookie-notification -https://hype.it,rosbank.ru#@#.cookie-on +https://hype.it,labanquepostale.fr,rosbank.ru#@#.cookie-on https://timeout.com#@#.cookie-overlay https://hearst.co.uk#@#.cookie-policy https://60millions-mag.com#@#.cookie-popup @@ -12149,10 +12592,14 @@ https://bankmillennium.pl#@#.cookies-info https://alko.fi#@#.cookies-open https://diy.com#@#.cookies-policy https://milliman.com#@#.cookiesModal +https://m.oe24.at#@#.cookiesOverlay2 +https://m.oe24.at#@#.cookiesOverlay2Box https://hublot.com#@#.cookies_consent-show +https://xlbygg.se#@#.cookievarning-wrap https://gezondheidsplein.nl,intersport.dk,intersport.es,intersport.nl#@#.cookiewall https://fd.nl,gezondheidsplein.nl,tcroomburg.nl#@#.cookiewall:not(body):not(html) -https://samsung.com#@#.cookiewarning +https://samsung.com,xlbygg.se#@#.cookiewarning +https://xlbygg.se#@#.cookiewarning:not(body):not(html) https://e-dym.pl#@#.cp-popup https://porndig.com,thagson.com#@#.disclaimer_wrapper https://etonline.com,popsugar.co.uk#@#.evidon-banner @@ -12165,7 +12612,7 @@ https://airfrance.ae,airfrance.am,airfrance.at,airfrance.be,airfrance.bf,airfran https://airfrance.ae,airfrance.am,airfrance.at,airfrance.be,airfrance.bf,airfrance.bg,airfrance.bj,airfrance.ca,airfrance.cd,airfrance.cg,airfrance.ch,airfrance.cl,airfrance.cm,airfrance.co.ao,airfrance.co.il,airfrance.co.jp,airfrance.co.kr,airfrance.co.th,airfrance.co.uk,airfrance.co.za,airfrance.com,airfrance.com.ar,airfrance.com.au,airfrance.com.br,airfrance.com.cn,airfrance.com.co,airfrance.com.do,airfrance.com.eg,airfrance.com.hk,airfrance.com.jo,airfrance.com.kh,airfrance.com.lb,airfrance.com.mx,airfrance.com.tr,airfrance.com.tw,airfrance.com.uy,airfrance.cz,airfrance.de,airfrance.dj,airfrance.dk,airfrance.dz,airfrance.es,airfrance.fi,airfrance.fr,airfrance.ga,airfrance.gf,airfrance.gp,airfrance.hr,airfrance.ht,airfrance.hu,airfrance.id,airfrance.ie,airfrance.in,airfrance.it,airfrance.lu,airfrance.ma,airfrance.mg,airfrance.ml,airfrance.mq,airfrance.mu,airfrance.my,airfrance.nc,airfrance.ne,airfrance.ng,airfrance.nl,airfrance.no,airfrance.pa,airfrance.pe,airfrance.pf,airfrance.pl,airfrance.pt,airfrance.re,airfrance.ro,airfrance.rs,airfrance.ru,airfrance.sa,airfrance.se,airfrance.sg,airfrance.si,airfrance.sk,airfrance.sn,airfrance.tg,airfrance.tn,airfrance.ua,airfrance.us,airfrance.vn#@#.gdpr-panel https://totalcasino.pl#@#.gdpr-popup https://wufoo.com#@#.gdpr-prompt -https://coastalliving.com,commercialtrucktrader.com,cookinglight.com,essence.com,ew.com,fortune.com,gct.com,golf.com,health.com,hellogiggles.com,instyle.com,metallica.com,mirjan24.pl,nytimes.com,people.com,realsimple.com,si.com,southernliving.com,time.com,travelandleisure.com#@#.gdpr:not(body):not(html) +https://coastalliving.com,commercialtrucktrader.com,cookinglight.com,essence.com,ew.com,fortune.com,gct.com,golf.com,health.com,hellogiggles.com,instyle.com,metallica.com,mirjan24.pl,my.games,nytimes.com,people.com,realsimple.com,si.com,southernliving.com,time.com,travelandleisure.com#@#.gdpr:not(body):not(html) https://suzuki.co.nz#@#.js-cookie https://geleidehond.nl#@#.js-cookie-alert https://capstan.fr#@#.js-cookie-container @@ -12176,7 +12623,7 @@ https://bosch-mobility-solutions.com#@#.m-cookie https://bosch-mobility-solutions.com#@#.m-cookie-intro https://makelaarsland.nl#@#.m-cookie-notice https://theverge.com#@#.m-privacy-consent -https://gct.com,oattravel.com,piaggiogroup.com#@#.mod_cookies +https://gct.com,herbritts.com,oattravel.com,pentestpartners.com,piaggiogroup.com#@#.mod_cookies https://multimediago.pl#@#.modal-cookie https://betway.it#@#.module-cookie https://ramics-conference.org#@#.nf-form-content @@ -12184,7 +12631,9 @@ https://aklagare.se,boekmeter.nl,gamesmeter.nl,moviemeter.nl,musicmeter.nl,nzher https://nzpost.co.nz##.notification.cookies:not(body):not(html) https://bosch-home.com#@#.o-cookielaw https://pieseauto.ro#@#.page-cookies +https://google.ac,google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.by,google.com.bz,google.com.cn,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.jo,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.ru,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tn,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.ve,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hk,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.it.ao,google.je,google.jo,google.jp,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.ne.jp,google.ng,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tl,google.tm,google.tn,google.to,google.tt,google.us,google.vg,google.vu,google.ws#@#.privacyBar https://metallica.com#@#.privacy_policy_message_box +https://online.no,telenor.no#@#.privacy_prompt https://jyllands-posten.dk#@#.qc-cmp-showing https://jyllands-posten.dk#@#.qc-cmp-ui-container https://motofaktor.pl#@#.rodo-accept @@ -12468,6 +12917,7 @@ http://techglobex.blogspot.in,techglobex.net###bpslidein http://talkandroid.com###branding http://venturebeat.com###branding-footer http://venturebeat.com###branding-toolbar +http://yahoo.com###browserExtensionPromotionBanner http://ballerstatus.com###bscom_adblock http://thegamingsource.co###bttop http://bufferapp.com###buffer-banner @@ -12489,6 +12939,7 @@ http://cnn.com###careerCenterForm http://computerandvideogames.com###carousel__internal-ads http://aol.com,traileraddict.com,zdnet.com###catfish http://kansas.com###cb +http://lafourchette.com###cboxContent http://askkissy.com,cagle.com,cheatsheet.com,clove.co.uk,designm.ag,desmogblog.com,eclectablog.com,extremetech.com,fantasypros.com,globalvoicesonline.org,grantland.com,guide4bankexams.blogspot.co.nz,guide4bankexams.blogspot.com,gurufocus.com,heavy.com,ibtimes.com,insideclimatenews.org,jerusalemonline.com,knowyourmeme.com,lostateminor.com,lushome.com,nationalmemo.com,ndtv.com,numberfire.com,originalpenguin.co.uk,pcmag.com,politicususa.com,psychologies.co.uk,radaronline.com,rasmussenreports.com,sdtimes.com,shareable.net,techglobex.blogspot.in,the-hobbitmovie.com,thevideoink.com,thewrap.com,thisislocallondon.co.uk,vinepair.com,visual.ly,xboxgamercard.org###cboxOverlay http://cbslocal.com###cbs-site-ribbon http://cbsnews.com###cbsSMPB @@ -12564,6 +13015,7 @@ http://dispatch.com###coupon-bag http://newsok.com###couponsHolder http://humorhub.org###cover http://eurocheapo.com###cpopupcontainer +http://rollcall.com###cqrcPostAdditional http://cracked.com###cracked_partners http://indiatoday.in###crengindiv http://mail.live.com###crm_bubble @@ -12623,6 +13075,7 @@ http://foxnews.com###eNewsSubscription http://cnsnews.com###ebrief-footer http://fool.com###ecapShell http://thedailymash.co.uk###ecd_opt_in_banner +http://bit.pt,channelbiz.co.uk,channelbiz.it,itespresso.fr,itespresso.it,silicon.de,silicon.es,silicon.fr###editorial-popin http://halifaxcourier.co.uk,hebdenbridgetimes.co.uk###editorialPuff http://tecca.com###editorial_popout http://everydayhealth.com###eh-drawer-container @@ -13195,6 +13648,7 @@ http://aig.co.uk###policyMessage http://ign.com###policyNotice http://slate.com###policy_announcement http://macys.com###pollingWidget +http://gamecodeur.fr###pop-last-user-glob http://thenextweb.com###pop-up http://techpresident.com###pop1 http://break.com###popInModule-sigma @@ -13560,7 +14014,7 @@ http://macgasm.net###text-10 http://mynokiablog.com###text-11 http://lockergnome.com,mynokiablog.com###text-12 http://macgasm.net###text-13 -http://dailycurrant.com,macgasm.net,myrls.me###text-14 +http://dailycurrant.com,macgasm.net###text-14 http://lockergnome.com###text-15 http://callingallgeeks.org###text-16 http://razorianfly.com###text-161 @@ -13578,7 +14032,6 @@ http://shoutmeloud.com###text-482895670 http://consortiumnews.com,extremetech.com,geeknizer.com,linuxforu.com,theblaze.com###text-5 http://dailyhealthpost.com###text-50 http://sovereignman.com###text-568455129 -http://hollywoodtuna.com###text-6 http://mamiverse.com###text-68 http://dailycurrant.com,geeknizer.com###text-7 http://enenews.com###text-70 @@ -13691,6 +14144,7 @@ http://filmannex.com###votes http://digitaljournal.com###vtart http://tvnz.co.nz###want-news http://billingsgazette.com###wc-form-container +http://metro.co.uk###we-need-monies http://wired.com###we-recommend http://fool.com###webTwoPointOh http://webmd.com###webmd-overlay @@ -13744,6 +14198,7 @@ http://wildapricot.com##.BookmarksHolder http://secdigitalnetwork.com##.DnnModule-6546 http://reddit.com##.DualPartInterstitialFooter http://mindfood.com##.LeaderBoardContainer +http://who.com.au##.MagDriver http://legacy.com##.MyMemorialAd http://juxtapoz.com##.NewFollowBox http://myegy.cc##.NotifyProposal @@ -13794,6 +14249,7 @@ http://startupsmart.com.au##.advs http://alarabiya.net##.advt + .panel http://atheistrepublic.com##.af-form http://allbusiness.com,nofilmschool.com,psdisasters.com##.af-form-wrapper +http://androidforums.com##.af_notices http://extremetech.com##.affiliate-text http://afp.com##.afp_contact_block_contact http://chriskresser.com##.after-post @@ -13988,20 +14444,19 @@ http://mensxp.com##.button_panel http://naranjaja.com##.buttonfixed http://overclock.net##.buynow http://newsday.com##.buzz -http://muchmusic.com##.bv_multiTab http://stylelist.com##.bylinefb http://citylab.com##.c-action-bar http://radionz.co.nz##.c-aside--subscribe http://plus.google.com##.c-zh-Wf http://appeggs.com,downloadatoz.com##.c_scrollbar http://econsultancy.com##.call-to-action-pod -http://xhamster.com##.cams-widget http://bellinghamherald.com,mail.com##.careerbuilder http://v3.co.uk##.case_studies_parent_block http://womenshealthmag.com##.caspromobox http://salon.com##.catMetaNav http://good.is##.category-footer-image http://in.com##.category_box +http://sportsocratic.com##.cb-customize-desktop http://cbs.com##.cbs-checkin-holder http://cbs.com##.cbs-video-buy http://thedailyshow.com##.cc_footy @@ -14122,6 +14577,7 @@ http://itwire.com##.driverbox http://howaboutwe.com##.drop-area http://rightwingwatch.org##.dropdown-banner http://moneysavingexpert.com##.dropdown-email +http://search.yahoo.com##.ds_promo_newtab http://thinq.co.uk##.dynamic_panel http://femmesplus.fr,planet.fr##.dynamique-box http://smartcompany.com.au##.ebook_banner @@ -14154,6 +14610,8 @@ http://logicbuy.com,slate.com##.email_signup http://savedelete.com##.emailform http://blogspot.com##.emailsub http://msn.com##.embeddedSearch +http://booking.com##.emk-banner +http://booking.com##.emk_footer_update http://dissentmagazine.org##.emodal http://i24news.tv##.encart_video http://geekwire.com##.enews @@ -14162,6 +14620,7 @@ http://cbslocal.com##.entry-toolbar http://thedailybeast.com##.entryActions http://rttnews.com##.esmain http://indiatimes.com##.etmobile +http://qwant.com##.extension-item http://airspacemag.com##.external-associated-products http://amosauto.com##.extra http://humorhub.org,smhlmao.com##.f-page @@ -14172,7 +14631,7 @@ http://core77.com##.fade_in http://realitypod.com##.fan_box http://definitelydiy.com,foodbabe.com,indexwp.com,panampost.com,pet.co.nz,rangerup.com,usnews.com,vocativ.com,whenonearth.net##.fancybox-overlay http://clientsfromhell.net,definitelydiy.com,foodbabe.com,indexwp.com,panampost.com,psdisasters.com,rangerup.com,trailspace.com,usnews.com,vocativ.com,whenonearth.net##.fancybox-wrap -http://webmd.com##.fb +http://moviespur.pw,webmd.com##.fb http://slideshare.net##.fb-global-msg-container http://hotair.com##.fb-header http://pcworld.com##.fb-login @@ -14294,6 +14753,7 @@ http://canstar.com.au,jstor.org##.gform_widget http://screeninnovations.com##.gform_wrapper http://sulekha.com##.gift-launch http://seriouseats.com##.gifts-pop-up +http://search.yahoo.com##.ginsuzrp http://9gag.com##.give-feedback http://bostonglobe.com##.global-bar http://sputniknews.com##.global-fade @@ -14392,6 +14852,7 @@ http://cnn.com##.internal-nav-menu http://fashionista.com##.interruptor http://health.harvard.edu##.interstitial_dialog http://ee.co.uk##.intro-banner-iparsys +http://gentside.com,maxisciences.com##.invite-popin http://olympic.org##.iocShareLinks http://thesun.co.uk##.ipad-frontpage http://pinknews.co.uk##.iphone-app @@ -14418,6 +14879,7 @@ http://inspire.com##.joinpopupnewtwo http://bitchmagazine.org,debka.com,esetindia.com,gizmag.com,mediamatters.org,ncregister.com##.jqmOverlay http://bitchmagazine.org,esetindia.com##.jqmWindow http://treehugger.com##.jquery-modal +http://ecosia.org##.js-activate-install-box http://wired.com##.js-annotation http://dn.se##.js-article-preview http://twitch.tv##.js-bits-tooltip-wrapper @@ -14535,6 +14997,7 @@ http://bloomberg.com##.mini-player http://rumorfix.com##.mini-rss http://rumorfix.com##.mini-twit http://associatedcontent.com##.mini_ct_inner +http://meilleurmobile.com##.mm_scrollable_bloc http://smartplanet.com,techrepublic.com,zdnet.com##.mmode-reg-hide http://cbsnews.com##.mnRightRailConnect http://letribunaldunet.fr##.mo-has-email @@ -14625,6 +15088,7 @@ http://brobible.com,myrecipes.com##.newsSignup http://chosun.com##.news_arrows http://nme.com##.news_interaction_stats http://thenextweb.com##.newsbox +http://zerohedge.com##.newsletter http://thepigskindoctors.com##.newsmail http://thedailybeast.com##.newsweekElsewhere http://bmwblog.com,entrepreneur.com,glamour.com,globes.co.il,grubstreet.com,gwinnettdailypost.com,porn5.com,radaronline.com##.next @@ -14693,6 +15157,7 @@ http://thelocal.se##.options http://technologyreview.com##.optionsbox http://t3.com##.otherActions http://barclays.co.uk##.otm +http://time.com##.outbrain http://springwise.com##.outer-sub-box http://dnainfo.com,hollywood.com,indiatimes.com,informahealthcare.com,minus.com,needwant.com,rsf.org,virginislandsdailynews.com,yesmagazine.org##.overlay http://tennessean.com##.overlay-arrow-next @@ -14784,6 +15249,7 @@ http://thenextweb.com##.post-toolbar-wrapper http://thinkprogress.org##.post-tools http://perezhilton.com##.postbottom http://tineye.com##.posterous +http://weebly.com##.powered-by http://jack-wolfskin.com##.pp_overlay http://jack-wolfskin.com##.pp_pic_holder http://gaytimes.co.uk##.pre-header @@ -14865,6 +15331,7 @@ http://dailysabah.com##.recommends http://hollyscoop.com##.redbar http://newser.com##.regBar http://nomorerack.com##.register-modal +http://two-movies.me##.registerFooterDiv http://washingtontimes.com##.registration-flag http://washingtontimes.com##.registration-promo http://allmusic.com##.registration-prompt-box @@ -15103,7 +15570,7 @@ http://newyorker.com##.subs http://rugby365.com##.subs-block http://medianama.com##.subs-news http://reviversoft.com##.subs_wrapper -http://inthesetimes.com,omny.fm##.subscribe +http://gulfnews.com,inthesetimes.com,omny.fm##.subscribe http://theresurgent.com##.subscribe-news http://wired.com##.subscribe-panel-component http://theweek.com##.subscribe-unit-header @@ -15143,6 +15610,7 @@ http://gamezone.com##.titlebar http://dailytelegraph.com.au##.tlc-fixed http://guardianoffers.co.uk,kidspot.com.au,kogan.com##.tmask http://hp.com##.tnb_followus +http://gfycat.com##.toast-notification http://hellobeautiful.com##.toaster-panel http://christianpost.com##.tool http://msn.com##.toolbar @@ -15186,12 +15654,11 @@ http://v3.co.uk##.twit http://ubergizmo.com##.ubergizmo_founders_container http://pangeatoday.com##.ue-tab-container http://csmonitor.com##.ui-article-footer -http://adotas.com,al-monitor.com,audioholics.com,boldprogressives.org,daniweb.com,drsinatra.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,pangeatoday.com,pier1.com,rottentomatoes.com,squawkfox.com,thebolditalic.com,underarmour.com,warrior.com##.ui-dialog +http://adotas.com,al-monitor.com,audioholics.com,boldprogressives.org,daniweb.com,drsinatra.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,pangeatoday.com,pier1.com,rottentomatoes.com,squawkfox.com,thebolditalic.com,two-movies.me,underarmour.com,warrior.com##.ui-dialog http://health.harvard.edu,squawkfox.com##.ui-dialog-overlay http://aliexpress.com##.ui-fixed-panel http://aliexpress.com##.ui-mask -http://aliexpress.com##.ui-newuser-layer-dialog -http://boldprogressives.org,daniweb.com,drsinatra.com,halfhourmeals.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,nomorerack.com,pangeatoday.com,pier1.com,rottentomatoes.com,thebolditalic.com,underarmour.com,warrior.com##.ui-widget-overlay +http://boldprogressives.org,daniweb.com,drsinatra.com,halfhourmeals.com,hotscripts.com,mac-forums.com,mercola.com,motorauthority.com,nomorerack.com,pangeatoday.com,pier1.com,rottentomatoes.com,thebolditalic.com,two-movies.me,underarmour.com,warrior.com##.ui-widget-overlay http://searchenginewatch.com##.ukn-email-signup http://webcodegeeks.com##.ulp-inline-window http://therouse.com,webcodegeeks.com##.ulp-overlay @@ -15258,6 +15725,7 @@ http://duluthnewstribune.com##.widget_box http://dailynewsegypt.com##.widget_c95_today_paper http://cbslocal.com##.widget_cbs_social_media_promotion_widget http://hiphopwired.com##.widget_hhw_right_youtube +http://24matins.fr##.widget_mailing http://talkandroid.com##.widget_slug_highlight http://time.com##.widget_thepage_app_ad http://time.com##.widget_time_follow @@ -15267,12 +15735,12 @@ http://geekwire.com##.widget_wpjb-featured-jobs http://zillow.com##.widget_zillow_connect http://prepperchimp.com##.widgetbox http://urgrove.com##.widgetized +http://xhamster.com,xhamster.desi,xhamster.one##.wig-cams-widget +http://xhamster.com,xhamster.desi,xhamster.one##.wig-spb http://wildammo.com##.wild_ammo-tabs http://sharedir.com##.window http://healthgrades.com##.wing http://theatlanticwire.com##.wire-to-go -http://xhamster.com,xhamster.one##.wit-sponsor-banner -http://xhamster.com,xhamster.one##.wit-spot-container http://wetpaint.com##.wp-article-recommender http://washingtonpost.com##.wp-float-bar http://fitbit.com##.wrapper-header-fma @@ -15455,15 +15923,16 @@ http://iafrica.com,marijuanamoment.net,thebaffler.com###boxzilla-overlay http://telesurenglish.net###bulletin http://euractiv.com###capitals_banner http://geekwire.com###category-heading-subscribe -http://ibtimes.com.au,sciencenews.org,sinya.com.tw###cboxOverlay +http://ibtimes.com.au,lafourchette.com,sciencenews.org,sinya.com.tw,westhawaiitoday.com###cboxOverlay http://breitbart.com###cin_footer http://breitbart.com###cin_header http://breitbart.com###cin_ps_in_article http://breitbart.com###cin_sidebar http://breitbart.com###cin_slideup_w -http://sciencenews.org,sinya.com.tw###colorbox +http://sciencenews.org,sinya.com.tw,westhawaiitoday.com###colorbox http://monthlyreview.org###connect http://thewrap.com###content-bottom-sidebar +http://dallasnews.com###ctaNewsletterLightbox http://telecompaper.com###ctl00_MainPlaceHolder_HeadlineRegistersMain1_Update1 http://guidedoc.com###curtain http://pridesource.com###custom_html-11 @@ -15477,6 +15946,7 @@ http://charlotteobserver.com###daily-modal http://thestar.com.my###dailyalertbox http://dailycaller.com###dc-quiz-wrapper http://newser.com###divNewserInYourInbox +http://dallasnews.com###dmnLightboxCenter http://washingtonexaminer.com###dy_Article_Newsletter_Signups http://arktimes.com###e2ma_signup_form http://vwo.com###ebookform @@ -15491,6 +15961,7 @@ http://sa-news.com,warmvanillasugar.com###email-subscribers-2 http://nintendosoup.com###email-subscribers-3 http://techbargains.com###email-widget http://osu.edu###emailSignup +http://save.ca###emailSignupWrapper http://gearbest.com###email_subscribe http://pymnts.com###emailsignup http://goodhousekeeping.co.za###enhancedtextwidget-10 @@ -15572,7 +16043,7 @@ http://martechadvisor.com,worldcrunch.com###myModal http://insideclimatenews.org###news-signup http://epicurious.com###newsLetter http://irishtimes.com###newsdigest-widget -http://6wunderkinder.com,7digital.com,aawsat.com,about.com,bloomberg.com,boldsky.com,buzznet.com,celebuzz.com,cjr.org,dailymaverick.co.za,digitaltrends.com,disclose.tv,drivespark.com,etonline.com,filmibeat.com,fyiliving.com,gardeningaustralia.com.au,gizbot.com,healthguru.com,infoworld.com,javaworld.com,langenscheidt.com,lessthan3.com,malwarebytes.org,mayoclinic.com,mcvuk.com,mediaite.com,movies.com,nativeplanet.com,nme.com,ohmyrockness.com,oneindia.com,opendemocracy.net,paleohacks.com,penny-arcade.com,pewforum.org,pewresearch.org,pinknews.co.uk,publicradio.org,quantamagazine.org,runningtimes.com,salemnews.net,si.com,styleite.com,techvert.com,theamericanscholar.org,thecommentator.com,themarysue.com,thetruthaboutcars.com,thewalrus.ca,usatoday.com,vetstreet.com,wdcb.org,wimp.com,youbeauty.com###newsletter +http://6wunderkinder.com,7digital.com,aawsat.com,about.com,bloomberg.com,boldsky.com,buzznet.com,celebuzz.com,cjr.org,dailymaverick.co.za,digitaltrends.com,disclose.tv,drivespark.com,etonline.com,filmibeat.com,fyiliving.com,gardeningaustralia.com.au,gizbot.com,healthguru.com,infoworld.com,javaworld.com,langenscheidt.com,lessthan3.com,malwarebytes.org,mayoclinic.com,mcvuk.com,mediaite.com,movies.com,nativeplanet.com,nme.com,ohmyrockness.com,oneindia.com,opendemocracy.net,paleohacks.com,penny-arcade.com,pewforum.org,pewresearch.org,pinknews.co.uk,publicradio.org,quantamagazine.org,runningtimes.com,salemnews.net,si.com,styleite.com,techvert.com,theamericanscholar.org,thecommentator.com,themarysue.com,thetruthaboutcars.com,thewalrus.ca,tomshardware.com,usatoday.com,vetstreet.com,wdcb.org,wimp.com,youbeauty.com###newsletter http://details.com,gossipcop.com,gq.com,salon.com,self.com,soft112.com###newsletter-form http://wbur.org###newsletter-signup-1 http://hardware.info###newsletterForm @@ -15583,6 +16054,7 @@ http://nhs.uk###nhsuk-feedback-banner http://bustedcoverage.com,coed.com###nl-container http://qz.com###nl-form http://africanreporter.co.za,albertonrecord.co.za,alexnews.co.za,barbertontimes.co.za,bedfordviewedenvalenews.co.za,benonicitytimes.co.za,bereamail.co.za,boksburgadvertiser.co.za,brakpanherald.co.za,capricornreview.co.za,carletonvilleherald.com,citybuzz.co.za,comarochronicle.co.za,corridorgazette.co.za,estcourtnews.co.za,eyethunews.co.za,fourwaysreview.co.za,germistoncitynews.co.za,hazyviewherald.co.za,heidelbergnigelheraut.co.za,highvelder.co.za,highwaymail.co.za,joburgeastexpress.co.za,kathorusmail.co.za,kemptonexpress.co.za,kormorant.co.za,krugersdorpnews.co.za,ladysmithgazette.co.za,letabaherald.co.za,maritzburgsun.co.za,midrandreporter.co.za,newcastleadvertiser.co.za,northcliffmelvilletimes.co.za,northcoastcourier.co.za,northeasterntribune.co.za,northernnatalcourier.co.za,northglennews.co.za,parysgazette.co.za,phoenixsun.co.za,potchefstroomherald.co.za,publiceyemaritzburg.co.za,randburgsun.co.za,randfonteinherald.co.za,rekordcenturion.co.za,rekordeast.co.za,rekordmoot.co.za,rekordnorth.co.za,reviewonline.co.za,ridgetimes.co.za,risingsunchatsworth.co.za,risingsunlenasia.co.za,risingsunoverport.co.za,roodepoortnorthsider.co.za,roodepoortrecord.co.za,rosebankkillarneygazette.co.za,sandtonchronicle.co.za,sedibengster.com,southcoastherald.co.za,southcoastsun.co.za,southerncourier.co.za,southlandssun.co.za,sowetourban.co.za,springsadvertiser.co.za,standertonadvertiser.co.za,tembisan.co.za,vaalweekblad.com,vryheidherald.co.za,westside-eldos.co.za,witbanknews.co.za,zululandobserver.co.za###nl-main +http://silicon.co.uk###nl-overlay http://ramblinwreck.com###olark-wrapper http://carsalesbase.com###omnisend-dynamic-container http://regated.com###onesignal-popover-container @@ -15600,6 +16072,7 @@ http://thegolfnewsnet.com###popup-box-gfcr-1 http://space.com,tomshardware.co.uk,tomshardware.com###popup-modal http://worldreligionnews.com###post_footer_promo http://sperry.com,striderite.com###promotionalPopup +http://poolsupplies.com###ps-email-signup http://egmnow.com###pt_dark_over http://blog.intercom.io###pty_pkg http://gearjunkie.com###pu-wrapper @@ -15645,6 +16118,7 @@ http://mentalfloss.com###su-300x150 http://neonnettle.com###subBox http://freshome.com###submit_newsletter http://appstorm.net,artnet.com,beforeitsnews.com,biographile.com,celebrity.red,dailygood.org,digg.com,doctortipster.com,dumblittleman.com,freemake.com,freshtechweb.com,fuelsandlubes.com,heavy.com,leftturn.org,lifehack.org,marineelectronics.com,maximumpc.com,michigandaily.com,nexustabletcentral.com,sfgate.com,stoppress.co.nz,techieapps.com,technostall.com,techsplurge.com,the-scientist.com,theamericanscholar.org,theatlantic.com,thinkprogress.org,tv.com,wakoopa.com,worldwatchmonitor.org,yahoo.com,yibada.com###subscribe +http://awr.org###subscribe-front-page http://abovethelaw.com###subscribe-main http://gossipcop.com###subscribe-message http://cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com###subscribe-modal @@ -15661,6 +16135,7 @@ http://mediapost.com,weta.org###subscribe_form http://diabetesforecast.org###subscribe_main http://nytimes.com###subscribe_mobile_cont http://creation.com###subscribe_options +http://novinite.com###subscribe_smn http://moneysavingmom.com,unz.com###subscribeform http://bizjournals.com###subscriber http://forexpeacearmy.com,musictimes.com###subscription @@ -15721,10 +16196,10 @@ http://narrative.ly##.Signup http://themeditelegraph.com##.SubScr http://thehindubusinessline.com##.Subscribe http://naturalnews.com##.Subscription-Article-Box +http://rt.com##.Subscription-content http://cnbc.com##.WildcardEmbed-wrapper http://languagetool.org##.ZebraDialog http://languagetool.org##.ZebraDialogOverlay -http://thewirecutter.com##._96400a1b.c7a87ec5 http://bmmagazine.co.uk##._dark._inline-form http://sportspromedia.com##._floating-box http://commentarymagazine.com##._form_5 @@ -15737,6 +16212,7 @@ http://politico.com##.actions http://merriam-webster.com##.active-subscribe http://healthgrades.com##.ad-mod + .card-basic http://movieguide.org##.ad_reviews_holder +http://wired.co.uk,wired.com##.advertisement__leaderboard http://findlectures.com,goodnewsnetwork.org,medievalists.net##.af-form-wrapper http://afamilyfeast.com##.afamilyfeast_subscription http://nknews.org##.afterPostForm @@ -15751,6 +16227,7 @@ http://todayonline.com##.article-detail_subscription http://vocativ.com##.article-footer http://newstatesman.com##.article-footer-promotion http://upworthy.com##.article-left-column__item--email-signup +http://futurity.org##.article-signup http://lamag.com,texasmonthly.com##.article-subscription http://gaytimes.co.uk##.article__footer http://classicalite.com##.at-subsc @@ -15788,6 +16265,8 @@ http://newstalkzb.co.nz,radiosport.co.nz##.c-promo http://nature.com##.c-site-messages http://npr.org##.callout http://time.com##.cartoon-newsletter-container +http://classicsdujour.com##.cdj-vip +http://wired.com##.cm-hero-wrapper http://medpagetoday.com##.cme-join http://mercurynews.com##.cmg-mg2bn-collapsed http://cnbctv18.com##.cnbc-news-l @@ -15796,11 +16275,13 @@ http://evolvepolitics.com##.code-block-6 http://shropshirestar.com##.comments-cta http://vogue.com##.component-cnid-modal-backdrop http://vanityfair.com##.component-modal +http://wired.com##.consumer-marketing-unit--display-rail http://moneycontrol.com##.contact http://houseandleisure.co.za##.contact-us http://theneweuropean.co.uk##.container-pencil http://fiercecable.com##.content-subscribe http://asianews.network##.content-subscription +http://theguardian.com##.contributions__epic http://omr.com##.cp-info-bar-wrapper http://zmescience.com##.cp-modal-popup-container http://crainsnewyork.com##.crain-newsletter-v2-wrapper @@ -15817,6 +16298,7 @@ http://classic-trader.com##.cui-lightbox http://classic-trader.com##.cui-lightbox-container http://classic-trader.com##.cui-overlay-shape http://thenation.com##.current-issue +http://thewirecutter.com##.d2db3d8f http://qz.com##.daily-brief-inline http://iol.co.za##.daily-news-signup-form http://onlymyhealth.com##.daily-wellness @@ -15868,7 +16350,7 @@ http://sassyhongkong.com,sassymanila.com##.entry-subscribe http://americanlookout.com##.essbasc-popup http://economist.com##.exit-pop http://jornaldacidadeonline.com.br##.exit-screen -http://online-convert.com,rt.com##.extension-browser +http://online-convert.com,pdf2go.com,rt.com##.extension-browser http://classicalite.com##.f-subscform http://slator.com##.fancybox-desktop http://christianpost.com##.fancybox-iframe @@ -15887,6 +16369,7 @@ http://newsweek.com,thewirecutter.com##.follow http://macrumors.com##.follow-banner http://fool.co.uk##.fool-ecap-type-vanilla http://haymarketbooks.org##.footer--subscribe +http://mediamatters.org##.footer--upper http://thefederalist.com##.footer-email http://sweepstakesfanatics.com##.footer-optin http://thenewslens.com##.footer-right-zone @@ -15896,13 +16379,16 @@ http://indeed.com##.footerJaPromoBubble http://pbs.org##.footer__follow http://newsroom.co.nz##.footer_btn-lg http://nutritioninsight.com##.footer_form_section +http://troyhunt.com##.footer_subscription_block http://onlymyhealth.com##.footer_top http://ftleavenworthlamp.com##.footerdeal http://cnbctv18.com##.footerlinks-rhs http://mygaming.co.za##.form-container +http://cinemablend.com##.form_mailchimp http://algemeiner.com##.formnews http://examine.com##.free_hacks http://politico.com##.friday-cover-sign-up +http://adventistworld.org##.frm_form_fields http://fansided.com,lastnighton.com,netflixlife.com,winteriscoming.net##.fs-daily http://fitbit.com##.ftr-mail-me http://fundable.com##.fundable_newsletter_signup @@ -15940,6 +16426,7 @@ http://guernicamag.com##.homing_wrapper http://hcanews.com##.house300x90 http://thedailymeal.com##.hp-tdm-newsletters-wrapper http://nature.com##.hp-tool-alert +http://sfchronicle.com##.hst-freeform http://competitor.com##.icontact http://maxim.com##.img-responsive http://impactbnd.com##.impactBlogFeed--sidebar-background-color @@ -15959,9 +16446,11 @@ http://newatlas.com##.jqmOverlay http://smarteranalyst.com##.jquery-modal http://cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com##.jquery-modal.blocker http://digg.com##.js--promo-bottom +http://theguardian.com##.js-aside-slot-container http://indiatimes.com##.js-common-hook http://linuxjournal.com##.js-form-item-email http://highya.com##.js-swimingBlock-stoper +http://itweb.co.za##.justify-center.full-width http://countrylife.co.uk##.keystone-newsletter-class http://cointelegraph.com##.l-footer__col_subscription http://legit.ng##.l-header__subscribe @@ -16005,15 +16494,17 @@ http://fiercecable.com##.mktoForm http://cambridge.org##.mod--style1 http://businessoffashion.com,longreads.com,vogue.com,xconfessions.com##.modal http://abc15.com##.modal--content -http://blogtalkradio.com,breakingdefense.com,martechadvisor.com,medicalnewstoday.com,playfield.io,pv-magazine.com##.modal-backdrop +http://blogtalkradio.com,breakingdefense.com,martechadvisor.com,medicalnewstoday.com,playfield.io,poolsupplies.com,pv-magazine.com##.modal-backdrop http://atimes.com,jns.org##.modal-overlay http://blogtalkradio.com##.modal-scrollable http://campaignlive.co.uk##.modalOverlay http://campaignlive.co.uk##.modalWrap http://xconfessions.com##.modal__overlay +http://inverse.com##.modc.nws-ov http://biznews.com##.module-cta http://ibtimes.com##.morning-insights http://rare.us##.move-social__inner +http://motorsport.com##.ms-footer_top http://ft.com##.n-sliding-popup http://nature.com##.nature-briefing http://njtvonline.org##.nav-signup @@ -16031,7 +16522,7 @@ http://weta.org##.news_signup http://la-croix.com##.news_w_02 http://newsbtc.com##.newsform http://dnaindia.com##.newsletTab -http://2gb.com,9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arab24.com,arabnews.com,atimes.com,atlantadailyworld.com,autoguide.com,automotive-fleet.com,autoweek.com,bostonmagazine.com,brooklynbased.com,businessfleet.com,cheapies.nz,chicagodefender.com,clickhole.com,cnet.com,completesportsnigeria.com,complex.com,computerworld.com,consumerreports.org,csoonline.com,defensenews.com,designntrend.com,digiday.com,discoverymedia.com,egyptiangazette.net.eg,elpais.com,emirates247.com,engadget.com,epicurious.com,essentialbaby.com.au,essentialkids.com.au,euractiv.com,eventfinda.co.nz,fashionotes.com,fivethirtyeight.com,fleetfinancials.com,geek.com,gizchina.com,goodfood.com.au,goodnet.org,government-fleet.com,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,healthday.com,hellomagazine.com,higherperspectives.com,hightimes.com,hodinkee.com,hottopics.ht,huffingtonpost.com,indypendent.org,infoq.com,infoworld.com,investopedia.com,israeltoday.co.il,itechpost.com,itworld.com,javaworld.com,jewishjournal.com,jns.org,jstor.org,kpfa.org,lctmag.com,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,massivesci.com,maxim.com,michiganchronicle.com,muckrock.com,multichannel.com,muslimnews.co.uk,nationalinterest.org,ndtv.com,nerve.com,networkworld.com,newframe.com,newpittsburghcourier.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,presstv.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,schoolbusfleet.com,screencrush.com,silicon.co.uk,singularityhub.com,slate.com,speedcafe.com,stylecaster.com,swingbyswing.com,talkandroid.com,techbeat.com,techly.com.au,techtimes.com,the-star.co.ke,thebaffler.com,thedailybeast.com,thedrinknation.com,theepochtimes.com,themeshreport.com,thenevadaindependent.com,thenextweb.com,theregister.co.nz,theregister.co.uk,thetruthaboutcars.com,topdocumentaryfilms.com,travelweekly.com,truckinginfo.com,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,weeklystandard.com,wgnamerica.com,wikitribune.com,worktruckonline.com,yahoo.com##.newsletter +http://2gb.com,9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arab24.com,arabnews.com,atimes.com,atlantadailyworld.com,autoguide.com,automotive-fleet.com,autoweek.com,bostonmagazine.com,brooklynbased.com,businessfleet.com,cheapies.nz,chicagodefender.com,clickhole.com,cnet.com,completesportsnigeria.com,complex.com,computerworld.com,consumerreports.org,csoonline.com,defensenews.com,designntrend.com,digiday.com,discoverymedia.com,elpais.com,emirates247.com,engadget.com,epicurious.com,essentialbaby.com.au,essentialkids.com.au,euractiv.com,eventfinda.co.nz,fashionotes.com,fivethirtyeight.com,fleetfinancials.com,geek.com,gizchina.com,goodfood.com.au,goodnet.org,government-fleet.com,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,healthday.com,hellomagazine.com,higherperspectives.com,hightimes.com,hodinkee.com,hottopics.ht,huffingtonpost.com,indypendent.org,infoq.com,infoworld.com,investopedia.com,israeltoday.co.il,itechpost.com,itworld.com,javaworld.com,jewishjournal.com,jns.org,jstor.org,kpfa.org,lctmag.com,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,massivesci.com,maxim.com,michiganchronicle.com,muckrock.com,multichannel.com,muslimnews.co.uk,nationalinterest.org,ndtv.com,nerve.com,networkworld.com,newframe.com,newpittsburghcourier.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,presstv.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,schoolbusfleet.com,screencrush.com,silicon.co.uk,singularityhub.com,slate.com,speedcafe.com,stylecaster.com,swingbyswing.com,talkandroid.com,techbeat.com,techly.com.au,techtimes.com,the-star.co.ke,thebaffler.com,thedailybeast.com,thedrinknation.com,theepochtimes.com,themeshreport.com,thenevadaindependent.com,thenextweb.com,theregister.co.nz,theregister.co.uk,thetruthaboutcars.com,topdocumentaryfilms.com,travelweekly.com,truckinginfo.com,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,weeklystandard.com,wgnamerica.com,wikitribune.com,worktruckonline.com,yahoo.com##.newsletter http://foodandwine.com,golf.com,health.com,realsimple.com,southernliving.com,travelandleisure.com##.newsletter-callout http://alarabiya.net,businesstimes.com.sg,commondreams.org,economist.com,foxnews.com,techly.com.au,thefiscaltimes.com##.newsletter-form http://beinsports.com##.newsletter-header @@ -16083,6 +16574,7 @@ http://primagames.com##.panel-primary http://pedestrian.tv##.panel-signup-footer http://livescience.com,space.com##.partner-banner http://patheos.com##.patheos-newsletter-mod-rail +http://vanityfair.com,wired.com##.paywall-bar--visible http://dbknews.com##.pb-f-global-mailchimp-signup http://theglobeandmail.com##.pb-f-marketing-container-placeholder http://washingtonpost.com##.pb-f-page-follow-instream @@ -16099,6 +16591,7 @@ http://businessinsider.com##.popup-wrapper http://srnnews.com##.popup_overlay http://yesmagazine.org##.portlet-static-give-gifts-banner-ad http://venturebeat.com##.post-boilerplate +http://simpleflying.com##.post-subscribe http://nerdfitness.com##.post_end http://foreigndesknews.com##.post_mail http://windsorstar.com##.postmedia_news_alerts @@ -16133,12 +16626,15 @@ http://bildderfrau.de##.remodal-overlay[style="display: block;"] http://usnews.com##.reveal-modal http://mindbodygreen.com,sidereel.com,sojo.net,usnews.com,wellandgood.com##.reveal-modal-bg http://legalsportsreport.com,onlinepokerreport.com##.ribbon +http://stockhouse.com##.rightTrueSidebar http://tweaktown.com##.right_subscribe http://1015soul.com,927theblock.com,92q.com,955thelou.com,boomcolumbus.com,boomindy.com,boomphilly.com,cassiuslife.com,espnrichmond.com,foxync.com,hellobeautiful.com,hiphopnc.com,hot1041stl.com,hot963.com,hothiphopdetroit.com,hotspotatl.com,ipowerrichmond.com,joycolumbus.com,kissdetroit.com,kissrichmond.com,kysdc.com,magicbaltimore.com,majic945.com,majicatl.com,mybaltimorespirit.com,myboomatl.com,mycolumbusmagic.com,mycolumbuspower.com,myhoustonmajic.com,mymajicdc.com,mypraiseatl.com,myspiritdc.com,newsone.com,newstalkcleveland.com,oldschool1053.com,praise1027detroit.com,praisebaltimore.com,praisecharlotte.com,praisecleveland.com,praisedc.com,praisehouston.com,praiseindy.com,praisephilly.com,radionowhouston.com,radionowindy.com,rnbcincy.com,rnbphilly.com,thebeatdfw.com,theboxhouston.com,thelightnc.com,tlcnaptown.com,wiznation.com,wolbbaltimore.com,woldcnews.com,wzakcleveland.com,zhiphopcleveland.com##.sailthru http://blackamericaweb.com,metro.co.uk,thepoliticalinsider.com##.sailthru-signup-widget +http://medicinenet.com##.sc-modal http://nationalreview.com##.scrolling-share http://thejc.com##.section-subscribe http://sega.co.uk##.sega-central-newsletter +http://searchenginejournal.com##.sej-subscribe-form http://boingboing.net##.separator http://asianjournal.com##.sgpb-popup-overlay http://androidauthority.com##.shadowed[style="width: 320px;"] @@ -16152,10 +16648,12 @@ http://fightthenewdrug.org##.sidebar-sign-the-pledge http://thesaturdaypaper.com.au##.sidebar-sticky--briefing http://food52.com##.sidebar__mailing-list http://pbs.org##.sidebar__subscribe +http://masterinvestor.co.uk##.sidebar_nl http://thenation.com##.siderail__item http://theaustralian.com.au##.sign-me-up http://ozy.com,politico.com,theatlantic.com##.sign-up http://viralnova.com##.sign-up-box +http://monocle.com##.sign-up-container http://dailysurge.com,therealside.com##.sign-up-form http://jpost.com##.sign-up-wrap http://americamagazine.org,cnet.com##.signUp @@ -16165,9 +16663,11 @@ http://newscientist.com##.signpost http://armytimes.com,breakingisraelnews.com,defensenews.com,gigaom.com,motorsportweek.com,mumbrella.com.au,quantamagazine.org,screeninnovations.com,stellar.ie,thecourier.co.uk,viralnova.com##.signup http://searchenginewatch.com##.signup-banner http://mrctv.org##.signup-block +http://gfycat.com##.signup-call-to-action http://standard.co.uk##.signup-comp http://vouchercodes.co.uk##.signup-custom http://xbiz.com##.signup-form +http://futurity.org##.signup-section http://clashdaily.com##.signup1 http://wbez.org##.signup_email http://oilprice.com##.signup_iframe @@ -16202,7 +16702,8 @@ http://fansided.com,lastnighton.com,netflixlife.com,winteriscoming.net##.sub-foo http://irishtimes.com##.sub-prompt http://investmentnews.com##.subPopupTop http://stlucianewsonline.com##.subscr -http://al-shabaka.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,blackagendareport.com,boardingarea.com,briefly.co.za,businesstech.co.za,caloriesecrets.net,catonmat.net,cbn.com,cheeserank.com,chicagomag.com,classicalite.com,cnet.com,dailycaller.com,dailyfeed.co.uk,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,freshersworld.com,fromthegrapevine.com,gellerreport.com,gimmesomeoven.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.com,infowars.com,intoday.in,intomobile.com,irishpost.com,labnol.org,lamag.com,laweekly.com,list25.com,livescience.com,messynessychic.com,miaminewtimes.com,mumbrella.com.au,mybroadband.co.za,mygaming.co.za,naij.com,naija.ng,nationalgeographic.com,ndtv.com,newatlas.com,news.usc.edu,newsarama.com,newsclick.in,newsroom.co.nz,nymag.com,outerplaces.com,pando.com,pandodaily.com,parentherald.com,pba.org,pedestrian.tv,people.com,petapixel.com,phonearena.com,politicsweb.co.za,poundsterlinglive.com,propertyobserver.com.au,rabble.ca,rbth.com,readwriteweb.com,recipetineats.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,stream.org,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theaircurrent.com,theatlantic.com,thecollegefix.com,thefinancialbrand.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,trust.org,tuko.co.ke,tutsplus.com,tv.com,twice.com,udreview.com,upworthy.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe +http://al-shabaka.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,blackagendareport.com,boardingarea.com,briefly.co.za,broadwayworld.com,businesstech.co.za,caloriesecrets.net,catonmat.net,cbn.com,cheeserank.com,chicagomag.com,classicalite.com,cnet.com,dailycaller.com,dailyfeed.co.uk,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,freshersworld.com,fromthegrapevine.com,gellerreport.com,gimmesomeoven.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.com,infowars.com,intoday.in,intomobile.com,irishpost.com,labnol.org,lamag.com,laweekly.com,list25.com,livescience.com,messynessychic.com,miaminewtimes.com,mumbrella.com.au,mybroadband.co.za,mygaming.co.za,naij.com,naija.ng,nationalgeographic.com,ndtv.com,newatlas.com,news.usc.edu,newsarama.com,newsclick.in,newsroom.co.nz,nymag.com,outerplaces.com,pando.com,pandodaily.com,parentherald.com,pba.org,pedestrian.tv,people.com,petapixel.com,phonearena.com,politicsweb.co.za,poundsterlinglive.com,propertyobserver.com.au,rabble.ca,rbth.com,readwriteweb.com,recipetineats.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,stream.org,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theaircurrent.com,theatlantic.com,thecollegefix.com,thefinancialbrand.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,trust.org,tuko.co.ke,tutsplus.com,tv.com,twice.com,udreview.com,upworthy.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe +http://digg.com##.subscribe-bar http://breakingnews.ie##.subscribe-box-articles http://albawaba.com,rt.com,sport360.com##.subscribe-btn http://middleeastmonitor.com##.subscribe-container @@ -16225,7 +16726,7 @@ http://medicaldaily.com##.subscribe-to http://icepop.com##.subscribe__wrapper http://optimumenergy.com##.subscribe_content http://mobilemarketingmagazine.com##.subscribe_section_wrap -http://myspace.com##.subscriber +http://brooklynpaper.com,myspace.com##.subscriber http://blavity.com##.subscriber_widget http://telecomtalk.info##.subscribing http://techshout.com##.subscribition @@ -16248,11 +16749,13 @@ http://billboard.com##.top-cover-image http://thrillist.com##.top-header http://thenation.com##.tout http://independent.co.uk##.tp-active +http://tp-link.com##.tp-follow-container http://independent.co.uk##.tp-modal http://trustedreviews.com##.tr-newsletter-email-signup http://baltimoresun.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,latimes.com,mcall.com,orlandosentinel.com,redeyechicago.com,southflorida.com##.trb_nls_c http://newsweek.com##.trial-link http://gomechanicalkeyboard.com##.tve-leads-widget +http://nzherald.co.nz##.tw-Desktop http://fortune.com##.two_ad http://iclg.co.uk,nutritioninsight.com,ptitchef.com##.ui-dialog http://bestreviews.com,nutritioninsight.com,pastemagazine.com,ptitchef.com,sperry.com,striderite.com##.ui-widget-overlay @@ -16335,15 +16838,10 @@ http://thetech.com###rss http://newswars.com##.btn-warning http://rudaw.net##.icSubscribe http://breitbart.com##.rs -http://afp.com,africacheck.org,bdnews24.com,breitbart.com,chronicle.co.zw,cruisemapper.com,dailystar.co.uk,inneram.com,itu.int,mailchi.mp,marketing-interactive.com,ndtv.com,oki.com,themeditelegraph.com,thetruthaboutcars.com,tokiomarinehd.com,wnd.com##.rss +http://afp.com,africacheck.org,bdnews24.com,breitbart.com,chronicle.co.zw,cruisemapper.com,inneram.com,itu.int,mailchi.mp,marketing-interactive.com,ndtv.com,oki.com,themeditelegraph.com,thetruthaboutcars.com,tokiomarinehd.com,wnd.com##.rss http://africacheck.org,independent.com.mt,monthlyreview.org,telekom.com,thetruthaboutcars.com##.subscribe http://rt.com##.top-menu_feed http://majornelson.com##.widget_mn_speedbump_rss -http://livejapan.com###ptcd_modal_dialog -http://google.com###pushdown -http://fiercecable.com###pusher-ad -http://9to5google.com,9to5mac.com,electrek.co##.push-notify -http://food.com##.pushdown-message http://chinadailyasia.com###Backtop http://mitsubishicorp.com###GoTop http://asahi.com,voicesevas.ru###ToTop @@ -16367,8 +16865,8 @@ http://thecommentator.com###go_to_top http://cri.cn###goup http://mitsui.com###js_globalFooterButtonTop http://visitcalifornia.com###link-top +http://jefftucker.org###ma-pagetop http://whtop.com###menu-back -http://weeklyxpose.co.za###mt-scrollup http://afamilyfeast.com###myBtn http://casio-europe.com,konami.com###page-top http://cnet.com,macromill.com,mhi.com,oki.com,smbc.co.jp,smfg.co.jp,smth.jp###pageTop @@ -16384,13 +16882,14 @@ http://arcady.tv###scroll-down http://toggle.sg###scroll-top-button http://indiatimes.com,marketbusinessnews.com,philstar.com###scrollTop http://vosizneias.com###scroll_top +http://weathernationtv.com###scroller http://miui.com,mytheresa.com###scrolltop http://narita-transit-program.jp###site-scrolltop http://irusa.org###slide_top http://oneplus.com###sticky-tools-btn http://bbgsite.com###tipGoTop http://popmythology.com###toTop -http://bd.com,howtogermany.com,liveleak.com###top +http://bd.com,howtogermany.com,livelaw.in,liveleak.com###top http://staradvertiser.com###top-anchor http://angelshack.co.za,motorscribes.com###top-link http://countdown.co.nz,crime-stoppers.org###top-link-block @@ -16414,6 +16913,7 @@ http://denso.com##.Pagetop http://mercedes-benz.com.au##.aem--return-to-viewport-top__link http://analdin.com,reverbpress.com##.arrow-up http://goafricaonline.com##.arrow-up-container +http://thenassauguardian.com##.arrow_carrot-2up http://sputniknews.com##.arrowup http://gadgetreview.com##.back-top http://zte.com.cn##.back_top @@ -16469,6 +16969,7 @@ http://hotpepper-gourmet.com##.pageTopButton http://global.hisamitsu##.page_top http://emb-japan.go.jp,jtbcorp.jp##.pagetop http://oki.com##.pagetopInner +http://simpleflying.com##.pk-icon-up http://sexuria.com##.pull-right http://communist-party.org.uk##.rt-totop http://nexusmods.com##.scroll @@ -16499,7 +17000,7 @@ http://expressnews.com,guardian.ng,houstonchronicle.com,orthochristian.com,peuge http://gagasiradio.fm##.topper http://godofnews.com,rpnewswire.com,waarmedia.com##.toup http://katestube.com,link11.com,picardirebel.co.za##.up -http://xhamster.com,xhamster.one##.up-arrow +http://xhamster.com,xhamster.desi,xhamster.one##.up-arrow http://crimerussia.com##.up-btn http://epicgames.com##.up-button http://webuycars.co.za##.up-scroll @@ -16559,6 +17060,16 @@ http://broadwayworld.com##.widget-subscribe http://stereogum.com##.zergnet-holder http://newyorker.com##div[class^="NewsletterSubscribe_"] http://buzzfeed.com##div[id^="mod-newsletter-signup-"] +http://kizi.com###kizi-popover-dialog +http://livejapan.com###ptcd_modal_dialog +http://google.com###pushdown +http://fiercecable.com###pusher-ad +http://chicagotribune.com##.met-flyout +http://annahar.com##.notifications-overlay +http://9to5google.com,9to5mac.com,electrek.co##.push-notify +http://food.com##.pushdown-message +http://thechivery.com##.wheelio_holder +http://schufa.de###AC_layout http://pcb.cc###Cntnr6 http://softwares-serials.in###FTslide http://x17online.com###Facebook @@ -16723,7 +17234,6 @@ http://qoshe.com###hit http://ibm.com###ibm-social-tools http://beautifuldecay.com,celebdirtylaundry.com,etonline.com###icons http://iijiij.com###iij-share-story-large -http://play4movie.com###ilike_overlayer http://shared.com###intro http://uniladmag.com###itro_opaco http://uniladmag.com###itro_popup @@ -16780,6 +17290,7 @@ http://ctnewsjunkie.com###nj-soc-bar-left http://produktywnie.pl###olussierfsp_likebox-3 http://therichest.com###openFollow http://lyricsmania.com###overlay +http://fia.com###page-pre-footer http://mondediplo.com###partage http://toofab.com###photo-sharing http://dw.com###pictureteaser_43842080 @@ -16826,6 +17337,7 @@ http://cwseed.com,wonderingsound.com###sharetools http://500px.com,dearblankpleaseblank.com,groundup.org.za,jpost.com,lumension.com,sciencedaily.com,techsplurge.com###sharing http://treehugger.com###sharing-tools http://cwtv.com###shr +http://howwebiz.ug###shrul http://perezhilton.com###side-follow http://tasteofhome.com###sideExpandAd http://bozemandailychronicle.com###side_icons @@ -16855,7 +17367,7 @@ http://prlog.org###smx http://prlog.org###smx2 http://worldreview.info###sn http://play-asia.com###soc -http://amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social +http://amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,classicreload.com,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social http://christianpost.com###social-apps http://animenewsnetwork.com###social-bookmarks http://cafemom.com###social-comment @@ -16933,15 +17445,18 @@ http://aboutamazon.co.uk,aboutamazon.com,latimes.com,sandiegouniontribune.com##. http://washingtonexaminer.com,weeklystandard.com,wgbh.org##.ArticlePage-actions http://yahoo.com##.Btn-t http://comicbookmovie.com##.CBMFollow +http://alwaght.com##.FollowLinks http://techimperia.com##.FooterLeft.paddingright0 http://quora.com##.FooterSignupForm http://cnn.com##.Footer__aside http://socialblade.com##.GoogleButton http://thegrio.com##.Modal +http://alwaght.com##.NewSoial http://weeklystandard.com##.Page-social http://forbesafrica.com##.Post-metaHead--right http://apartmenttherapy.com,thekitchn.com##.Post__action http://ehow.com##.RightRailPromo +http://rt.com##.RotatorBanner-root http://israelnationalnews.com,reddit.com##.Share http://scan.co.uk##.ShareWith http://avon.com,businessinsider.com,designboom.com,highstakesdb.com,hurriyetdailynews.com,revision3.com##.Social @@ -16958,6 +17473,7 @@ http://buzzfeed.com,marriott.com##.action-bar http://slideshare.net##.action-btns-container http://linkfm.co.za,proactiveinvestors.co.uk,rfi.fr##.actions http://goodnet.org##.activity +http://metro.co.uk##.ada-banner-container http://askmen.com##.addThis http://christiannews.net##.adrand http://internationalsocialist.org##.adv-icon-wrap @@ -16987,6 +17503,7 @@ http://jpost.com##.article-top-box-data-print-icon http://nationalreview.com##.article-utility-nav http://militarywatchmagazine.com##.articleButtons http://parent24.com##.articleExtras2 +http://sputniknews.com##.article__google-news http://salemnews.net##.article_details_icons http://goodnet.org##.article_like http://nybooks.com##.article_toolbar @@ -17151,7 +17668,7 @@ http://shoutmeloud.com##.floaticons http://remezcla.com##.floating-menu http://etfdailynews.com##.floating-menuG http://ryot.org##.floating_ryot_share -http://alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow +http://alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tribuneindia.com,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow http://aikenstandard.com##.follow-aiken-standard http://aol.com##.follow-aol http://breakingnews.ie##.follow-bn @@ -17185,6 +17702,7 @@ http://frommers.com,hardees.com,lineageos.org,westpac.com.au##.footer-icons http://camsoda.com##.footer-left http://chinafile.com##.footer-links http://newtimes.co.rw,repsol.com##.footer-media +http://trustedreviews.com##.footer-menu--icons http://meteoblue.com##.footer-options http://f1i.com##.footer-right http://india.com##.footer-sc @@ -17256,7 +17774,6 @@ http://essence.com,etonline.com,utne.com##.icon-bar http://ted.com##.icon-center http://cookieandkate.com##.icon-font http://nextbigfuture.com##.icon-g -http://marketingpilgrim.com##.icon-li http://insta360.com##.icon-list http://ticketmaster.ca##.icon-list-container http://justicenetworktv.com##.icon-list-header @@ -17298,6 +17815,7 @@ http://bleacherreport.com##.jqmOverlay http://bleacherreport.com##.jqmWindow http://kdnuggets.com##.kd_bottom http://francemusique.com##.keep-in-touch-blocks +http://fruitnet.com##.keep_informed http://npg.org.uk##.keepintouch http://kernelmag.com##.kernel-social-links http://sfglobe.com##.kfm_dialog @@ -17397,6 +17915,7 @@ http://odt.co.nz##.pane-odt-social-odt-social-rsb http://ivillage.com##.pane-top-repins http://ibb.co##.panel-sh-networks http://mondediplo.com##.partage +http://michiganradio.org##.partner-logos http://whoer.net##.partners http://patreon.com##.patreon-footer-component--link http://post-gazette.com##.pgevoke-story-socialbuttons-facebook @@ -17478,7 +17997,7 @@ http://artstation.com##.sh-buttons http://pixxxels.cc,postimg.cc##.sh-link http://dailysabah.com##.shB http://toothpastefordinner.com##.shadow[style="margin-top: 0px; width: 500px; height: 25px; background-color:#cccccc; padding-top: 1px;"] -http://3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share +http://3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,sonyliv.com,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videocelts.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share http://ausdroid.net##.share-ausdroid http://tvline.com##.share-comment http://nymag.com##.share-link @@ -17529,11 +18048,11 @@ http://designntrend.com##.soc_box http://onlineprnews.com##.soc_box[style=" margin-bottom:10px; border:solid 1px #EEEEEE; clear:both"] http://phonenum.info##.soc_buttons http://stephaniemiller.com##.socai-widget -http://3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,globalnews.ca,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social +http://3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,armageddonexpo.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,file-up.org,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,masterinvestor.co.uk,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,radio.cz,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social http://tgdaily.com##.social-actions http://marketplace.org##.social-bottom http://voiceofsandiego.org##.social-cell -http://dibujos.net##.social-container +http://dibujos.net,time.com##.social-container http://fujitsu.com##.social-content http://topmarks.co.uk##.social-game http://jns.org##.social-help @@ -17568,8 +18087,8 @@ http://lds.org##.spark-content-actions http://wnd.com##.specific-social http://ew.com##.spot-im-ltr http://newsbomb.gr##.spread-links -http://lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-bg -http://lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-box +http://2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-bg +http://2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-box http://thestack.com##.spu-float-left http://virgin.com##.ss-cnnct http://olympicchannel.com##.ssba @@ -17587,6 +18106,7 @@ http://msn.com##.stbp-topWidget http://urbanghostsmedia.com,wegotserved.com##.stf http://droid-life.com##.sticky http://upworthy.com##.sticky-bar--bottom +http://broadway.com##.sticky-footer http://nmpoliticalreport.com##.sticky-footer-holder http://metro.us,newtimes.co.rw##.sticky-media http://hellou.co.uk##.sticky-nav @@ -17740,7 +18260,6 @@ http://commandandconquer.com##[title="Facebook"] http://afterdawn.com##[title="Follow AfterDawn at Facebook"] http://cosmosmagazine.com##[title="Follow COSMOSmagazine on Twitter"] http://nytimes.com##a[aria-label="Email"] -http://time.com##a[class][href="#"] http://tweaktown.com##a[class^="s-header-icon-"] http://engadget.com##a[data-engadget-popname="engadget_share"] http://time.com##a[href*="social-share-article"] @@ -17770,6 +18289,7 @@ http://la-croix.com##div[class^="follow_"] http://engadget.com##div[class^="o-social_nav"] http://today.com##div[class^="share_"] http://dailymail.co.uk,thisismoney.co.uk##div[class^="socialContainer-"] +http://fortune.com##div[class^="socialList_"] http://nbcnews.com##div[class^="socialShareWrapper_"] http://androidheadlines.com##div[class^="socialShare_"] http://reuters.com##div[class^="social_"] @@ -17809,6 +18329,7 @@ http://abc.net.au##img[alt="News Podcasts"] http://abc.net.au##img[alt="Start a chat with ABC News on Facebook Messenger"] http://suberapps.com##img[title="Follow @SUBERAPPS on Twitter!"] http://cgeyeltd.com##img[width="32"][height="32"] +http://discord.me##li.menu-link.d-xl-inline-block http://theguardian.com##li[data-link-name="icon-share"] http://universityherald.com##p[style="float:left; margin-right:20px; font-weight: bold;font-size: 11pt;"] http://designntrend.com,fashionnstyle.com,gamenguide.com,kpopstarz.com,newseveryday.com,parentherald.com##p[style="float:left; width:250px; margin-right:15px; font-weight: bold;font-size: 11pt;height: 21px;"] @@ -17908,6 +18429,10 @@ http://clashdaily.com##.large-share-bar-container http://desertsun.com##.lf-social-bookmarks http://computerworld.com.au,cso.com.au##.lo-header_social http://desertsun.com##.longform-share-wrapper +http://history.com##.m-header--social-nav +http://history.com##.m-social--facebook +http://history.com##.m-social--pinterest +http://history.com##.m-social--twitter http://nme.com##.menu-social-container http://crackberry.com,imore.com##.mn_mbn_share http://huffingtonpost.co.uk##.mod-follow @@ -17930,7 +18455,7 @@ http://history.com##.section-social-list http://huffingtonpost.co.uk,huffingtonpost.com,tomshardware.co.uk,tomshardware.com##.share-bar http://huffingtonpost.com##.share-bar-highlight http://thefreedictionary.com##.share-block -http://financialpost.com,investopedia.com,nationalpost.com##.share-button +http://financialpost.com,investopedia.com,nationalpost.com,trustedreviews.com##.share-button http://gsmarena.com##.share-buttons http://viralnova.com##.share-container http://last.fm##.share-desktop @@ -17991,6 +18516,7 @@ http://allmusic.com##.social-nav http://thefreedictionary.com##.social-networks http://tomshardware.co.uk,tomshardware.com##.social-promote-box http://gsmarena.com,ibtimes.co.uk,infowars.com,mensxp.com,naasongs.com,sidereel.com##.social-share +http://trustedreviews.com##.social-share--sticky http://mtlblog.com##.social-share-bar http://lifewire.com##.social-share-block http://menshealth.com,runnersworld.com,womenshealthmag.com##.social-share-button @@ -18042,18 +18568,20 @@ http://kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sixx.de##[name= http://autobild.de,ndtv.com##a[href^="https://plus.google.com/share?url="] http://jman.tv###ActionBar http://sausageandciderfestival.co.uk###CC_Bar -http://ambulance-photos.com,bus-and-coach-photos.com,campervan-photos.com,classic-and-vintage-cars.com,construction-and-excavation.com,dream-car-photos.com,fire-engine-photos.com,forklift-photos.com,hotrods-customcars.com,military-vehicle-photos.com,motorcycles-motorbikes.com,oilrig-photos.com,planesandchoppers.com,police-car-photos.com,racing-car-photos.com,shipsandharbours.com,taxi-photos.com,traction-engines.net,tractor-photos.com,train-photos.com,transport-models.com,truck-photos.net,vehicle-livery.net,yourboatphotos.com###CQ +http://ambulance-photos.com,bus-and-coach-photos.com,campervan-photos.com,classic-and-vintage-cars.com,construction-and-excavation.com,dream-car-photos.com,fire-engine-photos.com,forklift-photos.com,hotrods-customcars.com,military-vehicle-photos.com,motorcycles-motorbikes.com,oilrig-photos.com,planesandchoppers.com,racing-car-photos.com,shipsandharbours.com,taxi-photos.com,traction-engines.net,tractor-photos.com,train-photos.com,transport-models.com,truck-photos.net,vehicle-livery.net,yourboatphotos.com###CQ http://nymity.com###CookieAcceptSubLayout1_cookiesmessageshown http://aberdeenplumberservices.co.uk,firstcallmotorbreakdown.co.uk,pattheduck.com###FISLCC http://megabus.com###GB_overlay http://bit-tech.net,pratt.edu###GDPR http://mappy.com###IndexView-first-visit +http://atom8.com###LandingPopUp http://uk.yahoo.com###Main > .windowshade:first-child http://yahoo.com###Overlay-1-Nagbar http://provantage.com###PP http://brookes.ac.uk###PopUp http://telkom.co.za###PrivacyNotice http://channelregister.co.uk,theregister.co.uk###RegCCO +http://king.com###SiteMessages http://valleyvet.com###ToU_float http://postojnska-jama.eu###\5f iCD http://warnerbros.fr###_EAPM @@ -18088,6 +18616,7 @@ http://awwapp.com###bottom-notification http://gamelink.com###bottomAlert http://alternativeto.net###bottomNotifier http://litmind.com###bottom_notice +http://freemake.com###bottombar http://mercedes-benz.com###cLayer http://netcarshow.com###cNag http://mercedes-benz.com###cPageOverlay @@ -18103,6 +18632,7 @@ http://rohan.co.uk###ccpop http://extrahw.com###cfooter http://polygon.com,recode.net,vox.com###chorus_notifiations http://qz.com###chyron +http://hofner.com###ck-overlay http://cbfhydraulic.com,marasrl.it###ckInfo http://wowza.com###ck_pu http://panoramicearth.com###cklbox @@ -18116,28 +18646,30 @@ http://evaair.com,play.tv###colorbox http://shadertoy.com###compliance http://msn.com###conditionalbanner http://alarabiya.net,find-dvd.co.uk,ft.com,heathrowexpress.com,holition.com###consent +http://netcraft.com###consent-form http://c21stores.com###consent-tracking http://predesto.com###consent-wrapper http://eurosport.com###container-notifications http://decathlon.co.uk###container-screen http://tinder.com###content > span > .App > div[class*="Start"] http://wotinfo.net###coo -http://alcoholics-anonymous.org.uk###cook -http://add0n.com,aflite.co.uk,aon.com,atom42.co.uk,bakersmall.co.uk,bbvonline.net,betradar.com,bookingsouthtyrol.com,boscolohotels.com,boxnation.com,eqavet.eu,essentraextrusion.eu,flexerasoftware.com,fremantlemedia.com,gulfstream.com,iadvize.com,keyboardco.com,kicc.org.uk,lonewolfonline.net,nspcc.org.uk,oilplusltd.com,onenessscotland.org,pentagon-group.co.uk,prestashop.com,pretix.eu,priorygroup.com,rodacciai.fr,simmons-simmons.com,stiripesurse.ro,technutty.co.uk,thebmc.co.uk,toomeymotorgroup.co.uk,tutsandtips.com,unsee.cc,wheatley-group.com,zbmath.org###cookie -http://anpost.ie,any.run,aquariumforums.co.uk,arag.com,atleticodemadrid.com,ayraviation.com,bl.uk,canadiansolar.com,celulares.com,cifas.org.uk,coinsofhope.eu,educalingo.com,eitb.eus,emrf.eu,emunewz.net,eporner.com,feyenoord.com,film-news.co.uk,forbiddenplanet.co.uk,fulltilt.com,globalpetrolprices.com,gpstraining.co.uk,harper-adams.ac.uk,history.bnpparibas,homecinemachoice.com,humbersideairport.com,ibeesoft.com,inmobi.com,irishjobs.ie,iso-chemie.eu,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,mareespeche.com,metbiocat.eu,noisli.com,panfurware.com,phonearena.com,picload.org,pokernews.com,police.uk,premiumcredit.co.uk,private.com,proteum.co.uk,puromarketing.com,rdnester.eu,rotterdam.info,scl.org,studentski.net,tablademareas.com,tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw,the-tls.co.uk,theatre-news.com,tsb.co.uk,wsws.org,xnostars.com###cookies +http://alcoholics-anonymous.org.uk,cryps.info###cook +http://add0n.com,aflite.co.uk,aon.com,atom42.co.uk,bakersmall.co.uk,bbvonline.net,betradar.com,bookingsouthtyrol.com,boscolohotels.com,boxnation.com,e-doggy.com,eqavet.eu,essentraextrusion.eu,flexerasoftware.com,fremantlemedia.com,gulfstream.com,iadvize.com,keyboardco.com,kicc.org.uk,lonewolfonline.net,nspcc.org.uk,oilplusltd.com,onenessscotland.org,pentagon-group.co.uk,prestashop.com,pretix.eu,priorygroup.com,rodacciai.fr,sainsburysenergy.com,simmons-simmons.com,stiripesurse.ro,technutty.co.uk,thebmc.co.uk,toomeymotorgroup.co.uk,tutsandtips.com,tvcorner.com,unsee.cc,wheatley-group.com,zbmath.org###cookie +http://anpost.ie,any.run,aquariumforums.co.uk,arag.com,atleticodemadrid.com,ayraviation.com,bl.uk,canadiansolar.com,celulares.com,cifas.org.uk,coinsofhope.eu,educalingo.com,eitb.eus,emrf.eu,emunewz.net,eporner.com,feyenoord.com,film-news.co.uk,forbiddenplanet.co.uk,fulltilt.com,globalpetrolprices.com,gpstraining.co.uk,harper-adams.ac.uk,history.bnpparibas,homecinemachoice.com,humbersideairport.com,ibeesoft.com,inmobi.com,irishjobs.ie,iso-chemie.eu,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,mareespeche.com,metbiocat.eu,noisli.com,panfurware.com,phonearena.com,picload.org,playclassic.games,pokernews.com,police.uk,premiumcredit.co.uk,private.com,proteum.co.uk,puromarketing.com,rdnester.eu,rotterdam.info,scl.org,studentski.net,tablademareas.com,tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw,the-tls.co.uk,theatre-news.com,tsb.co.uk,wsws.org,xnostars.com###cookies http://patience-is-a-virtue.org###copy > p -http://dsm.com,tesco.ie###cp +http://dsm.com,ortograf.ws,tesco.ie###cp http://streamlivesex.com###cp-wrapper http://mapal.com###ctrlck http://droidchart.com,routerchart.com###cw http://dexigner.com###cwarn -http://dappertogs.co.uk###d-notification-bar +http://wsj.com###cx-notification http://racquetballwarehouse.com,rogerfederer.com###data_protection http://corso-saunamanufaktur.com,schaeffler.com###dataprotection http://debenhams.com###debCNwrap http://tunngle.net###delirioBiscottoso -http://paradoxplaza.com###disablingDiv +http://binary.com###dialog_notification http://biodiv.be,bitmoji.com,clementoni.com,decisiondeskhq.com,greybox.com,liveradio.ie,snp.org,volksbuehne.berlin###disclaimer +http://ebu.ch###disclamerContainer http://goccl.co.uk###divMessage http://giftsandcare.com###divbottom http://tenerife-guided-walks.com###dmPopup @@ -18147,8 +18679,8 @@ http://fool.co.uk###dogfish http://aeriagames.com###dp2018dialog http://hetzner.com###dpi-banner http://drupal.org###drupalorg-crosssite-gdpr -http://shatter-box.com###elGuestTerms http://complex.com###eucn +http://abetterrouteplanner.com###eula-div http://tartybikes.co.uk###eureg http://eplan.at,eplan.ch,eplan.co.uk,eplan.de,eplan.es,eplan.hr###fancybox-overlay http://eplan.at,eplan.ch,eplan.co.uk,eplan.de,eplan.es,eplan.hr###fancybox-wrap @@ -18161,7 +18693,9 @@ http://dlford.io###floating-footer http://tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw###floating-header http://yodiz.com###footMsgYodiz http://motorsport.com###footer +http://frosmo.com###frosmoPopup http://teamcoco.com###ft +http://play.google.com###gb > div[style*="background-color"] http://lloyd.com###globalerror http://draeger.com###globalnotification http://mercateo.com###header-popup-info @@ -18185,6 +18719,7 @@ http://gmatclub.com###invisiblediv http://itv.com###itv-glob-cookie-policy-holder http://classic-trader.com###jGrowl http://babcockinternational.com###js-babcock-cookie-bar +http://shellenergy.co.uk###js-footer http://fullertonhotels.com###kb-container http://seeker.com###legal-notice http://adultswim.com###legal-notification @@ -18225,9 +18760,11 @@ http://adverts.ie,boards.ie,dailyedge.ie,did.ie,the42.ie,thejournal.ie###notify- http://twitch.tv###noty_bottomCenter_layout_container http://novapdf.com###novapdf_accept_cookies http://professionalbatterychargers.com###nscmsboxboxsimple +http://spreaker.com###nt_container http://play-cricket.com###openglobal_privacy_widget http://accenture.com###optanon-minimize-wrapper http://harvester.co.uk###optin-optout +http://tribunesandtriumphs.org###outer-consent http://nbcnews.com###overaly_dy_message http://jukegames.com,n-mobile.net###overbox3 http://testmy.net###overlay @@ -18237,6 +18774,7 @@ http://pdfescape.com###pdfe_cmp http://themilitarystore.co.uk###pixelpop http://amazon.com###pldn-deep-link http://scutt.eu###pojemnik +http://holidayfactory.co.za###polgpr http://buyamower.co.uk,reddingo.com###policy http://apkpure.com###policy-info http://nba.com###policy_wrapper @@ -18247,7 +18785,6 @@ http://pamgolding.co.za###popi-notification http://aquacard.co.uk,demarko-trailers.com,genmab.com###popup http://chocolateminecraft.com###popup1 http://digitalagencynetwork.com,fonehouse.co.uk,metrofone.co.uk###popupDiv -http://newegg.com###popup_overlay http://growthtechnology.com###popupbanner http://melaniemartinezmusic.com###pp-footer http://tapatalk.com###pp_b @@ -18262,12 +18799,13 @@ http://online2pdf.com###privacy_msg http://keil.com###privacymodule http://zoomin.tv###privacyoverlay http://rocketleague.com###privmessage +http://scalemates.com###prv http://elanco.com###ribbon http://cote.co.uk###root > div > .fixed http://mywot.com###root > div > div[direction="up"][style*="transform"] -http://drivetribe.com###root > div[class^="sc-"] http://wrigleys.co.uk###rpcm http://tenuser.com###rsp +http://sanitas.com###sanitasCookieAlert http://people.cn###shengmingTip http://investing.com###sideNotificationZone http://centurion-magazine.com###simple-notification @@ -18298,11 +18836,14 @@ http://artuk.org###top-notice http://dropbox.com###top-notification-bar-container http://gamepedia.com,mmo-champion.com###tos-banner http://cartoonnetwork.com###tos-bar +http://toughnickel.com###tos_update_band +http://stingray.com###tracking-popup http://skylinewebcams.com###trigCookie http://busybeeblog.com###user_disclaimer http://iboysoft.com###user_popup http://bunkerworld.com###userprompt http://factmag.com###vf-pop +http://vive.com###vive-cookie-notice http://dompe.com###warning-popup http://iflicks.in###welcome http://janrain.com###wptbheadline1 @@ -18325,14 +18866,21 @@ http://drweb.com##.SHOWIT-msg_showed http://hotcleaner.com##.Sm http://cnn.com##.TermsOfService__component http://mtn.co.za##.Toast +http://6abc.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abc7ny.com##.Tooltip +http://hiberworld.com##._1u7AkTjy +http://tunnelmb.net##._23LkM http://911tabs.com##._29v-t +http://dreamhack.com##._2IIiex-CsxtuW7QGZ_oO5z http://cnn.com##._2dc7d020 +http://reddit.com##._3q-XSJ2vokDQrvdG6mR__k +http://thewirecutter.com##._5ce4f1c1 http://sunweb.co.uk##.absolute-dialog http://greenfields.eu##.accept-alert -http://akeebabackup.com,imunify360.com,luxos.com,v-tac.eu##.activebar-container +http://akeebabackup.com,imunify360.com,luxos.com,reshade.me,v-tac.eu##.activebar-container http://ticketmaster.ca##.agree-terms -http://adata.com,ahlulbayt.tv,asklion.co.uk,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,hattrick.org,kenweego.com,lawyersonline.co.uk,lifescience.net,linkedin.com,lonelyplanet.com,nature.com,netweather.tv,norwegian.com,pozyx.io,supercell.com,theonlinesurgery.co.uk,tindie.com,vernemq.com,viewsonic.com,viewsoniceurope.com,youngsseafood.co.uk##.alert -http://historicengland.org.uk##.alert-banner +http://adata.com,ahlulbayt.tv,altervista.org,askdifference.com,asklion.co.uk,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,efinancialcareers.com,hattrick.org,kenweego.com,lawyersonline.co.uk,lifescience.net,linkedin.com,lonelyplanet.com,m-a.org.uk,nature.com,netweather.tv,norwegian.com,pozyx.io,supercell.com,theonlinesurgery.co.uk,tindie.com,ukpressonline.co.uk,vernemq.com,viewsonic.com,viewsoniceurope.com,youngsseafood.co.uk##.alert +http://espn.com##.alert--fixed +http://goodmorningamerica.com,historicengland.org.uk##.alert-banner http://labour.org.uk##.alert-bar-footer http://evaair.com,orthomol.com,zombiearmy.com##.alert-box http://shredit.co.uk##.alert-container @@ -18355,14 +18903,18 @@ http://leo.org##.app-footer-content http://start.me##.app__message http://annualreviews.org##.ar-news-footer http://argaam.com##.argaam-policy +http://leo.org##.as-oil http://businessinsider.com##.as-oil-content-overlay +http://which.co.uk##.b_g http://co-operative.coop,couchsurfing.com,fullscreen.com,haymarketbooks.org,usatoday.com##.banner http://uber.com##.banner--bottom -http://23andme.com##.banner-wrap +http://makeprintable.com##.banner-hints +http://23andme.com,tunnelbear.com##.banner-wrap http://worthpoint.com##.bannerContainer http://bagigia.com##.bica-content http://cvent.com##.block-notifications-block http://abplive.in##.blur-bg +http://studocu.com##.bottom-bar-enter-active http://robertsspaceindustries.com##.bottom-notif-bar http://hostkey.com##.bottomMessages http://xhamster.com##.bottom_message @@ -18372,11 +18924,10 @@ http://wattsindustries.com##.box_contents http://elitedaily.com##.bp http://brainandlife.org##.breaking-container http://handy-games.com##.bugme -http://jobup.ch##.c-alert +http://jobs.ch,jobup.ch##.c-alert http://rebirth-hannover.de,werum.com##.c-callout http://index.co##.c-consent-manager http://ii.co.uk##.c01194 -http://thewirecutter.com##.c5fbb595._0550e973 http://eyetvforum.com##.cAnnouncementPageTop http://infiniti-abudhabi.com,infiniti-alghassan.com,infiniti-azerbaijan.com,infiniti-bahrain.com,infiniti-dubai.com,infiniti-jordan.com,infiniti-kuwait.com,infiniti-lebanon.com,infiniti-oman.com,infiniti-qatar.com,infiniti-singapore.com,infiniti.co.uk,infiniti.com,infiniti.com.hk,infiniti.com.my,infiniticars.com.au##.c_128 http://currencyrate.today##.cc-alert @@ -18385,6 +18936,7 @@ http://wallpapershome.com##.cc-dialog http://drakecircus.com##.ccc-widget http://orcadian.co.uk##.cd-container http://stayinwales.co.uk##.ckinfo-panel +http://singular.com.cy##.cm-notification-container http://cnn.com##.cnn-toast--tos http://browardpalmbeach.com,dallasobserver.com,houstonpress.com,miaminewtimes.com,phoenixnewtimes.com,westword.com##.compliance http://riversidecompany.com##.compliance-banner @@ -18395,14 +18947,15 @@ http://fancentro.com##.consent-message http://justwatch.com##.consent-notification http://sportskeeda.com##.consent-pop-up http://themaven.net##.consent-ui +http://xing.com##.consent_wrapper http://cityoflondon.gov.uk##.container-floating-notifications http://bankofengland.co.uk,cityoflondon.police.uk##.container-notifications http://antoineonline.com##.container-overlay -http://18virginsex.com,anglianwater.co.uk,ask.fm,callcredit.co.uk,calvertjournal.com,crazydomains.co.uk,derwaldhof.com,dw.com,farecompare.com,firefox-usb.com,forever21.com,forgeworld.co.uk,gheed.com,hempel.co.uk,hempelyacht.com,here.com,jaguarlandrover.com,leonorgreyl.com,liptonicetea.com,ludwig.guru,m64.info,mandarinoriental.com,mik.eu,modecom.com,modhoster.com,moneywise.co.uk,mysurveylab.com,nationalcircus.org.uk,natwest.com,npl.co.uk,oldgoesyoung.com,openmailbox.org,pepperl-fuchs.com,postoffice.co.uk,prodir.com,purnatur.eu,rbs.co.uk,roalddahl.com,rowenta.com,samsunghealthcare.com,sense.org.uk,silverlake.com,sleek-mag.com,squirt.org,statusbrew.com,syntevo.com,team-mediaportal.com,trailfinders.com,twitchstrike.com,unicheck.com,virgin-atlantic.com,wannawork.com##.cookie +http://18virginsex.com,altervista.org,anglianwater.co.uk,ask.fm,callcredit.co.uk,calvertjournal.com,crazydomains.co.uk,derwaldhof.com,dw.com,farecompare.com,firefox-usb.com,forever21.com,forgeworld.co.uk,gheed.com,hempel.co.uk,hempelyacht.com,here.com,jaguarlandrover.com,leonorgreyl.com,liptonicetea.com,ludwig.guru,m64.info,mandarinoriental.com,mik.eu,modecom.com,modhoster.com,moneywise.co.uk,mysurveylab.com,nationalcircus.org.uk,natwest.com,npl.co.uk,oldgoesyoung.com,openmailbox.org,pepperl-fuchs.com,postoffice.co.uk,prodir.com,purnatur.eu,rbs.co.uk,redditinc.com,roalddahl.com,rowenta.com,samsunghealthcare.com,sense.org.uk,silverlake.com,sleek-mag.com,squirt.org,statusbrew.com,syntevo.com,team-mediaportal.com,trailfinders.com,twitchstrike.com,unicheck.com,virgin-atlantic.com,wannawork.com##.cookie http://deezer.com##.cookie-banner http://theatlantic.com##.cookie-disclaimer http://bitfeed.co##.cookiebanner -http://amnesty.org,asda.com,ashridge.org.uk,auto1.fi,auto10.com,belivehotels.com,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,crytek.com,custplace.com,dorotheum.com,dur.ac.uk,eirsport.ie,enable-javascript.com,feelunique.com,forsettlement.com,grandvision.com,graspop.be,guggenheim-bilbao.eus,hmv.com,hotel-spider.com,inagrm.com,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,medela.co.uk,mindshareworld.com,mindswarms.com,ostrog.com,pjon.org,playgwent.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,scamner.com,stuttafordvanlines.co.za,tescomobile.ie,testeri.fi,thenottingham.com,threadreaderapp.com,topographic-map.com,twinings.co.uk,ukcisa.org.uk,ukmail.com,umicore.com,unian.info,unknownphone.com,uptodown.com,urtekram.com,vizologi.com,volvocars.com,warhammerchampions.com,wilko.com,wizards.com##.cookies +http://amnesty.org,asda.com,ashridge.org.uk,auto1.fi,auto10.com,belivehotels.com,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,crytek.com,custplace.com,dorotheum.com,dur.ac.uk,egyptair.com,eirsport.ie,enable-javascript.com,feelunique.com,forsettlement.com,grandvision.com,graspop.be,guggenheim-bilbao.eus,hmv.com,hotel-spider.com,inagrm.com,indepth.dev,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,medela.co.uk,media-sense.com,mindshareworld.com,mindswarms.com,ostrog.com,perfumesclub.co.uk,perfumesclub.com,pjon.org,playgwent.com,proton.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,scamner.com,stuttafordvanlines.co.za,tescomobile.ie,testeri.fi,thenottingham.com,threadreaderapp.com,topographic-map.com,twinings.co.uk,ukcisa.org.uk,ukmail.com,umicore.com,unian.info,unknownphone.com,uptodown.com,urtekram.com,vizologi.com,volvocars.com,warhammerchampions.com,wilko.com,wizards.com##.cookies http://austrian.com,austrianairlines.ag,austriantechnik.at##.cop http://semanticscholar.org##.copyright-banner http://bandcamp.com##.corp-banners @@ -18432,20 +18985,26 @@ http://gtalfh.com##.fadeInDown.alert http://avid.com##.fancybox-opened http://avid.com##.fancybox-overlay http://thebodyshop.com##.first-time-visitor +http://jsonquerytool.com##.fixed-bottom http://wallpaperdirect.com##.fixed-bottom.container +http://nordpass.com##.fixed.bg-grey-darkest http://bleacherreport.com##.fixedRegion http://spinnaker-watches.com##.fixedbar http://iotransfer.net##.fl-accept http://change.org##.flash-message-announcement http://deutscheam.com,dws.com##.flash-message__wrapper http://iobit.com##.float-bar +http://azimutyachts.com##.floatFooter +http://3dslash.net##.floatPopup http://maltatoday.com.mt##.floating-bar http://novantas.com##.foobar-container http://doubleviking.com##.footer +http://hackerone.com##.footer-popup http://whimn.com.au##.footer-statements http://palmbeachpost.com##.footer-wrapper http://crello.com##.footerNotificationWrapper___18I_O http://msn.com##.fpCdm +http://f-secure.com##.fs-consent http://cgtn.com##.g-dialog http://themeflood.com##.gatewayContainer http://aviationweek.com##.gdpr @@ -18483,6 +19042,7 @@ http://forumcommunity.net##.jnote http://princesrisborough.com##.jpiwikGrowler http://princesrisborough.com##.jpiwikOverlay http://soft32.com##.jquery-notify-bar +http://bcu.ac.uk##.js-action-bar http://agenda.brussels##.js-confirm http://jimmychoo.com,versace.com##.js-first-visit-banner http://forums.freebsd.org##.js-notices @@ -18502,8 +19062,9 @@ http://yahoo.com##.legal-footer http://jw.org##.legal-notices-client--notice http://sacoorbrothers.com##.legal-warning http://office.com##.m-alert +http://visitwales.com##.m-noticeBar http://webnovel.com##.m-streamer -http://motor1.com,rideapart.com##.m1-footer-messages +http://insideevs.com,motor1.com,rideapart.com##.m1-footer-messages http://justcause.com##.main-site-notes http://osa.org##.maintenance-popup http://mbc.net##.mbc-policy @@ -18512,10 +19073,15 @@ http://opengapps.org##.mdl-snackbar http://adobe.com,merixstudio.com,sapabuildingsystem.com,timesofisrael.com##.message http://gametwist.com##.message__container http://wandermap.net##.messages +http://spotify.com##.mh-message-bar http://mitele.es##.mitele-consent http://transparency.org##.mk-c-modal http://amazon.com##.mo-wp -http://arlingtoncemetery.mil,axminster.co.uk,daf.be,daf.co.uk,daf.com,daf.fr,daf.global,daf.nl,daf.ru,daf.se,daftrucks.de,daftrucks.dk,daftrucks.it,daftrucks.pl,daftrucks.sk,ferratum.co.uk,fiveguys.co.uk,kon-boot.com,lam.co.mz,medtronic.com,primaresearch.org##.modal-backdrop +http://airnewzealand.eu,przekroj.pl##.modal +http://airnewzealand.eu,arlingtoncemetery.mil,axminster.co.uk,daf.be,daf.co.uk,daf.com,daf.fr,daf.global,daf.nl,daf.ru,daf.se,daftrucks.de,daftrucks.dk,daftrucks.it,daftrucks.pl,daftrucks.sk,ferratum.co.uk,fiveguys.co.uk,kon-boot.com,lam.co.mz,medtronic.com,primaresearch.org##.modal-backdrop +http://myanimelist.net##.modal-container +http://myanimelist.net##.modal-content +http://environmental-finance.com##.modal-dialog http://usnews.com##.modal-window http://motorsport.com##.ms-footer-messages http://motorsport.com##.ms-header-messages @@ -18525,7 +19091,7 @@ http://riot.im##.mx_MatrixToolbar http://ft.com##.n-messaging-slot http://biblio.co.uk,comfortclick.com##.navbar-fixed-bottom.navbar http://businessoffashion.com##.navbar-notification -http://freeimages.com##.navbar-qards +http://findicons.com,freeimages.com##.navbar-qards http://userbenchmark.com##.nb-parent http://wik-walsoe.com##.ncm-ready http://gog.com##.ng-scope._floating-banner @@ -18539,15 +19105,19 @@ http://cgtrader.com,cortesdecima.com,dialight.com,discordapp.com,dotmailer.com,e http://anime2enjoy.com##.notice-board http://veritasbooksonline.com##.notice-wrap http://square-enix-games.com##.notice_Notices_29tRQ -http://3arena.ie,about.me,bertil.com,bethesda.net,brandalley.co.uk,cambridge.org,delfortgroup.com,dlink.com,eveningtelegraph.co.uk,fastcompany.com,gw2treasures.com,inc.com,lindex.com,postimees.ee,preoday.com,princeofwales.gov.uk,puregym.com,redbet.com,spreds.com,toluna.com,wmeentertainment.com,ybs.co.uk,yola.com##.notification +http://3arena.ie,about.me,bertil.com,bethesda.net,brandalley.co.uk,cambridge.org,delfortgroup.com,dlink.com,eveningtelegraph.co.uk,fastcompany.com,gw2treasures.com,inc.com,lindex.com,postimees.ee,preoday.com,princeofwales.gov.uk,puregym.com,redbet.com,sciencex.com,spreds.com,toluna.com,vialibri.net,wmeentertainment.com,ybs.co.uk,yola.com##.notification http://harvester.co.uk##.notification--notification http://brouwland.com##.notification-alert +http://foxbusiness.com,foxnews.com##.notification-banner http://bettyblocks.com##.notification-bar http://gumtree.com##.notification-box http://autotrader.co.za##.notification-container +http://tennistv.com##.notification-wrapper +http://parallels.com##.notification.orange http://jaguar-me.com,jaguar.ca,jaguar.co.za,jaguar.com,jaguar.com.au,jaguarusa.com,landrover-me.com,landrover.ca,landrover.com,landrover.com.au,landrover.com.hk,landrover.gi##.notificationBars http://insurancebusinessmag.com##.notification_strip http://amateur.tv##.notificationbar +http://myscript.com##.notifications-outer http://livesirina.com##.notifier-wrapper http://sax.co.uk##.notify http://blockspoint.com##.notizWrapper @@ -18555,7 +19125,9 @@ http://nowness.com##.ns-info-bar http://bestlivecamsites.com##.ntfc-bar http://castrol.com##.nv-notification-header http://decider.com,nypost.com,pagesix.com##.nyp-sitewide-notice +http://wolframalpha.com##.oaDryNmq http://norma-ammunition.com##.on-screen-messages +http://suncorp.com.au##.one-pixel-margin-bottom.sg-Box http://wpengine.com##.opt-in-modal http://origin.com##.origin-sitestripe http://ratemyprofessors.com##.overlay @@ -18565,8 +19137,11 @@ http://plymouth.ac.uk##.page-notification http://nick.com,tvland.com##.page-overlay_wrapper http://fundedbyme.com##.pageNotification http://ticketmaster.ca##.page__legal-link +http://advisto.com##.page_warning http://akasha.org##.parts__Wrapper-sc-1svfu23-0 +http://spainhouses.net##.persistentMessage http://nordwindairlines.ru##.personal-data +http://free-power-point-templates.com##.pg-modal-blackout http://botify.com##.pin-b.pin-l.fixed http://globe.com.ph,viber.com##.policy http://esquire.com##.policy-bar @@ -18574,6 +19149,7 @@ http://pxhere.com,wallhere.com##.policy-info http://shazam.com##.policy-label http://likeyouth.org##.policy-popup http://nh-collection.com,nh-hotels.com##.politicaRewards +http://process.st##.pookie http://aboardtheworld.com##.popmake http://beiersdorf.com,efootwear.eu##.popup http://replicon.com##.popup-container @@ -18588,10 +19164,11 @@ http://vesselfinder.com##.pprem http://powerreviews.com##.prd-wrap http://ultimaker.com##.preferences-bar http://easyeda.com##.priv-tips -http://dailyselect.co.uk,ferrerocareers.com##.privacy +http://dailyselect.co.uk,ferrerocareers.com,focustaiwan.tw##.privacy http://flyscoot.com##.privacy-bar http://luisaviaroma.com##.privacy-box http://pcmag.com##.privacy-content +http://aw-lab.com##.privacy-data http://gigaom.com,gq.com.au,mta.tv,vocativ.com,zumba.com##.privacy-policy http://thenewdaily.com.au##.privacy-policy-slideup http://zmags.com##.privacyPrompt @@ -18603,6 +19180,7 @@ http://metaswitch.com##.pum-container http://abcnews.go.com##.push-me http://devonlive.com##.pwa-prompt http://sdrplugins.com##.px_-h-auto.px_-z-index-10000 +http://niceareas.co.uk##.rayAlertBox http://hazlitt.net##.region-masthead-inner http://layar.com##.remarketing-banner http://pli-petronas.com,swatch.com##.reveal-modal-bg @@ -18612,10 +19190,11 @@ http://ricola.com##.ricola-cookie-info http://itinari.com##.root-8abb4 http://totalserversolutions.com##.rplm-alert http://jeffs.com,scandinaviansoul.com##.rstboxes -http://reddit.com##.s1pfx7qz-2 http://welcometothejungle.co##.s1u7oiza-0 http://paladins.com,realmroyale.com,smitegame.com##.sc-bdVaJa http://live365.com##.sc-csuQGl +http://drivetribe.com##.sc-epGmkI +http://coolbet.com##.sc-fzsDOv http://shadow.tech##.sc-gipzik http://loot.io##.sc-htpNat http://helloclue.com##.sc-kGXeez @@ -18623,9 +19202,10 @@ http://showcasecinemas.co.uk##.section-prompt http://carrerajeans.com##.sessionnotification http://colormango.com##.setprivacy http://gwpharm.com##.show +http://tricentis.com##.site-banner http://newstatesman.com##.site-footer http://last.fm##.site-message -http://bitcatcha.com##.site-notification +http://bitcatcha.com,kaminario.com##.site-notification http://gov.im##.site-warning http://tmt-magazine.com##.sitealert http://cofunds.co.uk##.smContainerInner @@ -18645,10 +19225,12 @@ http://meteoblue.com##.successMessage http://spiceworks.com##.sui-site-message-container http://haier.com##.swiper-slide-img-txt http://tudorwatch.com##.tdr-ribbon +http://abcnews.go.com##.terms-alert-fixed http://fijiairways.com##.terms-of-use http://adelaidenow.com.au,cairnspost.com.au,couriermail.com.au,dailytelegraph.com.au,geelongadvertiser.com.au,goldcoastbulletin.com.au,heraldsun.com.au,ntnews.com.au,themercury.com.au,townsvillebulletin.com.au,weeklytimesnow.com.au##.tgc-footer_disclaimer http://tastedive.com##.tk-Footer http://fantrax.com,tbs.com,tntdrama.com##.toast +http://ikea.com##.toast-container http://twitch.tv##.toast-manager__container http://mobilbahis49.com##.toast-wrapper http://tv5.ca##.top-alertes @@ -18677,6 +19259,8 @@ http://singtel.com##.ux-consent-banner http://ritdye.com##.v_bg\:peach-300.l_p\:25-x.p_l\:0 http://dailysabah.com##.veriAltBar http://robertozeno.com##.video-mask +http://remosoftware.com##.visitornotice +http://trendyol.com##.vnotify-container http://ada.com##.wbl72e-0-footer http://capterra.com##.welcome-banner http://wizards.com##.wiz-block-sticky-inline @@ -18691,25 +19275,36 @@ http://santatracker.google.com##SANTA-NOTICE http://trustnet.com##USER-TYPE-POPUP http://shutterstock.com##[data-automation="Eu_banner_container"] http://iubenda.com##a[style="padding-top: 10px; display: block;"] +http://shab.ch##agb-bar +http://bethesda.net#?#visor-alert[name="visor-alert"] > div[class=""] > div > div:last-child:-abp-has( > a[href$="/cookie-policy"]) +http://myscience.org##body > .block > .center http://openbookpublishers.com##body > .menu-header http://medium.com##div > .branch-journeys-top http://spotify.com##div > div[aria-live="polite"] +http://transamerica.com##div.bannerAlert--isHidden http://yahoo.com##div.js-applet-view-container-main > div.fixed-win[style^="background:"] +http://tacobell.co.uk##div[am-cookie] +http://patreon.com##div[aria-describedby^="BannerContent"] http://pri.org##div[class^="CtaMessage_"] +http://similarsites.com##div[class^="PrivacyNotification"] http://epidemicsound.com##div[class^="___Warnings"] +http://studocu.com##div[class^="banner-wrapper-"] http://mvagusta.com##div[class^="bannerContainer"] http://vodafone.co.uk##div[class^="cookie-policy"] -http://thewirecutter.com##div[class^="cookie_banner"] http://joom.com##div[class^="disclaimer"] +http://udemy.com##div[class^="eu-cookie-message-"] http://giphy.com##div[class^="flash-message"] http://brain.fm##div[class^="modules-core-css-CookiePopup"] http://voxi.co.uk##div[class^="notification-container"] +http://cheddar.com##div[class^="notificationBanner"] +http://listen.tidal.com##div[class^="notificationWrapper--"] +http://deliveroo.ie##div[class^="orderweb__"] http://tunein.com##div[class^="violator__container"] http://youtube.com##div[class^="ytd-consent"] http://tunein.com##div[data-testid="gdpr-violatorContainer-true"] http://onlinetvrecorder.com##div[id^="d1"] http://globecast.com##div[id^="icegram_message_"] -http://knowyourmeme.com##div[id^="sp_message_id"] +http://dumont.de,knowyourmeme.com##div[id^="sp_message_id"] http://mashable.com##div[style*="background: rgb(255, 255, 255)"] http://plarium.com##div[style*="position: fixed;"] http://cplusplus.com##div[style="background:#eed;padding:10px;margin:0;text-align:center;border-bottom:1px solid #446"] @@ -18722,25 +19317,30 @@ http://survey-remover.com##div[style^="height: 25px; position: fixed;"] http://openpli.org##div[style^="height:20px;background-color:#FAFFDC;"] http://globaltuners.com,psychomedia.qc.ca,speedtestcustom.com,zerochan.net##div[style^="position: fixed; bottom"] http://podbean.com##div[style^="z-index: 999999; position: fixed;"] +http://my.games##header > .gdpr +http://weatherbug.com##notification-footer http://satispay.com##p[class^="cookie-banner"] http://truecaller.com##span > .max-w-md.shadow-lg -http://bethesda.net##visor-alert http://play.google.com##.gb_g:has-text(cookie) http://istockphoto.com#?#.warning:-abp-has([data-cookie-type]) http://play.google.com#?#.gb_g:-abp-contains(cookie) http://msi.com###ccc http://smallseotools.com###cookie-bar http://eteknix.com###cookie-law-info-bar -http://depositfiles.com,depositfiles.org,dfiles.eu,dfiles.ru###cookie_popup +http://depositfiles.com,dfiles.eu,dfiles.ru###cookie_popup http://tweaktown.com###cookies_footer_sec +http://shirtsofcotton.com###udtDark +http://bild.de,welt.de##.as-oil +http://icq.com##.ca_wrap http://mirror.co.uk##.captify-iframe http://mirror.co.uk##.captify-widget -http://thebarchive.com##.cc_banner +http://flattr.com,thebarchive.com##.cc_banner http://indiatimes.com##.consent-popup http://hypable.com##.cookie-bar http://mashable.com##.cookie-notice http://allmusic.com##.cookie-policy-box http://rp-online.de##.park-snackbar-cookies +http://walmart.ca##.privacy-open > div > [class] > div[class^="css"] http://rast.hr###blokDiv http://nasiljudi.hr###footer http://hrportfolio.hr###kolac @@ -18778,6 +19378,7 @@ http://nooun.net,syria.tv,thawrah2day.com,tunisna.tv##.newsletter http://aljadeed.tv##.nextPrevNews http://iwaatch.com##.s-up http://fakartany.com##.sign-up +http://alhurra.com##.subscribe http://alhayat.tv##.subscription http://hamas.ps##.top http://youm7.com##.topTop @@ -18864,13 +19465,15 @@ http://rnd-news.de##.rss http://swz.it##.scroll__top http://woxikon.de##.secondary-footer http://weinkenner.de##.sib_signup_form +http://kostenlose-urteile.de##.simplemodal-container +http://kostenlose-urteile.de##.simplemodal-overlay http://sportnews.bz##.social http://spiegel.de##.sticky-home-link http://spiegel.de##.sticky-overlay http://netzpolitik.org##.tnp-subscription http://svp.eu##.top http://baden.fm##.top-clone -http://hofbraeu-muenchen.de##.top-link +http://hofbraeu-muenchen.de,visitberlin.de##.top-link http://servus.com##.topLink http://hr.de##.toplink http://tagesspiegel.de##.ts-up-button @@ -18881,6 +19484,7 @@ http://wdr.de##a[href="#goToHead"] http://antennebrandenburg.de,conleys.de,israelheute.com,radioberlin.de,vodafone.de##a[href="#top"] http://capital.gr###infiload-return-top http://nooz.gr###right_popout +http://sputniknews.gr##.arrowup http://news247.gr##.newsletter-form http://capital.gr##.rss http://168ora.hu###article_toolbar @@ -18934,6 +19538,7 @@ http://naszamlawa.pl##.slide_button http://pb.pl##.smPopupContainer http://rp.pl##.social-toolbar__container + .toolbar http://virginmobile.pl##.topPanelBlock +http://atramentowka.com,oil-land.pl,sklep-art-meb.pl##.up http://pl.yahoo.com##.yom-wave3-generic http://gpcodziennie.pl##a[href="javascript:scroll(0,0);"] http://gosc.pl##div[style*="position: fixed"] @@ -19095,6 +19700,7 @@ http://dofus.com##.ak-notification-list-footer http://rtl.fr##.article-mail-form http://carrelages4000.fr##.ays-front-message http://orange.be##.b2c-global-footer-container +http://automobile-magazine.fr##.bloc-nl http://ouest-france.fr##.btn-scroll http://liberation.fr##.campagne-opt-in http://ledevoir.com##.card @@ -19114,6 +19720,7 @@ http://4clik.com##.kHolder http://lesechos.fr##.liennavigation http://minutebuzz.com##.likePopin http://lecho.be##.linkWithinBlock +http://ffr.fr##.modal http://fnacspectacles.com,largus.fr##.modal-backdrop http://futura-sciences.com##.module-propal-nl http://dealabs.com##.nav-banner @@ -19138,7 +19745,7 @@ http://korben.info##.post-subscribe http://la-croix.com##.prev http://tourhebdo.com##.resocs http://radins.com##.reveal-modal -http://radins.com##.reveal-modal-bg +http://monalbumphoto.fr,radins.com##.reveal-modal-bg http://express.live##.rss http://rtbf.be##.rtbf-newsletter http://rtbf.be##.rtbf-newsletter-article @@ -19269,7 +19876,7 @@ http://soychile.cl##.overli http://daf.es##.page-overlay http://larazon.es##.rrss http://beteve.cat##.rrss-buttons -http://cadenaser.com##.rss +http://cadenaser.com,europafm.com##.rss http://elobservador.com.uy##.scroll-top-action http://eleconomista.es##.suscribe-all http://infotechnology.com##.suscription @@ -19324,7 +19931,7 @@ http://ilsole24ore.com###ias-footer http://ilquotidianodellazio.it###imgtop http://citywire.it###jsRegisterAlertBanner http://italiaoggi.it###lig_movingup2it_smartbox -http://agenziaimpress.it,davidemaggio.it,ilfarosulmondo.it,meteonetwork.it,moked.it,money.it,tvsvizzera.it###mc_embed_signup +http://agenziaimpress.it,davidemaggio.it,ilfarosulmondo.it,meteonetwork.it,moked.it,money.it,techzilla.it,tvsvizzera.it,vvox.it###mc_embed_signup http://decathlon.it###messagetop http://milanofinanza.it###milanofinanza_web_smartbox_article http://automoto.it,moto.it###mit-bottombar @@ -19364,7 +19971,7 @@ http://isocellitalia.it###top http://avantishop.it,lacomunicazione.it###top-link http://wtc.genova.it###top-of-the-page http://cambiodns.com###torna -http://consorzioautolinee.it,ixosofficial.com,maxcasa.com,murripatrizia.it,nomisma.it,rstore.it###totop +http://consorzioautolinee.it,ixosofficial.com,maxcasa.com,murripatrizia.it,nilox.com,nomisma.it,rstore.it###totop http://altoadigelatte.com###up http://alvolante.it###wrapper-header-small-up http://ice.it##.ScrollTop @@ -19425,7 +20032,7 @@ http://spaziogames.it##.nav-reveal http://everyeye.it##.nav_articoli http://ilsitodellozoo.com##.navbar-alt http://laleggepertutti.it##.news-letter -http://01net.it,advisoronline.it,basketinside.com,carpicalcionews.it,cittaceleste.it,condominioweb.com,corsedimoto.com,fantamagazine.com,fcinter1908.it,focusardegna.com,forzaroma.info,gazzamercato.it,gogedizioni.it,golssip.it,guidafisco.it,ilfoglio.it,ilgiorno.it,ilmilanista.it,ilposticipo.it,ilrestodelcarlino.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,lanazione.it,leitgamhof.com,lescienze.it,linkiesta.it,lvh.it,mediagol.it,mondoudinese.it,motorionline.com,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,quotidiano.net,rivistacontrasti.it,sassuolocalcionews.it,silicon.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,violanews.com##.newsletter +http://01net.it,advisoronline.it,basketinside.com,carpicalcionews.it,cittaceleste.it,condominioweb.com,corsedimoto.com,fantamagazine.com,fcinter1908.it,focusardegna.com,forzaroma.info,gazzamercato.it,gogedizioni.it,golssip.it,guidafisco.it,ilfoglio.it,ilgiorno.it,ilmilanista.it,ilposticipo.it,ilrestodelcarlino.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,lanazione.it,leitgamhof.com,lescienze.it,linkiesta.it,lvh.it,mediagol.it,mondoudinese.it,motorionline.com,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,quotidiano.net,rivistacontrasti.it,sassuolocalcionews.it,silicon.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,valori.it,violanews.com##.newsletter http://ravennanotizie.it##.newsletter-section http://starbene.it##.nlslim http://systems.bz##.on-top @@ -19505,6 +20112,7 @@ http://mouse.co.il##.mouseExtraContent http://bizportal.co.il##.promoted-article http://auto.co.il##.searchbtn http://tapuz.co.il##.tapuzShareBar +http://wheel.co.il##.xbFootNewsForm http://onlife.co.il##div[style="height:264px; background-color:white;width: 300px; float: left;margin-bottom:0px;"] http://walla.co.il##div[style="margin-top:10px;margin-bottom:10px;"] http://capital.ro###lastmin @@ -19522,6 +20130,7 @@ http://antena3.ro##.push-notification http://dcnews.ro##.pushinstruments http://nbnews.com.ua###iosauth http://epochtimes.com.ua###scroll_house +http://novinite.bg###article_options http://armeniasputnik.am,blic.rs,rtvslo.si,sputnik-abkhazia.info,sputnik-georgia.com,sputnik-news.ee,sputnik-ossetia.com,sputnik-tj.com,sputnik.az,sputnik.by,sputnik.kg,sputniknews-uz.com,sputniknews.kz,sputniknews.lt###share http://meteovista.si,tvsa.ba###social http://delfi.ee##.article__info @@ -19535,6 +20144,7 @@ http://jyllands-posten.dk##.bylineToolbar http://politikenhistorie.dk##.pagetools http://dr.dk,gettyimages.dk,landrover.dk##.share http://europages.dk##.social +http://sputniknews.gr##.article__google-news http://capital.gr##.controls http://insomnia.gr##.share http://europages.gr,pentapostagma.gr##.social @@ -19646,7 +20256,7 @@ http://srad.jp##.synd http://toyokeizai.net##.tools http://kakakumag.com##.top-header-sns-link http://nikkei-cnbc.co.jp##.twitter -http://willhaben.at###bookmarks +http://visitberlin.de###block-page-tools http://finanznachrichten.de###bookmarks_container http://clipfish.de###cf-player-googleplus http://clipfish.de###cf-player-twitter @@ -19684,6 +20294,7 @@ http://onlinewelten.com##.action-initiator http://butenunbinnen.de##.article-addons http://manager-magazin.de,wienerzeitung.at##.article-toolbar http://infosat.de##.artikeltools +http://ahk.de##.b-footer__icons http://provinz.bz.it##.banner_facebook http://chip.de##.bookmark http://fnp.de,sport1.de,winfuture.de##.bookmarks @@ -19786,6 +20397,7 @@ http://narew.info##.sbuttons http://autoline.com.pl,gazeta.pl##.share http://europages.pl,goldenline.pl,pap.pl##.social http://onet.pl##.social-container +http://virtualeye.pl##.ssmw-handler http://mf24.pl##.twitter http://mf24.pl##.youtube http://weeronline.nl###social @@ -19863,6 +20475,7 @@ http://csa.fr##.Share http://gentside.com##.action http://journaldunet.com##.app_aside--follow http://jeuneafrique.com##.art-toolbox +http://leparisien.fr##.article-iconbar http://leparisien.fr##.barrePartage http://lesechos.fr##.bloc-suiveznous http://bfmtv.com##.btn-reseaux @@ -19939,9 +20552,10 @@ http://horoscoponegro.com###text-23 http://notimex.gob.mx##.RedesFlotante http://ara.cat##.ara-header-social http://lanacion.com.ar##.compartir +http://abc.es##.compartir-mas http://americateve.com##.compartir-nota http://apertura.com,cronista.com##.content-redes -http://ondacero.es##.facebook +http://europafm.com,ondacero.es##.facebook http://starmedia.com##.fbk http://silicon.es##.follow http://tbnespaña.es,transfermarkt.es,transfermarkt.pt##.header-social @@ -19965,7 +20579,7 @@ http://telexitos.com##.twitterModule http://starmedia.com##.twt http://eluniversal.com.mx##.uni_videoRedes http://elobservador.com.uy##.user-actions-wrapper -http://ondacero.es##.vermas +http://europafm.com,ondacero.es##.vermas http://publicar.com##img[style="margin: 0px 10px; float: left; width: 26px;"] http://tennisitaliano.it###Utility http://salto.bz###block-block-11 @@ -20071,14 +20685,17 @@ http://showprice.it##.link_invia_amico http://liujo.com##.liujo-footer-social-container http://gruppoeditorialesanpaolo.it##.menu-icons-list http://rockol.it##.menu__facebook +http://andreagaleazzi.com##.mercatino-toggle http://ansa.it##.new-toolbar-menu +http://ansa.it##.news-social http://corriere.it##.player-email-ctn +http://raisport.rai.it##.prefooter http://mediaset.it##.s_box http://nationalgeographic.it##.segui-ng http://lescienze.it##.seguici http://askanews.it##.seguici_footer http://chiesi.com##.seguicisu -http://amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,landrover.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share +http://amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,landrover.it,lastampa.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share http://mediaset.it,meteo.it##.shr http://finanzaonline.com,teleborsa.it,tempostretto.it##.soc http://quickparking.it##.soc-icon-container @@ -20156,6 +20773,7 @@ http://vijesti.me##.social http://herder.de###BottomNotification http://e-formel.de###CKC http://singles-in-stuttgart.de,wander-community.de###DC +http://vdk.de###DSE http://gira.de###ac_frame http://spielfilm.de###alert http://weltwoche.ch###alteAusgabenCovers @@ -20170,20 +20788,18 @@ http://deutsche-handwerks-zeitung.de,handwerk-magazin.de###cc-box http://hosteurope.de###cche http://badkissingen.de,wuerzburg.de###chint http://jmmgc.com###cnotice -http://adventskalender-gewinnspiele.de,happy-spots.de,kirmes-in-deutschland.de,stadtfeste-in-deutschland.de,weihnachtsmaerkte-in-deutschland.de###cono -http://kunstnet.de,zitatezumnachdenken.com###consent +http://adventskalender-gewinnspiele.de,happy-spots.de,kirmes-in-deutschland.de,stadtfeste-in-deutschland.de,weihnachtsmaerkte-in-deutschland.de,weinfeste-in-deutschland.de###cono +http://kunstnet.de,notebookinfo.de,zitatezumnachdenken.com###consent http://renault-koenig.de###cook http://bookingsuedtirol.com,die-glocke.de,essentraextrusion.de,filati.cc,gebag.de,lvr.de,ruhrbarone.de,shop-apotheke.com###cookie http://bambergfacts.de###cookiebar-007 -http://abload.de,autoampel.de,cewe-print.de,dynamo-fanshop.de,elegant.be,livetrakway.de,telspy.org,tonies.de,tti.at,ufpro.de,uni-muenster.de###cookies +http://abload.de,autoampel.de,cewe-print.de,dynamo-fanshop.de,elegant.be,firma5.com,livetrakway.de,telspy.org,tonies.de,tti.at,ufpro.de,uni-muenster.de###cookies http://start-nrw.de###cpopup http://ruegenwalder.de###csdialogbd http://ruegenwalder.de###csdialogmd2 -http://scheune-gluecksburg.de###d-notification-bar http://rentalens.ch###dabar http://interhyp.de###data-protection__layer http://sovd.de###datenschutzfenster -http://gehalt.de###datenschutzlayer http://shopwelt.de###dateschutzinfo http://alldent-zahnzentrum.de###dialog http://elektrotresen.de,fliesenoutlet.com,stw.berlin###disclaimer @@ -20193,17 +20809,17 @@ http://fool.de###dogfish http://autokostencheck.de###footerSlideContainer http://pokewiki.de###gl-topbar-bg http://pfarrverband-koenigslutter.de###hinweis -http://grammophon-platten.de,heim-und-haustiere.de,schwedisch-translator.de,sirutor-und-compur.de,wumpus-gollum-forum.de###hinweise +http://cb500.net,grammophon-platten.de,heim-und-haustiere.de,schwedisch-translator.de,sirutor-und-compur.de,wumpus-gollum-forum.de###hinweise http://d-secour.de###importantMessages http://bongu.de###infoBar http://gruene-bundestag.de###info_message http://haehnchengrillstation.de,inovartis.eu,kanzlei-mueller-wuppertal.de,lankes-zirndorf.de###infobar http://krombacher.de###js-tracking-notice http://art-studios-inprogress.de###kb-container -http://klebetape.de###keksdose http://bioapotheke.de###landing_page_popup http://bmw.de###layerWrapper http://gorreri.de###loggedbar +http://literaturuebersetzer.de###mCCForm http://emax-haustechnik.de###mediameetsFacebookPixel--notification http://funpot.net###message http://blauarbeit.de###messages-container @@ -20223,6 +20839,7 @@ http://amtempo.de###popup http://spot-a-shop.de###popup-notifications http://ford-maiwald.de###popupDiv http://bka.de,bmjv.de,maurice-renck.de###privacy +http://aqua-medic.de###privacy-info http://bafög.de###privacy-note http://e-cooline.de###privacy-protection http://news5.de###privacyContainer @@ -20231,6 +20848,7 @@ http://gab-umweltservice.de###rcpm http://sightseeing-kontor.de###sk-info http://mydealz.de###softMessages-list http://camp-firefox.de,soeren-hentzschel.at###storage-notice +http://sozialleistungen.info,tiershop.de###toast-container http://mydays.de###topbanner http://staatsbibliothek-berlin.de###tracking-info http://schauinsland-reisen.de###trackingInfo @@ -20247,7 +20865,7 @@ http://pizza.de##._1h1x http://pizza.de##._3HiJ http://dewilgo.de##.activebar-container http://afs.de##.afs_coi -http://discounto.de,elektroaktivisten.de,fotocommunity.de,mantel.com,stylevamp.de,tchncs.de##.alert +http://24h-pflege-check.de,baden-wuerttemberg.de,discounto.de,elektroaktivisten.de,fotocommunity.de,mantel.com,stylevamp.de,tchncs.de##.alert http://ajs-bw.de,erleben-im-alltag.de,gestaltamwerk.de,kbaur-gmbh.com,tokuweb.de,tus-almena.de##.alertbanner http://mjamjam-petfood.de##.allover http://naturenergieplus.de##.announcement @@ -20271,15 +20889,15 @@ http://tobias-bauer.de##.ce_rsce_swissy_fixed_note http://oper-wuppertal.de##.ci-container http://massivum.de##.cn_box http://schmidtnorm.at##.col-12 > div > div > .container -http://fanbike.de##.consent +http://diebayerische.de,fanbike.de##.consent http://usz.ch##.consentManagement http://borgware.de,buffalo.de,daparto.de,del.org,donaukurier.de,matratzen-concord.de,model-kartei.de,pyur.com,signal-iduna.de,spartanien.de,starcar.de,unumotors.com##.cookie -http://capcom-germany.de,dtstudyclub.de,insel-sylt.de,medela.de,reifenlehmann.de,selfhost.de,spie.de##.cookies +http://capcom-germany.de,dtstudyclub.de,insel-sylt.de,medela.de,parfumsclub.de,reifenlehmann.de,selfhost.de,spie.de##.cookies http://hilzingen.de,wurmberg.de##.datenschutz http://die-linke.de,dielinke.berlin,lexus.at,lexus.de##.disclaimer http://jobscout24.ch##.disclaimer-message http://efinancialcareers.de##.dismissable-notifications -http://rtl-living.de,rtl.de##.dnt__container +http://rtl-living.de,rtl.de,vox.de##.dnt__container http://i-dex.de,i-love-tec.de,moebel-und-garten.de##.dsgvo http://waff.at##.en-notification http://fgh-info.de##.fade.alert-warning.alert @@ -20291,7 +20909,7 @@ http://frankonia.de##.fr-c-message http://jesus.de##.gaoop http://tipp24.com##.gdpr http://galeria-kaufhof.de##.gk-stickymessage -http://motoscout24.ch##.global-banner +http://autoscout24.ch,motoscout24.ch##.global-banner http://brigitte.de,essen-und-trinken.de,geo.de##.guj-cb http://tork.de##.headerMessage http://postbank.de##.header__notification @@ -20333,6 +20951,7 @@ http://onb.ac.at##.notification-wrapper http://jaguar.at,jaguar.de,landrover.at##.notificationBars http://ziffit.de##.notificationholder http://horizon.tv##.notifications-manager +http://hannovermesse.de##.notifier http://orf.at##.oon-ds-banner http://thueringenforst.de##.opt-out http://zitatezumnachdenken.com##.overlay @@ -20347,11 +20966,14 @@ http://focus-arztsuche.de##.py-md.tracking-box http://deutscher-fenstershop.de##.rule_assept http://grazia-magazin.de,idee-fuer-mich.de##.safeSpaceForClose http://bw-online-shop.com##.show-modal +http://au-checkliste.de##.showAGP http://kleiderkreisel.de##.sticky-footer +http://miles-and-more-kreditkarte.com##.stoerer http://payback.de##.stripe--fixed-bottom http://bezirk-oberbayern.de,erkrath.de,haan.de##.tracking-box-wrap http://celle.de##.tracking-msg http://autohus.de##.u-fixed +http://hypovereinsbank.de##.uccb http://emma-matratze.at,emma-matratze.de##.ucn-block http://euromaxx.nu##.ui-widget-content http://anisearch.de##.urgent-msg @@ -20359,6 +20981,7 @@ http://cebit.de,domotex.de,hannovermesse.de,ligna.de,messe.de##.user-notes-notif http://oeaw.ac.at##.warning-popup http://regupedia.de##.wr_regupedia-header-cookie http://tfa-dostmann.de,visomat.de##.xcb +http://geo.de##div[class^="sp_message_container"] http://aboutyou.de##div[class^="styles__container-"] http://hessnatur.com##div[id^="actionbar_comp_"] http://unitymedia.de##div[style="background-color: rgb(0, 119, 208); color: rgb(255, 255, 255); padding: 20px; position: relative; z-index: 998;"] @@ -20380,10 +21003,12 @@ http://bergische-energie.de##div[style^="width: calc"] http://kalenderpedia.de##p http://fc-hansa.de##p[style="display: block; margin: 0px; padding: 10px 30px 10px 10px; color: rgb(255, 255, 255); font-size: 13px; line-height: 1.5;"] http://hl-live.de##table[width="1000"] -http://sfr.fr###CkC +http://red-by-sfr.fr,sfr.fr###CkC http://vrin.fr###Disclaimer http://grandeavenue.fr###FixedBannerClientDiv http://cdiscount.com###\5f evh-ric +http://madeindesign.ch###_EAPM +http://volvic.fr###_legal http://guideastuces.com###agreeMsg http://ecrypterlenergie.org###alert-mention http://zdnet.fr###catfish @@ -20392,11 +21017,13 @@ http://keskeces.com###cook http://paconsulting.com###cookPop http://romedic.ro###cookbox http://cartezero.fr,france.tv,grillofrance.fr,havas-voyages.fr,le1hebdo.fr,materiel.net,societe.com###cookie -http://4clik.com,arlestourisme.com,brain-magazine.fr,cer-eau.fr,colissimo.fr,edcom.fr,enmark2.com,gentside.com,gretel-box.com,jackpot-des-experts.fr,jules.com,laposte.fr,logistafrance.fr,lumiglobal.fr,maxisciences.com,mybiclighter.com,ohmymag.com,showroomprive.com,solutions-numeriques.com,tourtel-twist.fr,ville-ideale.com,ville-ideale.fr,viously.com###cookies +http://4clik.com,arlestourisme.com,brain-magazine.fr,cer-eau.fr,colissimo.fr,edcom.fr,enmark2.com,feuvert.fr,gentside.com,gretel-box.com,jackpot-des-experts.fr,jules.com,laposte.fr,logistafrance.fr,lumiglobal.fr,maxisciences.com,mybiclighter.com,ohmymag.com,secu-independants.fr,showroomprive.com,solutions-numeriques.com,tourtel-twist.fr,ville-ideale.com,ville-ideale.fr,viously.com###cookies http://mediametrie.fr###cooks +http://listesdemots.com###cp http://makita.fr###disclaimer http://docteurclic.com###disclamer http://unex.net###disclosure +http://atlasformen.fr###divBottomStickyLayer http://biomet.fr,closermag.fr,illicopharma.com###fancybox-overlay http://biomet.fr,closermag.fr,illicopharma.com###fancybox-wrap http://maidenfrance.fr###headband @@ -20404,6 +21031,7 @@ http://benbere.org,habarirdc.net,yaga-burundi.com###info-bottom http://ville-montrouge.fr###info_message http://autoreflex.com###legal http://lotus-planete.com###lotus-cookies-wrap +http://comptabilisation.fr###message_wrap http://maxifoot.fr###mfcok1 http://altaprofits.com,aujourdhui.com###notification http://infojobs.net###notification-type @@ -20419,20 +21047,22 @@ http://acall.fr,domaine-errekalde.fr,sophrologierelaxation.fr##._2fUqY http://camara.net##.activebar-container http://6tzen.fr,clinique-veterinaire.fr##.alert http://scooter-system.fr##.avertissement +http://potagercity.fr##.banner http://utopya.fr##.banner-header http://infiniti.be,infiniti.fr,infiniti.lu##.c_128 http://ddb.fr,pmu.fr##.cnil http://runinreims.com##.confidentialite http://planeteanimal.com,toutcomment.com##.consent http://lirelactu.fr##.container-0-5 -http://eco-systemes.fr,midilibre.fr,quelpneu.com,sudouest.fr,tv7.com##.cookie -http://118000.fr,adrea.fr,bpost.be,citus-kalix.fr,clique.tv,communauto.com,comparateur-energie.be,cuisineaz.com,degrouptest.com,epresse.fr,info-retraite.fr,intermarche.be,o2recrute.fr,ouestjob.com,previssima.fr,service-public.fr,stb.com.tn,wemystic.fr,xxe.fr##.cookies +http://eco-systemes.fr,ffr.fr,midilibre.fr,quelpneu.com,sudouest.fr,tv7.com##.cookie +http://118000.fr,adrea.fr,bpost.be,citus-kalix.fr,clique.tv,communauto.com,comparateur-energie.be,cuisineaz.com,degrouptest.com,epresse.fr,info-retraite.fr,intermarche.be,o2recrute.fr,ouestjob.com,parisjob.com,perfumesclub.fr,previssima.fr,service-public.fr,stb.com.tn,wemystic.fr,xxe.fr##.cookies http://creavea.com##.creavea-banner-cookie-consent http://lexus.fr##.disclaimer http://molotov.tv##.eRnhI http://weclap.fr##.front_web_app_main_menu_front-web-app-main-menu-component_front_show_cookie_container http://woodbrass.com##.hidden-sm.hidden-md.row http://ouedkniss.com##.informations_box +http://bricomarche.com##.js-GlobalPopin http://lebrassageestunerichesse.fr##.kB1yU4Aw http://latendresseencuisine.com##.mdc-snackbar http://apec.fr##.message-informatif-bottom @@ -20447,14 +21077,16 @@ http://symfrance.com##.policy-window http://nh-hotels.fr##.politicaRewards http://mesampoulesgratuites.fr##.popup http://huffingtonpost.fr##.popup-overlay -http://explicite.info##.privacy +http://directours.com,explicite.info##.privacy http://stihl.fr##.privacyTop http://burgerking.fr##.sc-hGoxap -http://magasinsdeco.fr##.spu-bg +http://magasinsdeco.fr,recreatisse.com##.spu-bg http://vinted.fr##.sticky-footer http://efax.fr##.stickyFooter http://tupperware.fr##.topRibbon http://le-dictionnaire.com##.topdisclaimer +http://ugc.fr##.ui-dialog[aria-describedby*="gdpr"] ~ .ui-widget-overlay +http://cafpi.fr##.warning http://businessinsider.fr,voici.fr##div[class^="sp_message_container"] http://sportetstyle.fr##div[id^="cookie"] http://tf1.fr##div[id^="msgctrw"] @@ -20475,6 +21107,7 @@ http://ghetaldus.hr,zkl.hr###cookies http://mojkvart.hr###dcw1 http://jax.hr###notice http://usporedi.hr###privacyPolicyModal +http://buro247.hr###subscriptionPopupBottom http://dalmatinskiportal.hr,hzpp.hr##.cookie http://zadovoljstvozaposlenika.hr##.cookies http://hapih.hr,podravski.hr##.dialog-widget @@ -20520,10 +21153,9 @@ http://clubcard.cz##.ucks http://transformacni-technologie.cz##.upozorneni http://odpovedi.cz##div[style*="position: fixed; display: block;"] http://ceske-sjezdovky.cz##form[style^="display:block;position: fixed;"] -http://movieview.dk###cookie +http://br.dk,djoef.dk,movieview.dk###cookie http://gricultureandfood.dk###cookies http://duf.dk###cw -http://pricerunner.dk###data-protection-notification http://zueblin.dk###dsgvo http://gartneriraadgivningen.dk###infobar http://udlodningsmidler.dk###lbmodal @@ -20532,7 +21164,7 @@ http://lsb.dk###notificationBar http://jobfinder.dk###sliding-popup http://tv2.dk##.CookieWarning_container__1Lmss http://santashop.dk##.center-notice -http://cembrit.dk,conferencemanager.dk,denstoredanske.dk,djurssommerland.dk,madsnorgaard.com,ruc.dk,sportmaster.dk##.cookie +http://cembrit.dk,conferencemanager.dk,denstoredanske.dk,djurssommerland.dk,kitchentime.dk,madsnorgaard.com,ruc.dk,sportmaster.dk##.cookie http://kalfor.dk##.cookies http://netdyredoktor.dk##.ct-inner http://ritzau.dk##.footer__notification @@ -20540,6 +21172,7 @@ http://trendsales.dk##.iyAkJq.sc-TFwJa http://globase.dk##.mtsnb http://proff.dk,zaplo.dk##.notification http://invita.dk,unoform.dk##.notificationbar +http://get-digital.dk##.privacy-wrapper http://saltogpeber.dk##.push-up http://e-conomic.dk##.region-page-bottom http://systemair.com##.reveal-modal-bg @@ -20555,7 +21188,7 @@ http://gocards.nl###cbar http://iens.nl###cboxOverlay http://forum.snsbank.nl###clcback http://forum.snsbank.nl###consentdiv -http://groningenwoontslim.nl###cookie +http://groningenwoontslim.nl,legebatterijen.nl###cookie http://freemeteo.nl,mariniersmuseum.nl,nmm.nl###cookies http://molecaten.nl###cookies_modal http://clubheldvanhetjaar.nl###did376362 @@ -20589,7 +21222,7 @@ http://vergelijk.nl##.cg-82 http://vergelijk.nl##.cg-97 http://wehkamp.nl##.color-invert.font-size-small http://avans.nl,dirk.nl,dutchcarparts.nl,greve.nl,schiphol.nl,t-mobile.nl,utilities.nl##.cookie -http://nederlandsebrouwers.nl,omaweetraad.nl,omdenken.nl,salusi.nl,universiteitleiden.nl##.cookies +http://nederlandsebrouwers.nl,omaweetraad.nl,omdenken.nl,perfumesclub.nl,salusi.nl,universiteitleiden.nl##.cookies http://opisopvoordeelshop.nl##.cv-notifier-container-item http://thermostaat.eu##.fancybox-overlay http://aalst.be##.footer-notification @@ -20617,27 +21250,31 @@ http://aboutyou.nl##div[class^="styles__container-"] http://waarmaarraar.nl##div[style="margin: 20px; padding-left:20px; padding-right:20px;border: 1px dotted #999999"] http://atea.fi###cookie http://dna.fi###dna-gdpr-info +http://kotimaa24.fi###kotimaa-cookie-notification http://telia.fi###lekaneBanner_privacyAnnouncement http://napsu.fi###napsu_cc http://sentraali.fi###popmake-4055 http://spot-a-shop.fi###popup-notifications http://pihlajalinna.fi###root > div[aria-live="polite"][role="alert"] +http://alppimatkat.fi###toast-container http://satakunnanautotalo.fi##.AVS-evasteseloste-container http://kulttuurivihkot.fi##.activebar-container http://americanairlines.fi##.alert -http://sonera.fi##.attention-notice http://vismasign.fi##.banner -http://sonera.fi##.bottom-notifications +http://happypancake.fi##.bar.jsx-341223085 http://hs.fi##.cb-container http://vertaa.fi##.cg-89.cg-97 http://jenkki.fi##.container-agree +http://kitchentime.fi##.cookie http://blogit.fi,ilmainensanakirja.fi,telsu.fi##.cookies http://ifolor.fi##.dialogBanner--align-bottom http://vr.fi##.headerContents > .infoMessages http://pelit.fi,telia.fi##.notification http://helmet.fi##.notifier_warning http://suomi24.fi##.s24_cc_banner-wrapper +http://vapaasana.swedishforum.net##div[class^="conteneur"][class$="IE"] ~ style ~ div[id]:not([class]) http://dplay.fi##div[class^="notification"] +http://linnunrata.org##div[style^="position:fixed;right:0;top:0;"] http://heal-link.gr###alert http://hmerologio.gr###sid-container http://news247.gr##.cookie @@ -20650,7 +21287,7 @@ http://aegon.hu###AEGONCookieLine http://alpinbike.hu,belteriajtok.hu,grandacs.hu,mester.hu###CLayer http://sokkaljobb.hu###SPS_noaccept http://csillagpor.hu###a -http://origo.hu###ac +http://origo.hu,travelo.hu###ac http://hbkik.hu,kemkik.hu,mkik.hu,pbkik.hu###alert-box http://pianho97.hu###alertify http://pianho97.hu###alertify-cover @@ -20660,8 +21297,8 @@ http://hosch-kleber.hu###cinfo http://topviccek.hu###ck http://lacsiboltja.hu###consent http://hoxa.hu###container > div[style^="text-align: left;"] -http://koloknet.hu,notebookspecialista.hu,videokedvenc.hu###cookie -http://freemeteo.hu,gov.hu,kaspersky.hu,lxo.hu###cookies +http://ingyennyelv.hu,koloknet.hu,notebookspecialista.hu,uni-miskolc.hu,videokedvenc.hu###cookie +http://freemeteo.hu,gov.hu,kaspersky.hu,lexika.hu,lxo.hu###cookies http://nol.hu###didyou http://e-food.hu###efood_cookie http://moly.hu###eu @@ -20671,12 +21308,13 @@ http://szegedvaros.hu###footer http://autogaleria.hu###info-suti http://webrazzi.com###kvkk_r http://hrportal.hu###lableca -http://boraszportal.hu,termalfurdo.hu###layout_advertising_bottom +http://ado1szazalek.com,boraszportal.hu,termalfurdo.hu###layout_advertising_bottom http://momsport.hu###slider http://ittrend.hu###suti http://e-cegjegyzek.hu###suti_csik http://leddiszkont.hu###sutidoboz http://polipc.hu###sutik_elf +http://randevau.hu##.activebar-container http://ezermester.hu##.alert http://almaimotthona.hu##.aszfLayerContent http://pcx.hu##.body > .cell @@ -20684,7 +21322,8 @@ http://infiniti.hu##.c_128 http://milanoajto.hu##.cdisclaimer http://daiwa-info.hu##.ciacho-wrap-container http://mall.hu##.consent-panel -http://1mobil.hu,akme.hu,bestmarkt.hu,bestsellers.hu,bevachip.hu,firstshop.hu,joautok.hu,karatekyokushin.hu,logmein.hu,onlineszerszam.hu,rbx.hu,royalora.hu,szerszamoutlet.hu,work-force.hu,workforce.hu##.cookie +http://1mobil.hu,akme.hu,bestmarkt.hu,bestsellers.hu,bevachip.hu,firstshop.hu,focuscamera.hu,gyorgyteabolt.hu,joautok.hu,karatekyokushin.hu,logmein.hu,onlineszerszam.hu,rbx.hu,royalora.hu,szerszamoutlet.hu,work-force.hu,workforce.hu##.cookie +http://novashop.hu##.cookies http://aig.hu##.copyright-text-header http://lexus.hu##.disclaimer http://weber-terranova.hu##.flash-info @@ -20706,6 +21345,7 @@ http://rendi.hu##div[style="width:100%; background-color:black; padding: 8px; co http://laptopsystem.hu##div[style^="position:fixed; bottom:0;"] http://filmkatalogus.hu##table[width="870"][cellspacing="3"] http://dinamalar.com##.quickslide +http://jiosaavn.com##.site-message-container http://volaparkingorio.it###AeroparkVerona_cookie_advice http://controcampus.it###Controcampus_cookie_advice http://vistaprint.it###MarketingText @@ -20728,7 +21368,7 @@ http://centrometeolombardo.com###cc_div http://ecodallecitta.it###contenuto_consenso http://spesasicura.com###cook http://aeo.it,bookingaltoadige.com,chiesi.com,citroen-club.it,confidisystema.com,esselunga.it,esselungajob.it,exprivia.it,famila.it,giornaledicalabria.it,ildolomiti.it,kolping.it,messinaline.it,miamerano.it,mymercato.it,primocanale.it,sace.it,tecnocasa.it,wd40.it###cookie -http://angolotesti.it,armietiro.it,automobilismo.it,automobilismodepoca.it,chateau-dax.it,ciclismo.it,cyclistmagazine.it,evomagazine.it,menshealth.it,motociclismo.it,ordineavvocati.bari.it,pardini.it,runnersworld.it,supermercato24.it,tennisitaliano.it,testimania.com,unipv.it,velaemotore.it,wind.it###cookies +http://angolotesti.it,armietiro.it,automobilismo.it,automobilismodepoca.it,chateau-dax.it,ciclismo.it,cyclistmagazine.it,evomagazine.it,menshealth.it,motociclismo.it,ordineavvocati.bari.it,pardini.it,runnersworld.it,supermercato24.it,tennisitaliano.it,testimania.com,thefilmclub.it,unipv.it,velaemotore.it,wind.it###cookies http://majani.it###cs-banner http://netflixlovers.it###cs_container http://staffettaonline.com###ctl00_CtrlLogAbbonato1_cookiealert @@ -20781,7 +21421,7 @@ http://intrage.it##.BoxPrivacy http://rivistastudio.com##.SCK_Banner http://fosse-biologiche.it##._CL_main http://agenziagiovani.it,assocarta.it,cassoni-usati.it,farmenspa.it,salvaunbambino.it##.activebar-container -http://cafassoefigli.it,essofuelfinder.it,faperme.it,playinfinity.it,saperesalute.it,siemens.it,trivago.it,uabstyle.it,voglioviverecosi.com##.alert +http://cafassoefigli.it,essofuelfinder.it,faperme.it,pagellapolitica.it,playinfinity.it,saperesalute.it,siemens.it,trivago.it,uabstyle.it,voglioviverecosi.com##.alert http://lainox.it##.background_overlay http://elettrocasa.it##.banner http://bisceglielive.it##.biscotto @@ -20790,17 +21430,17 @@ http://bose.it##.bose-infoBar2016--fixedBottom http://elettrocasa.it,ntp-shop.it##.bottomBarMessage http://raikaritten.it##.bottom_note http://bolognafiere.com,bolognafiere.it##.box-alert -http://sapo.ao##.bsu-v2-ntfs http://infiniti.it##.c_128 http://hyle.appspot.com##.cc http://mivoq.it##.check-policy http://frateindovino.eu##.cn-wrapper http://leroymerlin.it##.consent-section http://aeroporto.catania.it,aeroportoditorino.it,botfactory.info,credem.it,dynamicasrl.com,emi.it,giunti.it,inpgi.it,mauroblasi.it,missingvideo.com,pampers.it,peugeot.it,telepace.it##.cookie -http://bottegaverde.it,cerutti.it,dehoniane.it,e-glossa.it,ebayextra.it,esso.it,fluorsidgroup.com,fondazionehenraux.it,gatorade.it,gogedizioni.it,ilbestiariorivista.it,italotreno.it,lintellettualedissidente.it,radioitalia.it,rivistacontrasti.it,saint-gobain.it,tirrenia.it,tivu.tv,tivusat.tv,walliance.eu##.cookies +http://bottegaverde.it,cerutti.it,dehoniane.it,e-glossa.it,ebayextra.it,esso.it,fluorsidgroup.com,fondazionehenraux.it,gatorade.it,gogedizioni.it,ilbestiariorivista.it,italotreno.it,lintellettualedissidente.it,perfumesclub.it,radioitalia.it,rivistacontrasti.it,saint-gobain.it,tirrenia.it,tivu.tv,tivusat.tv,walliance.eu##.cookies http://e-coop.it##.coop-privacy http://liujo.com##.cp-banner http://dentisti-italia.it##.di-banner +http://migliori-siti-di-incontri.it##.disclaimer http://spindox.it##.disclaimer-box http://jpmorganassetmanagement.it##.disclaimerPopupContainer http://primigi.it##.fancybox-overlay @@ -20844,6 +21484,8 @@ http://forbit.it##div[id^="ni_cookie_"] http://clouditalia.com##div[style="background-color: #f0f0f0; font-family: Open Sans; font-size: 12px; line-height: 18px; text-shadow: none; text-align: justify; padding: 25px; border-radius: 4px"] http://mimprendo.it##div[style="background-color:#E2E2E2;float:left;position:fixed;top:50px;left:0; height:60px;width:100%;"] http://privatesportshop.it##div[style="background: #FFFFE1; border-bottom: 1px solid #A0A0A0; padding: 10px;line-height: 1.4em; text-align: justify; font-family: sans-serif; font-size: 12px;"] +http://programmitv.it##div[style="border:2px dotted #00ff00;padding:5px 20px 10px;text-align:center;background-color:#202020;"] +http://leone1947.com##div[style="box-sizing: border-box; bottom: 0px; position: fixed; width: 100%; overflow: hidden; padding: 10px; z-index: 9; background-color: rgb(238, 238, 238); border-top: 1px solid #000;"] http://tuttosexyshop.it##div[style="font-size: 12px;float:left; width: 100%; text-align:center;"] http://enerpoint.it##div[style="padding:10px;background:#f77900;text-align:center;font-size:12px;margin-bottom:15px;"] http://gomme-auto.it##div[style="position: fixed; z-index: 999; bottom: 0px; left: 0px; right: 0px; margin: 0px auto; max-width: 960px; min-width: 360px; overflow: hidden;"] @@ -20853,7 +21495,9 @@ http://atrio.it##div[style^="position: absolute; top:"] http://email.it##script + div[style^="background: #000000;"] http://drweb.co.jp##.SHOWIT-msg_showed http://ads.nipr.ac.jp##.backdrop +http://jsps.go.jp##.notepanelWrap http://jaguar.co.jp##.notificationBars +http://techbang.com##.notify_stickie http://sponichi.co.jp##.toast-info http://infiniti.co.kr##.c_128 http://salidzini.lv###consent-box @@ -20866,11 +21510,13 @@ http://kube.no###cookie http://homenet.no###toast-container http://netonnet.no##.alert http://nextgentel.no##.blocker +http://kitchentime.no,parat.com##.cookie http://lexus.no##.disclaimer http://ruter.no##.fixed-messages http://sveip.no##.kake_wrap http://forsvaret.no##.message-bar http://dekk1.no##.name_infobar.ModuleGroup +http://dagbladet.no##.show.css-pp-box http://dplay.no##div[class^="notification"] http://panasonic.pl###CP_Layer http://expozdrowie.pl###alert_popup @@ -20896,8 +21542,8 @@ http://generatorkodowkreskowych.pl###cn http://bywajtu.pl###co15ie87a http://bstorun.pl###comm_info http://przyspiesz.pl###container_vsm -http://domwroc24.pl,emiter.net.pl,gov.pl,hemp.pl,kalinowo.pl,naszezoo.pl,osnews.pl,pracuj.pl,sklep-wadima.pl,swiat-sypialni.pl,weller.com.pl,xfutbol.pl###cookie -http://adequate.pl,alltube.tv,aquila.pl,auchan.pl,bankmillennium.pl,bioliq.pl,conan-kolekcja.pl,czytio.pl,delkom.pl,dobreprogramy.pl,ekino-tv.pl,eska.tv,filmboxextra.pl,fokus.tv,generali.pl,gov.pl,hi-tec.com.pl,intercon.systems,kasystefczyka.pl,kosmiczni.pl,muzo.fm,nasze-kino.tv,newsweek.pl,nowa.tv,paczkawruchu.pl,pb.edu.pl,piaseczno.eu,pilkanozna.pl,pkpsa.pl,play.pl,polotv.pl,polsat.pl,priv.pl,profmetkol.pl,realdevelopment.pl,realmadryt.pl,tripolo.pl,tv4.pl,tv6.com.pl,voxmusic.tv,wroc.pl,wszczecinie.pl###cookies +http://atramentowka.com,bokono.pl,domwroc24.pl,e-doggy.pl,emiter.net.pl,gov.pl,hemp.pl,kalinowo.pl,naszezoo.pl,oil-land.pl,osnews.pl,pcforce.pl,pracuj.pl,sklep-art-meb.pl,sklep-wadima.pl,swiat-sypialni.pl,virtualeye.pl,weller.com.pl,xfutbol.pl###cookie +http://adequate.pl,alltube.tv,aquila.pl,auchan.pl,bankmillennium.pl,bioliq.pl,conan-kolekcja.pl,czytio.pl,delkom.pl,dobreprogramy.pl,ekino-tv.pl,eska.tv,filmboxextra.pl,fokus.tv,generali.pl,gov.pl,hi-tec.com.pl,intercon.systems,kasystefczyka.pl,kosmiczni.pl,muzo.fm,nasze-kino.tv,newsweek.pl,nowa.tv,paczkawruchu.pl,pb.edu.pl,piaseczno.eu,pilkanozna.pl,pkpsa.pl,play.pl,polotv.pl,polsat.pl,priv.pl,profmetkol.pl,realdevelopment.pl,realmadryt.pl,tripolo.pl,tugramy.pl,tv4.pl,tv6.com.pl,voxmusic.tv,wroc.pl,wszczecinie.pl###cookies http://drony.net,gadzetomania.pl,komorkomania.pl,otabletach.pl###cop http://polskatimes.pl,strefabiznesu.pl###cross-dialog http://federacja-konsumentow.org.pl###cu_bar @@ -20907,7 +21553,6 @@ http://reactor.pl###einfo http://rozwojowiec.pl###fixedBar http://instytutlogopedyczny.pl###flash-msg http://tysol.pl###floatReklama -http://atman.pl###gbpl_oba http://eksiegarnia.pl###gora0 http://prosto.pl###id-rules http://sosulski.pl###inf @@ -20939,6 +21584,7 @@ http://yoy.tv###notice http://befsztyk.pl,cefarm24.pl,dobrarada.com.pl,e-zikoapteka.pl,gwp.pl,paramedyk24.pl,tanie-leczenie.pl###notice_bar http://forumplay.pl###notices http://zosiaikevin.pl###novem-slot +http://patronite.pl###overlay http://mkidn.gov.pl###pa http://zysk.com.pl###pageUpperInfo http://krosnocity.pl###polcia @@ -20958,6 +21604,7 @@ http://blog4u.pl###rodo_all http://memorialhenrykapuzonia.pl###sc-container http://fhpelikan.com.pl,midparts.com.pl,naturo.pl,sklep.motohid.pl,vertus.com.pl###simple-modal http://fhpelikan.com.pl,motohid.pl,naturo.pl,vertus.com.pl###simple-modal-overlay +http://pepper.pl###softMessages-list http://epuap.gov.pl###specialbox-info http://alkam-security.pl###spop http://uzdrowisko-wieniec.pl###statement @@ -20966,7 +21613,7 @@ http://gazetapolska.pl,gpcodziennie.pl###swsmodal http://gazetapolska.pl,gpcodziennie.pl###swsoverlay http://gerlach.org.pl###top0info http://agrolan.pl,e-rutek.pl,filtrosfera.pl,greenmate.pl,mikos.com.pl,negrasport.pl,pcoutlet.pl,perios.pl,silesiasports.eu,sporto.com.pl,srebrnystyl.pl,tashenti.pl,termokubki.com.pl###topInfoContainer0 -http://abc-rc.pl,acom.pl,aleokulary.com,epapierosylodz.pl,herba-farm.pl,ipartworld.pl,lunamarket.pl,megadyskont.pl,miadora.pl,negrasport.pl,ostry-sklep.pl,powerflex.pl,scyzoryki.net,sklep-muzyczny.com.pl,sklep.wodna-kraina.pl###topInfoContainer1 +http://abc-rc.pl,acom.pl,aleokulary.com,epapierosylodz.pl,herba-farm.pl,ipartworld.pl,jupi24.pl,lunamarket.pl,megadyskont.pl,miadora.pl,negrasport.pl,ostry-sklep.pl,powerflex.pl,scyzoryki.net,sklep-muzyczny.com.pl,sklep.wodna-kraina.pl###topInfoContainer1 http://areatour.pl,dacter.pl,dlapacjenta.pl,uni-tech.pl###topbar http://skapiec.pl###uclaInfo http://libra.com.pl###under_footer @@ -20989,10 +21636,11 @@ http://domwroc24.pl##.ciacho-wrap-container http://forumrowerowe.org##.ckg http://scentre.pl##.consent http://poznan.pl##.content-head-information -http://fum.info.pl,leroymerlin.pl,mazowieckie.com.pl,mmgastro.pl,otouczelnie.pl,technetium.pl,virtualtrucker.pl,wykop.pl##.cookie -http://alergia-allegra.pl,aliorbank.pl,angora.com.pl,bezux.pl,bigstar.pl,bitbay.pl,dhosting.pl,easycomp.pl,fitpatrol.pl,fly4free.pl,meczyki.pl,naszefutrzaki.eu,niedziela.pl,pkpcargo.com,polsatsport.pl,rozklad-pkp.pl,telepolis.pl,teletorium.pl,vistula.pl##.cookies +http://fum.info.pl,leroymerlin.pl,mazowieckie.com.pl,mmgastro.pl,otouczelnie.pl,technetium.pl,virtualtrucker.pl,wykop.pl,zdrofit.pl##.cookie +http://alergia-allegra.pl,aliorbank.pl,angora.com.pl,bezux.pl,bigstar.pl,bitbay.pl,dhosting.pl,easycomp.pl,fitpatrol.pl,fly4free.pl,meczyki.pl,naszefutrzaki.eu,niedziela.pl,pkpcargo.com,polsatsport.pl,rozklad-pkp.pl,sprawdzonyfizjoterapeuta.pl,telepolis.pl,teletorium.pl,vistula.pl##.cookies http://chceauto.pl##.cookue http://genetico.pl##.coologo7 +http://otodom.pl##.css-h7c6x6 http://lexus-polska.pl##.disclaimer http://komornik.pl##.divModalDialog http://czarymary.pl,drukowalnia.pl##.ek-bar @@ -21012,7 +21660,7 @@ http://merixstudio.pl##.message http://mojehobby.pl##.message-footer-panel http://pepper.pl##.messages http://cartests.net##.messi -http://4fun.tv,goldenline.pl##.modal-backdrop +http://4fun.tv,goldenline.pl,janssenmed.pl,musicexpress.pl##.modal-backdrop http://mojbrzuch.pl##.monit http://advatus.com,advatus.pl,ip-sa.pl##.myModal-box http://polimarky.pl##.navbar-fixed-bottom @@ -21024,10 +21672,11 @@ http://twojesoczewki.com##.popup_bg http://durszlak.pl##.privacy-layer http://rankomat.pl##.rank-cookie-bar http://abt-s.pl##.reveal-modal-bg +http://patronite.pl##.rodo-height http://bierhalle.pl,pbsbank.pl,scanner.com.pl##.rstboxes http://yogenfruz.pl##.shotimoo http://megawrzuta.pl##.slickModal -http://80dni.pl,ap-goal.pl,badaniaprenatalne.pl,bellpolska.com.pl,bezprawaanirusz.pl,businesstraveller.pl,careego.pl,centrum-terapii.pl,clubdelux.pt,codzienniefit.pl,ecochemia.pl,erif.pl,esportnow.pl,faktykonopne.pl,haft.com.pl,infokonsument.pl,instalnet.pl,intercyza-blog.pl,investjourney.pl,ironsky.pl,jasnastronamocy.info,jmdi.pl,kamienieogrodowe.com,karmopedia.pl,kartanauczycielablog.pl,konsalnet.pl,leszekbloch.pl,madameedith.com,mamysprawy.pl,maxbus.com.pl,mhtm.pl,naszwybir.pl,nowasprzedaz.pl,osiedlenatura.com.pl,pandrwal.pl,piekarniabialogon.pl,pierwsze-kroki.com,poloniawroclaw.pl,predathor.pl,programistanaswoim.pl,przedawnione.pl,przedsiebiorcza.com,przedszkolankowo.pl,przesył-energii.pl,radiowarszawa.com.pl,rauhanpuolustajat.org,sds-automatyka.pl,spkomandytowa.pl,stanprawnynieruchomosci.pl,studiosante.pl,szkoleniamaciolek.com,teatr-capitol.pl,towsrodku.pl,wars.pl,warunki-zabudowy.com.pl,wspolnotakrzyzasmolec.pl,yasumi.pl,zabieganamama.com,zatorland.pl,zsm.edu.pl,zuch.media##.spu-bg +http://80dni.pl,ap-goal.pl,badaniaprenatalne.pl,bellpolska.com.pl,bezprawaanirusz.pl,businesstraveller.pl,careego.pl,centrum-terapii.pl,clubdelux.pt,codzienniefit.pl,ecochemia.pl,erif.pl,esportnow.pl,faktykonopne.pl,haft.com.pl,infokonsument.pl,instalnet.pl,intercyza-blog.pl,investjourney.pl,ironsky.pl,jasnastronamocy.info,jmdi.pl,kamienieogrodowe.com,karmopedia.pl,kartanauczycielablog.pl,konsalnet.pl,leszekbloch.pl,madameedith.com,mamysprawy.pl,maxbus.com.pl,mhtm.pl,naszesprawy.eu,naszwybir.pl,nowasprzedaz.pl,osiedlenatura.com.pl,pandrwal.pl,piekarniabialogon.pl,pierwsze-kroki.com,poloniawroclaw.pl,predathor.pl,programistanaswoim.pl,przedawnione.pl,przedsiebiorcza.com,przedszkolankowo.pl,przesył-energii.pl,radiowarszawa.com.pl,rauhanpuolustajat.org,sds-automatyka.pl,spkomandytowa.pl,stanprawnynieruchomosci.pl,studiosante.pl,szkoleniamaciolek.com,teatr-capitol.pl,towsrodku.pl,wars.pl,warunki-zabudowy.com.pl,wspolnotakrzyzasmolec.pl,yasumi.pl,zabieganamama.com,zatorland.pl,zsm.edu.pl,zuch.media##.spu-bg http://spotlight.pl##.statement-container http://konsbud-hifi.com.pl##.sticky-footer http://szybkopraca.pl##.toast @@ -21079,14 +21728,19 @@ http://gentside.com.br###cookie http://fidelidade.pt,ren.pt###cookies http://rtp.pt###rtpgeralcookiecontent http://cmjornal.pt,jornaldenegocios.pt###termos +http://sapo.ao##.bsu-v2-ntfs http://vodafone.pt##.ck-nudge-slim http://sinonimos.com.br##.clm http://macorlux.pt##.cookie -http://abola.pt,assismatica.pt,conforama.pt,metalomarao.pt##.cookies +http://abola.pt,assismatica.pt,conforama.pt,metalomarao.pt,perfumesclub.pt##.cookies +http://tudogostoso.com.br##.disclaimer +http://ericeirasurfskate.pt##.footer-fixed-bar http://lidl.pt##.notification http://jaguarportugal.pt,landrover.pt##.notificationBars http://timing.pt##.policy +http://suzukimoto.pt##.policy-window http://nh-hoteles.pt##.politicaRewards +http://viatransilvanica.com###accept-popup http://hotnews.ro###avert http://cursbnr.ro###avert_all_page http://revistablogurilor.ro###cookie @@ -21101,14 +21755,18 @@ http://epantofi.ro##.popup http://bancaintesa.ru###agreement http://rosbank.ru###gray_overlay http://sakharov-center.ru###kuk +http://aquaphor.ru###modal-kuki http://forum-windows.net###ntf http://linux-info.ru###trumpet_message http://drweb.ru##.SHOWIT-msg_showed http://ngnovoros.ru##._1TNYbgH http://bancaintesa.ru##.agreement-substrate http://tvguru.ru##.c-modal +http://hashrating.com##.cookie http://glavred.info,unian.net##.cookies http://lisa.ru##.disclamer +http://ozon.ru##.i4 +http://friday.ru##.information http://patee.ru##.informer2 http://shophair.ru##.modal_popup_sessid_box http://landrover.ru##.notificationBars @@ -21131,11 +21789,10 @@ http://lexus.si##.disclaimer http://delo.si,deloindom.si,pogledi.si,polet.si,slovenskenovice.si##.notice http://pacma.es###aceptacion_politicas http://aristeguinoticias.com###comparte -http://cifempleo.com,ferrovial.com,gaes.es,infodefensa.com,moviles.com,pcbox.com,santalucia.es,tecnicasreunidas.es###cookies +http://cifempleo.com,ferrovial.com,gaes.es,infodefensa.com,moviles.com,movistarriders.gg,pcbox.com,santalucia.es,tecnicasreunidas.es,vodafone.es###cookies http://ssangyong.es###eltexto http://salonocasion.com###fb-cd http://shotsdeciencia.com###guacBg8 -http://ing.es,ingdirect.es###ico_banner http://hora.com.es###ley http://masvision.es###lycok http://paginasamarillas.es###m-notification--bottom @@ -21161,13 +21818,14 @@ http://bwin.es##.info-message http://ulabox.com##.js-alert http://plataformaarquitectura.cl##.kth-toast http://enaire.es,fiveguys.es##.modal-backdrop +http://hofmann.es##.muuSm http://nomada.gt##.noma-privacy http://jaguar.es,landrover.es##.notificationBars http://arsys.es##.notifications http://contarcaracteres.com##.top-header http://in4.es##.uk-position-fixed http://recepedia.com##div[style^="position: fixed; top:"] -http://skanetrafiken.se###cookie +http://kb.se,skanetrafiken.se###cookie http://hkr.se,inscale.se###cookies http://v6.se###layer http://strandhotel.se###mb_modules_popups_Container @@ -21183,10 +21841,12 @@ http://elkedjan.se##.avalanche-message http://inexchange.se##.bannerContainer http://fz.se##.blck-info http://nacka.se##.c-message -http://olisen.se##.cookie +http://kitchentime.se,olisen.se##.cookie http://havkom.se,lfv.se,oru.se##.cookies +http://xlbygg.se##.cookievarning-wrap:not(body):not(html) http://icebug.se##.css-4uxznl http://lexus.se##.disclaimer +http://eniro.se##.e-banner http://sydsvenskan.se##.gdpr http://telia.se##.global-level-alert http://radioplay.se##.gpsZPr @@ -21209,7 +21869,9 @@ http://repertuarim.com##.cookie http://sacsirlari.com##.cookies http://fanatik.com.tr,posta.com.tr##.data-policy http://arabam.com##.db.dn +http://dizioneri.com##.modal-backdrop http://landrover.com.tr##.notificationBars +http://tarifikolay.com##.personal-data-usage http://yenisafak.com##.policy http://turuncukasa.com##.popin http://etstur.com##.protectionOfData @@ -21227,32 +21889,34 @@ http://autotrader.com,brydge.com#@##back-to-top http://engie.fr,nasa.gov#@##backToTop http://rmf24.pl#@##backTop http://nasa.gov#@##backtoTop -http://stp-shop.ru#@##backtop +http://megalight18.net,stp-shop.ru#@##backtop http://gcnlive.com,nasa.gov#@##backtotop -http://sandisk.com#@##consent_blackbar +http://patch.com#@##email-modal-wrapper http://hearthis.at#@##email-overlay http://arma3.com,dayz.com#@##go-top http://mercopress.com#@##goToTop http://encompass.tv#@##goTop http://nannicskin.ru,redlink.com.ar#@##gotop http://libcom.org#@##main-share +http://upim.com#@##newsletter-modal http://exposurelights.com,tactxflashlights.com,thefirefly.com#@##newsletter-popup http://dnevnik.bg#@##newsletterBar http://cnn.com#@##outbrain_widget_0 http://mozilla.org,thunderbird.net,usps.com#@##privacy-policy -http://audionetwork.com,carlsenfritzoe.no#@##push-container http://onecallinsurance.co.uk#@##scroll-to-top http://aval.ua,finanzen100.de#@##scroll-top +http://catchconnect.com.au#@##scrollTop http://thehunt.com#@##signup-popup +http://wecollect.ch#@##subscribe_email http://vivoplay.net#@##subscriptionModal http://blaklader.se,blaklader.uk,chansluts.com#@##to-the-top http://57reshotel.it,radiogra.pl#@##to-top -http://bezahlen.de#@##toTop +http://bezahlen.de,stern.de#@##toTop http://uservoice.com#@##uservoice-feedback http://uservoice.com#@##uservoice-feedback-tab http://cnn.com#@#.OUTBRAIN -http://japantimes.co.jp#@#.back-to-top -http://forum.qscservice.com,forums.mozillazine.org,kvraudio.com,minetest.net#@#.back2top +http://hackmd.io,japantimes.co.jp#@#.back-to-top +http://cyber-tank.org,cyber-tank.ru,forum.qscservice.com,forums.mozillazine.org,kvraudio.com,minetest.net#@#.back2top http://thefirefly.com#@#.block-subscribe http://novojornal.co.ao#@#.box-newsletter http://azcentral.com#@#.close-wrap > .close-overlay @@ -21261,47 +21925,54 @@ http://electnext.com,youtube.com#@#.feed-icon http://battle.net,squareup.com,yandex.by,yandex.com,yandex.com.tr,yandex.kz,yandex.ru,yandex.ua#@#.feedback-button http://toutelanutrition.com#@#.footer-newsletter http://designdevostransports.fr#@#.gform_widget -http://novojornal.co.ao#@#.newsletter-modal +http://ixbt.com#@#.glyphicon-arrow-up +http://novojornal.co.ao,upim.com#@#.newsletter-modal http://billabong.com,strikerconcepts.com,tactxflashlights.com,urbanedcsupply.com#@#.newsletter-popup http://bidorbuy.co.za#@#.newsletterContainer http://thefork.it#@#.newsletterSignup http://outbrain.com#@#.outbrain http://pch24.pl,retro-bit.com#@#.popup-newsletter http://inverse.com#@#.promos-newsletter -http://carlsenfritzoe.no,push.abs-cbn.com,schufa.de#@#.push-container -http://underconsideration.com#@#.push-wrap -http://operon.pl#@#.push-wrapper http://seznam.cz#@#.rss-feed http://wired.com#@#.rss-widget http://mozillamessaging.com#@#.rss.icon http://newinhomes.com#@#.rssFeed http://google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,youtube.com#@#.rss_icon http://scribol.com#@#.scribol -http://advids.co,cbdoilreview.org,mortgageguy.com.au,paperless-insurance.com#@#.scroll-to-top -http://channelnewsasia.com,kitacon.org,polskikoszyk.pl,redislabs.com#@#.scroll-top -http://channelnewsasia.com,ew.com,indiatimes.com,letyshops.com,msn.com,people.com,southernliving.com,tele2.ru,wiemy.to#@#.scroll-up +http://advids.co,cbdoilreview.org,fashiola.fr,galerieslafayette.com,mortgageguy.com.au,paperless-insurance.com,thepage.com.ua#@#.scroll-to-top +http://channelnewsasia.com,dreamhost.com,kitacon.org,polskikoszyk.pl,redislabs.com#@#.scroll-top +http://aklinizikesfedin.com,channelnewsasia.com,ew.com,indiatimes.com,letyshops.com,msn.com,people.com,southernliving.com,steptohealth.com,tele2.ru,wiemy.to#@#.scroll-up +http://krasnodar.ru#@#.scrollTop http://hyperoptic.com,playtech.co.nz,porozmawiajmyoit.pl,scan.co.uk#@#.scroll_top -http://theuptake.org#@#.scrolltop +http://ltn.com.tw,theuptake.org#@#.scrolltop http://ap.www.namecheap.com#@#.scrolltotop +http://chorus.co.nz,jdpower.com#@#.scrollup http://dualshockers.com#@#.socialfooter http://blackboat.com#@#.sqs-announcement-bar http://xhamster.com#@#.subscribe-block http://humblebundle.com#@#.subscribe-box -http://stackexchange.com#@#.subscribe-container +http://oneplus.com,stackexchange.com#@#.subscribe-container http://twit.tv#@#.subscribe-panel http://wtfast.com#@#.subscribe_box +http://mos.ru#@#.subscription-block http://reddit.com,yesplz.coffee#@#.subscription-box +http://odoo.com#@#.subscription-widget http://ctpost.com#@#.taboola-frame http://theonion.com#@#.taboola-inbetweener http://ctpost.com#@#.taboolaloader http://hoff.ru#@#.to-top http://dj-extensions.com,thadenschool.org#@#.top-of-page -http://99bitcoins.com#@#.tve-leads-lightbox +http://99bitcoins.com,healthyhandyman.com#@#.tve-leads-lightbox http://getuikit.com#@#.uk-alert http://tactxflashlights.com#@#.widget_subscribe +http://upim.com#@#[data-target="#newsletter-modal"] http://twellow.com#@#a[href="http://www.twellow.com/"] http://nasa.gov#@#backtotop http://reddit.com#@#img[alt="submit to reddit"] +http://audionetwork.com,carlsenfritzoe.no#@##push-container +http://carlsenfritzoe.no,meineschufa.de,push.abs-cbn.com,schufa.de#@#.push-container +http://asbclassic.co.nz,underconsideration.com#@#.push-wrap +http://arabbank.com.au,operon.pl#@#.push-wrapper http://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@##\5f __plus_0 http://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@##\5f __plusone_0 http://beautifulplanet4u.com#@##advancedsocialwidget @@ -21316,6 +21987,7 @@ http://asian-u.com#@##facebook_button http://match.com,match.com.au#@##fb-connect http://163.com#@##layout-social http://recite.com#@##main-share +http://mmo13.ru#@##menu-share http://iab.org.pl#@##menu-social http://satkurier.pl#@##menu_social http://digg.com#@##module_digg @@ -21324,6 +21996,7 @@ http://linkedin.com#@##share-box http://code2flow.com#@##share-button http://competitor.com#@##share-links http://voicethread.com#@##share-menu +http://app.sococo.com#@##share-more http://reddit.com#@##share-reddit http://lastampa.it,tomshardware.com#@##shareBar http://getpocket.com#@##shareMenu @@ -21370,11 +22043,13 @@ http://vk.com,vkontakte.ru#@##vk_right http://xing.com#@##xing-share http://disqus.com#@#.-facebook http://disqus.com#@#.-twitter -http://tomshardware.com#@#.SocialButton +http://epicgames.com#@#.SocialBar +http://adobe.com,epicgames.com,tomshardware.com#@#.SocialButton +http://ctvnews.ca#@#.StoryShareBottom http://yachtingjournal.com#@#.addthis:not(body) http://onbeing.org#@#.addthis_32x32_style http://free18.net,onbeing.org#@#.addthis_default_style -http://gadgetlove.com,nrc.gov,onbeing.org,ontharen.org,rapgenius.com,tmz.com#@#.addthis_toolbox +http://gadgetlove.com,nrc.gov,onbeing.org,ontharen.org,rapgenius.com,schonmagazine.com,tmz.com#@#.addthis_toolbox http://onbeing.org#@#.addthisbuttons http://beautifulplanet4u.com#@#.advanced-social-widget http://kino-vorschau.com#@#.arqam-widget-counter @@ -21394,7 +22069,7 @@ http://engage.it#@#.block-social http://opposingviews.com#@#.block-socialmedia http://kcrw.com#@#.bottom-social http://login.gog.com#@#.btn--facebook -http://accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,dailymotion.com,deezer.com,eleconomista.es,epaka.pl,eventim.de,foodit.com,help.getadblock.com,hotline.ua,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook +http://accounts.pixiv.net,adespresso.com,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,apertura.com,aplus.com,appspot.com,chess.com,crowdin.net,curiouscat.me,dailymotion.com,deezer.com,eleconomista.es,epaka.pl,eventim.de,foodit.com,help.getadblock.com,hotline.ua,magine.com,meetme.com,nexoneu.com,nrj.fr,setlist.fm,spotify.com,swappa.com,thegamebusters.it,theoldreader.com,webgate.ec.europa.eu,younow.com#@#.btn-facebook http://allegro.pl,eskimi.com,narew.info,nexoneu.com,secure.allocine.fr,techinasia.com#@#.btn-fb http://foodit.com,thegamebusters.it,theoldreader.com#@#.btn-google-plus http://accounts.pixiv.net,apertura.com,narew.info,secure.allocine.fr#@#.btn-gplus @@ -21402,9 +22077,9 @@ http://appspot.com,younow.com#@#.btn-instagram http://appspot.com,foodit.com#@#.btn-linkedin http://appspot.com#@#.btn-reddit http://azlyrics.com,theoldreader.com,userzoom.com#@#.btn-share -http://bacardi.com,bellazon.com,bintray.com,epaka.pl,filterlists.com,freecodecamp.org,swappa.com,thegamebusters.it,webgate.ec.europa.eu#@#.btn-social +http://bacardi.com,bellazon.com,bintray.com,epaka.pl,filterlists.com,freecodecamp.org,player.fm,stimulusjs.org,swappa.com,thegamebusters.it,webgate.ec.europa.eu#@#.btn-social http://appspot.com#@#.btn-social-icon -http://accounts.pixiv.net,appspot.com,crowdin.net,help.getadblock.com,magine.com,qz.com,setlist.fm,thegamebusters.it,webgate.ec.europa.eu,younow.com#@#.btn-twitter +http://accounts.pixiv.net,appspot.com,crowdin.net,curiouscat.me,help.getadblock.com,magine.com,qz.com,setlist.fm,thegamebusters.it,webgate.ec.europa.eu,younow.com#@#.btn-twitter http://rockstargames.com#@#.btnFacebook http://rockstargames.com#@#.btnTwitter http://passeidireto.com#@#.btn_facebook @@ -21433,9 +22108,9 @@ http://science-et-vie.com#@#.entry-share http://epaka.pl#@#.fa-facebook http://teslarati.com#@#.fa-facebook-square http://insomnia.gr#@#.fa-share -http://qrdesign.net#@#.fa-share-alt -http://azurewebsites.net,martini.com,oneplus.net#@#.facebook-btn -http://bitbucket.org,ebuddy.com,foodora.at,foodora.ca,foodora.com.au,foodora.de,foodora.fi,foodora.fr,foodora.it,foodora.nl,foodora.no,foodora.se,geekli.st,getyounity.com,globalcitizen.org,musixmatch.com,plug.dj,swiatebookow.pl#@#.facebook-button +http://hackmd.io,qrdesign.net#@#.fa-share-alt +http://azurewebsites.net,epicgames.com,martini.com,oneplus.net#@#.facebook-btn +http://bitbucket.org,ebuddy.com,foodora.at,foodora.ca,foodora.com.au,foodora.de,foodora.fi,foodora.fr,foodora.nl,foodora.no,foodora.se,geekli.st,getyounity.com,globalcitizen.org,musixmatch.com,plug.dj,swiatebookow.pl#@#.facebook-button http://getyounity.com,login.aliexpress.com,vimeo.com#@#.facebook-icon http://thehunt.com#@#.facebook-link http://songkick.com#@#.facebook-share @@ -21445,10 +22120,11 @@ http://okcupid.com,quora.com,rdio.com,ticketabc.com#@#.facebook_button http://jappy.de#@#.facebookbutton http://100pour100foot.fr,6ter.fr,achetezfacile.com,clubic.com,deco.fr,fan2.fr,girondins.com,groupem6.fr,jeuxvideo.fr,jolidressing.com,m6.fr,m6blog.fr,m6bonus.fr,m6info.fr,m6jeux.fr,m6kid.fr,m6mobile.fr,m6pubdigital.fr,minuitsexy.fr,minutefacile.com,mobinaute.com,neteco.com,nouvellestar.fr,ozap.com,paris-premiere.fr,teva.fr,turbo.fr,w9.fr,wideo.fr#@#.fb-box http://airbnb.cat,airbnb.com,airbnb.de,dobreprogramy.pl#@#.fb-button +http://mediaexpert.leszczynscy.pl#@#.fb-container http://kizlarsoruyor.com#@#.fb-content http://firebase.google.com#@#.fb-dialog http://allegro.pl,itweb.co.za#@#.fb-icon -http://cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl#@#.fb-page +http://cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl,mediaexpert.leszczynscy.pl#@#.fb-page http://msn.com#@#.fb-xfbml-parse-ignore http://zimbio.com#@#.fbBox http://ceneo.pl,showmax.com#@#.fbBtn @@ -21467,13 +22143,14 @@ http://about.me#@#.follow_twitter http://expresstools.co.uk#@#.footer-social http://bysimple.co#@#.footer-socials http://gorod.mos.ru#@#.footer__social -http://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plus +http://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,yandex.by,yandex.kz,yandex.ru#@#.g-plus http://appspot.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plusone http://adme.ru#@#.gallery-social -http://academia.edu,martini.com,oneplus.net#@#.google-btn +http://academia.edu,epicgames.com,martini.com,oneplus.net#@#.google-btn http://9gag.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,wpolityce.pl#@#.google-plus http://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,inoreader.com#@#.google_plus http://apertura.com,quotidiani.gelocal.it#@#.googleplus +http://yandex.by,yandex.kz,yandex.ru#@#.gplus http://youtube.com#@#.gplus-icon http://vk.com#@#.group_share http://ulrichesch.de#@#.headersocial @@ -21504,7 +22181,8 @@ http://flattr.com#@#.icon-youtube http://ndtv.com#@#.icon_gplus http://community.imgur.com#@#.icons http://upworthy.com#@#.image-share -http://24h.com.vn,dailymail.co.uk,eva.vn,thisismoney.co.uk#@#.img-share +http://24h.com.vn,dailymail.co.uk,eva.vn,mogaznews.com,thisismoney.co.uk#@#.img-share +http://fandom.com#@#.is-social http://thenewamerican.com#@#.itemSocialSharing http://sap.com#@#.j-social-actions http://sap.com#@#.j-social-button @@ -21512,13 +22190,15 @@ http://kickstarter.com,tradingview.com#@#.js-follow-user http://cgtn.com,nbcnews.com,playosmo.com,trello.com,vimeo.com#@#.js-share http://alternativeto.net#@#.like-box http://darudar.org,fimfiction.net,modworkshop.net#@#.like_button +http://deezer.com#@#.link-social http://busqueda.com.uy,linkedin.com,peerlyst.com#@#.linkedin.icon http://pan.baidu.com#@#.list-share http://theverge.com#@#.m-article__share-buttons http://fider.io,jellyfin.org#@#.m-social -http://iab.org.pl#@#.menu-social +http://epicdrama.pl,iab.org.pl#@#.menu-social http://arkansasmatters.com,kark.com#@#.meta-share http://adobe.com#@#.mod-facebook +http://blmagazine.it#@#.mvp-post-soc-wrap http://moneycanbuylipstick.com#@#.nav-social http://atelierdeschefs.fr#@#.navbar-social http://disroot.org#@#.new-share @@ -21526,6 +22206,7 @@ http://mouthshut.com#@#.openshare http://newsweek.com,vidcloud.co#@#.page-share http://atvmedia.ru#@#.page-social http://renren.com#@#.photo-share +http://hotforfoodblog.com#@#.pin-it http://pinterest.com#@#.pin-it-button http://feedly.com#@#.pinButton http://pinterest.com#@#.pinit-btn @@ -21538,9 +22219,10 @@ http://pinterest.com#@#.pinterest-share-button http://pinterest.com#@#.pinterest-wrapper http://needlenthread.com#@#.pinterest1 http://pinterest.com#@#.pinterestComponentShare +http://marieclaire.ru#@#.pinterestShare http://google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.plusone http://privatecore.com#@#.post-fb -http://kliknijwzdrowie.pl,pokoleniesmart.pl,truepundit.com,velodaily.ru#@#.post-share-container +http://23-59.com.ua,dietetycy.org.pl,kliknijwzdrowie.pl,maze.fr,pokoleniesmart.pl,tidssonen.no,truepundit.com,velodaily.ru#@#.post-share-container http://imgur.com#@#.post-share-panel http://reddit.com#@#.post-sharing http://guildwars2.com#@#.post-social @@ -21558,7 +22240,7 @@ http://belgafiles.com,dakine.com,linkedin.com,way2sms.com#@#.share-box http://bitly.com,framestr.com#@#.share-btn http://kcrw.com,vimeo.com#@#.share-button http://bandcamp.com,bleacherreport.com,distractify.com,naekranie.pl,thedodo.com#@#.share-buttons -http://analyticsindiamag.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,comicbook.com,dogs-magazin.de,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,professorshouse.com,reefbuilders.com,sensationrock.net,stocksbeat.com,tripzilla.ph,zagranie.com#@#.share-container +http://analyticsindiamag.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,comicbook.com,dogs-magazin.de,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,professorshouse.com,reefbuilders.com,sensationrock.net,stocksbeat.com,tripzilla.ph,uploadvr.com,zagranie.com#@#.share-container http://podbean.com#@#.share-content http://mediafire.com#@#.share-facebook http://bild.de#@#.share-fb @@ -21567,17 +22249,17 @@ http://sharesansar.com#@#.share-head http://greatbritishchefs.com#@#.share-header http://howtogeek.com#@#.share-heading http://ida2at.com#@#.share-holder -http://iherb.com,vimeo.com#@#.share-icon +http://app.sococo.com,iherb.com,vimeo.com#@#.share-icon http://golem.de,tumblr.com#@#.share-item http://vimeo.com#@#.share-label http://recite.com#@#.share-left -http://askubuntu.com,baidu.com,broadcast.app.net,imgur.com,kuechenstud.io,logbuch-netzpolitik.de,mammothhq.com,mathoverflow.net,minkorrekt.de,openstreetmap.org,pomponik.pl,serverfault.com,stackapps.com,stackexchange.com,stackoverflow.com,superuser.com,yandex.com,yandex.com.tr,yandex.ru,yandex.ua#@#.share-link +http://askubuntu.com,baidu.com,broadcast.app.net,imgur.com,kuechenstud.io,logbuch-netzpolitik.de,mammothhq.com,mathoverflow.net,minkorrekt.de,openstreetmap.org,pinksluts.com,pomponik.pl,sale.aliexpress.com,serverfault.com,stackapps.com,stackexchange.com,stackoverflow.com,superuser.com,yadi.sk,yandex.com,yandex.com.tr,yandex.ru,yandex.ua#@#.share-link http://pornhub.com#@#.share-link-container http://autokult.pl,channelnewsasia.com,fotoblogia.pl,imgur.com,komorkomania.pl#@#.share-links http://channelnewsasia.com,recite.com#@#.share-list -http://disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu +http://app.sococo.com,disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu http://flickr.com,fxhome.com#@#.share-options -http://dropbox.com,ge.tt,recite.com#@#.share-page +http://dropbox.com,ge.tt,gfycat.com,recite.com#@#.share-page http://flickr.com,imgur.com,tobii.com,youtube.com#@#.share-panel http://mediafire.com#@#.share-popup http://simpletax.ca#@#.share-section @@ -21593,6 +22275,7 @@ http://franceculture.fr#@#.share-zone http://arte.tv,kp.by,kp.ru#@#.shareBox http://martindoor.com#@#.shareButton http://scan.co.uk#@#.shareContainer +http://tvn24bis.pl#@#.shareContainerList http://lse.co.uk#@#.shareContent http://hootsuite.com#@#.shareCount http://pscufs.com#@#.shareLeft @@ -21622,18 +22305,19 @@ http://169.254.1.1,192.168.178.1,192.168.188.1,fritz.box#@#.sharingbox http://nextinpact.com#@#.sharrre http://theatlantic.com,youtube.com#@#.show-share http://500px.com#@#.show_social +http://login.aliexpress.com#@#.sns-btns http://gry-online.pl#@#.social-16 http://tvp.info#@#.social-article http://dallascowboys.com,golem.de,patriots.com,prk24.pl,top.de#@#.social-bar http://funnyordie.com#@#.social-bar-container http://wat.tv#@#.social-block -http://adgully.com,chillitorun.pl,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom +http://adgully.com,chillitorun.pl,ecoustics.com,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom http://bitbucket.org,foodit.com,paypal.com,tvspielfilm.de#@#.social-box http://buzzerie.com,gog.com,poradnikprzedsiebiorcy.pl,udemy.com#@#.social-btn http://chess.com#@#.social-btns http://disqus.com,fastcompany.com,golem.de,nu.nl#@#.social-button http://adevarul.ro,airbnb.cat,airbnb.com,airbnb.de,airbnb.it,bilingua.io,cheezburger.com,musixmatch.com,nu.nl,ozy.com,tipranks.com#@#.social-buttons -http://workroom-myata.ru#@#.social-circle +http://pioneer-iot.com,workroom-myata.ru#@#.social-circle http://twitch.tv#@#.social-column http://cheezburger.com,epicgames.com#@#.social-container http://golem.de#@#.social-counter @@ -21650,11 +22334,12 @@ http://accountkiller.com#@#.social-image http://paperblog.com,paperblog.fr#@#.social-inline http://swiatebookow.pl#@#.social-label http://asos.com,metservice.com#@#.social-link -http://airbnb.cat,airbnb.com,airbnb.de,autokult.pl,deathfromabove1979.com,fotoblogia.pl,komorkomania.pl,squarespace.com,time.com#@#.social-links +http://airbnb.cat,airbnb.com,airbnb.de,autokult.pl,deathfromabove1979.com,fotoblogia.pl,komorkomania.pl,newonce.radio,squarespace.com,time.com#@#.social-links http://wykop.pl#@#.social-list http://coeffee.com,flipboard.com,getyounity.com,howdoyou.do#@#.social-login http://ethias.be,technorati.com#@#.social-media http://f-secure.com,howtogeek.com#@#.social-media-buttons +http://chorus.co.nz#@#.social-media-links http://schuermann.eu#@#.social-media-list http://insideover.com#@#.social-menu http://nvidia.pl#@#.social-newsletter @@ -21670,6 +22355,7 @@ http://domain.com.au#@#.social-stick http://tv-kino.net#@#.social-tab http://golem.de#@#.social-tools http://gamesrepublic.com#@#.social-top +http://gallerix.asia,gallerix.org#@#.social-tumblr http://4players.de,chrisblattman.com,deadspin.com,gizmodo.com,jezebel.com,kinja.com,kotaku.com,lifehacker.com#@#.social-twitter http://bronchiectasisandntminitiative.org,copdfoundation.org,viralnova.com#@#.social-wrap http://dreuz.info,foxnews.com#@#.social-wrapper @@ -21678,9 +22364,11 @@ http://runescape.com,study.163.com#@#.socialBox http://ceneo.pl,showmax.com#@#.socialBtns http://tomshardware.com#@#.socialButton http://keepa.com,mousehuntgame.com#@#.socialButtons +http://oculus.com#@#.socialFacebook http://pbs.org#@#.socialList http://welt.de#@#.socialMedia http://wweek.com#@#.socialRight +http://oculus.com#@#.socialTwitter http://gorod.mos.ru#@#.social__facebook http://gorod.mos.ru#@#.social__twitter http://iq-student-accommodation.com#@#.social_bar @@ -21688,7 +22376,9 @@ http://zik.ua#@#.social_block http://charaktery.eu,hintaopas.fi,moikrug.ru,pinterest.com,pricespy.co.nz,pricespy.co.uk,pricespy.ie,prisjakt.nu,wat.tv#@#.social_buttons http://academia.edu,wsqn.pl#@#.social_container http://ourweigh.in#@#.social_facebook +http://kuriertczewski.pl#@#.social_header http://maximumpc.com#@#.social_links_top +http://popmech.ru#@#.social_list http://fitocracy.com#@#.social_row http://neoseeker.com#@#.social_share http://meilleurmobile.com#@#.social_tabs @@ -21696,13 +22386,15 @@ http://leica-camera.com#@#.social_toolbar http://ourweigh.in#@#.social_twitter http://ruliweb.com#@#.social_wrapper http://0calc.es,0calc.fr,0calc.in,0calc.ru,0rechner.de,nu.nl,web2.0calc.com#@#.socialbar -http://wuala.com#@#.socialbox +http://vaganovaacademy.ru,wuala.com#@#.socialbox http://wuala.com#@#.socialboxp http://jobs.jnj.com,realogy.com#@#.socialbutton http://clientsfromhell.net#@#.socialbuttons http://gamepedia.com#@#.sociallink http://heise.de,megabus.com,thenextweb.com#@#.socialmedia http://belgafiles.com,chaturbate.com,eska.pl,gog.com,se.pl#@#.socials +http://aktuality.sk#@#.socials-link +http://aktuality.sk#@#.socials-wrapper http://one-voice.fr#@#.socials_wrapper http://vorarlberg.orf.at#@#.socialshare http://coeffee.com#@#.sprite-facebook @@ -21715,6 +22407,7 @@ http://amazon.co.uk,amazon.com,amazon.com.au,amazon.de,amazon.fr,gitlab.com,redd http://fewo-direkt.de,nvidia.pl#@#.subscribe-container http://nvidia.pl#@#.subscribe-text http://first-class-and-more.de,geekgamer.tv#@#.subscribe-widget +http://greenlemon.me,mozvr.com#@#.tag-social http://twitch.tv#@#.tw-icon http://twitch.tv#@#.tw-share http://chinadaily.com.cn,twitch.tv#@#.twBox @@ -21727,14 +22420,16 @@ http://arstechnica.com#@#.twitter-link http://electnext.com#@#.twitter-share http://boingboing.net#@#.twitter-share-button http://about.me,busqueda.com.uy,modhoster.com,mozillamessaging.com,pinterest.com#@#.twitter.icon +http://feedly.com#@#.twitterFeeds http://simonscat.com#@#.twitterShare http://pinterest.com#@#.twitterWrapper http://si.com#@#.ui-share-component http://research.gigaom.com#@#.vertical-social -http://invidio.us,video.khl.ru#@#.vjs-share +http://clients.webcaster.pro,invidio.us,video.khl.ru#@#.vjs-share http://google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,youtube.com#@#.vk-btn http://lessmess.storage#@#.widget-facebook http://minutebuzz.com#@#.wrapper-share +http://whatsapp.com#@#.wsapp http://hootsuite.com#@#.x-facebook http://kinogo-720.net#@#.ya-share2 http://youtube.com#@#.youtube-icon @@ -21773,6 +22468,7 @@ http://reddit.com#@#a[href^="https://www.reddit.com/submit?"] http://stumbleupon.com#@#a[href^="https://www.stumbleupon.com/submit?"] http://pinterest.com#@#a[title="Pin it!"] http://flattr.com,tumblr.com#@#a[title="Tumblr"] +http://livetv210.me#@#a[title="YouTube"] http://onlineradiobox.com#@#a[title="ВКонтакте"] http://google.com,smugmug.com#@#button[title="Share"] http://digg.com#@#div[id^="digg-widget-"] @@ -21780,11 +22476,16 @@ http://flickr.net#@#img[alt="Flickr"] http://clubbingtv.com#@#img[alt="Linkedin"] http://intersport.dk,intersport.es,intersport.nl#@##CookiePopup http://sportdiver.com#@##CybotCookiebotDialog +http://online.no,telenor.no#@##__tealiumGDPRcpPrefs +http://online.no,telenor.no#@##__tealiumGDPRecModal http://popsugar.co.uk#@##_evidon-background http://popsugar.co.uk#@##_evidon-barrier-wrapper http://etonline.com,popsugar.co.uk,popsugar.com,popsugar.com.au#@##_evidon_banner +http://aboutcookies.org#@##aboutcookies http://franziskaner-weissbier.de,xmradio.nl#@##accept-cookies -http://paypal.com#@##consent.consent +http://youtube.com#@##consent-bump +http://consent.yahoo.com,paypal.com#@##consent.consent +http://dnb.no#@##consentContainer http://sandisk.ae,sandisk.cn,sandisk.co.jp,sandisk.co.kr,sandisk.co.uk,sandisk.com,sandisk.com.au,sandisk.com.br,sandisk.com.tr,sandisk.com.tw,sandisk.de,sandisk.es,sandisk.fr,sandisk.hk,sandisk.id,sandisk.in,sandisk.it,sandisk.nl,sandisk.sg#@##consent_blackbar http://roussillhotel.com#@##cookie-banner http://dm-drogeriemarkt.it#@##cookie-bar @@ -21800,7 +22501,7 @@ http://patient.info#@##cookie-policy http://flybe.com#@##cookie-policy-modal http://bk.com#@##cookie-popup http://lauritz.com,qxl.de,qxl.dk,qxl.fi,qxl.no,qxl.se#@##cookie-wrapper -http://ad.win.nl,techopital.com#@##cookieConsent +http://ad.win.nl,dehn.de,techopital.com#@##cookieConsent http://ad.win.nl#@##cookieConsentBox http://techopital.com#@##cookieConsentContainer http://indebuurt.nl,tweakers.net#@##cookieContainer @@ -21816,10 +22517,12 @@ http://hbogo.hu#@##cookiebox http://www.free.fr#@##cookieconsent http://gruenderservice.at#@##cookiehint http://porno720.pl,tvporno.pl#@##cookieinfo +http://paradoxplaza.com#@##cookies-info http://paravol.org#@##cookies-modal http://shoppable.com#@##cookiesModal http://gdansk.pl#@##cookies[role="dialog"] http://vkmag.com#@##cookiesdirective +http://ibs.it#@##divPrivacy http://gamewatcher.com,ivoox.com,poszalu.pl,tappedout.net,visionexpress.pl#@##gdpr-modal http://n26.com#@##gdpr-notice http://pekao.com.pl#@##gdpr-popup @@ -21830,38 +22533,44 @@ http://17track.net#@##modal-gdpr http://thesocialmedwork.com#@##notice-cookie-block http://theverge.com#@##privacy-consent http://readthedocs.io,sportdiver.com#@##privacy-policy +http://account.sonymobile.com#@##privacy-statement +http://totalwar.com#@##privacy_policy http://repostuj.pl#@##rodo-modal http://boekmeter.nl,gamesmeter.nl,moviemeter.nl,musicmeter.nl,nzherald.co.nz#@#.Cookies http://bancaifis.it#@#.Cookies:not(body) http://maisonapart.com#@#.accept-cookie http://franziskaner-weissbier.de#@#.accept-cookies +http://live.nettavisen.no#@#.active > div http://patient.info#@#.alert--cookie http://bing.com,czuczu.pl#@#.cc-container http://morningstar.ca#@#.cc_container http://onet.pl#@#.cmp-app_gdpr http://consent.yahoo.com,oath.com#@#.consent-container +http://consent.yahoo.com,payments.amazon.ca,payments.amazon.co.jp,payments.amazon.co.uk,payments.amazon.com,payments.amazon.com.au,payments.amazon.com.br,payments.amazon.de,payments.amazon.es,payments.amazon.fr,payments.amazon.in,payments.amazon.it#@#.consent-wrapper http://boursorama.com#@#.cookie-banner http://janrain.com,moemax.de,rituals.com,xxxlshop.de#@#.cookie-bar http://rituals.com#@#.cookie-bar-wrapper http://rituals.com#@#.cookie-bar:not(body) +http://egmont.com#@#.cookie-bar:not(body):not(html) http://zeist.hu.nl#@#.cookie-block http://lg.com#@#.cookie-check http://zwijsen.nl#@#.cookie-consent-container http://zwijsen.nl#@#.cookie-consent-content http://zwijsen.nl#@#.cookie-consent-wrapper http://codra.net#@#.cookie-consent:not(body) -http://bokadirekt.se,danbolig.dk,rusta.com,xmradio.nl#@#.cookie-content +http://bokadirekt.se,danbolig.dk,hongkong.fi,rusta.com,xmradio.nl#@#.cookie-content http://danbolig.dk#@#.cookie-dialog http://ikks.com#@#.cookie-footer http://puzzels.ad.nl,puzzels.bd.nl,puzzels.bndestem.nl,puzzels.destentor.nl,puzzels.ed.nl,puzzels.gelderlander.nl,puzzels.parool.nl,puzzels.pzc.nl,puzzels.trouw.nl,puzzels.tubantia.nl,puzzels.volkskrant.nl#@#.cookie-header http://adequate.pl,bakken.nl,totalizator.pl#@#.cookie-info -http://mediamarkt.de,saturn.de#@#.cookie-info-modal +http://mediamarkt.de,mediamarkt.nl,saturn.de#@#.cookie-info-modal http://ferratum.pl,greenflag.com#@#.cookie-message http://foodnetwork.it,kramp.com#@#.cookie-message:not(html):not(body) http://bokadirekt.se,puzzels.ad.nl,puzzels.bd.nl,puzzels.bndestem.nl,puzzels.destentor.nl,puzzels.ed.nl,puzzels.gelderlander.nl,puzzels.parool.nl,puzzels.pzc.nl,puzzels.trouw.nl,puzzels.tubantia.nl,puzzels.volkskrant.nl,tropicana.fr#@#.cookie-modal +http://findagrave.com#@#.cookie-msg http://account.here.com,calvinklein.at,calvinklein.be,calvinklein.bg,calvinklein.ch,calvinklein.co.uk,calvinklein.com,calvinklein.cz,calvinklein.de,calvinklein.dk,calvinklein.ee,calvinklein.es,calvinklein.fi,calvinklein.fr,calvinklein.hr,calvinklein.hu,calvinklein.ie,calvinklein.it,calvinklein.lt,calvinklein.lu,calvinklein.lv,calvinklein.nl,calvinklein.pl,calvinklein.pt,calvinklein.ru,calvinklein.se,calvinklein.si,calvinklein.sk,uktv.co.uk#@#.cookie-notice http://hm.com,prosiebengames.de,stories.com#@#.cookie-notification -http://hype.it,rosbank.ru#@#.cookie-on +http://hype.it,labanquepostale.fr,rosbank.ru#@#.cookie-on http://timeout.com#@#.cookie-overlay http://hearst.co.uk#@#.cookie-policy http://60millions-mag.com#@#.cookie-popup @@ -21905,10 +22614,14 @@ http://bankmillennium.pl#@#.cookies-info http://alko.fi#@#.cookies-open http://diy.com#@#.cookies-policy http://milliman.com#@#.cookiesModal +http://m.oe24.at#@#.cookiesOverlay2 +http://m.oe24.at#@#.cookiesOverlay2Box http://hublot.com#@#.cookies_consent-show +http://xlbygg.se#@#.cookievarning-wrap http://gezondheidsplein.nl,intersport.dk,intersport.es,intersport.nl#@#.cookiewall http://fd.nl,gezondheidsplein.nl,tcroomburg.nl#@#.cookiewall:not(body):not(html) -http://samsung.com#@#.cookiewarning +http://samsung.com,xlbygg.se#@#.cookiewarning +http://xlbygg.se#@#.cookiewarning:not(body):not(html) http://e-dym.pl#@#.cp-popup http://porndig.com,thagson.com#@#.disclaimer_wrapper http://etonline.com,popsugar.co.uk#@#.evidon-banner @@ -21921,7 +22634,7 @@ http://airfrance.ae,airfrance.am,airfrance.at,airfrance.be,airfrance.bf,airfranc http://airfrance.ae,airfrance.am,airfrance.at,airfrance.be,airfrance.bf,airfrance.bg,airfrance.bj,airfrance.ca,airfrance.cd,airfrance.cg,airfrance.ch,airfrance.cl,airfrance.cm,airfrance.co.ao,airfrance.co.il,airfrance.co.jp,airfrance.co.kr,airfrance.co.th,airfrance.co.uk,airfrance.co.za,airfrance.com,airfrance.com.ar,airfrance.com.au,airfrance.com.br,airfrance.com.cn,airfrance.com.co,airfrance.com.do,airfrance.com.eg,airfrance.com.hk,airfrance.com.jo,airfrance.com.kh,airfrance.com.lb,airfrance.com.mx,airfrance.com.tr,airfrance.com.tw,airfrance.com.uy,airfrance.cz,airfrance.de,airfrance.dj,airfrance.dk,airfrance.dz,airfrance.es,airfrance.fi,airfrance.fr,airfrance.ga,airfrance.gf,airfrance.gp,airfrance.hr,airfrance.ht,airfrance.hu,airfrance.id,airfrance.ie,airfrance.in,airfrance.it,airfrance.lu,airfrance.ma,airfrance.mg,airfrance.ml,airfrance.mq,airfrance.mu,airfrance.my,airfrance.nc,airfrance.ne,airfrance.ng,airfrance.nl,airfrance.no,airfrance.pa,airfrance.pe,airfrance.pf,airfrance.pl,airfrance.pt,airfrance.re,airfrance.ro,airfrance.rs,airfrance.ru,airfrance.sa,airfrance.se,airfrance.sg,airfrance.si,airfrance.sk,airfrance.sn,airfrance.tg,airfrance.tn,airfrance.ua,airfrance.us,airfrance.vn#@#.gdpr-panel http://totalcasino.pl#@#.gdpr-popup http://wufoo.com#@#.gdpr-prompt -http://coastalliving.com,commercialtrucktrader.com,cookinglight.com,essence.com,ew.com,fortune.com,gct.com,golf.com,health.com,hellogiggles.com,instyle.com,metallica.com,mirjan24.pl,nytimes.com,people.com,realsimple.com,si.com,southernliving.com,time.com,travelandleisure.com#@#.gdpr:not(body):not(html) +http://coastalliving.com,commercialtrucktrader.com,cookinglight.com,essence.com,ew.com,fortune.com,gct.com,golf.com,health.com,hellogiggles.com,instyle.com,metallica.com,mirjan24.pl,my.games,nytimes.com,people.com,realsimple.com,si.com,southernliving.com,time.com,travelandleisure.com#@#.gdpr:not(body):not(html) http://suzuki.co.nz#@#.js-cookie http://geleidehond.nl#@#.js-cookie-alert http://capstan.fr#@#.js-cookie-container @@ -21932,7 +22645,7 @@ http://bosch-mobility-solutions.com#@#.m-cookie http://bosch-mobility-solutions.com#@#.m-cookie-intro http://makelaarsland.nl#@#.m-cookie-notice http://theverge.com#@#.m-privacy-consent -http://gct.com,oattravel.com,piaggiogroup.com#@#.mod_cookies +http://gct.com,herbritts.com,oattravel.com,pentestpartners.com,piaggiogroup.com#@#.mod_cookies http://multimediago.pl#@#.modal-cookie http://betway.it#@#.module-cookie http://ramics-conference.org#@#.nf-form-content @@ -21940,7 +22653,9 @@ http://aklagare.se,boekmeter.nl,gamesmeter.nl,moviemeter.nl,musicmeter.nl,nzhera http://nzpost.co.nz##.notification.cookies:not(body):not(html) http://bosch-home.com#@#.o-cookielaw http://pieseauto.ro#@#.page-cookies +http://google.ac,google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.by,google.com.bz,google.com.cn,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.jo,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.ru,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tn,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.ve,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hk,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.it.ao,google.je,google.jo,google.jp,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.ne.jp,google.ng,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tl,google.tm,google.tn,google.to,google.tt,google.us,google.vg,google.vu,google.ws#@#.privacyBar http://metallica.com#@#.privacy_policy_message_box +http://online.no,telenor.no#@#.privacy_prompt http://jyllands-posten.dk#@#.qc-cmp-showing http://jyllands-posten.dk#@#.qc-cmp-ui-container http://motofaktor.pl#@#.rodo-accept @@ -21956,3 +22671,4 @@ http://mymuesli.com#@#cookies_consent http://birramenabrea.com,marketerplus.pl#@#div[data-cookie] http://timeout.com#@#div[data-module="cookie_banner"] http://unicode.org#@#div[data-nconvert-cookie] +httpstatus.io##.snackbar diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/kp.dat b/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/kp.dat index 034089a0a3741da2689a4e7a511604b3a6943ba2..8f018154178e7788405b2caf52cb80890096eeed 100644 GIT binary patch literal 37824 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

)X8RRa(l%?l^#M# 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 literal 37232 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