diff --git a/package/ctcgfw/luci-app-koolproxyR/Makefile b/package/ctcgfw/luci-app-koolproxyR/Makefile index 49d16b5beb..f5731f3b7e 100644 --- a/package/ctcgfw/luci-app-koolproxyR/Makefile +++ b/package/ctcgfw/luci-app-koolproxyR/Makefile @@ -1,95 +1,19 @@ include $(TOPDIR)/rules.mk +LUCI_TITLE:=LuCI support for koolproxyR +LUCI_DESCRIPTION:=This package contains LuCI configuration pages for koolproxy. +LUCI_DEPENDS:=+koolproxy +wget +LUCI_PKGARCH:=all + PKG_NAME:=luci-app-koolproxyR PKG_VERSION:=3.8.4 -PKG_RELEASE:=5-20200331 +PKG_RELEASE:=6-20200413 PKG_MAINTAINER:=panda-mute PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_PARALLEL:=1 +include $(TOPDIR)/feeds/luci/luci.mk -RSTRIP:=true +# call BuildPackage - OpenWrt buildroot signature -include $(INCLUDE_DIR)/package.mk - -define Package/luci-app-koolproxyR - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=3. Applications - TITLE:=LuCI support for koolproxyR - DEPENDS:=+openssl-util +ipset +dnsmasq-full +@BUSYBOX_CONFIG_DIFF +iptables-mod-nat-extra +wget - MAINTAINER:=panda-mute -endef - -define Package/luci-app-koolproxyR/description - This package contains LuCI configuration pages for koolproxy. -endef - -define Build/Compile -endef - -define Package/luci-app-koolproxyR/postinst -#!/bin/sh -if [ -z "$${IPKG_INSTROOT}" ]; then - ( . /etc/uci-defaults/luci-koolproxy ) && rm -f /etc/uci-defaults/luci-koolproxy - rm -f /tmp/luci-indexcache -fi -exit 0 -endef - -define Package/luci-app-koolproxyR/install - $(INSTALL_DIR) $(1)/etc/uci-defaults - $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DIR) $(1)/etc/adblocklist - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_DIR) $(1)/lib/upgrade/keep.d - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n/ - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/model/cbi/koolproxy - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/view - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/view/koolproxy - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_DIR) $(1)/usr/share/koolproxy - $(INSTALL_DIR) $(1)/usr/share/koolproxy/data - $(INSTALL_DIR) $(1)/usr/share/koolproxy/data/rules/ - - $(INSTALL_BIN) ./files/etc/uci-defaults/luci-koolproxy $(1)/etc/uci-defaults/luci-koolproxy - $(INSTALL_BIN) ./files/etc/init.d/* $(1)/etc/init.d/ - $(INSTALL_DATA) ./files/etc/config/* $(1)/etc/config/ - $(INSTALL_DATA) ./files/etc/adblocklist/* $(1)/etc/adblocklist/ - $(INSTALL_DATA) ./files/lib/upgrade/keep.d/koolproxy $(1)/lib/upgrade/keep.d/ - $(INSTALL_DATA) ./files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua $(1)/usr/lib/lua/luci/model/cbi/koolproxy/global.lua - $(INSTALL_DATA) ./files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua $(1)/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua - $(INSTALL_DATA) ./files/usr/lib/lua/luci/controller/koolproxy.lua $(1)/usr/lib/lua/luci/controller/koolproxy.lua - $(INSTALL_DATA) ./files/usr/lib/lua/luci/view/koolproxy/* $(1)/usr/lib/lua/luci/view/koolproxy/ - $(INSTALL_DATA) ./files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo $(1)/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo - $(INSTALL_BIN) ./files/usr/sbin/* $(1)/usr/sbin/ - $(INSTALL_BIN) ./files/usr/share/koolproxy/data/gen_ca.sh $(1)/usr/share/koolproxy/data/ - $(INSTALL_DATA) ./files/usr/share/koolproxy/data/openssl.cnf $(1)/usr/share/koolproxy/data/ - $(INSTALL_DATA) ./files/usr/share/koolproxy/data/user.txt $(1)/usr/share/koolproxy/data/ - $(INSTALL_DATA) ./files/usr/share/koolproxy/data/source.list $(1)/usr/share/koolproxy/data/ - $(INSTALL_DATA) ./files/usr/share/koolproxy/data/rules/* $(1)/usr/share/koolproxy/data/rules/ - $(INSTALL_BIN) ./files/usr/share/koolproxy/camanagement $(1)/usr/share/koolproxy/camanagement - $(INSTALL_BIN) ./files/usr/share/koolproxy/kpupdate $(1)/usr/share/koolproxy/kpupdate - $(INSTALL_DATA) ./files/usr/share/koolproxy/koolproxy_ipset.conf $(1)/usr/share/koolproxy/koolproxy_ipset.conf - $(INSTALL_DATA) ./files/usr/share/koolproxy/dnsmasq.adblock $(1)/usr/share/koolproxy/dnsmasq.adblock -ifeq ($(ARCH),mipsel) - $(INSTALL_BIN) ./files/bin/mipsel $(1)/usr/share/koolproxy/koolproxy -endif -ifeq ($(ARCH),mips) - $(INSTALL_BIN) ./files/bin/mips $(1)/usr/share/koolproxy/koolproxy -endif -ifeq ($(ARCH),i386) - $(INSTALL_BIN) ./files/bin/i386 $(1)/usr/share/koolproxy/koolproxy -endif -ifeq ($(ARCH),x86_64) - $(INSTALL_BIN) ./files/bin/x86_64 $(1)/usr/share/koolproxy/koolproxy -endif -ifeq ($(ARCH),arm) - $(INSTALL_BIN) ./files/bin/arm $(1)/usr/share/koolproxy/koolproxy -endif -endef - -$(eval $(call BuildPackage,luci-app-koolproxyR)) diff --git a/package/ctcgfw/luci-app-koolproxyR/files/bin/arm b/package/ctcgfw/luci-app-koolproxyR/files/bin/arm deleted file mode 100755 index f80c1cecaa..0000000000 Binary files a/package/ctcgfw/luci-app-koolproxyR/files/bin/arm and /dev/null differ diff --git a/package/ctcgfw/luci-app-koolproxyR/files/bin/i386 b/package/ctcgfw/luci-app-koolproxyR/files/bin/i386 deleted file mode 100755 index c295815493..0000000000 Binary files a/package/ctcgfw/luci-app-koolproxyR/files/bin/i386 and /dev/null differ diff --git a/package/ctcgfw/luci-app-koolproxyR/files/bin/mips b/package/ctcgfw/luci-app-koolproxyR/files/bin/mips deleted file mode 100755 index 2673deff6f..0000000000 Binary files a/package/ctcgfw/luci-app-koolproxyR/files/bin/mips and /dev/null differ diff --git a/package/ctcgfw/luci-app-koolproxyR/files/bin/mipsel b/package/ctcgfw/luci-app-koolproxyR/files/bin/mipsel deleted file mode 100755 index f398b91c5f..0000000000 Binary files a/package/ctcgfw/luci-app-koolproxyR/files/bin/mipsel and /dev/null differ diff --git a/package/ctcgfw/luci-app-koolproxyR/files/bin/x86_64 b/package/ctcgfw/luci-app-koolproxyR/files/bin/x86_64 deleted file mode 100755 index fe5cfc15e7..0000000000 Binary files a/package/ctcgfw/luci-app-koolproxyR/files/bin/x86_64 and /dev/null differ diff --git a/package/ctcgfw/luci-app-koolproxyR/koolproxyupdate.sh b/package/ctcgfw/luci-app-koolproxyR/koolproxyupdate.sh index be6c8df5e9..f3b9cc226d 100755 --- a/package/ctcgfw/luci-app-koolproxyR/koolproxyupdate.sh +++ b/package/ctcgfw/luci-app-koolproxyR/koolproxyupdate.sh @@ -1,13 +1,13 @@ -wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR_rule_list/master/kp.dat' -O files/usr/share/koolproxy/data/rules/kp.dat -wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/yhosts.txt' -O files/usr/share/koolproxy/data/rules/yhosts.txt -wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/fanboy-annoyance.txt' -O files/usr/share/koolproxy/data/rules/fanboy.txt -wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/easylistchina.txt' -O files/usr/share/koolproxy/data/rules/easylistchina.txt +wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR_rule_list/master/kp.dat' -O root/usr/share/koolproxy/data/rules/kp.dat +wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/yhosts.txt' -O root/usr/share/koolproxy/data/rules/yhosts.txt +wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/fanboy-annoyance.txt' -O root/usr/share/koolproxy/data/rules/fanboy.txt +wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/easylistchina.txt' -O root/usr/share/koolproxy/data/rules/easylistchina.txt -wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/user.txt' -O files/usr/share/koolproxy/data/user.txt -cp files/usr/share/koolproxy/data/user.txt files/usr/share/koolproxy/data/rules/user.txt -wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/koolproxyR_ipset.conf' -O files/usr/share/koolproxy/koolproxy_ipset.conf +wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/rules/user.txt' -O root/usr/share/koolproxy/data/user.txt +cp root/usr/share/koolproxy/data/user.txt root/usr/share/koolproxy/data/rules/user.txt +wget 'https://raw.githubusercontent.com/user1121114685/koolproxyR/master/koolproxyR/koolproxyR/data/koolproxyR_ipset.conf' -O root/usr/share/koolproxy/koolproxy_ipset.conf -wget https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt -O- | grep ^\|\|[^\*]*\^$ | sed -e 's:||:address\=\/:' -e 's:\^:/0\.0\.0\.0:' > files/usr/share/koolproxy/dnsmasq.adblock -sed -i '/youku/d' files/usr/share/koolproxy/dnsmasq.adblock -sed -i '/[1-9]\{1,3\}\.[1-9]\{1,3\}\.[1-9]\{1,3\}\.[1-9]\{1,3\}/d' files/usr/share/koolproxy/dnsmasq.adblock +wget https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt -O- | grep ^\|\|[^\*]*\^$ | sed -e 's:||:address\=\/:' -e 's:\^:/0\.0\.0\.0:' > root/usr/share/koolproxy/dnsmasq.adblock +sed -i '/youku/d' root/usr/share/koolproxy/dnsmasq.adblock +sed -i '/[1-9]\{1,3\}\.[1-9]\{1,3\}\.[1-9]\{1,3\}\.[1-9]\{1,3\}/d' root/usr/share/koolproxy/dnsmasq.adblock diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/controller/koolproxy.lua b/package/ctcgfw/luci-app-koolproxyR/luasrc/controller/koolproxy.lua similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/controller/koolproxy.lua rename to package/ctcgfw/luci-app-koolproxyR/luasrc/controller/koolproxy.lua diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua b/package/ctcgfw/luci-app-koolproxyR/luasrc/model/cbi/koolproxy/global.lua similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua rename to package/ctcgfw/luci-app-koolproxyR/luasrc/model/cbi/koolproxy/global.lua diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua b/package/ctcgfw/luci-app-koolproxyR/luasrc/model/cbi/koolproxy/rss_rule.lua similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua rename to package/ctcgfw/luci-app-koolproxyR/luasrc/model/cbi/koolproxy/rss_rule.lua diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/cadvalue.htm b/package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/cadvalue.htm similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/cadvalue.htm rename to package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/cadvalue.htm diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/caupload.htm b/package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/caupload.htm similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/caupload.htm rename to package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/caupload.htm diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/dvalue.htm b/package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/dvalue.htm similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/dvalue.htm rename to package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/dvalue.htm diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/feedback.htm b/package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/feedback.htm similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/feedback.htm rename to package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/feedback.htm diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/index.htm b/package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/index.htm similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/index.htm rename to package/ctcgfw/luci-app-koolproxyR/luasrc/view/koolproxy/index.htm diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adblock b/package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adblock similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adblock rename to package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adblock diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adblockip b/package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adblockip similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adblockip rename to package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adblockip diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adbypass b/package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adbypass similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adbypass rename to package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adbypass diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adbypassip b/package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adbypassip similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/etc/adblocklist/adbypassip rename to package/ctcgfw/luci-app-koolproxyR/root/etc/adblocklist/adbypassip diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/config/koolproxy b/package/ctcgfw/luci-app-koolproxyR/root/etc/config/koolproxy similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/etc/config/koolproxy rename to package/ctcgfw/luci-app-koolproxyR/root/etc/config/koolproxy diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/init.d/koolproxy b/package/ctcgfw/luci-app-koolproxyR/root/etc/init.d/koolproxy similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/etc/init.d/koolproxy rename to package/ctcgfw/luci-app-koolproxyR/root/etc/init.d/koolproxy diff --git a/package/ctcgfw/luci-app-koolproxyR/files/etc/uci-defaults/luci-koolproxy b/package/ctcgfw/luci-app-koolproxyR/root/etc/uci-defaults/luci-koolproxy similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/etc/uci-defaults/luci-koolproxy rename to package/ctcgfw/luci-app-koolproxyR/root/etc/uci-defaults/luci-koolproxy diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo b/package/ctcgfw/luci-app-koolproxyR/root/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo rename to package/ctcgfw/luci-app-koolproxyR/root/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo diff --git a/package/ctcgfw/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy b/package/ctcgfw/luci-app-koolproxyR/root/usr/lib/upgrade/keep.d/koolproxy similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy rename to package/ctcgfw/luci-app-koolproxyR/root/usr/lib/upgrade/keep.d/koolproxy diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/sbin/adblockplus b/package/ctcgfw/luci-app-koolproxyR/root/usr/sbin/adblockplus similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/sbin/adblockplus rename to package/ctcgfw/luci-app-koolproxyR/root/usr/sbin/adblockplus diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/adblock.conf b/package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/adblock.conf similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/adblock.conf rename to package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/adblock.conf diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/camanagement b/package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/camanagement similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/camanagement rename to package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/camanagement diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/gen_ca.sh b/package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/data/gen_ca.sh similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/gen_ca.sh rename to package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/data/gen_ca.sh diff --git a/package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/openssl.cnf b/package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/data/openssl.cnf similarity index 100% rename from package/ctcgfw/luci-app-koolproxyR/files/usr/share/koolproxy/data/openssl.cnf rename to package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/data/openssl.cnf diff --git a/package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/data/rules/easylistchina.txt b/package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/data/rules/easylistchina.txt new file mode 100644 index 0000000000..84f2539d75 --- /dev/null +++ b/package/ctcgfw/luci-app-koolproxyR/root/usr/share/koolproxy/data/rules/easylistchina.txt @@ -0,0 +1,34978 @@ +[Adblock Plus 2.0] +! Checksum: SI9jcNkn0BH52mVouKjHcQ +! Version: 202003200423 +! Title: EasyList China +! Chinese supplement for the EasyList filters +||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://0885.net^$third-party +||https://0ka.com^$third-party +||https://0xiaoshuo.com^$third-party +||https://100cpc.com^$third-party +||https://103.249.111.179^$third-party +||https://110160.com^$third-party +||https://1133.cc^$third-party +||https://114la.com^$third-party +||https://114lm.com^$third-party +||https://114yeah.com^$third-party +||https://115.29.148.61^$third-party +||https://116b.com^$third-party +||https://118114.cn^$third-party +||https://1188.com^$third-party +||https://12291.com^$third-party +||https://12l22.net^$third-party +||https://139site.com^$third-party +||https://1503.net/code/ +||https://17zhaole.com^$third-party +||https://189.cn^*/push/$third-party +||https://189.gd^*.html$third-party +||https://1lo0.net^$third-party +||https://1qwe3r.com^$third-party +||https://1v7.cn^$third-party +||https://1x3x.com^$third-party +||https://210.65.10.32^$third-party +||https://2155ec.com^$third-party +||https://217wo.com^$third-party +||https://235123.net^$third-party +||https://23kmm.com^$third-party +||https://2529.com^$third-party +||https://2898.com^$third-party +||https://2f.com^$third-party +||https://321tui.cn^$third-party +||https://321tui.com^$third-party +||https://32414.com^$third-party +||https://3324.cn^$third-party +||https://3399.com/act/$third-party +||https://3600ys.com^$third-party +||https://360366.net^$third-party +||https://360doo.com^$third-party +||https://36500.com^$third-party +||https://36500.net^$third-party +||https://3798.com^$third-party +||https://37cs.com^$third-party +||https://37pk49.com^$third-party +||https://3808010.com/code$third-party +||https://3839168.com^$third-party +||https://38ra.com^$third-party +||https://3975lm.com^$third-party +||https://3alian.net^$third-party +||https://3dwwwgame.com^$third-party +||https://3p-link.com^$third-party +||https://3vlm.com^$third-party +||https://44pv.com^$third-party +||https://4936.cn^$third-party +||https://49ko.com^$third-party +||https://4kt2.com^$subdocument +||https://50bang.org^$third-party +||https://5188yy.com^$third-party +||https://51ads.com^$third-party +||https://51gugu.com^$third-party +||https://51junpin.net^$third-party +||https://525cm.com^$third-party +||https://526d.com^$third-party +||https://52kmh.com^$third-party +||https://52lover.info^$third-party +||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 +||https://5mnh.com^$third-party +||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 +||https://6dad.com^$third-party +||https://6travel.com^$third-party +||https://70e.com^$third-party +||https://710070.com^$third-party +||https://7540.com^$third-party +||https://7676.com^$third-party +||https://7794.com^$third-party +||https://77zhuan.com^$third-party +||https://788xj.com^$third-party +||https://7bwan.com^$third-party +||https://7clink.com^$third-party +||https://7dlm.cn^$third-party +||https://7o2o.com^$third-party +||https://8080i.com^$third-party +||https://810236.com^$third-party +||https://857yx.com^$third-party +||https://85un.com^$third-party +||https://88cpc.com^$third-party +||https://88shu.cn^$third-party +||https://88ysg.com^$third-party +||https://8910ad.com^$third-party +||https://8le8le.com^$third-party +||https://911.cc^$third-party +||https://913h6.cn^$third-party +||https://9158918.com^$third-party +||https://91lmgg.com^$third-party +||https://941adu.com^$third-party +||https://9519.net^$third-party +||https://9639927.com^$third-party +||https://96518.org^$third-party +||https://9665yx.com^$third-party +||https://9669.com^$script,third-party +||https://9718.com^$third-party +||https://980th.com^$third-party +||https://9ads.net^$third-party +||https://9ead.com^$third-party +||https://9w1an.com^$third-party +||https://9w39.com^$third-party +||https://9xu.com^$third-party +||https://a3p4.com^$third-party +||https://a7shun.com^$third-party +||https://acgbase.com^$third-party +||https://achicih.gitee.io^$third-party +||https://acs86.com^$third-party +||https://ad-plus.cn^$third-party +||https://ad-survey.com^$third-party +||https://ad8.cc^$third-party +||https://adbxb.com^$third-party +||https://adchina.cc^$third-party +||https://adconfer.com^$third-party +||https://adfeifan.com^$third-party +||https://adhouyi.com^$third-party +||https://adkongjian.com^$third-party +||https://adm.cnzz.net^$third-party +||https://admaji.com^$third-party +||https://admartzone.com^$third-party +||https://admin6.com^$third-party +||https://adnow.cc^$third-party +||https://adondemand.com^$third-party +||https://adpro.cn^$third-party +||https://adpush.cn^$third-party +||https://adreep.cn^$third-party +||https://ads80.com^$third-party +||https://adsage.com^$third-party +||https://adsbro.com^$third-party +||https://adt100.com^$third-party +||https://adunioncode.com^$third-party +||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 +||https://agrantsem.com^$third-party +||https://aguo.com^$third-party +||https://agxclick.com^$third-party +||https://aiclicash.com^$third-party +||https://aidaicn.com^$third-party +||https://aifei.info^$third-party +||https://aimato.com^$third-party +||https://ajhdf.com^$third-party +||https://alimama.cn^$third-party +||https://alllget.com^$third-party +||https://allyes.$third-party +||https://andmejs.com^$third-party +||https://aomeng.net^$third-party +||https://aoparking.com^$third-party +||https://at918.com^$third-party +||https://av8d.net^$third-party +||https://awifi.cn^$third-party +||https://b5h7.com^$third-party +||https://baidu360haosou.info^$third-party +||https://baitaiad.com^$third-party +||https://baizhu.cc^$third-party +||https://balmoralmkt.com^$third-party +||https://bang5mai.com^$third-party +||https://baodaozhan.cn^$third-party +||https://behe.com^$third-party +||https://bianxianmao.com^$third-party +||https://biddingx.com^$third-party +||https://biquge22.com^$third-party +||https://birdmedia.com^$third-party +||https://bjxiaohua.com^$third-party +||https://blogad.com.tw^$third-party +||https://bloggerads.net^$third-party +||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 +||https://chapm.com^$third-party +||https://che0.com^$third-party +||https://chengruide.com^$third-party +||https://chinauma.net^$third-party +||https://chinesean.com^$third-party +||https://cifenqi.com^$third-party +||https://cloudad.asia^$third-party +||https://cnxad.com^$third-party +||https://coinadv.com^$third-party +||https://coolnay.com^$third-party +||https://coostack.com^$third-party +||https://cpc.cc^$third-party +||https://cpm360.com^$third-party +||https://cr-nielsen.com^$third-party +||https://crazymike.tw^$third-party +||https://cs.37see.com^$third-party +||https://csad.cc^$third-party +||https://csbew.com^$third-party +||https://cxxtv.com^$third-party +||https://d1ad.com^$third-party +||https://d8360.com^$third-party +||https://dcxmy.com^$third-party +||https://dddddd.net^$third-party +||https://df9377.com^$third-party +||https://dian500.com^$third-party +||https://dian5000.com^$third-party +||https://dianxin.com^$third-party +||https://dingge.cc^$third-party +||https://displink.com^$third-party +||https://dlads.cn^$third-party +||https://dmtrck.com^$third-party +||https://doniv.net^$third-party +||https://dotmore.com.tw^$third-party +||https://doubleadv.com^$third-party +||https://drwzn.com^$third-party +||https://duomai.com^$third-party +||https://dushimj.com^$third-party +||https://dxpmedia.com^$third-party +||https://dyhs52.com^$third-party +||https://dzsstye.com^$third-party +||https://ea3721.com^$third-party +||https://easou.com^$third-party +||https://ee4kdushuba.com^$third-party +||https://eeyy.com^$third-party +||https://egooad.com^$third-party +||https://ejin56.com^$third-party +||https://elsad.tw^$third-party +||https://emarbox.com^$third-party +||https://eyouv.cn^$third-party +||https://ez33.com^$third-party +||https://f11w.com^$third-party +||https://f1zd.com^$third-party +||https://f8272.com^$third-party +||https://fadama.com^$third-party +||https://fage1.club^$third-party +||https://feitian001.com^$third-party +||https://fengxiangstore.com^$third-party +||https://findqc.com^$third-party +||https://flashwing.net^$third-party +||https://fmad.cc^$third-party +||https://food5.net^$third-party +||https://fxxgw.com^$third-party +||https://g35.cc^$third-party +||https://g3user.com^$third-party +||https://game3737.com^$third-party +||https://gamecps.com^$third-party +||https://gameone.com^$third-party +||https://gansha.co^$third-party +||https://gclick.cn^$third-party +||https://gd.189.cn^*.htm?SP=$third-party +||https://gdxxb.com^$third-party +||https://genieesspv.jp^$third-party +||https://geotmt.com^$third-party +||https://gf1353.com^$third-party +||https://ggmm777.com^$third-party +||https://ggxt.net^$third-party +||https://gohappy.com.tw^$third-party +||https://googleadsl.com^$third-party +||https://gotonav.com^$third-party +||https://gowinxp.com^$third-party +||https://gs307.com^$third-party +||https://gugeys.com^$third-party +||https://gzbywl.com^$third-party +||https://h501.cn^$third-party +||https://hailuoxiang.com^$third-party +||https://haiyunx.com^$third-party +||https://hao123union.baidu.com^$third-party +||https://hao222.com^$third-party +||https://haoba.info^$third-party +||https://haomm.com^$third-party +||https://haoqq.me^$third-party +||https://haosf.com^$third-party +||https://haoyiwang.net^$third-party +||https://hauchi.com.tw^$third-party +||https://hbsimg.com^$third-party +||https://heima8.com^$third-party +||https://hen360.com^$third-party +||https://hn163fck.com^$third-party +||https://hsmkj.net^$third-party +||https://htg-x.com^$third-party +||https://huimee.com^$third-party +||https://hwmwin.com^$third-party +||https://hxqu.com^$third-party +||https://hy-cn.cn/index.php? +||https://hz3137.com^$third-party +||https://i000o.com^$third-party +||https://i3z.cn^$third-party +||https://icast.cn^$third-party +||https://icolor8.com^$third-party +||https://iee5.com^$third-party +||https://ifocus.cn^$third-party +||https://igo5.cc^$third-party +||https://iguang.tw^$third-party +||https://ilepai.com^$third-party +||https://image.qndown.com^$third-party +||https://img.uu1001.cn^$third-party +||https://index8.cn^$third-party +||https://instreet.cn^$third-party +||https://intentarget.com^$third-party +||https://ipaypay.cn^$third-party +||https://iprefer.com.tw^$third-party +||https://is686.com^$third-party +||https://istcg.com^$third-party +||https://istreamsche.com^$third-party +||https://itechwall.com^$third-party +||https://j8j9.com^$third-party +||https://jianglishi.cn^$third-party +||https://jiankang13.com^$third-party +||https://jisucn.com^$third-party +||https://jiudianhudong.com^$third-party +||https://jiuzhilan.com^$third-party +||https://jixian360.com^$third-party +||https://jixing8.com^$third-party +||https://jixing8.net^$third-party +||https://jntmedia.cn^$third-party +||https://jointreport-switch.com^$third-party +||https://jsinfo.net^$third-party +||https://jsjxhd.com^$third-party +||https://jsmbaidu.com^$third-party +||https://jsyd139.com^$third-party +||https://jtxh.net^$third-party +||https://ju33.com^$third-party +||https://juandou.com^$third-party +||https://juejdkio.com^$third-party +||https://juhepen.com^$third-party +||https://junnew.com^$third-party +||https://jusha.com^$third-party +||https://juxiangyou.com^$third-party +||https://k3851.com^$third-party +||https://kaixinjiehun.com^$third-party +||https://kakayy.com^$third-party +||https://kdly.net^$third-party +||https://kefeng56.com^$third-party +||https://kejet.$third-party +||https://keydot.net^$third-party +||https://keyrun.cn^$third-party +||https://khgj.cn^$third-party +||https://kiees.com^$image,subdocument,third-party +||https://kiwihk.net^$third-party +||https://koopei.com^$third-party +||https://ku63.com^$third-party +||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 +||https://lianle.com^$third-party +||https://linkvans.com^$third-party +||https://lm.35.com^$third-party +||https://lnr1.com^$third-party +||https://lv711.net^$third-party +||https://lx167.com^$third-party +||https://lzzqqc.com^$third-party +||https://mamamiyu.com^$third-party +||https://mathtag.com^$third-party +||https://mbai.cn^$third-party +||https://medi-8.net^$third-party +||https://media8.cn^$third-party +||https://mediav.com^$third-party +||https://mgwl668.com^$third-party +||https://miaozhen.com^$third-party +||https://mobads.baidu.com^$third-party +||https://momzs.com^$third-party +||https://moogos.com^$third-party +||https://mosa86.com^$third-party +||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 +||https://mzy2014.com^$third-party +||https://news.tagtoo.co^$third-party +||https://ni22.com^$third-party +||https://niurenw.com^$third-party +||https://niuza.com^$image,subdocument,third-party +||https://niwota.com^$third-party +||https://nlrsq.com^*.js +||https://nmbtedu.com^$third-party +||https://nord-raum.com^$third-party +||https://nszmz.com^$third-party +||https://ny5159.com^$third-party +||https://o091i.com^$third-party +||https://oa-panther.data.aliyun.com^$third-party +||https://okokw.com^$third-party +||https://onetad.com^$third-party +||https://onewhee.com^$third-party +||https://open8.cn^$third-party +||https://oxrm.com^$third-party +||https://p0y.cn^$image +||https://p0y.cn^*.swf +||https://pababy.cn^$third-party +||https://pagechoice.net^$third-party +||https://popin.cc^$third-party +||https://poxzyu.com^$third-party +||https://poyang.cn^$third-party +||https://pro.cn^$third-party +||https://prohost.com.tw^$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 +||https://rekanw.com^$third-party +||https://rsccs.com^$third-party +||https://ruanwenclub.com^$third-party +||https://s17cnzz.com^$third-party +||https://s8dj.com^$third-party +||https://sales-frontier.com^$third-party +||https://samboc.com^$third-party +||https://scize.com^$third-party +||https://seaxm.com^$third-party +||https://sexy-more.com^$third-party +||https://shangjiabiao.com^$third-party +||https://shaqm.com^*.js$third-party +||https://sharele.cn^$third-party +||https://sho9wbox.com^$third-party +||https://shuihulu.com^$third-party +||https://shujuwu.com^$third-party +||https://sifakaoshi360.com^$~media +||https://sin114.com^$third-party +||https://snmi.cn^$third-party +||https://snxyf.com^$third-party +||https://snyu.com^$third-party +||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 +||https://symac.cn^$third-party +||https://symav.cn^$third-party +||https://symaw.cn^$third-party +||https://szvr.com^$third-party +||https://t3nlink.com^$third-party +||https://ta80.com^$third-party +||https://tab20.com^$third-party +||https://tamedia.com.tw^$third-party +||https://tanchuang002.info^$third-party +||https://tanwanyx.com^$third-party +||https://tanx.com^$third-party +||https://taojingu.cn^$third-party +||https://taotu001.com^$third-party +||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 +||https://tianfus.com^$third-party +||https://tianji520.cn^$third-party +||https://tiantianedu.net^$third-party +||https://to8to.com^$subdocument,third-party +||https://top.baidu.com^$subdocument,third-party +||https://top888.com^$third-party +||https://touchrom.com^$third-party +||https://toufangke.com^$third-party +||https://toy9090.com^$third-party +||https://trys5.com^$third-party +||https://ttz.com^$third-party +||https://tudown.com^$third-party +||https://tuia.cn^$third-party +||https://tukj.net^$third-party +||https://tvrom.cn^$third-party +||https://twb98.com^$third-party +||https://twcczhu.com^$third-party +||https://twm.com.tw^$third-party +||https://twrank.com^$third-party +||https://txkjad.com^$third-party +||https://tz-dsp.com^$third-party +||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 +||https://ugoooo.com^$third-party +||https://ujian.cc^$third-party +||https://ulink.cc^$third-party +||https://um29.com^$third-party +||https://unimhk.com^$third-party +||https://union-wifi.com^$third-party +||https://union.zbj.com^$third-party +||https://union009.com^$third-party +||https://unionbig.com^$third-party +||https://unionli.com^$third-party +||https://unionsky.cn^$third-party +||https://unionsky2.cn^$third-party +||https://urlad.com.tw^$third-party +||https://usingde.com^$third-party +||https://v-links.net^$third-party +||https://v.center^$third-party +||https://v.xi666.com^$third-party +||https://vamaker.com^$third-party +||https://vf5c.com^$third-party +||https://visadd.com^$third-party +||https://vlion.cn^$third-party +||https://vpie.net^$third-party +||https://vsnoon.com^$third-party +||https://walibao.com^$third-party +||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 +||https://winasdaq.com^$third-party +||https://wmrmb.cn^$third-party +||https://wo685.com^$third-party +||https://wodemeitu.com^$third-party +||https://wofan.net^$third-party +||https://wqzyt.net^$third-party +||https://wudang05.com^$third-party +||https://x-ssp.com^$third-party +||https://x8ad.com^$third-party +||https://xajx.com^$third-party +||https://xcycm.com^$third-party +||https://xdwan.com^$third-party +||https://xe2c.com^$third-party +||https://xiaoyida.com^$third-party +||https://xijinfa.com^$third-party +||https://xing678.com^$third-party +||https://xiongyin.com^$third-party +||https://xitao3.com^$third-party +||https://xixianad.com^$third-party +||https://xlcun.com^$third-party +||https://xlingdi.com^$third-party +||https://xmshqh.com^$third-party +||https://xp3366.com^$third-party +||https://xq12.com^$third-party +||https://xsu.cc^$third-party +||https://xtgreat.com^$third-party +||https://xzdchl.com^$third-party +||https://ydcpc.com^$third-party +||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 +||https://yinoo.cn^$third-party +||https://yiqifa.com^$subdocument +||https://yiqifa.com^*.js$third-party +||https://yiqiv.com^$third-party +||https://yiwad.com^$third-party +||https://yixige.com^$third-party +||https://ylzx.net^$third-party +||https://yongv.com^$third-party +||https://youbet8.com^$third-party +||https://youle55.com^$third-party +||https://youmw.com^$third-party +||https://youxiaoad.com^$third-party +||https://youxicool.net^$third-party +||https://yoyi.com.cn^$third-party +||https://yoyi.tv^$third-party +||https://ysm.ezprice.net^$third-party +||https://yuanhsu.com^$third-party +||https://yunfanlm.com^$third-party +||https://yuu360.com^$third-party +||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 +||https://ze5.com^$third-party +||https://zgczjw.com^$third-party +||https://zgyiyi.com^$third-party +||https://zhandi.cc^$third-party +||https://zhenhun.co^$third-party +||https://zhululm.com^$third-party +||https://zj66.net^$third-party +||https://zlongad.com^$third-party +||https://zp265.com^$third-party +||https://ztdsp.com^$third-party +||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://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://baidu.com/adrc.$popup +||https://baidu.com/baidu.php?url=$popup +||https://bm999999.com^$popup +||https://c.admaster.com.cn^$popup +||https://cpm.193g.cn^$popup +||https://csaimall.com^$popup,third-party +||https://ctfile.com/popjump.php?$popup +||https://d6262.com^$popup +||https://dilidili.wang/toGame.$popup +||https://downmn.com^$popup,third-party +||https://duoyi.com/welcome/$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 +||https://gd.189.cn/gz/promotion/$popup,third-party +||https://gd.189.cn^*.htm?SP=$popup,third-party +||https://gd.ct10000.com^*/push/$popup,third-party +||https://gotourl.xyz^$popup +||https://greenet.cn^*_popu_$popup +||https://hinet.net/product/promotion/$popup +||https://huancaicp.com/?pid=$popup +||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 +||https://p.ynb2dca.com^$popup +||https://puma.com^$popup +||https://qx568.com^$popup +||https://sohu.com/i/?pvid=$popup +||https://todayapp.tv^$popup,third-party +||https://u26u.com^$popup,third-party +||https://vnet.cn^*.html?$popup,third-party +||https://wy213.com^$popup,third-party +||https://xingshenfang.cn^$popup +||https://xiyouence.com^$popup,third-party +||https://yy18.info^*thanks$popup +||https://ifkdy.com/_nuxt/44e01dcef4aa1a21d9a6.js +||https://000001.azureedge.net/script/common.js +||https://000001.azureedge.net/script/p.js +||https://000b.info/js/ +||https://005.tv/s/setcores.js +||https://005.tv:60000/ad.js +||https://007.mx/flv/ +||https://007ds.com/js/js/ +||https://02wq.com/script/ +||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 +||https://0439.com/wtj/homepage/handler/guangg.ashx?ut=topslide +||https://0439.com/wtj/homepage/handler/guangg.ashx?ut=zhuangx +||https://0460.com/images/banner/ +||https://0460.com/js/txtrec.js +||https://04cmm.com:8888/js +||https://04stream.tv/sda/ +||https://0573fang.com/upimg/switch/ +||https://0575bbs.com/js/float.js +||https://0575bbs.com/updateimeags/ +||https://0579.cn/SHow/Showplacenew.aspx +||https://0597ok.com/ilike/597/ +||https://0598yu.com/api.php?mod=ad& +||https://0606kk.com/js/index/index.js +||https://060s.com/my_ad/ +||https://0668gz.com/data/attachment/portal/ +||https://0712fang.com/Public/js/cf_flash.js +||https://0722fc.com/index/index.php?/ajax/get_adv/ +||https://0722fc.com/index/tools/js.php +||https://073img.com/*/| +||https://073img.com^$subdocument +||https://0758net.com/data/attachment/portal/ +||https://0772fang.com/assets/js/lffoi.js +||https://0772fang.com/assets/js/Newhouse/inserAds.js +||https://07908.com/images/ +||https://0d077ef9e74d8.cdn.sohucs.com^*_gif +||https://0kkbb.com/js/i.js +||https://0lb.com/data/attachment/album/ +||https://0o0.ooo/2017/01/13/58787d42bbad6.jpg +||https://10000xing.cn/images/we +||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 +||https://1024down.com/images/*.gif +||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://115.28.114.149^*_proxy. +||https://115.29.46.146^$subdocument +||https://115mm.com/js/ +||https://119xiazai.com^$subdocument +||https://11img.com/ad/ +||https://11kkzz.com/se/wf/ +||https://11vvt.com^*tools/ +||https://120askimages.com/ask/js/askfrom.js +||https://120askimages.com/ask/js/q +||https://120askimages.com/ask/zhenshi/templates/pub/js/loadPart.js +||https://121.40.136.114^*.htm +||https://121.41.60.207/m?t= +||https://121.43.114.38:8087/advs.js +||https://121zou.com^$subdocument +||https://122.228.200.55:8082/blr.gif +||https://123.sogou.com/discover/? +||https://1236226.com/html/ +||https://12580sky.com/gg/ +||https://126.com/get.do?*=themeHandler. +||https://126.net/house/hrb/flash/*X +||https://126.net/ntesrich/*/suning- +||https://127.net/2018/08/15/71ee02b5b61c4090b3ce0116306596c2.jpeg +||https://127.net/external/js6promote +||https://127.net/external/js6public126_ +||https://127.net/external/js6public163_ +||https://127.net/m/*/promPic.jpg +||https://12999.com/JS/ +||https://12img.com/ad/ +||https://12ycw.com/js/fc/ +||https://131458.com/union/ +||https://1328f.com/js/jquery.js +||https://13322.com/newIndex/ad/ +||https://1342a.com/js/jquery.js +||https://138vps.com/fa/ +||https://139file.com/jsa/ +||https://141h.com/data/attachment/noblock/cf/ +||https://145.239.6.59/g3/ +||https://14bobo.com/js/ +||https://159i.com/video/pop/ +||https://159i.com/video/usr/uploads/1- +||https://159i.com/video/usr/uploads/bd/$image +||https://159i.com^*/b_slest.php +||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 +||https://162.212.182.$subdocument +||https://162.251.5.11/bbspic/storeShow/ +||https://163.com*/special/*_ad_ +||https://163.com/get.do?*=themeHandler. +||https://163.com/ntes/special/*_papa. +||https://163.com/special/*/ted_vad. +||https://163.com/special/*=ad_ +||https://163.com/special/*_960/ +||https://163.com/special/*_netease +||https://163.com/wap/special/article_cooper_piapia/ +||https://163disk.com/static/aimgs/d +||https://163disk.com/static/images/51 +||https://163disk.com/static/www/ +||https://163jiankang.com/zhuanqian/m/myad- +||https://168.it168.com^$script +||https://1684sm.com/js/1684/ +||https://1688.com/b2bxad? +||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? +||https://17173.com/if/ +||https://17173.com/new/ +||https://17173.com/x/ +||https://17173cdn.com/a/lib/vda/seed.js +||https://17173cdn.com/a/www/index/2016v2/js/seed.js +||https://17173cdn.com/js/play/page/pThridPlayerAd.js +||https://172.15.2.28:3438/*.js +||https://1722t.com/js/jquery.js +||https://173app.com/hot/666/alipay- +||https://174.123.15.43:8080 +||https://17500.cn/Public/Mobile/img/enjoyswiss.jpg +||https://17500.cn/template/images/*_960X90. +||https://178.com/glr.js +||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 +||https://188soft.com/js/PCsoftDetailAD.js +||https://189.cn/dns/ +||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://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://20mao.com/js/sj. +||https://211600.com/data/attachment/portal/ +||https://217hs.com/js/jquery.js +||https://219.128.77.113/main.js?i= +||https://219.138.173.204:8080/jiekou/api/kqzl.ashx +||https://219.153.41.154/v1/ +||https://219.153.41.175/*.js +||https://219.238.159.181^*.html +||https://219.238.159.182^*.html +||https://21edu8.com/js/mymoney/ +||https://21uscity.com/static/allbusiness/ +||https://21uscity.com/zonelist.php +||https://21yq.com/mg/21yq/ +||https://221.5.69.52^*.js +||https://222.45.224.77^*.js +||https://222.47.26.21/m.js +||https://22pixx.xyz/l/ +||https://2324av.com/zz/ +||https://2345.com/cnxh/ +||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/js/index/activity/ +||https://2345.com/js/m/bottom.float.adver.js +||https://2345.com/js/m/common/top_information.js +||https://2345.com/pic/2345video.png +||https://2345.com/right/homepage/tqbChannel_ +||https://2345.com/right/site/like/gul_ +||https://2345.com^*/activity/20171 +||https://234fang.com/index.php?/ajax/get_adv/ +||https://239300.net/template/*_mh_gg +||https://23aitt.com/zz/ +||https://23pili.com/gg.jpg +||https://23pili.com/template/pc/js/layerui. +||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 +||https://2ccc.com/images/sdo.jpg +||https://2ccc.com/images/show/ +||https://2ccc.com/images/sino.gif +||https://2ccc.com/images/WebXone.gif +||https://2cq.com/third/tieba/sidebar +||https://2kandy.com/js/123/ +||https://2ujj.com/js/bo.js +||https://2zzt.com/file/aliyun +||https://2zzt.com/images/ +||https://310v.com/images/lingdai.gif +||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 +||https://33405.com/ps/ +||https://33405.com/xxxxx.js +||https://33405.com^$subdocument +||https://3344ex.com/js/1playerad.js +||https://3344ex.com/js/bot.js +||https://3344ex.com/js/jc.js +||https://3344mf.com/js/ +||https://3344xu.com/js/ +||https://33av.net/Uploads/ad/ +||https://33lc.com/bui/ +||https://33lc.com/statics/tt_gb/skin_js/gg.js +||https://33shu.net/js/game +||https://3520.cc/js/3520/ +||https://35336.net/35336.jpg +||https://360-bo.com/js/float +||https://360.cn/festival_zone.html +||https://360.cn/index/showjokes?callback= +||https://360.cn/int/getadurls? +||https://360.cn/popup/popinfo/ +||https://360buyimg.com/jzt/temp/js/ +||https://360doc.com^*.html?t= +||https://360kan.com/special/ +||https://365gj.com/template/default_pc/bbs/ +||https://365kl.net/data/attachment/portal/ +||https://365rich.cn/ba.aspx +||https://36dm.club/images/00 +||https://36dm.club/images/tb +||https://36dm.club/images/top +||https://36dm.club/js/nu +||https://36dm.com/images/0 +||https://36dm.com/images/36dm +||https://36dm.com/images/l0 +||https://36dm.com/images/ny0 +||https://36dm.com/images/tb +||https://36dm.com/images/top +||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/ +||https://39.net/PictureLib/A/f76/20170814/org_1428963.gif +||https://39.net/test/k.js +||https://391k.com/pc/gg/ +||https://3987.com/all_site/ +||https://3987.com/images/ +||https://3987.com/skins/*201 +||https://3987.com/statics/tow_skin/new_img/20 +||https://3boys2girls.com/newfile/image2010/banner_housead_ +||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 +||https://3dmgame.com/templets/index/gimg/ +||https://3dmgame.com/templets/index/js/huandeng.js +||https://3dmgame.com/templets/xiazai/g +||https://3g.cn/baidualading/ +||https://3g.cn/index.php?s=Index/adv& +||https://3gmfw.cn/js/wap/ +||https://3h3.com/gmobile/gujs/ +||https://3h3.com/js/homepage.js +||https://3h3.com/js/listad.js +||https://3h3.com/js/show/ +||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://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://51.com/up/bdfmt/ +||https://510mall.com//image/ +||https://5118.com/8/g.aspx +||https://512ms.com/webggwhtml/ +||https://51688.cc/ya/ +||https://516qq.cn/theme/dd/ +||https://5184.com/container/html/news_view_gg +||https://5188yy.com/ziyuanduilian/ +||https://51bczx.com/images1/ +||https://51bczx.com/js/float.js +||https://51credit.com/51api/creditcard.php?mod= +||https://51credit.com/js/app/end-layer.js +||https://51dns.tv/pc- +||https://51fanli.net/misc/images/invite-v4/banner.gif +||https://51gugu.com/popwin/AutoHAdShow.aspx +||https://51hanhua.com/2013/ +||https://51img1.com/v6/my/js/bdm.js +||https://51mmm.info/template/1/js/gg.js +||https://51test.net/js_new/a/right_wx.js +||https://51testing.com/templates/default/images/*.swf +||https://51testing.com/templates/default/images/jx2_a.jpg +||https://51ui.cn/999.png +||https://51ui.cn/js/500200.js +||https://51vob.com/js/hf.js +||https://51wady.com/me.php?id= +||https://51wan.com/img/js/xyadjs_ +||https://51xuediannao.com/uploads/un/ +||https://51ztzj.com/js/you.js +||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://520call.me/300x250.gif +||https://520call.me/ad/ad_ +||https://520cc.cc/300aaa.gif +||https://520xs.la/js/dianrui- +||https://521000.com/co/ +||https://5278.cc/index.js +||https://5278.mobi/aa/ +||https://5278bbs.com/adpost_ +||https://52card.net/img/ +||https://52che.com/Inc/FooterComm_ +||https://52che.com/NewLocal/TemplateHtml/headflash1_ +||https://52dytt.net/images/bbs_btn.gif +||https://52dytt.net/img/zlgg.png +||https://52ghai.com/data/attachment/common/ac/ +||https://52ghai.com/zz/ +||https://52jingsai.com/images/huanbao +||https://52movieba.com/img/ad +||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://5442tu.com/style/ads5442.js +||https://54admin.net/images/ad_ +||https://55.la/anonymous/banner/ +||https://5588.tv/js/piaofuImg.js +||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://576tv.com/Scripts/home.js +||https://57fx.com/img/20170508.jpg +||https://57see.com/js/ +||https://58.218.200.135:8081/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/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 +||https://5dmail.net/js/ +||https://5fz.cc/t/aimg/tao +||https://5icool.org/uploadfile/poster/ +||https://5ilinglei.com/gg.html +||https://5ilog.com/qq/js/jsgg.js +||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 +||https://5xmp4.com/js/dd/ +||https://5ydj.com/images/banner/ +||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.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://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 +||https://6vhao.tv/d/ +||https://70.86.24.120:8060/ +||https://70822.com/agfile/ +||https://70mao.com/52 +||https://7160.com/js/tiaozhuanquanju.js +||https://71bmm.com:8888/js +||https://71xe.com/one/ +||https://71xe.com/prevent/ +||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://76wmm.com:8888/js +||https://76xh.com/skin/zxf/js/*Out.js +||https://76xh.com/skin/zxf/js/ad +||https://775mz.com/js/jquery.js +||https://777g.me/cs/ +||https://77ds.vip/js/shichuang.js +||https://77file.com/jsa/ +||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://7down.com/static/js/foot_ +||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/hgame/ +||https://7mmtv.tv/js/ad_js/ +||https://7mmtv.tv/u_banner/ +||https://7scs.com/Public/img/list- +||https://7xdown.com/bz/ +||https://7xdown.com/idcgg/ +||https://7xsf4r.com1.z0.glb.clouddn.com/lianzi.mp4 +||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://86cg.com/tpl/m2/js/hf.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://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/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 +||https://90bifen.net^*/c_ad_ +||https://90oo.com/tp/188jj.gif +||https://90oo.com/tp/40 +||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/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/ +||https://96.44.141.133/960x90.gif +||https://962.net/show/all.js +||https://962.net/show/all_$script +||https://962.net/show/bt.js +||https://962.net/show/cms_$script +||https://962.net/show/down_ +||https://962.net/show/index_ +||https://9669.cn/ipdat/duilian/ +||https://9669.cn/jsam/play_ +||https://973.com/static/js/pccom.js +||https://97aa1.com/g/ +||https://98.126.219.216/ads/ +||https://98441.com^*gg +||https://988aiai.com/static/js/common.js +||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 +||https://99danji.com/otherhtml/ +||https://99down.com/index.php?m=poster& +||https://99jjk.com/js/floatxvideo.js +||https://99mst.com/upfiles/adv/main02.jpg +||https://99tianji.com/hack/ +||https://99youmeng.com/pc/js/*_g +||https://99youmeng.com/pc/js/g_top_ban.js +||https://99youmeng.com/pc/js/global_latest.js +||https://99zuowen.com^*/gg.js +||https://9duw.com/js/sj +||https://9duw.com/pic/ +||https://9ez.me/embd.php?type= +||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://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://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://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 +||https://acgsou.com/images/ac +||https://acgsou.com/images/tb +||https://acgsou.com/images/top +||https://acode.b2b.cn/JS/ +||https://act.chinatimes.com/aimg/ +||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 +||https://adminbuy.cn/images/ +||https://advideoadmin.appledaily.com.tw/ov_player/ +||https://adwordsing.com/img/1.jpg +||https://adwordsing.com/img/2.jpg +||https://affyun.com/wp-content/uploads/*-ad. +||https://affyun.com/wp-content/uploads/*/ad- +||https://affyun.com/wp-content/uploads/*/affffff.png +||https://affyun.com/wp-content/uploads/2018/10/file.gif +||https://afocus.com.cn/s? +||https://afzhan.com/JavaScript/ad_Couplet.js +||https://agoda.com/Dynamic/index/ +||https://agogo.tv/images//uploads/ad/ +||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/ +||https://airav.cc/AirADPic/ +||https://airav.cc/iframe/ +||https://airav.cc/static/js/*_ad.js +||https://airav.cc/Ucenter/*_Ad +||https://airouba.com/public/js/global.js +||https://aistat.cn/huodong/ +||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 +||https://ali213.net/js/data/3gcommon.js +||https://ali213.net/pubjs/SetScreen +||https://ali213.net/static/js/*_ali213tv.js +||https://ali213.net/static/js/kktv +||https://ali213.net/static/js/kv +||https://ali213.net/zt/twtk/images/tzxf.png +||https://ali213.net^*/promotion/ +||https://alibaba.com/async/b2bad. +||https://alicdn.com/ad-product/ +||https://alicdn.com/app/wxbpromotion/*/js/cpm/cpm_jq.js +||https://alicdn.com/g/mm/afp-cdn/JS/ +||https://alicdn.com/img/ibank/*_1082732848. +||https://alicdn.com/img/ibank/*_1085845541. +||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. +||https://alicdn.com/img/ibank/*_2021817714. +||https://alicdn.com/img/ibank/*_2114606112. +||https://alicdn.com/img/ibank/*_256401016. +||https://alicdn.com/img/ibank/*_368737028. +||https://alicdn.com/img/ibank/*_42289337. +||https://alicdn.com/img/ibank/*_434184744. +||https://alicdn.com/img/ibank/*_456388. +||https://alicdn.com/img/ibank/*_56164670. +||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/img/ibank/*_951336353. +||https://alicdn.com/imgextra/i1/3491683832/TB2A4QaisjI8KJjSsppXXXbyVXa_ +||https://alicdn.com/kf/*.gif +||https://alicdn.com/kf/Hd62261f1a7964c50824ac5982b1aa1bfk.gif +||https://alicdn.com/kf/UTB8tVxYvbPJXKJkSafS5jaqUXXac.gif +||https://alicdn.com/openad/dsp-front-booth/ +||https://alicdn.com/tfscom/*.sina. +||https://alicdn.com/tps/*-950-90. +||https://alicdn.com/tps/i3/T19NaCFKFaXXckTCTS-300-100.jpg +||https://alixixi.com/adsview/ +||https://aliyuncs.com/ad/jd-smoofit-ad.jpg +||https://aliyuncs.com/ghdb.gif +||https://aliyuncs.com/pool/20180829220557.png +||https://aliyuncs.com/pool/20180829221932.png +||https://aliyuncs.com/vss/haotu.js +||https://aliyuncs.com/wjy99re/ +||https://allbeauty.com.tw/GoldPrice/*_CF.php +||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://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/ +||https://antpedia.com/images/advimages/ +||https://antpedia.com/include/js/view_news/l_banner_js.js +||https://antpedia.com/viewnewsrightboxtop. +||https://anywlan.com/link/*.gif +||https://aolusb.com/forever/ +||https://aoshi.com/jpfans.jpg +||https://aoshi.com/jpseek.jpg +||https://aoshi.com/rbc.jpg +||https://api.bilibili.com/x/ad/ +||https://api.wudizuqiu.com/72nba +||https://api.wudizuqiu.com/bocai.js +||https://apic.in/mmd.gif +||https://app-g.39.net/NNN/ +||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://asia-home.com.cn/js/yt/ytadshow +||https://aspku.com/images/vz360.jpg +||https://aspku.com/z/ +||https://astrill.com/bnrs/ +||https://atool.org/res/ads/ +||https://att.ydss.cn/attachments/portal/ +||https://aty.sohu.com/v? +||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://autohome.com.cn/ximg/*.png$script +||https://autoimg.cn/club/v1Content/images/heycar1111.jpg +||https://autoimg.cn/club/v1Content/images/young +||https://autoimg.cn/engine/root/fggxl.js +||https://autonet.com.tw/90/ +||https://av-yoyo.com/images/*.gif +||https://av01.tv/images/partners/ +||https://av30.xyz/cs/ +||https://avbaike.org/js/gg.js +||https://avcao.cc/js/p.js +||https://avcity.twavtv.com/iframe/ +||https://avdao.pw/dist/js/sc_check +||https://avjj26.com/api/?d=pc&c=advert& +||https://avonline.org/js/jquery.colorbox- +||https://avseesee.com/amandison.php +||https://avseesee.com/htmls/vlinks.html +||https://avseesee.com/twad +||https://ayxz.com/images/$script +||https://ayxz.com/images/enkj_small.gif +||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://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? +||https://baidu.com/brands/yxtg/source/yxCoupletsAd.js +||https://baidu.com/cms/rc/adSideConfig.json? +||https://baidu.com/common/fc/ +||https://baidu.com/ecom$image,script +||https://baidu.com/event/img/zwdzjs.jpg +||https://baidu.com/fanyiapp/image/wise_banner_ +||https://baidu.com/feproxy/ad/list? +||https://baidu.com/forum/pic/item/572c11dfa9ec8a13344ba40af903918fa1ecc083.jpg +||https://baidu.com/forum/pic/item/e5dde71190ef76c6211836cc9316fdfaae51670b.jpg +||https://baidu.com/game/asset/common/performance. +||https://baidu.com/ndview/interface/hx/ +||https://baidu.com/newspage/api/getadsdata? +||https://baidu.com/newspage/api/getimagelandafd? +||https://baidu.com/newspage/api/getmobads? +||https://baidu.com/newspage/api/getrelatednews? +||https://baidu.com/po/api/configure/show.jsonp +||https://baidu.com/rec?*=ad& +||https://baidu.com/resource/ads/ +||https://baidu.com/resource/tuisong/ +||https://baidu.com/rmaAjax/getGame? +||https://baidu.com/show/livevideo/getStreamConf? +||https://baidu.com/showbrand/banner_ +||https://baidu.com/showbrand/sponsor_ +||https://baidu.com/source/getinfo? +||https://baidu.com/static/ecom/js/wise/home/nativeAds_ +||https://baidu.com/static/html/cbjs.html +||https://baidu.com/static/yuntu-ad/ +||https://baidu.com/staticapi/hotnews_new. +||https://baidu.com/staticapi/misadlist. +||https://baidu.com/tb/cms/forum_skin/file_ +||https://baidu.com/tb/cms/game/*_banner. +||https://baidu.com/tb/cms/game/*_banner_ +||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/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? +||https://baidu.com/wkbus/fcwm/ +||https://baidu.com/xda? +||https://baidu.com/xpage/interface/get +||https://baidu.com/xpage/interface/inforservice? +||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://baishuku.com/news/$script +||https://baixing.com/bb/*/?category= +||https://baixing.com/widget/ +||https://baiyug.cn^*AD.js +||https://baizhan.net/coop/hezuo/ +||https://ballbar.cc/images/bb/ +||https://ballbar.cc/images/web +||https://banma.com/get_ad/ +||https://banma.com/js/adi.js +||https://banma.com/statics/scripts/common/dialogAdJs.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 +||https://bbs.a9vg.com/showit/img_show.php +||https://bbs.gmbbk.com^*.js +||https://bbs.voc.com.cn/s.js +||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://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 +||https://bdimg.com/newmap/static/common/images/nav-ad_ +||https://bdimg.com/site/games/yxtg/*.js +||https://bdimg.com/static/wkcore/widget/commerce/fengchao/ +||https://bdimg.com/static/wkview/widget/download_after_activity_new/download_after_activity_new_ +||https://bdstatic.com/img/image/su/ +||https://bdstatic.com/pc_static/detail/game_promotion/ +||https://bdstatic.com/player/t/j/AEoIJIPB.js +||https://bdstatic.com/player/t/j/Cj2XuDf6.js +||https://bdstatic.com/player/t/j/HlKYzquQ.js +||https://bdstatic.com/static/article/widget/left-promo/ +||https://bdstatic.com/static/searchresult/widget/pageDisorderTip/ +||https://bdstatic.com/tb/%E8%B4%B4%E5%90%A7- +||https://bdstatic.com/tb/cms/*%E5%BA%95%E9%83%A8 +||https://bdstatic.com/tb/cms/activity_head/file_ +||https://bdstatic.com/tb/cms/com/game/couplet_ +||https://bdstatic.com/tb/cms/com/mis/spreadad/dasense_iframe_api.js +||https://bdstatic.com/tb/cms/forum_skin/file_1442399443261.jpg +||https://bdstatic.com/tb/cms/img/tieba_index_banner960x90.png +||https://bdstatic.com/tb/cms/ngmis/file_1417585294569.jpg +||https://bdstatic.com/tb/cms/ngmis/file_1417585299140.jpg +||https://bdstatic.com/tb/mobile/sglobal/img/bannerLogo_ +||https://bdstatic.com/tb/r/image/2014-12-03/87ae5de2d732714bb6dd4ff6ab1e50ac.jpg +||https://bdstatic.com/tb/r/image/2014-12-30/fa718abe3e4418298f785734279a2e8f.jpg +||https://bdstatic.com/tb/zt/tengfei/gzdialog.jpg +||https://bdstatic.com^*/container/module/bottombanner/ +||https://bdstatic.com^*/her/static/indexher/pkg/treasure. +||https://bdstatic.com^*/js/m.js +||https://bdstatic.com^*/mip-*ad +||https://bdstatic.com^*/plugins/every_cookie_ +||https://bdstatic.com^*/QSURrcmRKV.js +||https://bdstatic.com^*/resource/tuijian/widget/guesslikesite/guesslikesite. +||https://bdstatic.com^*/static/itemrep/afdTuJiTuiJian/ +||https://bdstatic.com^*/tam-ogel/ +||https://beareyes.com.cn/2/cat/js/*_centerl +||https://beareyes.com.cn/2/cat/js/*_right +||https://beareyes.com.cn^*/ad/ +||https://beephone.com.tw/ad-middle.php +||https://beephone.com.tw/ad-yahoo.php +||https://beijing-air.com/images/a/j +||https://beiwo888.com/Runtime/js/ +||https://bejson.com/*imgs/ +||https://bejson.com/a1dpic/lay +||https://bendibao.com/mo/adm_iframe.htm? +||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 +||https://bian-min.com/javascript/a/detail.js +||https://bianzhirensheng.com/img/banner.jpg +||https://bianzhirensheng.com/img/bianzhiji.jpg +||https://biaoge.tv/fa +||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 +||https://bilibili.com/x/web-show/res/locs?*=getAdCallback& +||https://bilibilijj.com/image/right_bottom.gif +||https://bio-equip.com/dimg/ +||https://bio-equip.com/dimgs/ +||https://bio-equip.com/images/esco06.swf +||https://bio-equip.com/uploadimages/peiqing.gif +||https://bioon.com/xy/article/img/zhi_neng_xibao_fenxi.png +||https://biqqc.com/templates/frontend/frontend-default/js/scoll_bg.js +||https://biquge.tw/api/ +||https://bitanzi.cn/xiwang/fumeiti.js +||https://bitauto.com/ResourceFiles/play/play.swf +||https://bitautoimg.com/ResourceFiles/0/*.gif +||https://bitautoimg.com/ResourceFiles/0/*.swf +||https://bitscn.com/js/a2 +||https://biz37.net^*.swf?uid= +||https://bjcathay.com/s?z= +||https://bjhockey.org/public/pc/video/test.mp4 +||https://bjmama.net/a/spc_ +||https://bkill.com/css/js/*top +||https://bkill.com/css/js/abcbl.js +||https://bkill.com/css/js/xinbkill.js +||https://bkjia.com/bkjia/js/art_rightad +||https://bkjia.com/bkjia/js/artitle.js +||https://bkjia.com/bkjia/js/banner +||https://bkjia.com/bkjia/js/subnavtop.js +||https://blog.xuite.net/_public/js/ysmad.js +||https://blogspot.com^*/s1600/drug.gif +||https://blueidea.com/js/ajs.js +||https://blz105.com/player/ad.html +||https://bmp.ali213.net/js/ +||https://bmp1.ali213.net/js/ +||https://bmp1.ali213.net/pubjs/index_sc_utf8.js +||https://bmp2.ali213.net/js/ +||https://bnextmedia.com.tw/feed/fetch.js +||https://bnmanhua.com/js/com1. +||https://bnmanhua.com/js/com2. +||https://bonbonme.com/js/g1313166/ +||https://bonbonyou.com/js/ +||https://book118.com/Public/book118/js/picture-else/ +||https://book118.com/Public/book118/js/scz-zip/ +||https://book118.com/statics/js2/ +||https://bookben.com/js/m/wap.js +||https://books.com.tw/web/apActivityStick? +||https://bootcss.com/assets/js/and +||https://bosw.net/js/bos/*960 +||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://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://btkat.com/style/l.js +||https://btmao.cc/Public/yd/ +||https://btpian.com/static/*960.js +||https://btpian.com/static/wenquan.js +||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://bxw666.com/storage/*.gif +||https://bxwns.com/blz/ +||https://bxwns.com/player/ad.html +||https://bytravel.cn/images/cus/ +||https://bytravel.cn/images/t/usa_250_120.gif +||https://bytravel.cn/js/ad_ +||https://bytravel.cn/js/b_ +||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://caixin.com/s?z= +||https://camster.com/promos/ +||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/ +||https://catbox.moe/bb5wdv.jpg +||https://cb.com.cn/index/ad/ +||https://cbfw.cn/gonggong/chibi/cf_ +||https://ccav1.com/wp-content/themes/BYMT/images/mengmengdeguanggao.jpg +||https://ccav1.com/wp-content/uploads/an-temp/ +||https://ccav1.com/wp-content/uploads/bMShkpexGYJd/ +||https://ccav1.me/block.js +||https://ccav5.com/static/js/floatImgAd.js +||https://ccb.com.cn/V5/images5/left0.gif +||https://ccb.com.cn/V5/images5/right0.gif +||https://cccpan.me/googg.js +||https://cckke.com/fanhao/v/ad +||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/ +||https://cdn.dfile.cn/slot/ +||https://cdn.galacg.me/img/*.gif +||https://cdn.galacg.me/img/*.jpg +||https://cdn.shdsp.net/ad +||https://cdndm.com/12/2016/ +||https://cdndm.com/3/2015/ +||https://cdndm.com^*/js/newtc.js +||https://cdndm5.com^*/ad_360_ +||https://cdntxt.com/m1/ +||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://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 +||https://chaomi.cc/js/cms_ +||https://chazidian.com/all/mobile_ +||https://chazidian.com/czd_gg.js +||https://chazidian.com/mobile_general_ +||https://chazidian.com/Statics/images/ad_ +||https://chazidian.com/Statics/xly/huorezhaosheng.png +||https://chdbits.co/pic/*.gif +||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.com.cn/2016ads/ +||https://china.com.cn/statics/js/henan/ad/ +||https://china.com.cn/statics/js/js_vag/ +||https://china.com/media/images/58/ +||https://china.com/media/mm/ +||https://china.com/v_test +||https://china.com/zh_cn/ads/ +||https://china.com/zh_cn/etc/gghead +||https://chinabidding.cn/gys.ad/ +||https://chinabyte.com/w/$subdocument +||https://chinabyte.com/w/a/201612/wangting.jpg +||https://chinacar.com.cn/Public/index/images/banner_ +||https://chinaconcrete.cn/ggImg/ +||https://chinafpd.net/js/2012-10/ +||https://chinaiiss.com/attachment/linkimg/201306/19/142826_845.jpg +||https://chinaiiss.com/js/float.js +||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/shipin/sptp.xml +||https://chinapress.com.my/public/static_resources/img/*636x105. +||https://chinapress.com.my/public/static_resources/img/600x337 +||https://chinaqking.com/images/newPage/JLW.jpg +||https://chinaqking.com/images/qkw/jobApply1.jpg +||https://chinasexq.com/js/tpgg +||https://chinaso.com/iframe336/ +||https://chinataxservice.cn/static/jquery.1.1.4.min.jxh.js +||https://chinatimes.com/Scripts/bennerad. +||https://chinatruck.org/index.php?m=poster& +||https://chinaxinge.com/gif3/ +||https://chinaxinge.com/gif4/ +||https://chinaxinge.com/html/index_pf3.js +||https://chinaz.com/2020/0306/2020030616083756.jpg +||https://chinaz.com/c0g/ +||https://chinaz.com/imagead/ +||https://chinaz.com/images/210x175.jpg +||https://chinaz.com/newshome/ +||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/sanji.jpg +||https://chinaz.com/zz_img/ +||https://chinaz.com^*_g/ +||https://chinesetoday.cn/2017/ad/*.gif +||https://chiphell.com/activity/ +||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://chumanzi.com/wap +||https://cidianwang.com/js/left +||https://cidianwang.com/js/right +||https://cidianwang.com/js/zdtop.js +||https://citysbs.com/chongqing/*/1920x179- +||https://citysbs.com/no/*/1190x60- +||https://citysbs.com/no/*/650x50- +||https://citysbs.com/no/*/980x +||https://citysbs.com^*/650x60- +||https://citysbs.com^*/800x90- +||https://citysbs.com^*swf +||https://cjdby.net/Public/home/images/advImg/ +||https://cjjjs.com/image/banner/ali +||https://cjjjs.com/script/ad.js +||https://cjn.cn^*/ad/ +||https://cjx111.com/ads/ +||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://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. +||https://cnbeta.com/js/pages/inteladv.js +||https://cnbetacdn.com/320-50. +||https://cnbetacdn.com/320x50. +||https://cnbetacdn.com/article/2017/0820/8f2e0217733f842.jpg +||https://cnbetacdn.com/banner +||https://cnbetacdn.com/frontend/201707/be63731d1650680_285x360.jpg +||https://cnbetacdn.com/frontend/250x200.png +||https://cnbetacdn.com/frontend/vipics/yijian +||https://cnblogs.com/blog/36987/201509/36987-20150913115252950-1736386654.jpg +||https://cnblogs.com/units/ +||https://cndzys.com/huanlian/ +||https://cnfol.com/f=ud/Js/Ad +||https://cnfol.com/index_new.php?id= +||https://cnfol.com/pc/Js/as/ +||https://cnfol.com/tui/ +||https://cngold.org/cngold_float +||https://cngoldres.com/advservice/ +||https://cngoldres.com/libs/jtams/ +||https://cngoldres.com/web/js/*_advs +||https://cngsf.com/baidu.htm +||https://cngsf.com/images/336_280.gif +||https://cnjxol.com/images/20191031.png +||https://cnkang.com/showcodejsonp? +||https://cnlg.cn/attached/script/ +||https://cnmo-img.com.cn/oddjs/ +||https://cnmoad.com/wp-content/uploads/*_banner. +||https://cnmysoft.com/images/logo02.png +||https://cnool.net/AdShowCache? +||https://cnpingpang.com/banner/ +||https://cnpingpang.com/bbs/UploadFile/2014-11/20141113852238131.jpg +||https://cnpingpang.com/themes/v1.0/images/temp/ad/ +||https://cnpingpang.com/uploadfile/TTW.gif +||https://cnplugins.com/templets/cnplugins/pushbox1.js +||https://cnr.cn/cnrxwph/iframe/tpdy/ +||https://cnr.cn/s?z= +||https://cnscg.com/api.php?mod=ad& +||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://cntv.cn/hezuo/ +||https://cntvboxnow.com//ads_ +||https://cnwnews.com/ad-nrtop/ +||https://cnwnews.com/gg +||https://cnwnews.com/images/kgt +||https://cnwnews.com/templets/images/artpangu.gif +||https://cnwnews.com/templets/images/jccf +||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/*/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://coolaler.com/index_ads/ +||https://coolpc.com.tw/img/topweb.html +||https://cp121.com/js2/ +||https://cpbl-elta.cdn.hinet.net/web/images/ad_ +||https://cpd.com.cn/template/*.swf +||https://cpnn.com.cn/cpnn2015g/neiyegg.gif +||https://cpnn.com.cn/cpnn_images/diangong.gif +||https://cpplay.com/inc/ +||https://cq.cm/temp/201 +||https://cqvip.com/viewserver/ViewAD +||https://cr173.com/js/ +||https://cr173.com/show/ +||https://cr173.com/skina/ +||https://cr173.com/skinb/ +||https://csdn.net/ggmm/ +||https://csdn.net/msg.popup.js +||https://csdnimg.cn/check-adblock/ +||https://csdnimg.cn/public/common/indexSuperise/1.1.1/indexSuperise.js +||https://cssqt.com/a/images/indexsd.gif +||https://cssqt.com/a/images/right +||https://ctags.cn/9/j2.js +||https://ctanet.cn/aqq/JS/ +||https://ctfile.com/iz.php? +||https://ctrip.com/amd/*960x90. +||https://cww.net.cn/include/show.asp?boardID= +||https://cww.net.cn/js/adspaces.js +||https://cww.net.cn/js/urdev.js +||https://cww.net.cn/UpLoadFile/*.swf +||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://d1.sina.com.cn^$object,script +||https://d2.sina.com.cn^$object,script +||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://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://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://dburl.xyz/js/ +||https://dbw.cn/eap/js/db/dbwad_ +||https://dbw.cn/eap/js/hl/hlj_ad +||https://dd3200.com/js/favshare.js +||https://ddrk.me/ad +||https://ddshu.net/a_d_code/ +||https://dealmoon.com/hotdeals/hotdeals_scroller.php +||https://dealmoon.com/upload/dealmoon_app.jpg +||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/ +||https://demaxiya.com/v4/dd/ +||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://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://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^*public. +||https://dio66.net/images/*.gif +||https://dio88.net/images/*.gif +||https://dio889.net/images/*.gif +||https://dio99.com/images/*.gif +||https://dioimg.net/images/*.gif +||https://discuss.com.hk/dfp_forum.php?au=Discuss_Web_ +||https://discuss.com.hk/oath/ +||https://discuss.com.hk^*_prod.html +||https://diyifanwen.com/siteimages/jiqiren +||https://diyijjj.com/data/content +||https://dj155.com/gg/ +||https://dj97.com/api.php?mod=ad& +||https://djicdn.com/uploads/ad_image_file/ +||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://dnvod.tv/listprovider/ajaxlist.async.ashx +||https://dnwx.com/pic/*_978x60. +||https://dnwx.com/pic_ad/ +||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://dota2.uuu9.com^$subdocument +||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://downhot.com/Res/js/arc.js +||https://downhot.com/Res/js/main.js +||https://download.game.yy.com/crossdomain.xml +||https://download.game.yy.com/resource/fodder/*.flv +||https://downxia.com/dgjs/download.js +||https://downyi.com/tg/ +||https://dpp2019.com/js/swf/ +||https://dqzsteel.com/Website/Image/Index/ytgg.gif +||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/level2/rmd.js +||https://duba.com/static/*/images/*.swf +||https://duba.com/static/images/public/20181110/14661d41048e09e2d523dd2e5f0c6310.png +||https://duba.com/wangmeng/ +||https://dufile.com/jsa/ +||https://duote.com/duoteimg/dtnew_recom_img/duoteself/ +||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://dysitecdn.com/gg +||https://dytt8.net/js1/ +||https://dytt8.net/js2/ +||https://dytt8.net/jsd/app.js +||https://dz19.net/addimg/ +||https://dzwww.com/data/js/asp_$script +||https://dzwww.com/images/ad_down.js +||https://dzwww.com/k.js +||https://e.changyan.sohu.com/dataService/getData? +||https://e.hnr.cn/choose/view/ +||https://e0514.com/do/js. +||https://e0514.com/gglist/ +||https://e0575.cn/js/corea/jquery.popup.js +||https://e0575.com/attachment/image/ +||https://e0575.com/index.php +||https://e10000.cn/Images/link_td01.gif +||https://e23.cn/js/aaa.js +||https://e3ol.com/inc/ +||https://e9377f.com^$rewrite=abp-resource:blank-mp3 +||https://easou.com/brandImage/ad/ +||https://easou.com/online/banner/ +||https://eastday.com/assets/js/dftongjiad.js +||https://eastday.com/assets/js/resources/detail/ +||https://eastday.com/assets/js/resources/new_detail_ +||https://eastday.com/gg_channel.html +||https://eastday.com/iframe/ +||https://eastday.com/jrdftt/static/javascript/ad/configDouble11. +||https://eastday.com/jrdftt/static/javascript/ad/ECommerceAd. +||https://eastday.com/jscss/v4/js/lib/DSPload.js +||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/tghtml/ +||https://eastmoney.com/trade/hqb_hq.html +||https://eat-travel.com.tw^$third-party +||https://ebiotrade.com/jslibrary/js +||https://ebiotrade.com/netother/sy2013.ashx?type=quanping +||https://ebiotrade.com/newsf/js/inpic.js +||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= +||https://eduuu.com/website/public_js/pc_aso.js +||https://ee021.com/Runtime/js/ +||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/static/home_ad/ +||https://emoney.cn/www/officalWebStatic/js/slideAd.js +||https://en8848.com.cn/js/ad +||https://en8848.com.cn/js/content. +||https://en8848.com.cn/js/lianxi.js +||https://enread.com/img/185-50.gif +||https://entry.baidu.com/rp/home? +||https://eol.cn/e_busi/ +||https://eol.cn/e_images/gk/jnc +||https://eol.cn/images/*1000- +||https://eol.cn/images/ed/gaokao/*-85.jpg +||https://eol.cn/js/eol/ +||https://eol.cn/js/global/jQuery_ads.js +||https://eoof.net/PicZone/qzgg +||https://epinv.com/wp-content/themes/ep/tu/ +||https://eprice.com.tw/img/tw_m/ad/ +||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://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://ezprice.com.tw/ezysm/ +||https://ezprice.com.tw/js/*_ysm_ +||https://f8dy.tv/template/m1938/js/b +||https://f8dy.tv/template/m1938/js/foot.js +||https://fabuye.vip/zhuanfa/ +||https://faloo.com/ou/site/ +||https://familydoctor.com.cn/c/a/000/ggw_ +||https://fang.com/house/ajaxrequest/adverTlGet. +||https://fang99.com^*/advjs/ +||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://faquanya.com/weixin/ +||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://fc2fan.net/js/check_focus.js +||https://fd173.cn^$third-party +||https://fdc.com.cn^*adv +||https://fdc.my0511.com^$script +||https://feesoon.com/js/cnzz_ +||https://feifei6.com/a2020.js +||https://feixiang211.com/tg/ +||https://feizl.com/images/smdd/ +||https://fenxiangdashi.com/img/banner/ +||https://fenxiangdashi.com/Res/js/detail_ +||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://fjlqqc.com/common/api/v1.0/slot-code/ +||https://fl6n.com/adtop/ +||https://flash.mycar168.com/data/js/ +||https://flighty.cn/images/ +||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://forum.51nb.com/images/ +||https://fpdisplay.com/templates/default/js/palyflash_ +||https://fpdisplay.com/upload/n_ad/ +||https://fragment.firefoxchina.cn/html/ +||https://freehao123.com/wp-content/uploads/2017/05/mmkdm.png +||https://fsclzs.com/Ad_User/ +||https://ft.com/a.html +||https://ftchinese.com/a.html +||https://ftchinese.com/m/marketing/ +||https://ftimg.net/s?z= +||https://fuimg.com/1/66795b80a792fb96.png +||https://fuli.us/ad.js +||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://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://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/*- +||https://g.jinti.com/f/a/a +||https://g.rexian.net.cn/js/ +||https://galacg.me/wp-content/uploads/*750x +||https://game.466.com^$third-party +||https://game333.net/aainset/ +||https://gamefy.cn/cookiead.php +||https://gamersky.com/common/tg/ +||https://gamersky.com/g/gamerskyflash.js +||https://gamersky.com^*.htm$subdocument +||https://games.ifeng.com^$subdocument +||https://games.ifeng.com^*.shtml?v= +||https://gamme.com.tw/ga/ +||https://gamme.com.tw/uploads/*?2 +||https://gangjuw.com/style/lmjs/ +||https://ganji.com/content.php +||https://ganjistatic1.com^*/adm/ +||https://gansudaily.com.cn/2017zt/images/*gg +||https://gaobiaoiot.net/erduo/rrmj +||https://gaofen.com/source/plugin/gaofen_ad/ +||https://gaoqing.la/wp-content/uploads/*/gg +||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://gegeyingshi.com/template/*/images/g_js/ +||https://getitfree.cn/wp-content/plugins/anti- +||https://getscriptjs.com/p.js +||https://gexing.com/i/*960x +||https://gexing.com/j/??zmask.js,easing.js? +||https://gfan.com/press/ +||https://gg-led.com/uploadFile/uploadCompanyLogo/*.gif +||https://gg163.net/js/163bbsad.js +||https://gg163.net/js/gg163ad.js +||https://ggwan.com^$third-party +||https://ghjie.com/images/2012/images/bg +||https://ghjie.com/JS/youcegg.js +||https://ghoffice.com/bbs/js/float.js +||https://ghost580.com/js/nei4.js +||https://gk99.com/static/js/a-d-sys.js +||https://glzy8.com/img/ceo/js.js +||https://gmbbku.com/img/top.js +||https://gmbbku.com/jj/ +||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://gold678.com/news/js/layer/layer.js +||https://gome.com.cn/flight? +||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/*0. +||https://goupu.org/1files/guidebar/ +||https://gpcxw.com/file/js/img/*.gif +||https://gpshk.cc/api.php?mod=ad& +||https://gpxz.com/js2/ +||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 +||https://gtimg.com/comic/richmedia/ +||https://gtimg.com/edu/0727abroad/duilian +||https://gtimg.com/edu/pics/hv1/115/26/2077/135063670.png +||https://gtimg.com/ent/final2009/dp_tebu_logo.png +||https://gtimg.com/news/news/2014ad/ +||https://gtimg.com/newsapp_bt/0/1846661534/641 +||https://gtimg.com/newsapp_ls/0/27161189/0 +||https://gtimg.com/pingjs/ext2020/dc/module/GJ/ +||https://gtimg.com/qqlive/ +||https://gtimg.com/sports/*.swf +||https://gtimg.com/sports/000/ +||https://gtimg.com/sports/000_AD/ +||https://gtimg.com/sports/images/30090.jpg +||https://gtimg.com/sports/qingyang/ +||https://gtimg.com/v/pics/hv1/88/83/1734/112774603.jpg +||https://gtimg.com/www/mobi/js/app-bar- +||https://gtimg.com/www/test/300_250.swf +||https://gtimg.com^*/ad/ +||https://gtimg.com^*/adv/ +||https://guanggaolianmeng.net/plushuan/ad_js.php?aid= +||https://gucheng.com/2016/ggimg/ +||https://guhai.com.cn/AD/ +||https://guifun.com/psptool/ad/ +||https://guitarchina.com/1/*.gif +||https://gum.xbooks.to/js/pc/pc_tsuibi +||https://guokr.com/apis/flowingboard/flowingboard.json?name=post_sidepic +||https://guokr.com/baidu-cbjs/ +||https://guqu.net/Cooperate/ +||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/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://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://hangzhou.com.cn/extra/flash/hzwarticle300.swf +||https://hanjutv.com/index.php?c=dudu_ +||https://hanjutv.com/statics/skin/hjtv-pc/js/push.js +||https://hanjutvn.com/template/alifun/js/Tmall/ +||https://hao.rising.cn/catalog/bottom.html +||https://hao.rising.cn/images/nsdgg.jpg +||https://hao123.cn/images/cp +||https://hao123.com/erjiapi/adv? +||https://hao123.com/ifeed/cpc? +||https://hao123.com/static/img/taobao +||https://hao123img.com/res/ecom/ +||https://hao123img.com/res/js/common/as. +||https://hao123img.com/res/js/common/erjiAdv. +||https://hao123img.com/static/common/js/cpc_ +||https://hao5.net/images/*0- +||https://hao6666.info^*.js +||https://hao6v.com/d/ +||https://haochi123.com/J_Box/Inc_ +||https://haofs.com/haofs/ggapi.asp +||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://haolepic.com/blz/ +||https://haolepic.com/js/ +||https://haolingsheng.com/public/daguzhe.jpg +||https://haopp02.com/haose/ +||https://haopp02.com/js/ +||https://haosf.com/kan.htm +||https://haoxxoo.com/player/ad.html +||https://happyhongkong.com/images/client/ +||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/module/info/info_liuliangbao.js +||https://hc360.com/list/iframe_end_textadv.shtml +||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://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/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://henghost.com^$third-party +||https://herogame.com^$subdocument +||https://hexun.com/gphqtc/ +||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://hgyouxi.com/data/hgyouxiad/ +||https://hiao.com/node/node_27508.htm +||https://hifidiy.net/www/2015/08/18/HIFIDIY_Compat.swf +||https://hinet.net/radio/getAdcode.do +||https://histock.tw/ad/ +||https://hitime5.com/skin/css/*.js +||https://hk-pub.com/forum/images/2009/gifbanner +||https://hk-pub.com/forum/images/banner/ +||https://hkb123.com/plus/show.php +||https://hkcoding.com/chequeconvert/img/grammarly- +||https://hkcoding.com/img/ +||https://hkitblog.com^*-banner +||https://hktvmall.com/api/preroll/getList? +||https://hmghmg.com/tb +||https://hmog.me/tb +||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 +||https://hoopchina.com.cn/static/www/*340-230. +||https://hoopchina.com.cn/static/www/*340x230. +||https://hoopchina.com.cn/topn +||https://hoopchina.com.cn/web/ad/ +||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://hotavxxx.com/images/*96 +||https://hoteastday.com/newspc/show? +||https://house.sina.com.cn/2.0/abp/ +||https://house365.com/js/lbpopup.js +||https://housefindeasy.com/images/*banner978x90. +||https://housefindeasy.com/images/vip_ads +||https://houstonbbs.com/data/ad/ +||https://houyi.baofeng.net^*.html +||https://hqcx.net/bbs/data/attachment/forum/201711/08/200952ipkhkmpjo5t0p5pv.jpg +||https://hqcx.net/images/baidu.jpg +||https://hqcx.net/index.php?m=poster& +||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://hsex.men/nb/ +||https://htqyy.com/kiees/ +||https://httpcn.com/Images/banner +||https://httpwwwdcom.com/js/aaa/ +||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://huoche.net/Images/pc/ad_ +||https://huoche.net/public/huoche/ad/ +||https://huoyan.tv/yb/img/*.gif +||https://hupu.com^*/stream.js +||https://hur.cn/AhurD/*.gif +||https://hxjs.tool.hexun.com +||https://hxsame.hexun.com +||https://hxsxw.com/hxsxw666/ +||https://hxsxw.com/js/float.js +||https://hy5.com.cn/admin/ +||https://hybbs.com/i/$image,object +||https://hznzcn.com/moban/youxiajiao.js +||https://i-gamer.net/promo_ +||https://i-part.com.tw/js2/newShineStar +||https://i.alipayobjects.com/i/ecmng/$image +||https://i322.com/ad_avshow/ +||https://i8.com.cn/images/a.swf +||https://i8.com.cn/images/tiandijie.jpg +||https://iab03.com/zzz/ +||https://iabao.com/imgs/2020/02/2131f7ebfb446e40. +||https://iabao.com/sladewap.js +||https://iapolo.com/myjs/ +||https://iask.ca/img/*.gif +||https://iask.cn^*.data. +||https://iask.cn^*.param. +||https://iask.cn^*/qiye. +||https://iask.cn^*commercial. +||https://iask.cn^*model. +||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/mobile/js/touch +||https://icnkr.com/cnkradv/ +||https://icnkr.com/data/attachment/portal/ +||https://idaima.com/ycz/ajax/get_items_for_bejson/ +||https://idv.st/dns/bar.htm +||https://ieche.com/global/*/ad/ +||https://ieche.com/InAds/ +||https://ieforex.com/r/cms/www/red/red2/images/*0. +||https://ifeng.com/a_if/ +||https://ifeng.com/iframe/quickbet +||https://ifeng.com/showcode? +||https://ifeng.com/ssi-incs/ +||https://ifeng.com/statics/comment_baidu.html +||https://ifeng.com^*&ADUNITID= +||https://ifengimg.com/1d124ac5e89463af/2013/0125/rdn_51023a5071d32.jpg +||https://ifengimg.com/29daa33abbbc4bbc/2015/7/titad.gif +||https://ifengimg.com/6e0e559e19f25e8b/2013/1226/shoucheng +||https://ifengimg.com/a/*/core201 +||https://ifengimg.com/a/*/yemei +||https://ifengimg.com/a/*_w300_h250. +||https://ifengimg.com/a/2016/*600. +||https://ifengimg.com/a/2017/*600. +||https://ifengimg.com/c337cf1a3749e953/2015/0301/rdn_54f25a4228062.jpg +||https://ifengimg.com/iamsImg/*_w100_h550. +||https://ifengimg.com/ifeng/sources/ +||https://ifengimg.com/iis/iis_ +||https://ifengimg.com/mappa/ +||https://ifengimg.com/md/*/v_responsive +||https://ifengimg.com/pmop/2017/*_w600_h793.jpeg +||https://ifengimg.com/static/js/*Adv. +||https://ifengimg.com/static/news/js/advtrack +||https://ifengimg.com/static/news/js/newsAdvtrack_ +||https://ifengimg.com^*/100-100- +||https://ifengimg.com^*/aplayer.xml +||https://ifengimg.com^*/embed*.js +||https://ifengimg.com^*/fullscreen +||https://ifengimg.com^*/iframe_load_ +||https://ifengimg.com^*/rdn_*.js? +||https://ifengimg.com^*/yingguang- +||https://ifengimg.com^*300x600 +||https://ifengimg.com^*600-2.swf +||https://ifengimg.com^*600.swf +||https://ifengimg.com^*couplet$script +||https://ifeve.com/wp-content/uploads/*/cachekit +||https://ifeve.com/wp-content/uploads/*/WechatIMG +||https://ifooday.cn/index.php?m=poster& +||https://ifunmac.com/wp-content/uploads/*/alipay- +||https://igamepark.biz/ads_output.php +||https://iis7.com/ys/css2018/ggw.js +||https://ijinshan.com/images/gk/game +||https://ik123.com/js/dd.js +||https://ikafan.com/js/novel.js +||https://ikafan.com/upload/image/iqiyi_ +||https://ikaka.com/globalad/ +||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/ +||https://images.sohu.com/cs/ +||https://images.sohu.com/ytv/*.jpg +||https://images.sohu.com/ytv/*.swf +||https://imagespublic.tk/clothes/comeliness.php +||https://imedown.info/03.jpg +||https://imeee.cn/DA_HTML/*.js +||https://imeee.cn/DA_HTML/bottom_960x90.html +||https://img*.bet007.com/image/*.gif +||https://img*.hc360.com^*.swf +||https://img*.win007.com/image/*.gif +||https://img.eol.cn/images/ed/$~image +||https://img.ifeng.com/tres/html/ +||https://img.win0168.com/image/*.gif +||https://img2.win007.com/image/*.jpg +||https://img588.net/images/*.gif +||https://img599.net/images/*0x +||https://imgchili.net/media/top.gif +||https://imghost.top/kita/ +||https://imgkdiyoub999.com/ok/ +||https://imgme.me/images/*.gif +||https://imgmega.com/i/*.gif +||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://inhe.net/Uploadfiles/inhegg2016/ +||https://inlishui.com/index.php?m=poster& +||https://inoreader.com/adv/ +||https://inszu.com/js/qian/ +||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://ipeen.com.tw/js/frame/ad-actions.js +||https://ipeen.com.tw/photo/ad/ +||https://iporn.world/attachment/ad/ +||https://iptv444.com/ad- +||https://iqilu.com/getZone.php +||https://iqilu.com/static_files/multiads/ +||https://iqilu.com/static_files/richmedia/ +||https://iqilu.com/static_files/zones/ +||https://iqshw.com/d/js/m/thea +||https://irm88.com/rm.js +||https://irm88.com/tpl/js/t.js +||https://ishowx.com/www/2015/js/top.js +||https://isso.com.cn/club/adv +||https://isso.com.cn^*/A-D/ +||https://it165.net/index.php?m=poster& +||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_ +||https://itavcn.com/pic/news/*-90 +||https://itavcn.com/pic/news/*x80 +||https://itavcn.com/pic/news/*x90 +||https://itavcn.com/pic/news/201802/20180207/image/050N2.gif +||https://itc.cn/?prod=rtb& +||https://itc.cn/activity/activity_js/changyan_config_ +||https://itc.cn/base/core/gg_ +||https://itc.cn/mdevp/*-advert/ +||https://itc.cn/w/u/0/old-insertAd- +||https://itheat.com/?show= +||https://ithome.com/api/lapin/ +||https://ithome.com/file/js/lapin-load.js +||https://ithome.com/file/js/money/ +||https://ithome.com/images/1068.jpg +||https://ithome.com/images/hb1212/ +||https://ithome.com/images/hongbao/ +||https://ithome.com/images/huawei.jpg +||https://ithome.com/js/lapin/hot.js +||https://ithome.com/js/recommend.js +||https://ithome.com/newsuploadfiles/focus/67e46c4e-0a45-488a-a493-a836e3d4f4ce.jpg +||https://ithome.com/newsuploadfiles/focus/dd4682ad-3be0-4e74-b286-8fd747d4bd08.jpg +||https://itiexue.net/domain-policy/ +||https://itiexue.net/wap/tiexue/js/chuping/nativeshare +||https://itjsb.com/itjsbwx.jpg +||https://itmsc.cn^*ad0 +||https://itongcheng.cc/amm/ +||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://iyejie.com/1024code.gif +||https://iyejie.com/xydlad.js +||https://iztwp.com/images/ +||https://izzs.cc/wp-content/mm/ +||https://j.s.weibo.com/widget.html +||https://jable.tv/assets/*0.gif +||https://jandan.net/static/sos/recreate-games.gif +||https://jandan.net/static/ss/ +||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://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://jgzj.net/bbs/attachments/month_1111/ +||https://jia.com/js/common/article_home_adv.js +||https://jialingmm.net/dm/tj.js +||https://jialingmm.net/tj.js +||https://jiandan100.cn/images/site/union/ +||https://jianglishi.cn/statics/statics/js/code_ +||https://jianhucheng.com/data/attachment/portal/ +||https://jianke.com^*/jquery.ppt. +||https://jianshen114.com/images/Advistings/ +||https://jianxun.io/ad/ +||https://jiaodong.net/a/js/ +||https://jiaonan.net/index.php?m=poster& +||https://jiaoyu.baidu.com/tieba/ +||https://jiasule.com/static/js/http_error.js +||https://jiayu.net/comiis_ad/ +||https://jiecao12.com/guanggao +||https://jiemian.com/static/jmw/js/adBase_ +||https://jijidown.com/static/img/dongcidaci/ +||https://jijidown.com/static/img/right_bottom. +||https://jijidy.com/640x200down. +||https://jijistatic.duapp.com/Squall/1.jpg +||https://jinbaozy.com/images/tb/ +||https://jinbaozy.com/images/zhangshang.jpg +||https://jingujie.com/public/jgj_ +||https://jingujie.com/public/js/*html.js +||https://jinhongweiqi.com/cache/ads.js +||https://jinhua.com.cn/ad_pic/ +||https://jinti.com^*/aspx/*gg +||https://jinyici.com/qq.js +||https://jishuyl.com/_skins/*/ad_ +||https://jisoupan.com/static/ +||https://jisutiyu.com/app/js/*footer.js +||https://jisuxz.com/180226/b180226.js +||https://jisuxz.com/180226/downshare +||https://jitapu.com/inc/adv +||https://jiyingdm.com/js/loadingshow.html +||https://jizy.cn^*/ysshare? +||https://jj20.com/static/js/a.js +||https://jj59.com/sy/banner.js +||https://jjjgame.com/images/ad11.jpg +||https://jjr123.com/javascript/dl.js +||https://jjwxc.net/jjPopup.php +||https://jlmhk.com/images/data/ +||https://jlpcn.net/img/300p- +||https://jlxyjs.com/attachment/ +||https://jmbbs.cn/sjgg/ +||https://jmhfw.com/index.php?/ajax/get_adv/ +||https://jmydm.com/jspage/ftt.js +||https://jnlc.com/www/fund/newsmarket +||https://jp2468.com/addon/ +||https://jp2468.com/api/vip/vipshow.php +||https://jpwind.com^*/scroll.js +||https://jrj.com.cn/h5Ad? +||https://jrj.com.cn/s?z= +||https://jrjimg.cn/ad/ +||https://jrjimg.cn/common/foot/allfc.js +||https://jrjimg.cn/common/foot/wxXcxTg.js +||https://jrjimg.cn/focus/newrenNb.png +||https://jrjimg.cn/stock/adjsok.js +||https://jrjimg.cn/zqt-red-1000/js/v3/itg-widget. +||https://jrmianban.com/img/images/g-g/ +||https://jrzj.com/images/bgright_ad.jpg +||https://jrzj.com/img_index/*adv +||https://jrzj.com/img_index/guanggao +||https://jrzj.com/img_index/index_ +||https://js.mumayi.net/9495.gif +||https://js.mumayi.net/jiujiang +||https://js.shiwt.com/110.js +||https://js.tlt.cn/js/ +||https://js0573.com/images/cus/ +||https://jstucdn.com/g3/ +||https://jswz8.com/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 +||https://jxcn.cn/assets/js/dspshow.js +||https://jxcn.cn/js/hotpic_ +||https://jxdown.com/statics/js/all.js +||https://jxgdw.com/images/jdgg.jpg +||https://jxnews.com.cn/assets/js/dspshow.js +||https://jxnews.com.cn^*_ad_ +||https://jyacht.com/flash/marina.swf +||https://jyfw.cn/gonggong/jiayu/cf_ +||https://jyfw.cn/nav/cf_ +||https://jyrd.com/statics/*/js/baizhu/ +||https://jz5u.com/js/t$script +||https://jz5u.com/js/xiazaiURL.js +||https://jz5u.com/new/ +||https://jzb.com/website/fe/pub_js/dbclickshow.js +||https://k99.cc^$third-party +||https://kaixin001.com.cn/js/cpm- +||https://kajila.cn/ad.html +||https://kan300.com/js/union.js +||https://kan300.com/js/union/ +||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/ +||https://kb-render.alicdn.com/html/*.html +||https://kccdk.com/Content/img/*.gif +||https://kddf.com/statics/v3/js/baizhu/ +||https://kdhome.net/images/banner +||https://kdhome.net/templets/default/img/tpfd.jpg +||https://kdou.com/ad_js.php?adid= +||https://kekenet.com/images/*/akasuo +||https://kekenet.com/images/*/tom468X60.gif +||https://kekenet.com/Images/*/tom640X40.gif +||https://kekenet.com/images/*980 +||https://kekenet.com^*/zhike +||https://kewaishu.org/m- +||https://key8.com/cache/www/banner_ +||https://keywin.org/templates/kw_v2/images/youbianad.png +||https://kiees.cn/img/ +||https://kiees.cn/jm.png +||https://kiees.cn/k1.js +||https://kikinote.net/iframe +||https://kindlepush.com/resources/images/main/AD.png +||https://kingsnug.cn/Uploads/vod/2019-05-25/5ce964f0c66e0.jpg +||https://kiwsy.co/hotsearch_box.php +||https://kkkkmao.com/js/20X4.js +||https://kkkkmao.com/js/fumeiti.js +||https://kkkkmao.com/js/tongji.js +||https://kkkkmao.com/Runtime/js/ +||https://klandmart.com/K-Landmart_0011.jpg +||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 +||https://ktkkt.com/js/tvb/ +||https://ktzhk.com/file/adv/ +||https://kuaicad.com/rest/common/getConfigureByName? +||https://kuaidi100.com/assets/ext?method=mainprofile +||https://kuaidi100.com/js/share/i_new.js +||https://kuaidi100.com/mobile/mobileapi.do +||https://kuaidiwo.cn/kdwkxmlt.jpg +||https://kuaidiwo.cn/kuaidiwo.jpg +||https://kuaihou.com/c/shuoming.js +||https://kuaihou.com/c/you1.js +||https://kuaihou.com/js/new/xiazai +||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 +||https://kviso.com/js/top.js +||https://kwflvcdn.000dn.com^*.flv +||https://kyocdn.com/addons/banner/ +||https://kyocdn.com/forum/201312/20/151925t52ey4l34ck0lkgv.jpg +||https://lady1314.com.cn/addata/ +||https://lady8844.com/IMAGE/$~image +||https://lagou.com/js/cooperation/ +||https://lahoo.ca/api.php?mod=ad& +||https://lahoo.ca/slider +||https://laixi.com/tp/20 +||https://lancdn.com/landian/public/recm/54181RECM.png +||https://lancdn.com^*/Alipay_HB. +||https://lancdn.com^*/Alipay_RC. +||https://lancdn.com^*/Apple_ +||https://lancdn.com^*/cp-lz- +||https://lancdn.com^*/LinuxProbe_ +||https://lancdn.com^*/uneed +||https://lancdn.com^*/wisecare +||https://language-center.com.tw/udn/ +||https://langxi.org/langxi/*900$image,object +||https://langya.cn/2014html/2014ad_ +||https://langya.cn/2014html/ad/ +||https://lanrenzhijia.com/Public/images/sucaihuo_ +||https://lanrenzhijia.com/Public/images/xiaozhua.jpg +||https://lanseshuba.com/react.js +||https://laod.cn/wp-content/uploads/*/ad- +||https://laogu.com/cms/images/ad +||https://laozuo.org/banner/linode +||https://laozuo.org/wp-content/themes/weisaysimple/js/*-bottom.js +||https://laozuo.org/wp-content/themes/weisaysimple/js/banner.js +||https://laozuo.org/wp-content/themes/weisaysimple/js/content40width.js +||https://laozuo.org/wp-content/themes/weisaysimple/js/index-top.js +||https://laozuo.org/wp-content/themes/weisaysimple/js/sidebar +||https://law-lib.com/wstyle/images/gffirm.jpg +||https://lawtv.com.cn/jd_ceshi.html +||https://lawtv.com.cn/skin/newplayer/ads_dianshi.php +||https://lawtv.com.cn/skin/stop.swf +||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 +||https://letv.com/pzt/hyhmzq/index.shtml +||https://letv.com/s?ark= +||https://letvcdn.com/js/*_focus_flash.js +||https://letvimg.com^*/108x70$object +||https://letvimg.com^*_phone/ +||https://lewxs.com/file/script/ +||https://lewxs.com/m- +||https://lezhuan.com/js/spread.js +||https://lgmi.com/ggimg/ +||https://lgmi.com/images/*.swf +||https://lgmi.com/left_right_ +||https://lgmi.com/right_ys +||https://lgmi.com/syimg/ +||https://lgmi.com/tjyf200x207.asp +||https://lgmi.com/windows/*-Advert. +||https://lgmi.com^*_gg +||https://lh168.net^*/attachment/portal/ +||https://liangchan.net/aaddaadd/ +||https://liangchan.net/adf/ +||https://liangjan.com/js/show_ +||https://lianmeng.la/ad1/ +||https://liantu.cn/script/index.asp +||https://lianyexiuchang.cc/img/2f2372e9bf205df0.png +||https://lianyexiuchang.cc/img/97da89108eb659fc.gif +||https://lianyexiuchang.cc/js/ +||https://licai18.com/henyepweb/ +||https://licai18.com/pic/*.swf +||https://licai18.com/pic/article/*.gif +||https://liepin.com/event/jobadver/ +||https://lieqinews.com/json/zhiketj/ +||https://lihuasoft.net/images/ad_ +||https://liisex.com/images/banners/ +||https://linecg.com/uploads/banner/ +||https://lingdianshuwu.com/js/content +||https://linkhelper.cn/mmshow +||https://links.cn/mmshow +||https://linkwan.com/gb/broadmeter/speed/cp.js +||https://linkwan.com/gb/images/uploadimages/2010-12-16.swf +||https://linkwan.com/gb/javascript/b4.js +||https://linkwan.com/gb/javascript/c5- +||https://linovel.net/cp/lk/ad/externalAd? +||https://linuxde.net/wp-content/uploads/ad/ +||https://linuxeden.com/plus/web_js.php +||https://linuxidc.com/linuxfile/linux$script +||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 +||https://livku.com/g1000/ +||https://llj22.com/1.gif +||https://lnd.com.cn/site1/*.swf +||https://lnzq5.com/js/ +||https://lofter.com/mailEntryMobile.do +||https://logoquan.com/upload/prd/ +||https://loldyttw.com/blr.js +||https://loldyttw.com/skin/lol/js/ds.js +||https://loldyttw.net/blr.js +||https://loldyttw.net/skin/lol/js/ds.js +||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- +||https://longzhu.com/i/api/playpage/recommendPop? +||https://longzhu.com/recommendad/ +||https://lotour.net/bcef/388.js +||https://lotpc.com/templets/default/js/lotpctb +||https://love201810.com/Runtime/js/ +||https://loveshang.com/api.php?mod=ad&adid=custom_ +||https://lsforum.net/cam2/*.gif +||https://lsforum.net/yahooad/ +||https://ltn.com.tw/js/ad_door.js +||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/ +||https://luyx8.com/tu/666.gif +||https://lv-play.com/web/adv/list +||https://lvse.cn/output/block/html/ +||https://lvse.com/9 +||https://lw54.com/js/ +||https://lw881.com/public/js/gw.js +||https://lxty66.com/js/float.js +||https://ly.js.cn/adv/ +||https://lyd.com.cn^*950-90. +||https://lysq.com/data/attachment/portal/ +||https://lywww.com/data/js.php?id= +||https://lywww.com/header_pic.php +||https://lzep.cn/ep/ads/ +||https://lzep.cn/ep/js/index_window.js +||https://lzep.cn/ep/sda/ +||https://lzep.cn^*/2014ad/ +||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://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://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 +||https://mat1.gtimg.com/cq/flash/ +||https://mat1.gtimg.com/ent/flash/*300 +||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 +||https://meiju8.cc/js/m_ban_ +||https://meiju8.cc/js/pv +||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.tv/js/pcjs/ +||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 +||https://meituan.com/ptapi/recommends? +||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/ +||https://meizhou.com/images/topbanner +||https://metvb.com/js/bofangwei.js +||https://mfacelive.com/Scripts/social/openchannel_min.js +||https://mfav88.com/yinzi/ +||https://mh1234.com/gd/g_js/ +||https://mianbao99.com/a/mianbao +||https://micaitu.net/js/dibu.js +||https://microcontrol.cn/bbs/images/AD755_150.swf +||https://microcontrol.cn/HomeImages/AD/ +||https://micropage.cn/images/ad_ +||https://midifan.com/aaa/ +||https://mifengtd.cn/ad- +||https://miguyu.com/AD/ +||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://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://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 +||https://moe-acg.cc/images/*/1225 +||https://moe-acg.cc/images/*/2000x710 +||https://moe-acg.cc/images/*/310 +||https://moe-acg.cc/images/*/700 +||https://moe-acg.cc/images/*/730 +||https://moe-acg.cc/wp-content/uploads/*/310x160 +||https://moe-acg.cc/wp-content/uploads/*/310x374 +||https://moe-acg.cc/wp-content/uploads/*_%E5%B9%BF%E5%91%8A%E5%9B%BE. +||https://moe-acg.cc/wp-content/uploads/2016/05/1234.gif +||https://moe.fm/public/images/fm/promotion_ +||https://moedao.com/js/top.js +||https://moerats.com/usr/ad/ +||https://momoshop.com.tw/goods/GoodsDetail.jsp?$subdocument +||https://momoshop.com.tw/league/ +||https://moneyweekly.com.tw/UC/JQueryJson.aspx/MwAD +||https://moneyweekly.com.tw/Uploads/AD/*970x +||https://monnsutogatya.com/himg/monst/ +||https://moonbbs.com/data/attachment/portal/ +||https://mop.com/js/common/watermark.js +||https://mop.com/newIndex/gg.html +||https://mopxing.com/skin/sex/js/*ad +||https://mopxing.com/skin/sex/js/*banner +||https://mopxing.com/skin/sex/js/*content +||https://moratame.tw/img/contents/banner +||https://movshow.com/*portal/ +||https://mowenxi.com/1.png +||https://mp3.haogeba.com^$image,object +||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://msstatic.com/huya/main/img/mc-recom_ +||https://msstatic.com/huya/main3/widget/roomGgChat/ +||https://msstatic.com/huya/main3/widget/roomGgTop/ +||https://mt30.com/good/ +||https://mt30.com/ok/ +||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. +||https://mydrivers.com/news/*843x80. +||https://mydrivers.com/news/2017/db_ +||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 +||https://myhard.com/s?z= +||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://myyan.org/js/sj +||https://mzhhdn.com/hongbao.jpg +||https://n2.hk/apps/car_feed/tb/*/banner.html +||https://n2.hk/promo/ +||https://nanfengyl.com/skin/js/4ad.js +||https://nanfengyl.com/skin/js/ad_js.js +||https://nanfengyl.com/skin/js/zdad.js +||https://nanren400.com/goto/ +||https://naquan.com/packages/assets/js/jquery.reveal.js +||https://narutom.com/v2/js/ca.js +||https://narutom.com/v2/v/$subdocument +||https://natgeomedia.com/wp-content/uploads/*Banner.jpg +||https://nbegame.com/nbead/ +||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 +||https://nen.com.cn/swf/0/*.swf +||https://netease.com/house-public/articleyunyans.js +||https://new-icon.ol-img.com/jslib/ad +||https://newasp.net/apps/counts.php?tid= +||https://newasp.net/misc/js/foot_ +||https://newasp.net/static/js/foot_ +||https://news.cn/2018/images/2018rbqj_ +||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 +||https://news18a.com/image/ad_ina/ +||https://newsmth.net/nForum/baiduunion/ +||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/*_863x59. +||https://nfmovies.com/pic/tu/a191124002. +||https://nfmovies.com/pic/tu/a191124003. +||https://nfmovies.com/pic/tu/a191124004. +||https://nfmovies.com/pic/tu/a200304_1170x87.png +||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://nmgk.com/Runtime/Js/ +||https://nmgnews.com.cn/other/003/000/*.swf +||https://no1.168abc.net/upload/ +||https://nownews.com/assets/js/setAds.js +||https://nphoto.net/media/ +||https://nrsfh.com/neirong/ +||https://nvsheng.com/js/gg.js +||https://nxing.cn/uploads/uploads/*-size1220x +||https://nyaa.fun/static/js/costcheck +||https://nyahentai.pw/js/check_cat.js +||https://nychinaren.com/houbei/ +||https://nz04com.com/aabdd/ +||https://oa.hinews.cn/work/img/ +||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 +||https://olevod.com/poppagen.php +||https://olgame.tw/home/attachment/ +||https://om.cn/api/ad-om/ +||https://omanhua.net/scripts/show/3 +||https://omanhua.net/scripts/show/a +||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 +||https://onlinedown.net/Public/js/headAd.js +||https://onlyitv.com/assets/js/onlyitv.js +||https://onlytvb.com/assets/javascripts/ +||https://ooo.0o0.ooo/2017/11/03/59fc6b3c5b723.jpg +||https://oopw.top/img/jdy +||https://ooqiu.com/ad_js/ +||https://open-open.com/gg_images/ +||https://opticsky.cn/images/2015/gy-px201 +||https://orsoon.com/assets/images/*.gif +||https://orsoon.com/assets/images/tuidc.png +||https://orzx.im/Document/recommend/flashpoint.html +||https://orzx.im/Document/union/ +||https://orzx.im/images/downloader.jpg +||https://orzx.im/js/*pop +||https://oschina.net/promotion/ +||https://oschina.net/uploads/ad/ +||https://oschina.net/uploads/cooperation/ +||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.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/ +||https://panpan.org/templets/ad/ +||https://pansoso.com^*pss. +||https://paopaoche.net/public/bd/article_inc.js +||https://paopaoche.net/skins/count.js +||https://pbmp.ali213.net/js/ +||https://pc0359.cn/static/js/*.html +||https://pc0359.cn/style/js/un.js +||https://pc0359.cn/Style/sc/ +||https://pc360.net/wp-content/themes/PcNet/ad/ +||https://pc6.com/img/ +||https://pc841.com/show/ +||https://pcauto.com.cn/forum/fz/hots/ +||https://pccoo.cn/js/dlv1.0.js +||https://pcgames.com.cn/g/ +||https://pchome.com.tw/iframe/ +||https://pchome.net/flow.php +||https://pcmx.autohome.com.cn/impress? +||https://pconline.com.cn/_hux_/ +||https://pconline.com.cn/download/*/intf*.js +||https://pconline.com.cn/jrzcz/*/intf +||https://pconline.com.cn/js/ad_ +||https://pconline.com.cn/js/ivy.js +||https://pcpp.com.cn/news/a/*_article_right.html +||https://pcpp.com.cn/news/ad/ +||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/ +||https://people.com.cn/img/gjt/ +||https://perlmaven.com/img/*0x2 +||https://perlmaven.com/img/sticker-you.jpg +||https://pfizer.com.tw^$subdocument +||https://pfp.sina.com.cn^$script,subdocument +||https://pfp.sina.net/ea/ad/ +||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://phpstudyimg.com/all/renrenxiaxuan980.gif +||https://pianba.tv/api/new_ +||https://piaodown.com/other/*.js +||https://piaodown.com/xtm/ +||https://piaohua.com/js/yzz/$script +||https://piaoliang.com/js/all.js +||https://piaoliang.com/js/gg.js +||https://piaotian.com/scripts/read/style +||https://pic.959.cn/media/js/ +||https://pic.gongkong.com/UploadPic/gongkong/ +||https://pic.jd-bbs.com^*.swf +||https://pic.pimg.tw/cwyuni/*.gif?v= +||https://pic.yupoo.com/showflash/ +||https://pic.zol-img.com.cn^$image +||https://pic.zol-img.com.cn^$object +||https://picb.cc/uploads/2018/06/26/2zxrsi.jpg +||https://picgd.com/images/*.gif +||https://picgd.com/images/2018/12/01/h1pi5.png +||https://pics.wanlibo.com/js/pagemodulestat.js +||https://picuphost.com/2016/upload/image/20170422/42206436302.gif +||https://picuphost.com/imghost/upload/image/20171226/122600098149.gif +||https://picyq.com/index.php/Home/run/get_ad/ +||https://pigol.cn/myinc/ +||https://piimg.com/508806/d53a8d13a40f814d.gif +||https://pingmeibang.com/zt/zx.jpg +||https://pingpang.info/themes/v1.0/images/temp/ad/ +||https://pingwest.com/api/news_ad +||https://pingwest.com/wp-content/uploads/*/ad.jpg +||https://pipi.cn/player/ +||https://pixfs.net/js/mib.min.js +||https://pixfs.net/js/mib_falcon +||https://pixfs.net/module/fullPage/dist/ad-full-page. +||https://pjtime.com/js/show_ad +||https://pk200.com/xb/tui.jpg +||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://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://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/ +||https://ptbus.com/s.js +||https://ptfish.com/*/ad$image,object +||https://pub.sxrtv.com/crossdomain.xml +||https://pupudy.com/images/wxrj.gif +||https://putaoys.com/static/js/acb1.js +||https://putaoys.com/static/js/t.js +||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 +||https://pythontab.com/statics/images/*comp +||https://pythontab.com/statics/images/*comtu +||https://pythontab.com/statics/images/*show +||https://pythontab.com/statics/images/goodad/ +||https://pythontab.com/statics/images/yigegg/ +||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://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://qihoo.com/hot/text.html?site= +||https://qiming360.com/mingJs/xmKu_ +||https://qimm.org/Uploads/ad/ +||https://qinbing.cn/data/upload/ueditor/ +||https://qingchunji.cn/960x +||https://qingkai.com/2009/html/top.htm +||https://qingkai.com/gg_img/ +||https://qingkan520.com/file/script/ +||https://qingkong.net/skin/htcs/images/980.jpg +||https://qitete.com/mid/ +||https://qiuw.com/static/xin-ad.js +||https://qiuyi.cn/Baojian/ +||https://qixingquan.com/api.php?mod=ad&adid= +||https://qixingquan.com/partner/ +||https://qixingquan.com/qxq-images/dawangka.png +||https://qixingquan.com/qxq-images/js/qxq_t.js +||https://qiyipic.com/common/*%E9%80%9A%E6%A0%8F +||https://qiyipic.com/common/*/225x230.jpg +||https://qiyipic.com/common/*/250-230. +||https://qiyipic.com/common/*/250230. +||https://qiyipic.com/common/*/255x205 +||https://qiyipic.com/common/*/980 +||https://qiyipic.com/common/*/baiyao. +||https://qiyipic.com/common/*/banner.jpg +||https://qiyipic.com/common/*/kehuzhuanqu +||https://qiyipic.com/common/*980x +||https://qiyipic.com/common/*_aLink +||https://qiyipic.com/common/*tonglan +||https://qiyipic.com/common/*vivo +||https://qiyipic.com/common/20141021/sanjiukehuzhuanqu.jpg +||https://qiyipic.com/common/20160302/ban250.jpg +||https://qiyipic.com/common/fix/dasdasdasdk.jpg +||https://qiyipic.com/common/fix/rebull_ +||https://qiyipic.com/common/fix/wh-leftbanner.jpg +||https://qiyipic.com/zongyi/*Banner01.jpg +||https://qiyipic.com/zongyi/fix/mxdj +||https://qiyipic.com/zongyi/fix/runningman20141008_bg02.jpg +||https://qiyipic.com/zongyi/fix/runningman20141008_bg03.jpg +||https://qiyue.com/statics/js/3g.js +||https://qiyun.org/images/js/*.htm +||https://qiyuzy.com/static/js/publicad.js +||https://qncye.com/templets/default/js/mb.js +||https://qnsb.com/news/index.php?m=poster& +||https://qnvod.net/qna/ +||https://qpgyy.com/add01.html +||https://qpic.cn/qq_public/ +||https://qq260.com/shout.js +||https://qq745.com/m/ad/ +||https://qqcf.com/js/Content_Get.js +||https://qqcyl123.com/js/*.html +||https://qqddc.com/homeSite/news/js/newsad.js +||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 +||https://qqtn.com/js/downinfo- +||https://qqtn.com/js/html/down_ +||https://qqtn.com/skin/know/ +||https://qqyy.com/js/commAdv +||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? +||https://qwertyuiopa.co/qun/top.js +||https://qyule.fun/v-content/ +||https://qz828.com/css/2010/script/*ad +||https://qzone.la/Scripts/m.js +||https://r3sub.com/images/ccc/ +||https://r3sub.com/posters/0069810.jpg +||https://r3sub.com^*0.gif +||https://rainpat.com/Content/1360x55/ +||https://rainpat.com/Scripts/jquery.SuperSlide. +||https://rar8.net/htmljs/ +||https://ratedxbiz.com/d/ +||https://rayfile.com/media/img/rili_ +||https://rdance.cn/g- +||https://realsrv.com/popunder1000.js +||https://redshu.com/js/pcAdv.js +||https://redshu.com/js/www/jquerygg.js +||https://rentiyishu.org/*.js +||https://rentiyishu99.net/a.js +||https://rentiyishu99.net/b.js +||https://rentiyishu99.net/d.js +||https://rentiyishu99.net/e.js +||https://rentiyishu99.net/f.js +||https://repian.com/a/ +||https://replays.net/j/dazui +||https://replays.net/j/pinglunshang.png +||https://requirejs.cn/ts.png +||https://res.cngoldres.com/web/index/img/*_ad_ +||https://res.ythouse.com/image/index/2012/ +||https://rfidworld.com.cn/js/a.js +||https://rfidworld.com.cn/js/b.js +||https://rfidworld.com.cn/js/c.html +||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 +||https://rising.cn/rxbox/ +||https://rising.cn^*/pic-ad/ +||https://rising.com.cn/weblog/ +||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/ +||https://rtbs.cn/bi.js +||https://ruanyifeng.com/9he/ +||https://ruanyifeng.com/blog/checker.js +||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- +||https://runsky.com/html/*_index_ +||https://ruten.com.tw/js/gads_ +||https://ruten.com.tw/search/imp_ad_ +||https://ruten.com.tw^*/ahd_ +||https://ruyig.com/730x76.png +||https://rxdsj.com/Runtime/js/vod960.js +||https://rznews.cn/viscms/r/cms/rzw/rzxw/images/*.swf +||https://s-msn.com/portal/xiatui.js +||https://s.go.sohu.com^*/?callback= +||https://s.pacn.ws^*?$image +||https://s.yimg.com/*_160x800_$subdocument +||https://s.yimg.com/gs/apex/ +||https://s.yimg.com/ja/ap/$script,subdocument +||https://s.yimg.com/ja/ap/tw/js/ +||https://s.yimg.com/uv/dm/scripts/syndication.js +||https://s.yimg.com^*/flash_general_ +||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. +||https://sc.chinaiiss.com/do.php?do=ad& +||https://sccnn.com/SF/zt.jpg +||https://scibook.cn/tuiguang. +||https://sciencenet.cn/html/js/n +||https://sciencenet.cn/images/20180521.jpg +||https://scol.com.cn/scol-3/js/08scol_text_ +||https://sconline.com.tw/top/coolpc_ +||https://scupio.com/adpinline/ +||https://scw98.com/ADMM. +||https://scw98.com/js/Index +||https://sd173.com/images/ +||https://sd888.org/house/flash/ +||https://sd888.org/images/tbuyer200.jpg +||https://sdbeta.com/statics/mystyle/js/1 +||https://sdgundam.cn/js/91.js +||https://sdo.com/static/image/mkads/ +||https://sdzbcg.com/images/sdfhyl +||https://se533.com/template/new/css/*.js +||https://se8u.cc/statics/images/*.gif +||https://secretmine.net/wp-content/uploads/2019/08/secretmine_20190809_1565312910.jpg +||https://seek68.cn/img/*.gif +||https://sefu8j.com/index.php?m=poster& +||https://segmentfault.com/sponsor/ +||https://seojiaoshi.cn/banner/ +||https://seowhy.com/ask/img/*gg +||https://seowhy.com/ask/img/youlian.png +||https://seqing.world/qq/qq.js +||https://sese277.info/photo/ +||https://sesefu8.com/index.php?m=poster& +||https://sesefu8.com/statics/js/layer/layer.js +||https://setn.com/js/advertisement? +||https://sex141.com/img/banner/ +||https://sex2077.com/js/dl.js +||https://sex2077.com/js/gg.js +||https://sexbarss.net/wap/ +||https://sextop.com.tw/upload/blocker/header_new.gif +||https://sexyno1.com/mk-banner/ +||https://sh.sina.com.cn/iframe/522/ +||https://sh.sina.com.cn/js/441/ZwyArticle_commo_23.js +||https://shandian.biz/a/guga.js +||https://shang.hlgnet.com/code/ +||https://shangc.net/static/js/relate_news.js +||https://shangqun.com/webforms/embed/ +||https://shangxueba.com/ask/images/woxiaoyun.jpg +||https://shaoxing.com.cn^*.files/gg +||https://shaoxing.com.cn^*gg. +||https://share.dmhy.org^*?$image +||https://share44.com/300 +||https://share44.com/adad2014/ +||https://shbear.com^*/ad/ +||https://shdx10000.com/yang/ +||https://shen4club.com/style/*.js?v= +||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^*/ads? +||https://shoudian.org/diantong/laoma +||https://shouji.com.cn/static/v2/images/sj_banner_ +||https://shouyoutv.com/assets/api/web/v4/js/global_head.js +||https://showhaotu. +||https://shufazidian.com/float/yanue. +||https://shufazidian.com/image/728x90ty.jpg +||https://shulihua.net/js/gzlishi468google.js +||https://shulihua.net/js/gzlishigoogle.js +||https://shulihua.net/js/topcen.js +||https://shulihua.net/js/yegonggao.js +||https://shuowan.com/Public/shuo/20160119/569dafddd13be.jpg +||https://shuqi6.com/static/jquery/gg.js +||https://sifakaoshi360.com^$rewrite=abp-resource:blank-mp3 +||https://sihbb.com/yang/ +||https://sina.cn/cm/sinaads_ +||https://sina.cn/interface/*_game_wap_home_mid_list_in. +||https://sina.cn^*/impress? +||https://sina.com.cn/131/20150515/266.js +||https://sina.com.cn/3/2016/1114/45.js +||https://sina.com.cn/activity/promotion? +||https://sina.com.cn/js/*/AdvertisingByNewIndex_ +||https://sina.com.cn/js/*/bgads.js +||https://sina.com.cn/js/87/20140101/hongbao/ +||https://sina.com.cn/litong/ +||https://sina.com.cn/NewIndexAdStart.js +||https://sina.com.cn/other/src/app/FinanceAppPics.js +||https://sina.com.cn/rwei/hapi2014/64video_titu_logo_500x90.gif +||https://sina.com.tw^$subdocument +||https://sina.com/ads/ +||https://sina.com/assets/js/dart/ +||https://sina.com/rm/ +||https://sinaimg.cn/finance/zwy/sidead_ +||https://sinaimg.cn/jslib/kuozhanad.js +||https://sinaimg.cn/large/ +||https://sinaimg.cn/large/*.gif +||https://sinaimg.cn/large/005EuLLtgw1eji5kzbgvlg30r801ogpy.gif +||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/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/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/mw690/005th0Pegy1fmd666rsh2j30go05kn14.jpg +||https://sinaimg.cn/mw690/0060lm7Tly1fwa4j35tfpj30fr0nodg9.jpg +||https://sinaimg.cn/mw690/a1916e89gw1dye4d6qvyaj.jpg +||https://sinaimg.cn/mw690/a1916e89gw1dye4d74zmij.jpg +||https://sinaimg.cn/unipro/ +||https://sinaimg.cn^*/deco/$script +||https://sinaimg.cn^*_wap_ad_ +||https://sinajs.cn/t4/apps/publicity/static/wbad.js +||https://sinajs.cn/t6/home/js/pl/guide/adforfqy/ +||https://sinajs.cn/t6/home/js/pl/guide/bigday/ +||https://singlove.com/qq/qq.js +||https://sinolub.com/index.php?m=poster& +||https://site-bk.oss-cn-shenzhen.aliyuncs.com/img/aliyun/ +||https://sitv.com.cn/cookiead.php +||https://sj33.cn/js/side.js +||https://sj33.cn/js/tuchong.js +||https://sjzdaily.com.cn/sjznewsad/ +||https://skads.gxsky.com^$script +||https://slit.cn/slimages/ +||https://smzy.com/sucai/cqsf.gif +||https://smzy.com/v1/img/ +||https://so.com/baike/ads? +||https://so.com/recomm/simi? +||https://so.com/sug-hot? +||https://so.open.163.com/v/list.htm?pid= +||https://soaspx.com/images/hws.gif +||https://soaspx.com/images/iiszj.gif +||https://soaspx.com/images/js/dropdown.js +||https://sobaidupan.com/top_txtad.asp +||https://sobaigu.com/images/server_tourist.jpg +||https://sobt8.org/Public/static/js/common.js +||https://sodu.cc/js/xufu.js +||https://soduso.com/js/4 +||https://soduso.com/js/sat.js +||https://soduso.com/js/so.js +||https://soft.mumayi.net/images/download.gif +||https://soft.mumayi.net/js/ +||https://soft6.com/index.php?m=poster& +||https://softhy.net/hp/ +||https://sogou-inc.com/AdvPreview. +||https://sogou.com/acquireAdvertise. +||https://sogou.com/adlist? +||https://sogou.com/amdjs/release/common/act_all_ad. +||https://sogou.com/ask?id= +||https://sogou.com/athena/ +||https://sogou.com/GetAdv. +||https://sogou.com/html/ext/agentsdk.js +||https://sogou.com/img_logo/wp.js +||https://sogou.com/uniplan/?pageID= +||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://sohu.com/mdevp/*-advert/ +||https://somanhua.com/smh/ +||https://sonimei.cn/images/gg.png +||https://sonimei.cn/images/llq.png +||https://sonimei.cn/qipai.jpg +||https://sooopu.com/asphtml/plnew. +||https://sooopu.com/js/*950.js +||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 +||https://soulu365.com/images/zhuce.jpg +||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 +||https://speedtest.cn/assets/images/ce_ +||https://sportscn.com/js/commerical +||https://sportsv.net/dist/ads/ +||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://ssjv1.com/dm/ +||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 +||https://starnnews.com/banner/ +||https://stat.api.4399.com/crossdomain.xml +||https://static.doyouhike.net/partner/ +||https://static.tianyaui.com^*/stat_20080313.js +||https://stats.chinaz.com/tool/ +||https://stats.chinaz.com/tool_img/ +||https://stcn.com/common/flash/aigu.swf +||https://steamcn.com/data/attachment/common/*.gif +||https://steamcn.com/img/ +||https://stheadline.com/images/heading-jm +||https://stnn.cc/images/xy/sfs +||https://stockstar.com/*DUILIAN&t= +||https://storm.mg/ad? +||https://storyren.com/images/dl +||https://storyren.com/imgg/ +||https://strip.taobaocdn.com/tfscom/$subdocument +||https://stulip.org/static/js/header.js +||https://su.bdimg.com/static/dspui/js/ +||https://sufile.com/jsa/ +||https://suibi8.com/aa1.gif +||https://suibiankan.cc/Runtime/Js/ +||https://suibianlu.com/zb_users/theme/tx_fzy/script/zhao.js +||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 +||https://szhk.com/iframe/ +||https://szhk.com/include/taobao +||https://szhongzi.com/js/ +||https://szkaidi.cn/statics/g +||https://sznews.com/*.files/$image,object +||https://sznews.com/s?z= +||https://szonline.net/zhongyuan +||https://szyepu8.com/data/AADDimg/ +||https://t.cn/RkHfjHk| +||https://t57.cn/cert.php +||https://taijuba.com/js/*_ +||https://taijuba.com/js/tj +||https://taipwl.com/yingshidaquan/popwin.js +||https://taiwannutrition.com/blog/wp-content/plugins/arscode-ninja-popups/ +||https://taiyingshi.com/js/960_ +||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/ +||https://taporn.com/d/ +||https://tbcdn.cn/mm/tanxssp-custom/sina_ +||https://tbtdg.com/img/2018s11.jpg +||https://tc.cn/ad123/ +||https://tc.cn/g/dl.ashx? +||https://tc.cn/g/upload/ +||https://tc.cn/news/images/h.jpg +||https://tc.cn/news/images/right.jpg +||https://tcmap.com.cn/js/b_ +||https://techug.com/mug/ +||https://techweb.com.cn^*aliyun +||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://thisav.com/index.js +||https://thisav.com/nb/ +||https://thisav.video/v3/nb/ +||https://thzok.com/6/ +||https://thzok.com/images/*.gif +||https://tianjimedia.com/s?z= +||https://tianmu.com/DA201 +||https://tianshif.com/zeis/ts.gif +||https://tianshui.com.cn/datugg/ +||https://tianshui.com.cn/newbg +||https://tianshui.com.cn/Scripts/AC_ +||https://tianshui.com.cn/yb.html +||https://tiantianzhibo.com/js/banner.js +||https://tiantianzhibo.com/sda/$image +||https://tianyaui.com/gamify/broadcast/js/ +||https://tianyaui.com/global/broadcast/*/bc_ +||https://tianyaui.com/global/broadcast/js/router.jsonp +||https://tianyaui.com/global/m/v3/static/js/list_ +||https://tieba.baidu.com/f/urlcheck? +||https://tieba.baidu.com/game/markConf? +||https://tietuku. +||https://tietuku.com/b975a9f7c494738b.gif +||https://tietuku.com/d57c01987e74d8f8.gif +||https://tiexue.net/domain-policy/ +||https://tiexue.net/zgg/ +||https://tieyou.com/images/xiao_tuan_you.jpg +||https://tigtag.com/images/*1000x +||https://tigtag.com/images/pic1/ +||https://tigtag.com/styles/phpcms/js/tigtag/ads.js +||https://tingchina.com/images/aibaoliang.gif +||https://tingchina.com/js/*220- +||https://tingchina.com/js/760 +||https://tingchina.com/js/990 +||https://tingchina.com/js/allad.js +||https://tingchina.com/js/dp468 +||https://tingge123.com/attachment/js/mm +||https://tingroom.com/images/qsbdc.gif +||https://tingroom.com/images/z923.js +||https://tingroom.com/skin/dy/images/enread.jpg +||https://tingroom.com/tingroom/ad/ +||https://tingvoa.com/images/*img.js +||https://tingvoa.com/images/top_600_80.js +||https://titan007.com/ad/ +||https://titan007.com/images/item.gif +||https://titan007.com/news.aspx +||https://tiyuxiu.com/media/mm/ +||https://tmbbs.com/data/attachment/portal/*.swf +||https://tmdm.tv/fgr/ +||https://to8to.com/api/ggdata. +||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/ +||https://toolnb.com/Public/aliyun/900x60.png +||https://topmba.mobi/ad/ +||https://topthink.com/api/basic/ +||https://totheglory.im/pic/business/ +||https://totheglory.im/pic/fangtuo.jpg +||https://totheglory.im/pic/picad/ +||https://totheglory.im/pic/ttg- +||https://totheglory.im/pic/ttg_ +||https://touimg.com/u/20200306/12094716.gif +||https://tq121.com.cn/j/ad/ +||https://trafficjam.cn^$third-party +||https://trendmicro.com.tw/wp-content/uploads/*Banner +||https://ts.cn^*/site1/$object +||https://tt1069.com/bbs/zgg_ +||https://tt1069.com/or_pu_0604.js +||https://tt1069.com/script.min.js +||https://tt1069.com/t0602.js +||https://tt27.com/js/jsg/ +||https://ttavav6.com/zz/ +||https://ttkyy.net/uploads/allimg/201710/1a13f1cdc0917406.jpg +||https://ttmgy.com/jstmp/as.js +||https://ttrar.com/live/ +||https://ttrar.com/statics/pos_js/ +||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://tui.gtimg.com//res/ +||https://tuicool.com/images/upload/aliyun +||https://tukergo.com/img/alipay +||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://tvsou.com/js/360ad.js +||https://tvyan.com/images/jscss/tv- +||https://tw.beanfun.com/bfweb/NEW/commonlogin +||https://tw.buy.yahoo.com/?z= +||https://twavtv.com/js/jquery.colorbox +||https://twmeiju.com/images/axd.js +||https://twunbbs.com/images/ +||https://txahz.com/static/image/tp/ +||https://txtshu365.com/img/ +||https://txzqw.me/attachment88txzqw/*.gif +||https://txzqw.me/tupian/ +||https://ty121.cn/IAA/ +||https://tzfdc.com.cn/userfiles/flash/ +||https://tzfdc.com/fdcSell/ +||https://tzfdc.com/Images/09/flv/flv_index.js +||https://u.ctrip.com/showcaseadvertisementsit/ +||https://u.riju.com/click.php +||https://u17i.com/readad/ +||https://u627.com/dis/tj.js +||https://uc.cn/s/uae/g/0s/ua.js +||https://uc129.com/images/top_hjsj.jpg +||https://uc129.com/m/ +||https://ucbug.com/gaibian/js/tlys.js +||https://ucbug.com/js/ +||https://ucbug.com/new2018/ +||https://uchks.com/2018/% +||https://uczfl.com/data/content +||https://udn.com.tw/upf/*_banners/BD/ +||https://udn.com.tw/upf/2015_money/SSI/ad/ +||https://udn.com/2010MAIN/inc/t03-CMS.html +||https://udn.com/common/iframe/ +||https://udn.com/common2/iframe/ +||https://udn.com/SSI/neckFrame +||https://udn.com^*/ad/ +||https://uedfa.net/Static/imgs/affiliate/ +||https://ufanw.com/js/hongbao.js +||https://uho.com.tw^$subdocument +||https://ulifestyle.com.hk/images/*_300x100 +||https://union.591.com.tw/cpt? +||https://uooyoo.com/hz/*str.js +||https://up.qingdaonews.com/up/$object,script +||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/bit2019/upload/image/20200305/3050011663.gif +||https://usxpic.com/btimg/upload/image/20181018/101806323369.png +||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 +||https://uuu9.com/yoyo_ +||https://uuu9.tieba.com^$subdocument +||https://uwants.com/dfp_forum.php?au=Uwants_Web_ +||https://uwants.com^*_prod.html +||https://uxxux.com/js/zd.js +||https://uzzf.com/skin/know/ +||https://v.beta.yinyuetai.com/swf/plugins_new.xml? +||https://v4.cc/m/common.js +||https://v4dwkcv.com/html/click/ +||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/ +||https://vansky.com/agdg/middle/ +||https://vansky.com/agdg/vans/*_top +||https://vansky.com/agdg/vans/adv +||https://vansky.com/agdg/vans/tabbao +||https://vansky.com/index_files/*.gif +||https://variflight.com/carnoc/ad/ +||https://vdianying.cc/img/youhuiquan250.gif +||https://vdianying.cc/img/zfbhb.png +||https://vdianying.cc/wp-content/plugins/wp-adblock-dedect/ +||https://vdisk.cn/img/*.gif +||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 +||https://videospeedy.com/myimg/ +||https://videowood.me/assets/js/popup.js +||https://videowood.tv/popjavascript +||https://vip.luanren.com/data/*.gif +||https://vipbuluo.com/2/123.png +||https://vipcn.com/hezuo/ +||https://vipcn.com/hz/down_r.js +||https://vipcn.com/js/indexfoot.js +||https://vipdage.com/wp-content/uploads/ad/ +||https://visit-japan.jp/parts/visitjapan_f35_170_170.jpg +||https://vista.tgbus.com/s.js +||https://vista.tgbusdata.cn/s.js +||https://vista.tuwan.com/s.js +||https://vjcdn.com/wp-content/uploads/*640x200 +||https://vkeke.net/public/agd +||https://vkugq.com/data/attachment/portal/ +||https://vnet.cn^*.html +||https://voc.com.cn/adsClick/ +||https://voc.com.cn/Frame/qqms_cs.html +||https://voc.com.cn/js/xc/ +||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/20200319/ +||https://w51t.com^$subdocument +||https://wa.kuwo.cn/lyrics/img/kwgg/ +||https://wacowla.com/wp-content/plugins/popover/js/ +||https://wallstcn.com/image?url=http%3A%2F%2Fcbjs. +||https://wallstcn.com^*-300x250. +||https://wallstreetcn.com/apiv1/earn/impression/ +||https://wan.liebao.cn/zt/ +||https://wan.sogou.com/static/fragment/ +||https://wan.sogoucdn.com/cdn/flash/ +||https://wandouys.com/Runtime/Js/ +||https://wangbase.com/blogimg/asset/201806/bg2018060604.jpg +||https://wanghualang.com/wp-content/gallery/ad/ +||https://wangjing.cn/iframe/zhounian.php? +||https://wangjing.cn/images/js/YlFloat.js +||https://wangpan007.com/themes/default/js/global.js +||https://wanmcy.com/toolsda/ +||https://wanwan.sina.com.cn/third_party/ +||https://wanyx.com/Public/js/cqby.swf +||https://wanyx.com/Public/js/qian.js +||https://wanyx.com/Public/js/zhuan.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://webjx.com/zanzhushang/ +||https://wehefei.com/htmlphp/tmall/ +||https://wei2008.com/js/*0. +||https://wei2008.com/js/jump +||https://wei2008.com/js/t_ +||https://wei2008.com/skin/js/top.js +||https://weike87.com/images/*0 +||https://weike87.com/images/*1 +||https://wendangku.net/js/common.js +||https://wendellyu.com/banner/ +||https://wenku.baidu.com/browse/interface/getrec? +||https://wenku1.com/js/head.js +||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/ad20 +||https://whinfo.net/js/adDuiLian_ +||https://whinfo.net/js/fly_right.js +||https://whnews.cn/news/data/*gg +||https://whnews.cn/wh_public/dl/ +||https://whnews.cn/wh_public/xuxu/ +||https://wholehk.com/atttuop.js +||https://wholehk.com/ptpptt.js +||https://whsir.com/image/aliyun +||https://wigcw.cn/20180109150051.png +||https://wigcw.cn/240X355.jpg +||https://williamlong.info/script/sidebar.js +||https://win007.com/js/flashad +||https://win007.com/mn/ +||https://win0168.com/images/item.gif +||https://win2008.info/gongyi.gif +||https://windows7en.com/images/ +||https://windows7en.com/static/images/xiaobai_ +||https://windows7en.com/statistics/statistics.js +||https://windows7en.com/statistics/stats.js +||https://winning11cn.com/temp/*.gif +||https://winning11cn.com/temp/bifen/ +||https://winvvv.com^$subdocument +||https://wishdown.com/img/ +||https://wlrjy.com/assets/images/*.gif +||https://wlrjy.com/assets/images/tuidc.png +||https://wm114.cn/0images/hlbxd3.jpg +||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 +||https://wudizuqiu.com/img/dasai8/ybbj.png +||https://wumii.cn/site_images/c/ +||https://ww7814.win/pic +||https://wwuuoo.com/11bb/ +||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 +||https://xcar.com.cn/dsp/adpc? +||https://xdcad.net/source/plugin/disad/disad.js +||https://xdf.cn/v4/js/leyus/ +||https://xdnice.com/themes/xdnice/public/assets/images/quna.png +||https://xdnice.com/themes/xdnice/public/assets/images/xdnice.png +||https://xdowns.com/ggco.js +||https://xdowns.com/info.js +||https://xdowns.com/js/lefttuijian.js +||https://xdowns.com/template/tshouyou/js/jietu.js +||https://xfsub.com:88/js/*ad +||https://xghylt.com/api.php?mod=ad&adid= +||https://xgmeizi.com/smdd/ +||https://xhymsq.com/data/attachment/portal/ +||https://xia1ge.com/wp-content/uploads/*/wechat-ad.png +||https://xiacaidd.com/xiacai/ad/ +||https://xiami.com/player/iframe-adm? +||https://xiancn.com^*/adv_content/ +||https://xiangai365.com/ad_js/ +||https://xianliao.me/ads +||https://xianliao.me/assets/js/lib/ne3u3.js +||https://xianliao.me/etoron/get? +||https://xianshuabao.com/ashx/pt.ashx?cmd=record&filter=&order=all& +||https://xianzhenyuan.cn/data/attachment/common/ +||https://xiaobaipan.com/tb.html +||https://xiaodutv.com/xda? +||https://xiaoma.com/images/form/getclueforxiaomazonghe.js +||https://xiaoma.com/images/form/overlay +||https://xiaopi.com/500/ +||https://xiaopi.com/api.php?op=get_p& +||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 +||https://xici.net/r/ +||https://xici.net/z/ +||https://xiepp.com/JS/expand.js +||https://xiepp.com/JS/topshow.js +||https://xiexingcun.com/tongji.js +||https://xiexingcun.com/tyong.js +||https://xigua110.com/a/ +||https://xilu.com/iframe/pagepic/ +||https://xilu.com/js/bd.js +||https://xilu.com/script/tag/2.0/func.js +||https://xineurope.com/static/image/banner/ +||https://xingkbjm.com/hengchuang.gif +||https://xingkbjm.com/wp-content/uploads/*/Ad +||https://xingwangzz.com/123/ +||https://xinhuanet.com/18gg/ +||https://xinhuanet.com/iframe/ad +||https://xinhuanet.com/imgad/ +||https://xinhuanet.com/jjimages/jc/js/fla.js +||https://xinhuanet.com^*/ad_ +||https://xinhuanet.com^*/adv +||https://xinjs.cn/2010/zzz.jpg +||https://xinku.org/jbLoader.js +||https://xinmin.cn/framepage/foot1.htm +||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 +||https://xinyi.com/Public/config/Couplet/Index41.js +||https://xitangwenhua.com/muban/mh/js/asd.js +||https://xitek.com/idzone +||https://xitong8.com/theme/default/images/725x90.gif +||https://xitong8.com/theme/default/images/index_13.jpg +||https://xitongzhijia.net/theme/2017/images/temp/ad_ +||https://xitongzhijia.net/theme/2017/js/total_soft.js +||https://xiu8.com/baidu-tieba/*&forum_name= +||https://xizi.com/a/ +||https://xizi.com/js/rotator.js +||https://xkhouse.com/display/displaygg/ +||https://xl720.com/tmp/ +||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 +||https://xnnews.com.cn/Templets/js/*link +||https://xntk.net^*.html +||https://xp811.com/img/xitong.gif +||https://xp85.com/common/images/downad +||https://xp85.com/common/js/allpage.js +||https://xpcha.com/js/notice.js +||https://xpgod.com/statics/skin_js/xpgod/ +||https://xrc3.com/js/floatcaoplus.js +||https://xspic.com/css/asd +||https://xuehi.cn/reward/reward +||https://xuehuile.com/resource/images/banner/ +||https://xueqiu.com/promotion/ +||https://xun9u.com/css/js/text_link.js +||https://xunleige.com/js/functionx.js +||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 +||https://xv98.com/js/daohang +||https://xv98.com/js/hengfu +||https://xx978.info/images/468-60OK.gif +||https://xxdm6.com/js/union/ +||https://xxffo.com^*_slett.php +||https://xxhh.com/xh.js +||https://xyfdcw.com.cn/userfiles/flash/ +||https://xywy.com/gk?a= +||https://xywy.com/zhixing/ +||https://xz7.com/js/3000.js +||https://xz7.com/js/bann +||https://xz7.com/js/gg_ +||https://xz7.com/js/jctj.js +||https://xz7.com/js/top2.js +||https://xz7.com/js/xia +||https://xzbu.com/img/xueshu +||https://xzbu.com/xueshu/btxm.jpg +||https://xzbu.com/xueshu/zwyc.gif +||https://y3600.com/1 +||https://yahoo.com/embed/tv?site=buzzhand& +||https://yahoo.com/gdsale/gdsale.asp +||https://yam.com/ad_yam/ +||https://yan007.com/js/sss/ad.js +||https://yanjiao.com/zt/indexad/ +||https://yantuchina.com/Upload/Ad/ +||https://yanu.qiniudn.com/*x60. +||https://yanu.qiniudn.com/270300.jpg +||https://yaojingweiba.com/inc/ +||https://yaolan.com/wenku_debris/time_debris/images/mary +||https://yaolanimage.cn/assets/ask/js/ask_video_popup.js +||https://yaolanimage.cn/cms/image/960-90 +||https://yaozui.com/ref/index? +||https://yaseok.com//static/src/images/loading.gif +||https://yatu.tv/m/images/*300_100 +||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/ +||https://yea.im/5hq.gif +||https://yea.im/5ht.gif +||https://yecaoyun.com/AD/ +||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://ygodl.com/wp-content/uploads/*.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/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 +||https://youth.cn/images/c.js +||https://youth.cn/images/m.js +||https://youth.cn/images/public_ +||https://youth.cn/qwtf2015/ +||https://youth.cn^*.html$subdocument,~third-party +||https://youth.cn^*.php$subdocument,~third-party +||https://youthwant.com.tw/dodo.php?adjs= +||https://youtube.com/embed/*&origin= +||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 +||https://yui-nya.com/wp-content/uploads/2016/12/37011.jpg +||https://yui-nya.com/wp-content/uploads/2016/12/neta370-370.jpg +||https://yundaquan.com/data/attachment/portal/ +||https://yundianb.com/hao/ +||https://yundianb.com/tu/jia.gif +||https://yunfile.com/ex/pop/ +||https://yunlaige.com/configs/article/*gg +||https://yunlaige.com/configs/article/*zx +||https://yunupload.net/jsa/ +||https://yx-w.com/1122in/619x93.js +||https://yxad.com/baidu/ +||https://yxad.com/js/lady.gif +||https://yxad.com/sg/ +||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 +||https://yxdown.com/zt/zt/js/zt.js +||https://yxlady.com/wxetj/pcfarmgg.jpg +||https://yxtvg.com/js/s.js +||https://yxzoo.com/style/js/fmt.js +||https://yxzp.net/left.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 +||https://yytcdn.com/swf/plugins_new.xml? +||https://yytcdn.com/user/bugles/*_*x*.jpg +||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://zabaye.com/templets/wapian/images/js/guding.js +||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://zd518.cn/bf- +||https://zdface.com/js/m/zw_banner.js +||https://zdisk.cn/mip/bnmanhua. +||https://zdqx.com/statics/v1/images/gif/ +||https://zdzdm.com/static/img/*ljs.jpg +||https://zeyi5.com/js/2412/ +||https://zfs.cn/8th/ +||https://zhaiiker.com^*_ads& +||https://zhainanba.org/ac/ +||https://zhan.com/static/js/*_ad_modal.js +||https://zhandi.cc/Runtime/js/*vod +||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 +||https://zhaozi.cn/d/js/mini/extended +||https://zhenjiang365.cn/*/ad_ +||https://zhenjiang365.cn/bbsatt/day_120827/1208271004af7c25b6e3d4fa1d.gif +||https://zhev.com.cn/file/weixin/ +||https://zhgmeitu.xyz/images/*.gif +||https://zhibo8.cc/js/adv-slide-toggle.js +||https://zhiboba.org/gg_js/ +||https://zhibok8.com/images/*.gif +||https://zhibok8.com/js/di +||https://zhibok8.com/js/scroll.js +||https://zhifuok.com/19xa.jpg +||https://zhijia.com/hd/*.swf +||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 +||https://zhuici.com/990x60.jpg +||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://zineworm.com^*&localtype= +||https://zinggadget.com/wp-content/*/popup +||https://zj.cn^*/AD?location= +||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. +||https://zmzjstu.com/g3/ad-cp/ +||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 +||https://zongheng.com/ajax/recommend.game. +||https://zongheng.com/upload/ad/ +||https://zongheng.com/upload/hzds/ +||https://zongheng.com/upload/recommend/game/ +||https://zongheng.com/v2014/js/mod/bad.js +||https://zongheng.com/zhuanti/2014/active/js/active.js +||https://zpgjz.com/cdn/new1/4.gif +||https://zpiyi.com/public/js/global.js +||https://zqsx.net/bbs/kehu/ +||https://zrblog.net/zzimg/ +||https://zsjjob.com/user/member/google.htm +||https://zsnews.cn/js/adControl- +||https://zt.chuanke.com/?mod= +||https://zt5.com/statics/img/ +||https://ztjal.info/wp-content/plugins/kill-adblock/ +||https://zuiacg.com/images/client/ +||https://zuidaima.com/images/1/201606/20160616135714978. +||https://zuixingkong.com/gao/ +||https://zuixingkong.com/show-g/ +||https://zuixingkong.com^*mygg/ +||https://zuoche.com/promo/*.jspx +||https://zuoyebang.cc/static/question/pkg/wap-qb_ +||https://zwwooooo.com/images/hengtian. +||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://zywlyy.cn/JS/ +||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/zb_users/theme/Frozen/style/images/banner/ +||https://zzsky.cn/images/a_d_ +||https://zzz4.com/JS_AD/ +||https://zzzyk.com/js/ +||https://007hd.com/7PcCH3ce420MZaTO.php +||https://17ce.com^*_$image +||https://0512s.com^$third-party +||https://100669.com^$third-party +||https://15tianqi.com^$third-party +||https://200218.com^$third-party +||https://51yhzp.com^$third-party +||https://91friend.com^$third-party +||https://94ab.com^$third-party +||https://999d.com^$third-party +||https://aili.com^$third-party +||https://cfff.net^$third-party +||https://chnci.com^$third-party +||https://daxishi.com^$third-party +||https://dyscb.cn^$third-party +||https://fjzimaoqu.cn^$third-party +||https://fpb1.chinacar. +||https://gsjdzx.com^$third-party +||https://gumgo.cn^$third-party +||https://gunmi.cn^$third-party +||https://hmtoday.com^$third-party +||https://hrjg.com.cn^$third-party +||https://ikuailian.com^$third-party +||https://iy.com.cn^$third-party +||https://jeepyy.com^$third-party +||https://jiliw.com^$third-party +||https://jxdown.com^$third-party +||https://jy135.com^$third-party +||https://kuk8.com^$third-party +||https://kuku99.com^$third-party +||https://kxji.com^$third-party +||https://liangpinge.com^$third-party +||https://luolikong.net^$third-party +||https://meishiba.com.cn^$third-party +||https://mipujia.com^$third-party +||https://oicchina.com^$third-party +||https://pjcn.org^$third-party +||https://qizhihaotian.com^*.js +||https://qwxcs.com^$third-party +||https://redmx.cn^$third-party +||https://s11.cn^$third-party +||https://star-media.cn^$third-party +||https://tiexing.com^$third-party +||https://trebleperfect.com^$third-party +||https://vjie.com^$third-party +||https://web8.net^$third-party +||https://wenshenbang.com^$third-party +||https://wshufa.com^$third-party +||https://xiaomiaoquan.com^$third-party +||https://yunzuowen.com^$third-party +||https://zhongkaowu.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/ +||https://caoimg.xyz/images/ +||https://caoimgs.com/images/*.gif +||https://ganimg.com/images/*.gif +||https://ganimgs.com/images/*.gif +||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://dybee.tv/gg +||https://hh010.com/static/image/fff/ +||https://0577renliu. +||https://23txt.com^$third-party +||https://258zw.com^$third-party +||https://30sy.com/ucweb/ +||https://31xiaoshuo.org^$script,~third-party +||https://597txt.com^*.php +||https://7kzw.com/fe/ +||https://aikanshu8.com/novel/js/hm +||https://aitxt.com/bot- +||https://aitxt.com/m_float.js +||https://biquge.info^*.js? +||https://biquge.tw/xtws/true.js +||https://book9.net^$third-party +||https://bqgdd.net/js/wap.js +||https://bxwxorg.com/ui/vue/element. +||https://dabizi.net/images/pcad.png +||https://duanwenxue.com/functions/ +||https://feixs.com/style/t.js +||https://hbfie.org/mh +||https://ieeod0.com^$third-party +||https://jx.cn^$third-party +||https://lqmohun.com^$third-party +||https://maka.im^$third-party +||https://qushuba.com^*(com? +||https://shumilou.co/style/html5.js +||https://soyue.cc^$third-party +||https://ttzw.tv/tz/h.js +||https://ttzw.tv/tz/true.js +||https://txshuku.com/js/ +||https://vodtw.com/js/a1. +||https://vodtw.com^*xhtml +||https://xbiqugecc.com/bcc/ +||https://xqxx520.com^$third-party +||https://xstt5.com/skin/v3/js/zhang. +||https://xszysc.com^$third-party +||https://yssm.tv/sm/true.js +||https://zhenben.cc/2000/ +||https://playno1.club/uppic/ +||https://alicdn.com/kf/HTB1pS6Zel1D3KVjSZFy5jbuFpXaO.gif +||https://webkaka.com/info/script/articleAd.js +||https://webkaka.com/script/cp.js +||https://webkaka.com/sim/ +||https://webkaka.com^*x50. +||https://39.100.192.200/zzz0.png +||https://akamaihd.net^*/gsd.html?d= +||https://akamaihd.net^*/sid.html?p= +||https://commondisplay-a.akamaihd.net/cri/*.htm?cat= +||https://hjfile.cn/analytics/site/TrackEvent.js +||https://7moor.com^$third-party +||https://2005net.net^$third-party +||https://3jia5.com^$third-party +||https://5251.net^$third-party +||https://53kf.com^$third-party +||https://54kefu.net^$third-party +||https://5etv.com^$third-party +||https://bobo.com^$third-party +||https://knet.cn^$third-party +||https://kuaishang.cn^$third-party +||https://live800.com^$third-party +||https://looyu.com^$third-party +||https://lxbjs.baidu.com^$third-party +||https://meiqia.com^$third-party +||https://mylikechat.com^$third-party +||https://pop800.com^$third-party +||https://soperson.com^$third-party +||https://tui.cnzz.net^$third-party +||https://zoosnet.net^$third-party +||https://zoossoft.cn^$third-party +||https://025yimei.com/templets/default/js/swt.js +||https://100xuexi.com/CssModel/botad.js +||https://115img.com/static/pc/d_ +||https://126.net/caipiao/js2/dialog.js +||https://126.net/caipiao/js2/index/homePop.js +||https://163.com/special/*/bobo.html +||https://163.com^*/boboData +||https://17173.com/actapi/qiyu/ +||https://17173cdn.com^*/js/task/src/task/live/greenhand/ +||https://21sq.org/js/downloadbanner.js +||https://360doc.com/js/index7/mask_index_yc.js +||https://39.net/PictureLib/A/f76/20160825/org_749281.png +||https://51credit.com/bbs/js/bbs-end-layer.js +||https://51cto.com/iframe/get-station-ads +||https://51liucheng.com/js/dialogLogin.js +||https://51zxw.net/netclass/images/*_top.jpg +||https://6pan.cc/ps/vip.jpg +||https://ali213.net/js/3g/newsdetail.js +||https://alicdn.com/mtb/lib-smartbanner- +||https://aoji.cn/default/looyu/ +||https://asp300.com/2017images/kefu.js +||https://autohome.com.cn/news/$script +||https://autohome.com.cn/vr/*?pvareaid= +||https://autoimg.cn/Space/help/HelpRdTask.js +||https://baidu.com/cms/lemmaconfig/baikeDynamic. +||https://baidu.com/cms/lemmaconfig/navbarAd. +||https://baidu.com^*/app/banner_ +||https://baidu.dj/u/upan/you.html +||https://baike.com/newtop/news.html +||https://bdstatic.com/searchbox/icms/searchbox/img/*.jpg +||https://bdstatic.com/tb/img/icon_coo_operation_ +||https://bendibao.com/weixin_ +||https://betteredu.net/js/pop_tuiguang_ +||https://bilibili.com/html/ads-index.js +||https://bjsxt.com/statics/js/bjsxt/js.js +||https://bjwj2y.com/JS/LsJS.aspx +||https://blog.sina.com.cn/lm/mini/ +||https://bobo.com/special/mod-follow/ +||https://c-ctrip.com/ResUnionOnline/R3/float/floating_normal.min.js +||https://caixin.com/file/content/js/mobile_news_app_banner.js +||https://cctvpic.com/photoAlbum/templet/common/*/game_ +||https://chazidian.com/all/gg_ +||https://china.com/images/milapp +||https://chinaacc.com/lamu/piao +||https://chinacloudsites.cn/api/promotion? +||https://chinanews.com/fileftp/2016/06/2016-06-13/U194P4T47D35171F967DT20160613093733.jpg +||https://chinanews.com/fileftp/2016/08/2016-08-04/U194P4T47D36220F967DT20160804155100.jpg +||https://chinatimes.com/ads/ +||https://cndns.com/incs/js/website_mobile.js +||https://con-article.hjapi.com/v1/txs/ +||https://ctfile.com/img/*ssp +||https://daf-rs.com/imageViewer/wpAd +||https://dahe.cn/indiboy/ads/ +||https://dangbei.net/img/db/downdangbei.gif +||https://dilidili.wang/uploads/allimg/171227/1_1520203421.png +||https://dmzj.com/module/js/float_code.js +||https://dmzj.com/public/js/app_banner.js +||https://docin.com/building/getAdvById. +||https://douyu.com/dygev/*.swf +||https://duba.net/skins/2009/images/db300_250.gif +||https://dwstatic.com^*/newsPopup/ +||https://dwstatic.com^*/sidebar.js +||https://easteat.com/templets/default/images/media-top.png +||https://eastmoney.com/Extends/GetReferralLinkJavaScriptObj +||https://eastmoney.com/js/*Share.js +||https://eastmoney.com/public/ad.tools. +||https://eic.org.cn/api/Popup? +||https://eic.org.cn^*/analytics +||https://enet.com.cn/counter.php +||https://ettoday.net/style/mobileweb2014/js/smartbanner/jquery.smartbanner. +||https://ettoday.net/style/video-ad/ +||https://fengbuy.com/recommend-new. +||https://fh21.com.cn/js/passport/createQuickMenu.js +||https://forex.com.cn/index.php/Invoking/tanchukuang +||https://forex.com.cn/statics/images/ewm.jpg +||https://fydisk.com/images/showvip.gif +||https://goodcome.com.tw/block/ad/rndtopad.php +||https://gtimg.com/finance/js/st/p/news_ad_ +||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://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. +||https://hexun.com/2016/pc/618.swf +||https://hexun.com/2017-11-07/191534592.jpg +||https://hexun.com/inc/popbox.aspx +||https://hexun.com^*/appDplus +||https://hjapi.com/v1/pageSoftText? +||https://hjfile.cn/lib/hui/footer/0.1.0/footer.js +||https://hjfile.cn/lib/uzhi/uzt. +||https://hjfile.cn/site/hj-lzs/ +||https://hjfile.cn/site/js/pop_gift_plugin.js +||https://house365.com/js/fixWin.php +||https://howbuy.com/subject/js/jquery.blockUI.js +||https://howbuy.com/subject/js/layer/layer.js +||https://hujiang.com/Web/tx.ashx +||https://iask.sina.com.cn/s-b/mxbg +||https://iciba.com/static/images/download_banner.png +||https://ifeng.com/uploadfiles/main_blog/main_child/v3_block +||https://ifengimg.com/auto/js/*enquiry +||https://ifengimg.com^*/red2018icon. +||https://igo.cn/liuxue/js/slideBar +||https://ithome.com/block/headerline$subdocument +||https://ithome.com/images/productgif/pcmaster.gif +||https://ithome.com/images/v2.1/downsoftmaster.gif +||https://jc001.cn/img/yhj.gif +||https://jc001.cn/indexnew/js/yuyue.js +||https://jia.com/js/common/jia-common.js +||https://jia.com/js/tuku/footBanner_ +||https://jia.com/js/zixun/news.js +||https://jia.com/js/zixun/zixun_ +||https://jianshe99.com/lamu/ +||https://kaoyan.com/__pub/shop_book.html +||https://kaoyan.com/global/js/backtopnew.js +||https://kaoyan.com/school/final_class.html +||https://kaoyan.com/school/js/yz.school.packed.js +||https://kekenet.com/images/*/app +||https://kgimg.com/public/root//images/hardware.jpg +||https://kongzhong.com/style/newindex/js/tad.js +||https://koolearn.com/v2/js/*AD.js +||https://koolearn.com/v2/js/wxewm.js +||https://koolearn.com/www/subject/script/subject_form.js +||https://koolearn.com/zt/poster_js/ +||https://kuakao.com:6053/floatcard? +||https://kuwo.cn/static/swf/xctg.swf +||https://lofter.com/blogPhotoAd? +||https://lofter.com/mailEntry.do?blogad +||https://longzhu.com/i/api/videos/dailyRecommend? +||https://me360.com/swt/swt.js +||https://meilele.com/js/mll/baiduLabelRecommend. +||https://mianwww.com/wp-content/uploads/2014/05/insigmaedu1.gif +||https://mitbbs.com/img/app +||https://mnks.cn/jk/appAD_ +||https://mtime.cn/library/*/ECommerce/GoodsAndFeatureCtrl.js +||https://naajie.com/float.js +||https://netease.com/f2e/auto/modules/float-ask-price/ +||https://netease.com/fz/interface/frontend/fz.do?pos=tongyong- +||https://netease.com^*bobologo +||https://neuralstemcell.com.cn/img/js.js +||https://ntce.com/images/js/ntce_public.js +||https://offcn.com/index.php?m=dbsource&c=call&a=get&id=75 +||https://offcn.com/offcnewm/ +||https://ol-img.com/channel/tuku/js/tukuPopup.js +||https://pcauto.com.cn/forum/1508/intf7631.js +||https://pcauto.com.cn/forum/autobbs/clubtl/ +||https://pchome.com.tw/js/fancybox/ +||https://pconline.com.cn/intf/hot_ +||https://pinggu.org/api/bbsgg. +||https://pstatp.com/growth/mobile_list/image/bonus_ +||https://pstatp.com^*/bannersdk/ +||https://qhimg.com/static/5dcd236fc857be9c,5b391c33a0748022.js +||https://qidian.com/Images/990x40_ +||https://qudao.com/common/minisite.js +||https://qyer.com/qcross/home/ajax?action=banner +||https://qyerstatic.com/common/models/common/component/footerBanner/ +||https://rjzxw.com/temp/index.files/logo2.gif +||https://rrjc.com/home/seo/ad/ +||https://shejiben.com/common/libs/layer.js +||https://shejiben.com/common/widgets/ui/*zb.js +||https://shopping.udn.com/mall/cus/cat/OutWebAd.do? +||https://showguide.cn/templets/*/qqcenter.js +||https://showguide.cn/templets/*/sg-ad.js +||https://sina.com.cn/1016/getPhones- +||https://sina.com.cn^*/energypop. +||https://sinaimg.cn/finance/*/hqMainTopBanner.js +||https://sinaimg.cn/finance/*/sideQR +||https://sinaimg.cn/finance/app2018/js/appbar.js +||https://sinaimg.cn/finance/hq_finapp_ad/ +||https://sinaimg.cn/finance/wanghong_ +||https://sinaimg.cn/large/a518ed97jw1eu4mxubbe6j209q01e3ys.jpg +||https://sinaimg.cn/mw690/005uyUwYjw1eocc98cbgag30gk02ygm9.gif +||https://sinaimg.cn/tech/*/sidebar.js +||https://sinaimg.cn^*/everyoneReading.js +||https://soft4fun.net/wp-content/themes/arthemia/js/common_footer_min.js +||https://soso.com/wenwen/i/ad/ +||https://soufunimg.com/common_m/m_public/js/wa +||https://tfg2.com/images/upfile/banner/ +||https://tianya.cn/shang/*/index.shtml +||https://tianyaui.com/cms_fragments/res/*/bbs_include_mod.js +||https://tianyaui.com/global/dashang/vip_seat/js/ds_vip_seat.js +||https://to8to.com/assets/wap//common/widgets/appGuide/appGuide. +||https://to8to.com/yezhu/zxbjWidget. +||https://to8to.com^*_bottom_ +||https://toutiao.haotui.com/data/js/0.js +||https://tq.cn/floatcard? +||https://tsdmw.net/img01/MP3/pm_ +||https://tuyiyi.com/tuyiyi/m.js +||https://tv002.com/img/down1_ssp1.gif +||https://upaiyun.com/wp-content/uploads/2016/12/wenzhangyouce +||https://w3cschool.cn/attachments/image/20170919/1505817817281252.jpg +||https://wanwan.sina.com.cn/kb/ +||https://wanwan.sina.com.cn/sinasupersport/back/ +||https://wbiao.cn/common/adapi/ +||https://wbiao.cn/common/newsbannerAds/ +||https://wbiao.co/src2/js/expand/fudong/ +||https://wingontravel.com/Static/headerfooter/Content/js/masterpage. +||https://wumii.cn/ext/relatedItemsWidget +||https://wuxibus.com/Image/title +||https://xcar.com.cn/bbs/adfocus.js +||https://xiaoma.com/kf.php?arg= +||https://xiaoma.com/xiaoma/www/js/article_right +||https://xnimg.cn^*/liveinc/rightlive.js +||https://ye120.com/swt.js +||https://ye120.com/zool.js +||https://youdao.com/market/banner/banner +||https://youdao.com/www/banner.html +||https://yytcdn.com/js/common/widget/pcpusher. +||https://zhiyoo.com/mplus/images/banner.jpg +||https://zol-img.com.cn/star/image/star-banner2.gif +||https://zol.com/index.php?c=ZolShopIndex +||https://zp365.com/newhousered/hb-index-pop- +||https://zuoyebang.cc/static/question/question/resource/QRCode_ +||https://zuoyebang.cc/zyb_4953cbb8a9a2332469592196c056a906.jpg +||https://yuedu.baidu.com/hybrid/wkrec/search? +||https://zhan.com^*/middle_ad_modal.js +||https://dealmoon.com/build/js/www/home/activity-pop/index. +||https://zglww.net/jsnew/pfkf.js +||https://ld0766.com/index.php?m=call&id=10 +||https://sina.com.cn/other/src/app/SFANewVersionPop.js +||https://gtimg.com/finance/js/st/p/cms/ce56e2f3303d17b6.js +||https://gtimg.com/finance/js/st/p/quotpage/maxcard_ +||https://med66.com/lamu/ +||https://51cto.com/edu/blog/*box.js +||https://taisha.org/statics/js/pc2.0/common/form.bottom. +||https://autoimg.cn/club/v1Content/images/heycar +||https://china.cn/js/common/daniel_pop/ +||https://chinaacc.com/lamu/*dl- +||https://chinaacc.com/lamu/*piao +||https://xhd.cn/topic/leyu-piaofu/ +||https://zol.com.cn/index.php?c=Api_JumpApi& +||https://jjwxc.net/adsmanage. +||https://sinaimg.cn/tech/zcapp2018/zcapp.js +||https://233.com/js/side.htm +||https://soufunimg.com/homepage/new/*/buttomLayer.js +||https://vuetifyjs.com/notify.json +||https://qhres.com/static/b4f92ac067a4768b/v4/modules/footer.js +||https://daniujiaoyu.com/js/zk +||https://daniuxuexiao.org.cn/js/zk +||https://aoji.cn/static/js/pushadv.js +||https://aoji.cn/static/js/yiliao/ad_common.js +||https://zx123.cn/templates/zx123cs/theme-2015/js/right_xh.js +||https://people.com.cn/rmrb/tplimg/new.js +||https://appledaily.hk/banners/subscription/ +||https://bilibili.com/x/web-interface/archive/special/recommend?aid= +||https://lancdn.com/tmp3/GG_Notice.png +||https://chinaacc.com/upload/*zhongjizhicheng +||https://zhangzishi.cc/cdn-cgi/apps/ +||https://macx.cn/js/blockadblock.js +||https://bestqikan.com/static/js/swt.js +||https://book118.com/Public/book118/js/side-customer/customer.js +||https://51cto.com/js/activity_pop.js +||https://kuakao.com/index.php?m=content&c=index&a=show_ad +||https://qinxue100.com/qinxue/pc/js/add_js.js +||https://hujiang.com/ciku/getDetailSoftText/ +||https://hujiang.com/ciku/getLesson +||https://zbcdn.net/__uvjgyw/slb.default.js +||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://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/*/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://qixin007.com/webbanner/ +||https://gamersky.com/wap/js/gs/gsAllOpenAppBtn. +||https://meiju22.com/new/Public/gg.js +||https://heibaizhibo.com/_nuxt/87a5efd04908651591f7.js +||https://ymlykj.com/nuxt/static/liveBanner.jpg +||https://jin10.com/assets/img/sites/index/vip_ad +||https://jin10.com/news_service/static/config/details.config. +||https://jmw.com.cn/m_v2/js/active.js +||https://dyhjw.com/Public/v3/appdown/images/AppEntrance.png +||https://chazidian.com/statics/images/wangke.jpg +||https://sinaimg.cn/sports/20214c6d/20181128/880_110.png +||https://cifnews.com/common/js/d/d/tea.js +||https://cifnews.com/yuguo3.0/live_dynamic/js/live_dynamic.js +||https://cifnews.com/ajax/adrequest/ +||https://7k7k.com/api/position/ +||https://7k7k.com/js/bg-img.js +||https://3158.cn^*_analyser. +||https://pconline.com.cn/ipJson. +||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 +||https://100bt.com/dc?Url +||https://115img.com/static/115tj.js +||https://123cha.com/counter.js +||https://218.30.15.193/phpstat/count/ +||https://28.com/count.js +||https://28.com/countnew.js +||https://39.net/js/wt.js +||https://51.la^$third-party +||https://5173.com/__tra.gif? +||https://51la.net^$third-party +||https://58cdn.com.cn/resource/xxzl/xxfw/ +||https://91160.com/nykj/f=static/v4/common/tj.js +||https://a.tbcdn.cn/s/ac.js +||https://a.tbcdn.cn/s/atp.js +||https://a.tbcdn.cn/s/tb-tracer-min.js +||https://abab.com/pv.js +||https://agrantsem.com/js/ag.js +||https://api.cupid.qiyi.com/etx? +||https://api.cupid.qiyi.com/track2 +||https://apple.www.letv.com/env/? +||https://ark.letv.com/t? +||https://atpanel.com^$image +||https://autohome.com.cn/risk_fp_log? +||https://autoimg.cn/bi/mda/ahas_body. +||https://baidu.com/4.gif? +||https://baidu.com/smalllog/ +||https://baidu.com^*/w.gif? +||https://bendibao.com/js/count.js +||https://bitauto.com/bglog.gif? +||https://bshare.cn/bshare_view?Callback= +||https://bt.ktxp.com/iframe/statistics.js +||https://btdb.in/beacon.html +||https://btime.com/api/weblog? +||https://bytecdn.cn/ta/resource/v0/analytics.js +||https://ca.cbsi.com.cn/rpv? +||https://cbsi.com.cn/js/mlt.js +||https://ccoo.cn/mystat.asp +||https://cheshi-img.com/js/pv.min.js +||https://chinatimes.com/analytics/ +||https://chouti.com/js/tingyun-rum.js +||https://cig.com.cn^$third-party +||https://cjyun.org/assets/js/analytics.js +||https://cnfol.com/Count.html +||https://cnmo.com/pv.js +||https://damai.cn/phpstat/ +||https://dcs.conac.cn/js/ +||https://dfcfw.com/libs/js/counter.js +||https://dianping.com/hippo.gif? +||https://doc88.com^*/count.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://fx678.com/htcount/count.js +||https://gridsumdissector.cn/gs.gif? +||https://guahao.cn/blank.gif? +||https://hao123img.com/res/js/track.js +||https://hc360.com/js/module/common/logrecordservice. +||https://hd.sohu.com.cn^$object-subrequest +||https://hdslb.com/js/bfd.js +||https://hexun.com/js/att_count.js +||https://hiido.com^$third-party +||https://hm.baidu.com/mkt.js +||https://hupu.com/_dace.gif? +||https://house365.com/js/analyze.js +||https://iciba.com/web/static/scripts/kds2_record.js +||https://icon.zol-img.com.cn/mainpage/js/click.js +||https://ifengimg.com^*/sta_collection +||https://img.kuai.xunlei.com/js/statistics.js +||https://ipinyou.com^$third-party +||https://it168.com/pv.js +||https://itc.cn/cache/lib/v2/odvmonitor/ +||https://itc.cn/hdpv.js +||https://itc.cn/pv/ +||https://itc.cn^*/tracker.js +||https://itsmore.cn^$third-party +||https://js.passport.qihucdn.com/11.0.1.js +||https://kaipuyun.cn/count/ +||https://lotour.net/analytics/statsv2.js +||https://mafengwo.cn/uva/i.gif? +||https://msn.ynet.com/c/tj_comm.js +||https://news.cn/pc-log? +||https://newspage.xilu.com/model/visitlog.js +||https://nmgnews.com.cn/sys/online_calc.js +||https://optaim.com^$third-party +||https://p2p.v.yyclouds.com/crossdomain.xml +||https://pconline.com.cn/count.php? +||https://pcpop.com/pv/pv.js +||https://push.zhanzhang.baidu.com/push.js +||https://qhimg.com/clk.gif? +||https://qhimg.com/js/iwt.js +||https://qunar.com/js/ga.min.js +||https://qunar.com/render/ga.jsp? +||https://qunar.com/render/googlesem.jsp +||https://qyer.com^*/base_beacon_ga.js +||https://qzwb.com/phpstat/ +||https://runsky.com/phpstat/ +||https://s-msn.com/portal/js/vendor/manto/ +||https://sogou.com/cl.gif? +||https://sohu.com/mail/pv/ +||https://stat.2u.com.cn/ol_2u.js +||https://static.zongheng.com^*/ad_click.js +||https://static.zongheng.com^*/adClickStat.js +||https://static.zongheng.com^*/logger.min.js +||https://suning.cn/javascript/sn_da/sa.js +||https://sxrb.com/front/stat/ +||https://ta.trs.cn^$third-party +||https://tingyun.com^$third-party +||https://trends.com.cn/k.js +||https://tw.rd.yahoo.com^$image +||https://uedas. +||https://uuu9.com/photolog.html +||https://wanmei.com/public/js/stat.js +||https://wlxww.com/html/analytics/ +||https://xgo.com.cn/pv.js +||https://xs8.cn/qreport? +||https://xunlei.com/api/stat/rt/js? +||https://yaolan.com/ylk.mini.js +||https://ynet.com/c/js/manto.min.js +||https://youdao.com/ctlog? +||https://youdao.com/rlog.php +||https://youdao.com/tl? +||https://zdnet.com.cn/js/pv.js +||https://zdw.w8.com.cn/p.ht? +||https://zhulang.com/zlpv.php +||https://zol.com.cn/cgimp/zc.js +||https://cnzz.com^$third-party +||https://duba.com/proxy/tj/ +||https://google-analytics.com/analytics.js +||https://hm.baidu.com^$third-party +||https://sinajs.cn/open/analytics/ +||https://wrating.com^$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://01fen.com^ +||http://02123s.com^ +||http://022aifang.com^ +||http://023hysj.com^ +||http://025suyu.com^ +||http://0313413.com^ +||http://033.com^$third-party +||http://0351dvd.cn^ +||http://0451106.com^ +||http://04zl.cn^ +||http://0516bm.com^ +||http://0531kt.com^ +||http://0571hy.com^ +||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://0885.net^$third-party +||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://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://111111qb.com^ +||http://112.74.95.46^ +||http://1133.cc^$third-party +||http://11370090.net^ +||http://114.95.102.77^ +||http://114la.com^$third-party,domain=~ylmf.com +||http://114lm.com^$third-party +||http://114yeah.com^$third-party +||http://115.238.246.181^ +||http://115.29.148.61^$third-party +||http://116.55.227.242^ +||http://116b.com^$third-party +||http://116zhuce.com^ +||http://117.25.133.209^ +||http://118.144.88.216^ +||http://118.24.199.184^ +||http://118114.cn^$third-party +||http://1188.com^$third-party +||http://119.29.207.87^ +||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^ +||http://12306media.com^ +||http://12365chia.com^ +||http://123hala.com^ +||http://124.232.160.178^ +||http://12l22.net^$third-party +||http://134.73.54.252^ +||http://138138138.top^ +||http://138lm.com^ +||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^ +||http://17tuozhai.com^ +||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 +||http://189.gd^*.html$third-party +||http://18tzx.com^ +||http://194.36.101.178^ +||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^ +||http://211.167.105.131^ +||http://2155ec.com^$third-party +||http://217wo.com^$third-party +||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^ +||http://22lm.cc^ +||http://23.244.43.212^ +||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^ +||http://268mob.cn^ +||http://272xb.com^ +||http://280dp.com^ +||http://28487.net^ +||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 +||http://32414.com^$third-party +||http://3324.cn^$third-party +||http://333dm.com^ +||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^ +||http://360doo.com^$third-party +||http://361315.cc^ +||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^ +||http://376zf.com^ +||http://3798.com^$third-party +||http://37cs.com^$third-party +||http://37pk49.com^$third-party +||http://3808010.com/code$third-party +||http://3839168.com^$third-party +||http://38ra.com^$third-party +||http://3975lm.com^$third-party +||http://39xc.net^ +||http://3alian.net^$third-party +||http://3amall.cn^ +||http://3dwwwgame.com^$third-party +||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^ +||http://3vlm.com^$third-party +||http://3xx.vip^ +||http://3ygww.com^ +||http://4006825178.com^ +||http://41msl.cn^ +||http://4480dy.net^ +||http://44pv.com^$third-party +||http://45.34.240.72^ +||http://456juhd.com^ +||http://46cq.cn^ +||http://47.90.50.177^ +||http://4936.cn^$third-party +||http://49ko.com^$third-party +||http://4ggww.com^ +||http://4kt2.com^$subdocument +||http://50bang.org^$third-party +||http://50zera.com^ +||http://5125129.com^ +||http://5151gj.com^ +||http://517m.cn^ +||http://517pass.com^ +||http://517xx.com^ +||http://5188yy.com^$third-party +||http://51ads.com^$third-party +||http://51dmn.top^ +||http://51fuliwang.cn^ +||http://51gugu.com^$third-party +||http://51jumintong.com^ +||http://51junpin.net^$third-party +||http://51sxzz.com^ +||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 +||http://52kmh.com^$third-party +||http://52kmk.com^ +||http://52lover.info^$third-party +||http://52yugan.com^ +||http://52zfl.com^ +||http://5399.com^$third-party +||http://550tg.com^ +||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://593pi.cn^ +||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 +||http://5mnh.com^$third-party +||http://5rxk.cn^ +||http://60.190.139.164^ +||http://61.152.223.15^ +||http://61.174.50.211^ +||http://626uc.com^ +||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^ +||http://6ped2nd3yp.com^ +||http://6travel.com^$third-party +||http://700ok.net^ +||http://70e.com^$third-party +||http://70lm.com^ +||http://70yst.cn^ +||http://710070.com^$third-party +||http://711kk.com^ +||http://71sem.com^ +||http://7540.com^$third-party +||http://766ba.net^ +||http://7676.com^$third-party +||http://77417.cn^ +||http://7794.com^$third-party +||http://77power.com^ +||http://77zhuan.com^$third-party +||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^ +||http://7dlm.cn^$third-party +||http://7gg.cc^ +||http://7jiajiao.com^ +||http://7o2o.com^$third-party +||http://7wen.cn^ +||http://7xi9g1.com1.z0.glb.clouddn.com^ +||http://7xz3.com^ +||http://8080i.com^$third-party +||http://80sjw.com^ +||http://810236.com^$third-party +||http://810251.com^ +||http://813690.top^ +||http://81c.cn^ +||http://825145.com^ +||http://827649.com^ +||http://8368661.com^ +||http://8521448.com^ +||http://857yx.com^$third-party +||http://85tgw.com^ +||http://85un.com^$third-party +||http://860010.com^ +||http://8800271.com.cn^ +||http://88818122.cn^ +||http://8881919.cc^ +||http://88cpc.com^$third-party +||http://88rpg.net^ +||http://88shu.cn^$third-party +||http://88ysg.com^$third-party +||http://8910ad.com^$third-party +||http://892155.com^ +||http://89h8.com^ +||http://8ao8ao.com^ +||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^ +||http://9377aa.com^ +||http://9377bh.com^ +||http://9377co.com^ +||http://9377hi.com^ +||http://9377if.com^ +||http://9377ku.com^ +||http://9377or.com^ +||http://9377os.com^ +||http://93manhua.com^ +||http://941adu.com^$third-party +||http://94lm.com^ +||http://94nw.com^ +||http://95105012.com^ +||http://9519.net^$third-party +||http://95558000.com^ +||http://9639927.com^$third-party +||http://96518.org^$third-party +||http://9665yx.com^$third-party +||http://9669.com^$script,third-party +||http://96mob.com^ +||http://9718.com^$third-party +||http://980th.com^$third-party +||http://9868.online^ +||http://9898c.com^ +||http://991pao.com^ +||http://99909988.com^ +||http://99dqw.com^ +||http://99lolo.com^ +||http://99pps.com^ +||http://99tianxin.com^ +||http://99tuan.com.cn^ +||http://9ads.net^$third-party +||http://9ead.com^$third-party +||http://9h6qq.cn^ +||http://9kff.com^ +||http://9nwg9sib9e.com^ +||http://9uys.co^ +||http://9w1an.com^$third-party +||http://9w39.com^$third-party +||http://9wlm.com^ +||http://9wotuan.com^ +||http://9xiazaiqi.com^ +||http://9xu.com^$third-party +||http://a.youdao.com^ +||http://a0b11.com^ +||http://a0b22.com^ +||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 +||http://achicih.gitee.io^$third-party +||http://acs86.com^$third-party +||http://acwgf.com^ +||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^ +||http://adacgov.cn^ +||http://adbot.tw^ +||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 +||http://admaji.com^$third-party +||http://admartzone.com^$third-party +||http://admin6.com^$third-party +||http://adnex.tech^ +||http://adnow.cc^$third-party +||http://adomv.com^ +||http://adondemand.com^$third-party +||http://adpro.cn^$third-party +||http://adpush.cn^$third-party +||http://adreal.cn^ +||http://adreep.cn^$third-party +||http://adrs.sdo.com^ +||http://ads.uc.cn^ +||http://ads80.com^$third-party +||http://adsage.com^$third-party +||http://adsbang.top^ +||http://adsbro.com^$third-party +||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://aencx.net^ +||http://aeoprw.cn^ +||http://affiliate.rakuten.co.jp^$third-party +||http://afj0.com^ +||http://afjlb.com^ +||http://agrantsem.com^$third-party +||http://agtsjb.com^ +||http://aguo.com^$third-party +||http://agxclick.com^$third-party +||http://agzxj8990.com^ +||http://ahhuazhen.com^ +||http://ahjzys.com^ +||http://ahlxxx.com^ +||http://ahqlx.top^ +||http://ahszgog.com^ +||http://ahyau.com^ +||http://ahyuns.com^ +||http://aiclicash.com^$third-party +||http://aidaicn.com^$third-party +||http://aifei.info^$third-party +||http://aigou023.com^ +||http://aijielang.cn^ +||http://aimato.com^$third-party +||http://aishang.bid^ +||http://aishangcan.com^ +||http://aishiguolong.com^ +||http://ajaxcdn.org^ +||http://ajhdf.com^$third-party +||http://ajuhd.com^ +||http://akrwi.cn^ +||http://alicmayuns.com^ +||http://alifixed.cn^ +||http://alimama.alicdn.com^ +||http://alimb.top^ +||http://alimc1.top^ +||http://aliqqjd.cn^ +||http://alisinak.com^ +||http://alitianxia168.com^ +||http://aliyuncss.com^ +||http://aliyunxin.com^ +||http://alllget.com^$third-party +||http://allxin.com^ +||http://allyes.$third-party +||http://amazingmagics.com^ +||http://amensh.cn^ +||http://anastasiaana.com^ +||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 +||http://aoparking.com^$third-party +||http://apkdo.com^ +||http://aqgyju.cn^ +||http://arealx.com^ +||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^ +||http://b99u.top^ +||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://battmd168a2.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^ +||http://behe.com^$third-party +||http://beijinglvyou.net.cn^ +||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^ +||http://bingyinq.com^ +||http://biochempop.com^ +||http://biquge22.com^$third-party +||http://birdmedia.com^$third-party +||http://bivitr.com^ +||http://biyibia.com^ +||http://bj-bytsk.com^ +||http://bjedpt.com^ +||http://bjgtsh.com^ +||http://bjtrld.com^ +||http://bjxiaohua.com^$third-party +||http://bjyikao.org^ +||http://bkyhq.cn^ +||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 +||http://buzzads.com^$third-party +||http://bv8888.com^ +||http://bxgmb.com^ +||http://bxgz.cc^ +||http://bxjpl.cn^ +||http://bxjt518.com^ +||http://bydonline.com^ +||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^ +||http://caob5.info^ +||http://caolvch.com^ +||http://cardniu.com^$third-party +||http://caredaily.me^ +||http://carpenterrprp.com^ +||http://cayanfang.com^ +||http://cb.baidu.com^ +||http://cbjs.baidu.com^ +||http://cc599.com^ +||http://ccbaihehq.com^ +||http://cccccd.com^ +||http://cctyly.com^ +||http://cd-best.cn^ +||http://cdlinli.com^ +||http://cdnjsp.wang^ +||http://cdnny.com^ +||http://cdyqc.com^ +||http://cfboo.com^ +||http://cferw.com^ +||http://cfqpxzx.com^ +||http://cg2017.com^ +||http://cgskqg.com^ +||http://chadegongxiao.com^ +||http://championmachinery-cn.com^ +||http://chanet.com.cn^$third-party +||http://changxiukj.com^ +||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^ +||http://chinesean.com^$third-party +||http://chiuhua.com.cn^ +||http://chmae.com^ +||http://chnhty.com^ +||http://chongxiaota.top^ +||http://christinehris.com^ +||http://chromc.com^ +||http://chucity.com^ +||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^ +||http://cnbole.net^ +||http://cncy8.com^ +||http://cnfanglei.com^ +||http://cnhbxx.com^ +||http://cnkok.com^ +||http://cnpinzhuo.com^ +||http://cnscdj.com^ +||http://cnsjx.net^ +||http://cnxad.com^$third-party +||http://cnxad.net^ +||http://cnzz.com.so^ +||http://cnzzlink.com^ +||http://code222.com^ +||http://code668.com^ +||http://coinadv.com^$third-party +||http://compass-fit.jp^ +||http://coolnay.com^$third-party +||http://cooolyi.cn^ +||http://coostack.com^$third-party +||http://corocksi.com^ +||http://cosoyoo.com^ +||http://couqm.com.cn^ +||http://cpc.cc^$third-party +||http://cpcv.cc^ +||http://cpm360.com^$third-party +||http://cpms.cc^ +||http://cpro.baidu.com^ +||http://cpro.baidustatic.com^ +||http://cpshwl.cn^ +||http://cpv6.com^ +||http://cpva.cc^ +||http://cqfangduan.com^ +||http://cqftonline.com^ +||http://cqhnm.com^ +||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 +||http://csbthyhh.com^ +||http://csgtfruit.com^ +||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^ +||http://czdqhyo1.net^ +||http://czjiuding.cn^ +||http://czpush.com^ +||http://czpwm.com^ +||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^ +||http://dandan13.top^ +||http://dandan15.top^ +||http://danpinwu.com^ +||http://dante2007.com^ +||http://dashaowu.com^ +||http://dashet.com^ +||http://datafastguru.info^ +||http://dawwx.com^ +||http://dazhonghua.cn^ +||http://dazibenwm.com^ +||http://dbncp.com^ +||http://dbojetp.cn^ +||http://dcxmy.com^$third-party +||http://dddddd.net^$third-party +||http://ddhtek.com^ +||http://ddomm.com^ +||http://detuns.com^ +||http://df3n43m.com^ +||http://df77.com^ +||http://df9377.com^$third-party +||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^ +||http://dianxin.com^$third-party +||http://diaojiaoji168.com^ +||http://dilcn.net^ +||http://dingge.cc^$third-party +||http://dingon.com.cn^ +||http://dingyuanyao.cn^ +||http://displink.com^$third-party +||http://diuling.com^ +||http://dizhonghaihotel.com^ +||http://djsn888.com^ +||http://djy518.com^ +||http://dkqapp.cn^ +||http://dlads.cn^$third-party +||http://dleke.com^ +||http://dlhygj.com^ +||http://dlkjgjmy.com^ +||http://dlpifu.com^ +||http://dlrijiaele.com^ +||http://dlzjdesign.com^ +||http://dmtrck.com^$third-party +||http://dnskuu.com^ +||http://dnvus.com^ +||http://doniv.net^$third-party +||http://door2new.net^ +||http://dotmore.com.tw^$third-party,domain=~savebar.com.tw +||http://dou777.com^ +||http://doubleadv.com^$third-party +||http://doudao.cn^ +||http://dpc6.cn^ +||http://dpjszs.com^ +||http://dqsft.com^ +||http://dragoncent.com^ +||http://dreamfull.cn^ +||http://drjgjngf.com^ +||http://drlsf.com^ +||http://drmcmm.baidu.com^ +||http://drmfslx.cn^ +||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 +||http://duusuu.com^ +||http://duyihu.net^ +||http://dvr8.com^ +||http://dw998.com^ +||http://dx1200.com^ +||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^ +||http://e701.net^ +||http://e70123.com^ +||http://e7015.com^ +||http://e704.net^ +||http://e705.net^ +||http://e706.net^ +||http://e708.net^ +||http://e719.net^ +||http://ea3721.com^$third-party +||http://easou.com^$third-party +||http://ecuc123.net^ +||http://eddjf.com^ +||http://edncui.net^ +||http://edo5.com^ +||http://eduad.baidu.com^ +||http://eduzzjy.com^ +||http://ee4kdushuba.com^$third-party +||http://eeee500.com^ +||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^ +||http://elsad.tw^$third-party +||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^ +||http://eyouv.cn^$third-party +||http://ez33.com^$third-party +||http://ez33.org.cn^ +||http://ezucods.cn^ +||http://f1190.com^ +||http://f11w.com^$third-party +||http://f1zd.com^$third-party +||http://f2zd.com^ +||http://f6ce.com^ +||http://f70123.com^ +||http://f8272.com^$third-party +||http://facebookma.cn^ +||http://fadama.com^$third-party +||http://fage1.club^$third-party +||http://family-joy.com^ +||http://fanli.in^ +||http://farm-cn.plista.com^ +||http://fastable.com^ +||http://fccxgjg.com^ +||http://fcsass.org.cn^ +||http://fd7c.com^ +||http://fdzsmfyy.com^ +||http://fecjf.cn^ +||http://feisia1.cn^ +||http://feitian001.com^$third-party +||http://fenggejiaju.com^ +||http://fengxiangstore.com^$third-party +||http://fengyelin.net^ +||http://fexiaen.com^ +||http://ff112244.com^ +||http://ffa9.cn^ +||http://ffhtek.com^ +||http://findqc.com^$third-party +||http://fjbzjc.com^ +||http://fjdy.cc^ +||http://fjkst.com^ +||http://fjmeyer.com^ +||http://fjsjsj.com^ +||http://flashwing.net^$third-party +||http://flowcodeapp.com^ +||http://fmad.cc^$third-party +||http://fnkjj.com^ +||http://focusprolight.com^ +||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^ +||http://fsyzcs.com^ +||http://ft76531.com^ +||http://fthcz.com^ +||http://fu68.com^ +||http://fujianryt.com^ +||http://fuxunb.com^ +||http://fv99.com^ +||http://fwqekk.top^ +||http://fwt0.com^ +||http://fxmacd.com^ +||http://fxtducb.cn^ +||http://fxxgw.com^$third-party +||http://fydgold132.com^ +||http://fytza.cn^ +||http://fzglqyy.com^ +||http://g1.tagtic.cn^ +||http://g1c5.com^ +||http://g1f5.com^ +||http://g35.cc^$third-party +||http://g3user.com^$third-party +||http://g52bl.cn^ +||http://game3737.com^$third-party +||http://gamecps.com^$third-party +||http://gameone.com^$third-party +||http://gangtiebang.net^ +||http://gansha.co^$third-party +||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^ +||http://gdgy56.com^ +||http://gdskywings.com^ +||http://gdxxb.com^$third-party +||http://ge95.com^ +||http://geili.co^ +||http://geiyujieda.com^ +||http://genieesspv.jp^$third-party +||http://geotmt.com^$third-party +||http://geryi.com^ +||http://gf108.com^ +||http://gf1352.com^ +||http://gf1353.com^$third-party +||http://gfd80.com^ +||http://gg0376.com^ +||http://gg570.com^ +||http://ggdoubi.com^ +||http://ggdydz.com^ +||http://ggmm777.com^$third-party +||http://ggweb.net^ +||http://ggxt.net^$third-party +||http://ghnmg.top^ +||http://ghosttty.cn^ +||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://googletakes.com^ +||http://gotonav.com^$third-party +||http://gotoniubiurl.pw^ +||http://gouhei.top^ +||http://gouzhibao.cn^ +||http://govgift.com^ +||http://gowin01.com^ +||http://gowinxp.com^$third-party +||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^ +||http://guangzizai.com^ +||http://guduopu.com^ +||http://gugeys.com^$third-party +||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 +||http://gzdhzb.com^ +||http://gze3.cn^ +||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^ +||http://hailuoxiang.com^$third-party +||http://haimaokj.com^ +||http://haitejs.com^ +||http://haiwengji.net^ +||http://haiyunimg.com^ +||http://haiyunpush.com^ +||http://haiyunx.com^$third-party +||http://haizirv.cn^ +||http://hanju18.net^ +||http://hanqidq.com^ +||http://hao123rt.com^ +||http://hao123union.baidu.com^$third-party +||http://hao222.com^$third-party +||http://hao61.net^ +||http://haoba.info^$third-party +||http://haohaowan8.com^ +||http://haolew.com^ +||http://haomm.com^$third-party +||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^ +||http://hiad.myweb.hinet.net^ +||http://hivecn.cn^ +||http://hk662.com^ +||http://hkfuy.com^ +||http://hktv10.com^ +||http://hmnjf.com^ +||http://hmp33.com^ +||http://hn163fck.com^$third-party +||http://hnasd.com^ +||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^ +||http://hrbpay.com^ +||http://hrcmzp.cn^ +||http://hskj.net^ +||http://hslyqs.com^ +||http://hsmkj.net^$third-party +||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^ +||http://hz3137.com^$third-party +||http://hzaibi.com^ +||http://hzlm.cc^ +||http://hzmiyou.cn^ +||http://hzxma.com^ +||http://i.zhuoyaju.com^ +||http://i000o.com^$third-party +||http://i3818.com^ +||http://i3z.cn^$third-party +||http://i92xue.com^ +||http://icast.cn^$third-party +||http://icemf.com^ +||http://icolor8.com^$third-party +||http://id528.com^ +||http://idasai.com^ +||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^ +||http://il8r.com^ +||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 +||http://isabelisa.com^ +||http://ishowbg.com^ +||http://istcg.com^$third-party +||http://istreamsche.com^$third-party +||http://italy-lottery.com^ +||http://itechwall.com^$third-party +||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://jcelyj.com^ +||http://jczzjx.com^ +||http://jdlcg.cn^ +||http://jdlhg.com^ +||http://jermr.com^ +||http://jfjsp.com^ +||http://jfqkj.com^ +||http://jgchq.com^ +||http://jghcy.com^ +||http://jgwsmqx.com^ +||http://jhakie.com^ +||http://jhtcdj.com^ +||http://jhzl001.com^ +||http://jiaheyonggu.com^ +||http://jiajv.net^ +||http://jianbaimei.com^ +||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^ +||http://jindu179.com^ +||http://jingezhao.cn^ +||http://jinglongtang.cn^ +||http://jinshasi.cn^ +||http://jisucn.com^$third-party +||http://jiudianhudong.com^$third-party +||http://jiuku.cc^ +||http://jiupinshan.cn^ +||http://jiuzhilan.com^$third-party +||http://jixian360.com^$third-party +||http://jixing8.com^$third-party +||http://jixing8.net^$third-party +||http://jiyou2014.com^ +||http://jjxgly.com^ +||http://jjz666.cn^ +||http://jk939.com^ +||http://jkjjkj.top^ +||http://jkmxy.com^ +||http://jktopia.com^ +||http://jl027.com^ +||http://jlssbz.com^ +||http://jlwljym.com^ +||http://jntmedia.cn^$third-party +||http://jnxz88.cn^ +||http://jnyngg.cn^ +||http://johtzj.com^ +||http://jointreport-switch.com^$third-party +||http://josipr.com^ +||http://jossuer.net^ +||http://joyfuldoors.com^ +||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^ +||http://jsinfo.net^$third-party +||http://jsjxhd.com^$third-party +||http://jsmbaidu.com^$third-party +||http://jsmwd.com^ +||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://k8yy.tv^ +||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 +||http://kele4.com^ +||http://keydot.net^$third-party +||http://keyrun.cn^$third-party +||http://keyyou.net^ +||http://kf3msfm.com^ +||http://kfd3sm2c.com^ +||http://kfi8.com^ +||http://kfluoa.com^ +||http://kgcj00.cn^ +||http://kgcjgsa8.net^ +||http://kguke.com^ +||http://kh2134.com^ +||http://khgj.cn^$third-party +||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^ +||http://kjwx8.com^ +||http://kkcaicai.com^ +||http://kl-toys.com^ +||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://kolinay.com^ +||http://koopei.com^$third-party +||http://kooyum.com^ +||http://koukou7.com^ +||http://kouwku.cn^ +||http://kqy1.com^ +||http://ksrsy.com^ +||http://kt220.com^ +||http://ktunions.com^ +||http://ktv0311.com^ +||http://ku63.com^$third-party +||http://ku9377.com^ +||http://kuaipai666.cn^ +||http://kuaizitech.com^$third-party +||http://kuaizuoffice.com^ +||http://kuqi.com^$third-party +||http://kuwoyy.com^ +||http://kwiago.com^ +||http://kxrxh.com^ +||http://kyouad.com^ +||http://l0l.top^ +||http://ladsblue.com^ +||http://laifu365.com^ +||http://lala-my.club^ +||http://lamwatch.com^ +||http://langchars.com^ +||http://lanmogu.net^$third-party +||http://lanshi021.com^ +||http://lanxiangji.com^ +||http://laobei.top^ +||http://laolinow.com^ +||http://lashou1000.com^ +||http://last2.cn^$third-party +||http://lc1b2.cn^ +||http://lc442.com^ +||http://ldgjhd.net^ +||http://le123.cn^$third-party +||http://le4le.com^ +||http://leamain.net^ +||http://leeleo.top^ +||http://leletuitui.com^ +||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^ +||http://lhzly.com^$third-party +||http://liangyi360.com^$third-party +||http://liangziweixg.com^ +||http://lianjie.phpwind.com^$third-party +||http://lianle.com^$third-party +||http://lianmeng.360.cn^$domain=~lianmeng.360.cn +||http://liaoren85.com^ +||http://librarymanagement.cn^ +||http://lievr.cc^ +||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^ +||http://lnfund.org.cn^ +||http://lnr1.com^$third-party +||http://loandatec.com^ +||http://log.interest.mix.sina.com.cn^ +||http://lolmp4.com^ +||http://long88.app^ +||http://loveconer.com^ +||http://lovestyl.com^ +||http://lovexia.top^ +||http://lsper.top^ +||http://lsxmg.com^ +||http://ltcprtc.com^ +||http://ltdnc.com^ +||http://lthxz.cn^ +||http://lu.sogou.com^ +||http://lu.sogoucdn.com^ +||http://lubosheng.cn^ +||http://lucting.cn^ +||http://luntan588.space^ +||http://luoyuanedu.cn^ +||http://lv55p.cn^ +||http://lv711.net^$third-party +||http://lvehaisen.com^ +||http://lx167.com^$third-party +||http://lxqcgj.com^ +||http://lyadu.com^ +||http://lyaeccn.com^ +||http://lygshgj.com^ +||http://lyhdream.com^ +||http://lymstsc.com^ +||http://lyraik.cn^ +||http://lyrymy.com^ +||http://lytubaobao.com^ +||http://lyunsd.cn^ +||http://lyztdz.com^ +||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^ +||http://mengbingyuan.com^ +||http://mengheyu.com^ +||http://menghuanzs.com^ +||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 +||http://moonwish.com.cn^ +||http://mosa86.com^$third-party +||http://motohelpr.com^ +||http://moutaihotel.cn^ +||http://mozist.com^ +||http://mr087.cn^ +||http://mrksys.com^ +||http://ms758.com^ +||http://mscimg.com^ +||http://mskjf.com^ +||http://msltzer.cn^ +||http://mstzym.com^ +||http://msujd.cn^ +||http://mtburn.com^$third-party +||http://mtqys.com^ +||http://mtty.com^$third-party +||http://mtxsk.com^$third-party +||http://mu722.com^ +||http://mushan.xin^ +||http://muyang888.top/js/ +||http://mxdregs.com^ +||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://n8n7.me^ +||http://namemek.com^ +||http://nangong2.com^ +||http://nbhxgjz.com^ +||http://nbzq.net^ +||http://ncachear.com^ +||http://nchte.com^ +||http://ndtzx.com^ +||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^ +||http://nkeo.top^ +||http://nkjwmb.com^ +||http://nklwgj.com^ +||http://nkrwxf.com^ +||http://nkscdn.com^ +||http://nktcw.cn^ +||http://nktwpc.com^ +||http://nlrsq.com^*.js +||http://nmbtedu.com^$third-party +||http://nmeithybnvik.com^ +||http://nmkgs.cn^ +||http://nmpcdn.com^ +||http://nmqbg.com^ +||http://nnedbx.com^ +||http://nngft.com^ +||http://noberlmall.com^ +||http://nongsalei.com^ +||http://nord-raum.com^$third-party +||http://notice.uchome.manyou.com^ +||http://nowskip.com^ +||http://nr1234.com^ +||http://nsnmiaomu.cn^ +||http://nszmz.com^$third-party +||http://nterbx.com^ +||http://nthtcs.com^ +||http://ntxiangtai.com^ +||http://nunc-china.com^ +||http://nuonuo1.icu^ +||http://nuxyz.cn^ +||http://nvshuyun.com^ +||http://nxrhs.com^ +||http://ny5159.com^$third-party +||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://obboob.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^ +||http://onsnv.com^ +||http://open8.cn^$third-party +||http://openxt.cn^ +||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^ +||http://papa999.xyz^ +||http://papajia55.com^ +||http://partner-safe.men^ +||http://partnerwork.men^ +||http://pay838.com^ +||http://pcmzn.com^ +||http://pdsjycm.com^ +||http://pedailyu.com^ +||http://penggua.com.cn^ +||http://penxiangge.com^ +||http://picsinfog.com^ +||http://pjshw.cn^ +||http://pjtymy.cn^ +||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^ +||http://poxzyu.com^$third-party +||http://poyang.cn^$third-party +||http://poyang.com^ +||http://pr00001.com^ +||http://pro.cn^$third-party +||http://prohibited.cn^ +||http://prohost.com.tw^$third-party +||http://ptdrw.com^ +||http://ptkhy.com^ +||http://pubbirdf.com^ +||http://pufenchuanmu.com^ +||http://pyzkk.com^ +||http://pzrj6.top^ +||http://qajypx.com^ +||http://qarsza.cn^ +||http://qbyy010.com^ +||http://qclcdn.cn^ +||http://qcupup.com^ +||http://qdchunyu.com^ +||http://qdsfzz.cn^ +||http://qdxrhg.com^$third-party +||http://qevcxo.cn^ +||http://qfs365.com^ +||http://qgjapp.com^ +||http://qgss8.com^ +||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://qiyuniot.com^ +||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://qpokok.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^ +||http://qxjdlf.com^ +||http://qxxys.com^ +||http://qycjrkfzx.com^ +||http://qyctj.com^ +||http://qytyf.com^ +||http://qzdfc.com^ +||http://qzkxt.com^ +||http://qzmhnk.com^ +||http://qzxmtyy.com^ +||http://qzzljx.com^ +||http://r5g.cc^$third-party +||http://rainfinemalawi.com^ +||http://rangeblessedness.men^ +||http://raonie.com^$third-party +||http://rayli.com.cn^$third-party +||http://rcaiv.com^ +||http://rdiqt.cn^ +||http://re.taotaosou.com^ +||http://rekanw.com^$third-party +||http://reliancevalve.com^ +||http://remotedu.cn^ +||http://rencai56.com^ +||http://renminben.com^ +||http://resetgey.com^ +||http://rgdhct.cn^ +||http://rhgyg.com^ +||http://rickysblast.cn^ +||http://rideraid.net^ +||http://riqu2015.com^ +||http://riverhit.com^ +||http://rjk1.com^ +||http://rmetop.com^ +||http://roay.cn^ +||http://rongchengxxw.com^ +||http://rongdingwl.cn^ +||http://rpaulfrank.com^ +||http://rqgsf.com^ +||http://rrsubway.com^ +||http://rsccs.com^$third-party +||http://rscxwmj.cn^ +||http://ruangkayu.cn^ +||http://ruanwenclub.com^$third-party +||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://saitef.cn^ +||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^ +||http://sdtbhbyb.com^ +||http://sdxkdj.cn^ +||http://sdycd.com^ +||http://seaxm.com^$third-party +||http://seordl.cn^ +||http://sexy-more.com^$third-party +||http://sfloushi.com^ +||http://sfxl.com.cn^ +||http://sfz023.com^ +||http://sgbfjs.info^ +||http://shama5.com^ +||http://shandongkuntuo.com^ +||http://shangjiabiao.com^$third-party +||http://shanglinli.com^ +||http://shaqm.com^*.js$third-party +||http://sharedaddomain.com^ +||http://sharele.cn^$third-party +||http://sharrysweb.com^ +||http://shbywsd.cn^ +||http://shengdianwang.cc^ +||http://shenglonghg.net^ +||http://shentupk85.com^ +||http://shenyian.net^ +||http://shibagongfang.com^ +||http://shiftrro.com^ +||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 +||http://shujuwu.com^$third-party +||http://shushijiameng123.com^ +||http://shuwuzhan.com^ +||http://shxinjie.cn^ +||http://shypqc.com^ +||http://si9377.com^ +||http://sicentlife.com^ +||http://sifakaoshi360.com^$~media +||http://sigbusa.com^ +||http://sigo99.com^ +||http://sin114.com^$third-party +||http://sina-img.club^ +||http://sinaalicdn.com^ +||http://sinaaliyun.cn^ +||http://sinawbimg.com^ +||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^ +||http://snmi.cn^$third-party +||http://snnnyy.com^ +||http://snxyf.com^$third-party +||http://snyu.com^$third-party +||http://so9l.com^ +||http://socdm.com^ +||http://somennew.com^$third-party +||http://sos0easy.com^ +||http://souacode.com^$third-party +||http://sp96878.com^ +||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^ +||http://ssh.*.com^*!$script,third-party +||http://ssjy168.com^ +||http://ssmuse1314.cn^ +||http://sspsky.com^$third-party +||http://sstar.vip^ +||http://sstc360.com^ +||http://st123.info^ +||http://staqnet.com^ +||http://star8.net^$third-party +||http://static-cn.plista.com^ +||http://staticjs.cn^ +||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^ +||http://symac.cn^$third-party +||http://symav.cn^$third-party +||http://symaw.cn^$third-party +||http://syofew6o.net^ +||http://sytcyf.com^ +||http://sytz1288.com^ +||http://szapp22.cc^ +||http://szdzbx.com^ +||http://szfaq.com^ +||http://szggdw.com^ +||http://szh6.xyz^ +||http://szjianxin.net^ +||http://szrk3.com^ +||http://sztbjs.com^ +||http://szvr.com^$third-party +||http://szxiuchang.com^ +||http://szxpsg.com^ +||http://szxzytech.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://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://taoguanda.com^ +||http://taoguohe.com^ +||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^ +||http://tgjkbx.cn^$third-party +||http://th21333.com^ +||http://thefifthera.com^$third-party +||http://thescenseproject.com^ +||http://thishare.com^ +||http://thli43.cn^ +||http://thxnr.com^ +||http://thyvjboy.com^ +||http://tianfus.com^$third-party +||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^ +||http://tinglian.com^ +||http://tj-cmys.com^ +||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^ +||http://tongqing2015.com^ +||http://toourbb.com^ +||http://top.baidu.com^$subdocument,third-party +||http://top267.com^ +||http://top888.com^$third-party +||http://touchrom.com^$third-party +||http://toufangke.com^$third-party +||http://toy9090.com^$third-party +||http://tpe163.com^ +||http://trackingpro.pro^ +||http://tradeccl.com^ +||http://trourted.pro^ +||http://trys5.com^$third-party +||http://trzina.com^ +||http://tsdlp.com^ +||http://tsyndolls.com^ +||http://ttbaods.com^ +||http://ttbc.cc^ +||http://ttfgames.cn^ +||http://ttlowe.com^ +||http://ttz.com^$third-party +||http://tudown.com^$third-party +||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 +||http://twitterzs.com^ +||http://twldmx.com^ +||http://twm.com.tw^$third-party +||http://twrank.com^$third-party +||http://twzui6.com^ +||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 +||http://ugg66.com^ +||http://ugoooo.com^$third-party +||http://uhijmv.cn^ +||http://ujian.cc^$third-party +||http://ujikdd041o.cn^ +||http://ukeiae.com^ +||http://uklyv.cn^ +||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 +||http://union009.com^$third-party +||http://unionbig.com^$third-party +||http://unionli.com^$third-party +||http://unionsky.cn^$third-party +||http://unionsky2.cn^$third-party +||http://uoyrsd.com^ +||http://urhu.cn^ +||http://urlad.com.tw^$third-party +||http://urlat.cn^ +||http://usingde.com^$third-party +||http://uvclick.com^ +||http://uvsea.cn^ +||http://uw9377.com^ +||http://uzpmrbek.com^ +||http://v-links.net^$third-party +||http://v.center^$third-party +||http://v.xi666.com^$third-party +||http://v707070.com^ +||http://va88p.cn^ +||http://vaedan.top^ +||http://vamaker.com^$third-party +||http://vboo349.com^ +||http://vdazz.net^ +||http://ve001nz.com^ +||http://vedeh.com^ +||http://vegent.cn^ +||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 +||http://vmjjzk.cn^ +||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://vtqifk86868.cn^ +||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^ +||http://wanzituandui.com^$third-party +||http://wapadv.com^ +||http://waptime.net^ +||http://watchsk.com^ +||http://wazero.online^ +||http://wcnmd.top^ +||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^ +||http://whafwl.com^ +||http://whale123.com^$third-party +||http://whhxnz.com^ +||http://whpxy.com^ +||http://whshangsha.com^ +||http://whytoss.com^ +||http://wicp.net^*.swf +||http://widget.ezprice.com.tw^$third-party +||http://wikigifth.com^ +||http://winasdaq.com^$third-party +||http://winvestern.com.cn^ +||http://wjguc.com^ +||http://wka8.com^ +||http://wlkpa.cn^ +||http://wmrmb.cn^$third-party +||http://wndlkj.com^ +||http://wo685.com^$third-party +||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 +||http://wrvdmh.cn^ +||http://ws341.com^ +||http://ws7j.com^ +||http://wsgblw.com^ +||http://wstztt.com^ +||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://wxs666.cn^ +||http://wxstatic.cn^ +||http://wxxfqc.com^ +||http://wyhzzy.com^ +||http://wyttech.cn^ +||http://wywsdx.com^ +||http://wzaigo.com^ +||http://wzjijia.com^ +||http://wzsygdl.com^ +||http://x-ssp.com^$third-party +||http://x6z6.com^ +||http://x8ad.com^$third-party +||http://x9377a.com^ +||http://xa9t.com^ +||http://xabaitai.com^ +||http://xabmjr.com^ +||http://xajx.com^$third-party +||http://xcads.cn^ +||http://xcclzs.com^ +||http://xchgx.com^ +||http://xcjy876.com^ +||http://xcsaz.com^ +||http://xcxzxc.cn^ +||http://xcy8.com^ +||http://xcycm.com^$third-party +||http://xcyjzs.net^ +||http://xcyrc.com^ +||http://xdbwc.com^ +||http://xdcqcyp.com^ +||http://xdwan.com^$third-party +||http://xdywlw.cn^ +||http://xe2c.com^$third-party +||http://xhbqczl.com^ +||http://xhmrv.com^ +||http://xhrxb.com^ +||http://xhsxgmt.cn^ +||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 +||http://xiaozhishi852.com^ +||http://xiarikui08.com^ +||http://xiaxuanfu.com^ +||http://xibei70.com^ +||http://xidexableact.cn^ +||http://xihashuale.com^ +||http://xijinfa.com^$third-party +||http://xilele.com^ +||http://xiliweisha.cn^ +||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^ +||http://xjidian.com^ +||http://xjzyq.com^ +||http://xk2012.com^ +||http://xkwfao.com^ +||http://xlcun.com^$third-party +||http://xliansheng.com^ +||http://xlingdi.com^$third-party +||http://xlwnx.com^ +||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--2quz8f01ak10c.shop^ +||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.art^ +||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 +||http://xpjis.com^ +||http://xpqfc.com^ +||http://xq12.com^$third-party +||http://xq199.com^ +||http://xsu.cc^$third-party +||http://xt2d.cn^ +||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^ +||http://xxlmxsh.com^ +||http://xxwkjl.com^ +||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^ +||http://yaohq.com^ +||http://yaoxiaoli.com^ +||http://yaoyl.com^ +||http://yatemy.cn^ +||http://ychml.com^ +||http://ychun03.com^ +||http://ycjisa.cn^ +||http://ydcpc.com^$third-party +||http://ydlnt.com^ +||http://ydqzkj.com^ +||http://ye3.com^$third-party +||http://yenlm.com^ +||http://yeyajipp.com^ +||http://yezijizhang.com^ +||http://yezilm.com^$third-party +||http://yf898.com^ +||http://yfycy.com^ +||http://yghua.com^$third-party +||http://yhsmk.com^ +||http://yhtcd.com^ +||http://yichunrz.com^ +||http://yidulive.net^ +||http://yifuls.com^$third-party +||http://yigao.com^$third-party +||http://yigyx.com^ +||http://yiiwoo.com^$third-party +||http://yijia2009.com^ +||http://yijikm.com^ +||http://yingdatuofu.com^ +||http://yingshidaquan.cc^$third-party +||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 +||http://yixui.com^ +||http://yjoiunf.com^ +||http://yk0712.com^ +||http://ykjmy.com^ +||http://ylzx.net^$third-party +||http://ymcqb.com^ +||http://ynbojie.com^ +||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 +||http://youfumei.com^ +||http://youle55.com^$third-party +||http://youmw.com^$third-party +||http://yousee.com^ +||http://youxiaoad.com^$third-party +||http://youxicool.net^$third-party +||http://youyoumw.com^ +||http://yoyi.com.cn^$third-party +||http://yoyi.tv^$third-party +||http://ypa.focusoftime.com^ +||http://ypmob.com^ +||http://yqcy988.com^ +||http://yqw88.com^ +||http://yrzyks.cn^ +||http://ysdhe.com^ +||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^ +||http://yxxwyz.com^ +||http://yy32.com^$third-party +||http://yy58ju.com^ +||http://yyp17.com^ +||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^ +||http://ze5.com^$third-party +||http://zencu.com.cn^ +||http://zfkmw.com^ +||http://zgc66.com^ +||http://zgczjw.com^$third-party +||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^ +||http://zhihei.com^ +||http://zhinengap.com^ +||http://zhiong.net^ +||http://zhixiuchang.com^ +||http://zhjfad.com^ +||http://zhongdoulicai.com^ +||http://zhongjiangguoji.org^ +||http://zhongzk.com^ +||http://zhuangzhaibancai.cn^ +||http://zhuba8.com^ +||http://zhudiaosz.com^ +||http://zhufushuo.com^ +||http://zhululm.com^$third-party +||http://zhunishunli.com^ +||http://zhy333.com^ +||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://zjlanbi.com^ +||http://zjrtuhds.top^ +||http://zl588.com^ +||http://zlongad.com^$third-party +||http://zmgod.com^ +||http://zmlled.cn^ +||http://zp22938576.com^ +||http://zp265.com^$third-party +||http://zqworks.com^ +||http://zrpfk.com^ +||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^ +||http://zymro.com^ +||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://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://baidu.com/adrc.$popup +||http://baidu.com/baidu.php?url=$popup +||http://bm999999.com^$popup +||http://c.admaster.com.cn^$popup +||http://cpm.193g.cn^$popup +||http://csaimall.com^$popup,third-party +||http://ctfile.com/popjump.php?$popup +||http://d6262.com^$popup +||http://dilidili.wang/toGame.$popup +||http://downmn.com^$popup,third-party +||http://duoyi.com/welcome/$popup +||http://elsbfby.com^$popup,third-party +||http://flash.cn/success/$popup +||http://fu9453.com^$popup,third-party +||http://gd.189.cn*/push/$popup +||http://gd.189.cn/ad/$popup,third-party +||http://gd.189.cn/gz/promotion/$popup,third-party +||http://gd.189.cn^*.htm?SP=$popup,third-party +||http://gd.ct10000.com^*/push/$popup,third-party +||http://gotourl.xyz^$popup +||http://greenet.cn^*_popu_$popup +||http://hinet.net/product/promotion/$popup +||http://huancaicp.com/?pid=$popup +||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 +||http://puma.com^$popup,domain=hupu.com +||http://qx568.com^$popup +||http://sohu.com/i/?pvid=$popup +||http://todayapp.tv^$popup,third-party +||http://u26u.com^$popup,third-party +||http://vnet.cn^*.html?$popup,third-party +||http://wy213.com^$popup,third-party +||http://xingshenfang.cn^$popup +||http://xiyouence.com^$popup,third-party +||http://yy18.info^*thanks$popup +||http://ifkdy.com/_nuxt/44e01dcef4aa1a21d9a6.js +||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:60000/ad.js +||http://007.mx/flv/ +||http://007ds.com/js/js/ +||http://027cgb.com^*.gif +||http://02wq.com/script/ +||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 +||http://0439.com/wtj/homepage/handler/guangg.ashx?ut=topslide +||http://0439.com/wtj/homepage/handler/guangg.ashx?ut=zhuangx +||http://0460.com/images/banner/ +||http://0460.com/js/txtrec.js +||http://04cmm.com:8888/js +||http://04stream.tv/sda/ +||http://0573fang.com/upimg/switch/ +||http://0575bbs.com/js/float.js +||http://0575bbs.com/updateimeags/ +||http://0579.cn/SHow/Showplacenew.aspx +||http://0597ok.com/ilike/597/ +||http://0598yu.com/api.php?mod=ad& +||http://0606kk.com/js/index/index.js +||http://060s.com/my_ad/ +||http://0668gz.com/data/attachment/portal/ +||http://0712fang.com/Public/js/cf_flash.js +||http://0722fc.com/index/index.php?/ajax/get_adv/ +||http://0722fc.com/index/tools/js.php +||http://073img.com/*/| +||http://073img.com^$subdocument +||http://0758net.com/data/attachment/portal/ +||http://0772fang.com/assets/js/lffoi.js +||http://0772fang.com/assets/js/Newhouse/inserAds.js +||http://0772fang.com/media/20*.swf +||http://07908.com/images/ +||http://0d077ef9e74d8.cdn.sohucs.com^*_gif +||http://0kkbb.com/js/i.js +||http://0lb.com/data/attachment/album/ +||http://0o0.ooo/2017/01/13/58787d42bbad6.jpg +||http://0x013d.website^ +||http://0x01e7.website^ +||http://1.hao123.com^ +||http://1.i999d.cn^ +||http://100.admin5.com^ +||http://100.pncdn.cn^ +||http://10000xing.cn/images/we +||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 +||http://1024down.com/images/*.gif +||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 +||http://108.171.248.234^ +||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 +||http://112.124.15.130/res/linuxde_www/images/cxy-ad.jpg +||http://112.126.66.58^*?mid= +||http://113.17.188.*.js +||http://114shouji.com/a/1.js +||http://115.28.114.149^*_proxy. +||http://115.29.141.121^ +||http://115.29.46.146^$subdocument +||http://115mm.com/js/ +||http://119.29.80.185^ +||http://119xiazai.com^$subdocument +||http://11img.com/ad/ +||http://11kkzz.com/se/wf/ +||http://11vvt.com^*tools/ +||http://120.27.*.html +||http://120.27.34.156^ +||http://120askimages.com/ask/js/askfrom.js +||http://120askimages.com/ask/js/q +||http://120askimages.com/ask/zhenshi/templates/pub/js/loadPart.js +||http://121.40.136.114^*.htm +||http://121.41.60.207/m?t= +||http://121.43.114.38:8087/advs.js +||http://121zou.com^$subdocument +||http://122.225.103.*.htm +||http://122.228.200.55:8082/blr.gif +||http://122.228.236.165^ +||http://123.sogou.com/discover/? +||http://1236226.com/html/ +||http://12580sky.com/gg/ +||http://126.com/get.do?*=themeHandler. +||http://126.net/house/hrb/flash/*X +||http://126.net/ntesrich/*/suning- +||http://127.net/2018/08/15/71ee02b5b61c4090b3ce0116306596c2.jpeg +||http://127.net/external/js6promote +||http://127.net/external/js6public126_ +||http://127.net/external/js6public163_ +||http://127.net/m/*/promPic.jpg +||http://12999.com/JS/ +||http://12img.com/ad/ +||http://12ycw.com/js/fc/ +||http://131458.com/union/ +||http://1328f.com/js/jquery.js +||http://13322.com/newIndex/ad/ +||http://1342a.com/js/jquery.js +||http://138vps.com/fa/ +||http://139file.com/jsa/ +||http://141h.com/data/attachment/noblock/cf/ +||http://145.239.6.59/g3/ +||http://14bobo.com/js/ +||http://159i.com/video/pop/ +||http://159i.com/video/usr/uploads/1- +||http://159i.com/video/usr/uploads/bd/$image +||http://159i.com^*/b_slest.php +||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. +||http://163.com/q?c=*&t=wap_stream&l= +||http://163.com/special/*/ted_vad. +||http://163.com/special/*=ad_ +||http://163.com/special/*_960/ +||http://163.com/special/*_netease +||http://163.com/wap/special/article_cooper_piapia/ +||http://163disk.com/static/aimgs/d +||http://163disk.com/static/images/51 +||http://163disk.com/static/www/ +||http://163jiankang.com/zhuanqian/m/myad- +||http://168.it168.com^$script +||http://1684sm.com/js/1684/ +||http://1688.com/b2bxad? +||http://16888.com/ajax/loadcardata.php +||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? +||http://17173.com/if/ +||http://17173.com/new/ +||http://17173.com/x/ +||http://17173cdn.com/a/lib/vda/seed.js +||http://17173cdn.com/a/www/index/2016v2/js/seed.js +||http://17173cdn.com/js/play/page/pThridPlayerAd.js +||http://172.15.2.28:3438/*.js +||http://1722t.com/js/jquery.js +||http://173.208.177.227^*.gif +||http://173app.com/hot/666/alipay- +||http://174.123.15.43:8080 +||http://17500.cn/Public/Mobile/img/enjoyswiss.jpg +||http://17500.cn/template/images/*_960X90. +||http://178.com/glr.js +||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 +||http://188soft.com/js/PCsoftDetailAD.js +||http://189.cn/dns/ +||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://1ketang.com/Runtime/js/play +||http://1xlala.com/img/ +||http://2.56.176.42/link/ +||http://2008mm.com^*.js +||http://2008xxx.com:888 +||http://201*.myhard.com^ +||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://20mao.com/js/sj. +||http://211600.com/data/attachment/portal/ +||http://217hs.com/js/jquery.js +||http://219.128.77.113/main.js?i= +||http://219.138.173.204:8080/jiekou/api/kqzl.ashx +||http://219.153.41.154/v1/ +||http://219.153.41.175/*.js +||http://219.238.159.181^*.html +||http://219.238.159.182^*.html +||http://21edu8.com/js/mymoney/ +||http://21uscity.com/static/allbusiness/ +||http://21uscity.com/zonelist.php +||http://21yq.com/mg/21yq/ +||http://221.5.69.52^*.js +||http://222.45.224.77^*.js +||http://222.47.26.21/m.js +||http://22pixx.xyz/l/ +||http://23.91.3.114^ +||http://2324av.com/zz/ +||http://2345.com/cnxh/ +||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/js/index/activity/ +||http://2345.com/js/m/bottom.float.adver.js +||http://2345.com/js/m/common/top_information.js +||http://2345.com/pic/2345video.png +||http://2345.com/right/homepage/tqbChannel_ +||http://2345.com/right/site/like/gul_ +||http://2345.com^*/activity/20171 +||http://234fang.com/index.php?/ajax/get_adv/ +||http://239300.net/template/*_mh_gg +||http://23aitt.com/zz/ +||http://23pili.com/gg.jpg +||http://23pili.com/template/pc/js/layerui. +||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 +||http://2ccc.com/images/sdo.jpg +||http://2ccc.com/images/show/ +||http://2ccc.com/images/sino.gif +||http://2ccc.com/images/WebXone.gif +||http://2cq.com/third/tieba/sidebar +||http://2kandy.com/js/123/ +||http://2ujj.com/js/bo.js +||http://2zzt.com/file/aliyun +||http://2zzt.com/images/ +||http://310v.com/images/lingdai.gif +||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 +||http://33405.com/ps/ +||http://33405.com/xxxxx.js +||http://33405.com^$subdocument +||http://3344ex.com/js/1playerad.js +||http://3344ex.com/js/bot.js +||http://3344ex.com/js/jc.js +||http://3344mf.com/js/ +||http://3344xu.com/js/ +||http://33av.net/Uploads/ad/ +||http://33img.com^$domain=18board.com|18p2p.com +||http://33lc.com/bui/ +||http://33lc.com/statics/tt_gb/skin_js/gg.js +||http://33shu.net/js/game +||http://3520.cc/js/3520/ +||http://35336.net/35336.jpg +||http://360-bo.com/js/float +||http://360.cn/festival_zone.html +||http://360.cn/index/showjokes?callback= +||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://365gj.com/template/default_pc/bbs/ +||http://365kl.net/data/attachment/portal/ +||http://365rich.cn/ba.aspx +||http://36dm.club/images/00 +||http://36dm.club/images/tb +||http://36dm.club/images/top +||http://36dm.club/js/nu +||http://36dm.com/images/0 +||http://36dm.com/images/36dm +||http://36dm.com/images/l0 +||http://36dm.com/images/ny0 +||http://36dm.com/images/tb +||http://36dm.com/images/top +||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/ +||http://39.net/PictureLib/A/f76/20170814/org_1428963.gif +||http://39.net/test/k.js +||http://391k.com/pc/gg/ +||http://3987.com/all_site/ +||http://3987.com/images/ +||http://3987.com/skins/*201 +||http://3987.com/statics/tow_skin/new_img/20 +||http://3boys2girls.com/newfile/image2010/banner_housead_ +||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 +||http://3dmgame.com/templets/index/gimg/ +||http://3dmgame.com/templets/index/js/huandeng.js +||http://3dmgame.com/templets/xiazai/g +||http://3g.cn/baidualading/ +||http://3g.cn/index.php?s=Index/adv& +||http://3gmfw.cn/js/wap/ +||http://3h3.com/gmobile/gujs/ +||http://3h3.com/js/homepage.js +||http://3h3.com/js/listad.js +||http://3h3.com/js/show/ +||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://44pd.com^*xds/ +||http://47.100.0.249/js/thea +||http://47ks.com^*_ad.js +||http://484r.com/images/flash/gallery_ +||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://51.com/up/bdfmt/ +||http://510mall.com//image/ +||http://5118.com/8/g.aspx +||http://512ms.com/webggwhtml/ +||http://51688.cc/ya/ +||http://516qq.cn/theme/dd/ +||http://5184.com/container/html/news_view_gg +||http://5188yy.com/ziyuanduilian/ +||http://51bczx.com/images1/ +||http://51bczx.com/js/float.js +||http://51credit.com/51api/creditcard.php?mod= +||http://51credit.com/js/app/end-layer.js +||http://51dns.tv/pc- +||http://51fanli.net/misc/images/invite-v4/banner.gif +||http://51gugu.com/popwin/AutoHAdShow.aspx +||http://51hanhua.com/2013/ +||http://51img1.com/v6/my/js/bdm.js +||http://51mmm.info/template/1/js/gg.js +||http://51test.net/js_new/a/right_wx.js +||http://51testing.com/templates/default/images/*.swf +||http://51testing.com/templates/default/images/jx2_a.jpg +||http://51ui.cn/999.png +||http://51ui.cn/js/500200.js +||http://51vob.com/js/hf.js +||http://51wady.com/me.php?id= +||http://51wan.com/img/js/xyadjs_ +||http://51wangdai.com/Images/bad_*0 +||http://51xuediannao.com/uploads/un/ +||http://51ztzj.com/js/you.js +||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://520call.me/300x250.gif +||http://520call.me/ad/ad_ +||http://520cc.cc/300aaa.gif +||http://520xs.la/js/dianrui- +||http://521000.com/co/ +||http://5278.cc/index.js +||http://5278.mobi/aa/ +||http://5278bbs.com/adpost_ +||http://52card.net/img/ +||http://52che.com/Inc/FooterComm_ +||http://52che.com/NewLocal/TemplateHtml/headflash1_ +||http://52dytt.net/images/bbs_btn.gif +||http://52dytt.net/img/zlgg.png +||http://52ghai.com/data/attachment/common/ac/ +||http://52ghai.com/zz/ +||http://52jingsai.com/images/huanbao +||http://52movieba.com/img/ad +||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://5442tu.com/style/ads5442.js +||http://54admin.net/images/ad_ +||http://54new.com*/da/ +||http://55.la/anonymous/banner/$domain=lxty66.com +||http://5588.tv/js/piaofuImg.js +||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://576tv.com/Scripts/home.js +||http://57fx.com/img/20170508.jpg +||http://57see.com/js/ +||http://58.218.200.135:8081/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/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 +||http://5dmail.net/js/ +||http://5fz.cc/t/aimg/tao +||http://5icool.org/uploadfile/poster/ +||http://5ilinglei.com/gg.html +||http://5ilog.com/qq/js/jsgg.js +||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 +||http://5xmp4.com/js/dd/ +||http://5y9nfpes.52pk.com^ +||http://5ydj.com/images/banner/ +||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.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://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 +||http://6ped2nd3yp.com^$domain=nodkey.xyz +||http://6vhao.tv/d/ +||http://70.86.24.120:8060/ +||http://70822.com/agfile/ +||http://70mao.com/52 +||http://7160.com/js/tiaozhuanquanju.js +||http://71bmm.com:8888/js +||http://71xe.com/one/ +||http://71xe.com/prevent/ +||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://76wmm.com:8888/js +||http://76xh.com/skin/zxf/js/*Out.js +||http://76xh.com/skin/zxf/js/ad +||http://775mz.com/js/jquery.js +||http://777g.me/cs/ +||http://77ds.vip/js/shichuang.js +||http://77file.com/jsa/ +||http://77vcd.com/js/ +||http://7893com.com/img/*.gif +||http://78dm.net.cn/acg_201*_250 +||http://78dm.net.cn/acg_201*_650 +||http://78dm.net.cn/acg_201*_760 +||http://78dm.net.cn/acg_201*_980 +||http://78dm.net/acg_201*_1680 +||http://78dm.net/channel/test? +||http://78land.com/js/fumeiti.js +||http://797sun.com/include/js/common_footer. +||http://7av.club^$domain=11papapa.com +||http://7c.com/7c_ +||http://7down.com/static/js/foot_ +||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/hgame/ +||http://7mmtv.tv/js/ad_js/ +||http://7mmtv.tv/u_banner/ +||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://801.tianyaui.com^ +||http://8090app.com/js/right.js +||http://80s.la/m/js/ +||http://80s.so/9*.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://86cg.com/tpl/m2/js/hf.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://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/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 +||http://90bifen.net^*/c_ad_ +||http://90oo.com/tp/188jj.gif +||http://90oo.com/tp/40 +||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/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/ +||http://96.44.141.133/960x90.gif +||http://962.net/show/all.js +||http://962.net/show/all_$script +||http://962.net/show/bt.js +||http://962.net/show/cms_$script +||http://962.net/show/down_ +||http://962.net/show/index_ +||http://9669.cn/ipdat/duilian/ +||http://9669.cn/jsam/play_ +||http://973.com/static/js/pccom.js +||http://97aa1.com/g/ +||http://98.126.219.216/ads/ +||http://98441.com^*gg +||http://988aiai.com/static/js/common.js +||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 +||http://99danji.com/otherhtml/ +||http://99down.com/index.php?m=poster& +||http://99jjk.com/js/floatxvideo.js +||http://99mst.com/upfiles/adv/main02.jpg +||http://99tianji.com/hack/ +||http://99youmeng.com/pc/js/*_g +||http://99youmeng.com/pc/js/g_top_ban.js +||http://99youmeng.com/pc/js/global_latest.js +||http://99zuowen.com^*/gg.js +||http://9duw.com/js/sj +||http://9duw.com/pic/ +||http://9ez.me/embd.php?type= +||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://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 +||http://a.nowscore.com^ +||http://a.v.duowan.com/crossdomain.xml +||http://a.xywy.com^ +||http://a2.b310.com^ +||http://a2.xinhuanet.com^ +||http://a3v4.top/Picture/aiai.gif +||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://abdd*.com/js/abc/ +||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 +||http://acgsou.com/images/ac +||http://acgsou.com/images/tb +||http://acgsou.com/images/top +||http://acode.b2b.cn/JS/ +||http://acodes.b2b.cn^ +||http://act.chinatimes.com/aimg/ +||http://actoys.net/index.php?m=poster& +||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://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.beimg.com^ +||http://adm.cloud.cnfol.com^ +||http://adm.xmfish.com^ +||http://admaimai.com/inc/adv +||http://admd.housefun.com.tw^ +||http://admd.yam.com^ +||http://admin25.com/ad/ +||http://admin6.com/templates/index/default/images/100060.gif +||http://adminbuy.cn/images/ +||http://admsapi.businessweekly.com.tw^ +||http://adnetpub.yaolan.com^ +||http://adp.cnki.net^ +||http://adp.cnool.net^ +||http://adpai.thepaper.cn^ +||http://adpub.yaolan.com^ +||http://adpubs.yaolan.com^ +||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/ +||http://adwordsing.com/img/1.jpg +||http://adwordsing.com/img/2.jpg +||http://affyun.com/wp-content/uploads/*-ad. +||http://affyun.com/wp-content/uploads/*/ad- +||http://affyun.com/wp-content/uploads/*/affffff.png +||http://affyun.com/wp-content/uploads/2018/10/file.gif +||http://afocus.com.cn/s? +||http://afp.chinanews.com^ +||http://afp.wasu.cn^ +||http://afpcreative.wasu.cn^ +||http://afzhan.com/JavaScript/ad_Couplet.js +||http://agoda.com/Dynamic/index/ +||http://agogo.tv/images//uploads/ad/ +||http://ah.sina.com.cn/iframe/ +||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/ +||http://airav.cc/AirADPic/ +||http://airav.cc/iframe/ +||http://airav.cc/static/js/*_ad.js +||http://airav.cc/Ucenter/*_Ad +||http://airouba.com/public/js/global.js +||http://aistat.cn/huodong/ +||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 +||http://ali213.net/js/data/3gcommon.js +||http://ali213.net/pubjs/SetScreen +||http://ali213.net/static/js/*_ali213tv.js +||http://ali213.net/static/js/kktv +||http://ali213.net/static/js/kv +||http://ali213.net/zt/twtk/images/tzxf.png +||http://ali213.net^*/promotion/ +||http://alibaba.com/async/b2bad. +||http://alicdn.com/ad-product/ +||http://alicdn.com/app/wxbpromotion/*/js/cpm/cpm_jq.js +||http://alicdn.com/g/mm/afp-cdn/JS/ +||http://alicdn.com/img/ibank/*_1082732848. +||http://alicdn.com/img/ibank/*_1085845541. +||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. +||http://alicdn.com/img/ibank/*_2021817714. +||http://alicdn.com/img/ibank/*_2114606112. +||http://alicdn.com/img/ibank/*_256401016. +||http://alicdn.com/img/ibank/*_368737028. +||http://alicdn.com/img/ibank/*_42289337. +||http://alicdn.com/img/ibank/*_434184744. +||http://alicdn.com/img/ibank/*_456388. +||http://alicdn.com/img/ibank/*_56164670. +||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/img/ibank/*_951336353. +||http://alicdn.com/imgextra/i1/3491683832/TB2A4QaisjI8KJjSsppXXXbyVXa_ +||http://alicdn.com/kf/*.gif$domain=tzfile.com +||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=1024qi.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|btdp.online|camelliadali.com|ccxx99.com|ddrk.me|f6hx.site|haicao32.com|hanfan.cc|jb51.net|jitapu.com|junying.com|jvhao.com|lady3.xyz|lookpian.com|magnet2048.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|yingdou.tv|yuese46.com|yzz12.com|zhuankezhijia.com +||http://alicdn.com^*.gif$domain=15yc.cc|hmog.me +||http://alicdn.com^*.jpg$domain=hmog.me +||http://alitui.weibo.com^ +||http://alixixi.com/adsview/ +||http://aliyuncs.com/ad/jd-smoofit-ad.jpg +||http://aliyuncs.com/ghdb.gif +||http://aliyuncs.com/pool/20180829220557.png +||http://aliyuncs.com/pool/20180829221932.png +||http://aliyuncs.com/vss/haotu.js +||http://aliyuncs.com/wjy99re/ +||http://aliyuncs.com^$domain=5kym.com +||http://allbeauty.com.tw/GoldPrice/*_CF.php +||http://alu.cn*/aluad/ +||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://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 +||http://antpedia.com/antad/ +||http://antpedia.com/images/advimages/ +||http://antpedia.com/include/js/view_news/l_banner_js.js +||http://antpedia.com/viewnewsrightboxtop. +||http://anywlan.com/link/*.gif +||http://aolusb.com/forever/ +||http://aoshi.com/jpfans.jpg +||http://aoshi.com/jpseek.jpg +||http://aoshi.com/rbc.jpg +||http://api.bilibili.com/x/ad/ +||http://api.wudizuqiu.com/72nba +||http://api.wudizuqiu.com/bocai.js +||http://apic.in/mmd.gif +||http://app-g.39.net/NNN/ +||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://ashow.pcpop.com^ +||http://asia-home.com.cn/js/yt/ytadshow +||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/ +||http://att.ydss.cn/attachments/portal/ +||http://aty.sohu.com/v? +||http://atyun.com/wp-content/themes/xmag/js/ad.js +||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://autohome.com.cn/ximg/*.png$script +||http://autoimg.cn/club/v1Content/images/heycar1111.jpg +||http://autoimg.cn/club/v1Content/images/young +||http://autoimg.cn/engine/root/fggxl.js +||http://autonet.com.tw/90/ +||http://av-yoyo.com/images/*.gif +||http://av01.tv/images/partners/ +||http://av30.xyz/cs/ +||http://avbaike.org/js/gg.js +||http://avcao.cc/js/p.js +||http://avcity.twavtv.com/iframe/ +||http://avdao.pw/dist/js/sc_check +||http://avjj26.com/api/?d=pc&c=advert& +||http://avonline.org/js/jquery.colorbox- +||http://avseesee.com/amandison.php +||http://avseesee.com/htmls/vlinks.html +||http://avseesee.com/twad +||http://ax.*.ifeng.com^ +||http://ax.ifeng.com^ +||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://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://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-taobao-av.com^*.gif +||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? +||http://baidu.com/brands/yxtg/source/yxCoupletsAd.js +||http://baidu.com/cms/rc/adSideConfig.json? +||http://baidu.com/common/fc/ +||http://baidu.com/ecom$image,script +||http://baidu.com/event/img/zwdzjs.jpg +||http://baidu.com/fanyiapp/image/wise_banner_ +||http://baidu.com/feproxy/ad/list? +||http://baidu.com/forum/pic/item/572c11dfa9ec8a13344ba40af903918fa1ecc083.jpg +||http://baidu.com/forum/pic/item/e5dde71190ef76c6211836cc9316fdfaae51670b.jpg +||http://baidu.com/game/asset/common/performance. +||http://baidu.com/img/iknow/wenku*85. +||http://baidu.com/ndview/interface/hx/ +||http://baidu.com/newspage/api/getadsdata? +||http://baidu.com/newspage/api/getimagelandafd? +||http://baidu.com/newspage/api/getmobads? +||http://baidu.com/newspage/api/getrelatednews? +||http://baidu.com/po/api/configure/show.jsonp +||http://baidu.com/rec?*=ad& +||http://baidu.com/resource/ads/ +||http://baidu.com/resource/tuisong/ +||http://baidu.com/rmaAjax/getGame? +||http://baidu.com/show/livevideo/getStreamConf? +||http://baidu.com/showbrand/banner_ +||http://baidu.com/showbrand/sponsor_ +||http://baidu.com/source/getinfo? +||http://baidu.com/static/ecom/js/wise/home/nativeAds_ +||http://baidu.com/static/html/cbjs.html +||http://baidu.com/static/yuntu-ad/ +||http://baidu.com/staticapi/hotnews_new. +||http://baidu.com/staticapi/misadlist. +||http://baidu.com/tb/cms/forum_skin/file_ +||http://baidu.com/tb/cms/game/*_banner. +||http://baidu.com/tb/cms/game/*_banner_ +||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?*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? +||http://baidu.com/wkbus/fcwm/ +||http://baidu.com/xda? +||http://baidu.com/xpage/interface/get +||http://baidu.com/xpage/interface/inforservice? +||http://baidu.com/xpage/interface/sourcecontent? +||http://baidu.com/xpage/interface/structrec? +||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://baifen.music.baidu.com^ +||http://baishuku.com/news/$script +||http://baixing.com/bb/*/?category= +||http://baixing.com/widget/ +||http://baiyug.cn^*AD.js +||http://baizhan.net/coop/hezuo/ +||http://ballbar.cc/images/bb/ +||http://ballbar.cc/images/web +||http://banma.com/get_ad/ +||http://banma.com/js/adi.js +||http://banma.com/statics/scripts/common/dialogAdJs.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 +||http://bbs.a9vg.com/showit/img_show.php +||http://bbs.gmbbk.com^*.js +||http://bbs.hotavxxx.com/images/201*.gif +||http://bbs.voc.com.cn/s.js +||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://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 +||http://bdimg.com/newmap/static/common/images/nav-ad_ +||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|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/ +||http://bdstatic.com/player/t/j/AEoIJIPB.js +||http://bdstatic.com/player/t/j/Cj2XuDf6.js +||http://bdstatic.com/player/t/j/HlKYzquQ.js +||http://bdstatic.com/static/article/widget/left-promo/ +||http://bdstatic.com/static/searchresult/widget/pageDisorderTip/ +||http://bdstatic.com/tb/%E8%B4%B4%E5%90%A7- +||http://bdstatic.com/tb/cms/*%E5%BA%95%E9%83%A8 +||http://bdstatic.com/tb/cms/activity_head/file_ +||http://bdstatic.com/tb/cms/com/game/couplet_ +||http://bdstatic.com/tb/cms/com/mis/spreadad/dasense_iframe_api.js +||http://bdstatic.com/tb/cms/forum_skin/file_1442399443261.jpg +||http://bdstatic.com/tb/cms/img/tieba_index_banner960x90.png +||http://bdstatic.com/tb/cms/ngmis/file_1417585294569.jpg +||http://bdstatic.com/tb/cms/ngmis/file_1417585299140.jpg +||http://bdstatic.com/tb/mobile/sglobal/img/bannerLogo_ +||http://bdstatic.com/tb/r/image/2014-12-03/87ae5de2d732714bb6dd4ff6ab1e50ac.jpg +||http://bdstatic.com/tb/r/image/2014-12-30/fa718abe3e4418298f785734279a2e8f.jpg +||http://bdstatic.com/tb/zt/tengfei/gzdialog.jpg +||http://bdstatic.com^*/container/module/bottombanner/ +||http://bdstatic.com^*/her/static/indexher/pkg/treasure. +||http://bdstatic.com^*/js/m.js +||http://bdstatic.com^*/mip-*ad +||http://bdstatic.com^*/plugins/every_cookie_ +||http://bdstatic.com^*/QSURrcmRKV.js +||http://bdstatic.com^*/resource/tuijian/widget/guesslikesite/guesslikesite. +||http://bdstatic.com^*/static/itemrep/afdTuJiTuiJian/ +||http://bdstatic.com^*/tam-ogel/ +||http://beareyes.com.cn/2/cat/js/*_centerl +||http://beareyes.com.cn/2/cat/js/*_right +||http://beareyes.com.cn^*/ad/ +||http://beephone.com.tw/ad-middle.php +||http://beephone.com.tw/ad-yahoo.php +||http://beijing-air.com/images/a/j +||http://beiwo888.com/Runtime/js/ +||http://bejson.com/*imgs/ +||http://bejson.com/a1dpic/lay +||http://bendibao.com*/tuangou.gif +||http://bendibao.com/mo/adm_iframe.htm? +||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 +||http://bfpgf.com/wp-content/uploads/2015/08/360dxs.jpg +||http://bian-min.com/javascript/a/detail.js +||http://bianzhirensheng.com/img/banner.jpg +||http://bianzhirensheng.com/img/bianzhiji.jpg +||http://biaoge.tv/fa +||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 +||http://bilibili.com/x/web-show/res/loc?pf=0&id=160 +||http://bilibili.com/x/web-show/res/locs?*&pf=0&ids=124% +||http://bilibili.com/x/web-show/res/locs?*&pf=0&ids=4 +||http://bilibili.com/x/web-show/res/locs?*=getAdCallback& +||http://bilibilijj.com/image/right_bottom.gif +||http://bio-equip.com/dimg/ +||http://bio-equip.com/dimgs/ +||http://bio-equip.com/images/esco06.swf +||http://bio-equip.com/uploadimages/peiqing.gif +||http://bioon.com/xy/article/img/zhi_neng_xibao_fenxi.png +||http://biqqc.com/templates/frontend/frontend-default/js/scoll_bg.js +||http://biquge.tw/api/ +||http://bitanzi.cn/xiwang/fumeiti.js +||http://bitauto.com/js/sense*.js +||http://bitauto.com/ResourceFiles/play/play.swf +||http://bitautoimg.com/ResourceFiles/0/*.gif +||http://bitautoimg.com/ResourceFiles/0/*.swf +||http://bitscn.com/js/a2 +||http://biz.gexing.com^ +||http://biz37.net^*.swf?uid= +||http://bjcathay.com/s?z= +||http://bjhockey.org/public/pc/video/test.mp4 +||http://bjmama.net/a/spc_ +||http://bk9gun.vpser.net^ +||http://bkill.com/css/js/*top +||http://bkill.com/css/js/abcbl.js +||http://bkill.com/css/js/xinbkill.js +||http://bkjia.com/bkjia/js/art_rightad +||http://bkjia.com/bkjia/js/artitle.js +||http://bkjia.com/bkjia/js/banner +||http://bkjia.com/bkjia/js/subnavtop.js +||http://blog.xuite.net/_public/js/ysmad.js +||http://blogspot.com^*/s1600/drug.gif +||http://blueidea.com/js/ajs.js +||http://blz105.com/player/ad.html +||http://bmp.ali213.net/js/ +||http://bmp1.ali213.net/js/ +||http://bmp1.ali213.net/pubjs/index_sc_utf8.js +||http://bmp2.ali213.net/js/ +||http://bnextmedia.com.tw/feed/fetch.js +||http://bnmanhua.com/js/com1. +||http://bnmanhua.com/js/com2. +||http://boardx.huanqiu.com^ +||http://bonbonme.com/js/g1313166/ +||http://bonbonyou.com/js/ +||http://book118.com/Public/book118/js/picture-else/ +||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://bosw.net/js/bos/*960 +||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://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://btkat.com/style/l.js +||http://btmao.cc/Public/yd/ +||http://btn.onlylady.com^ +||http://btn.pchome.net^ +||http://btpian.com/static/*960.js +||http://btpian.com/static/wenquan.js +||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://bvlang.com/ad/ +||http://bw66.cn/template/default_pc/bbs/ +||http://bxw666.com/storage/*.gif +||http://bxwns.com/blz/ +||http://bxwns.com/player/ad.html +||http://by8974.com^ +||http://bytravel.cn/images/cus/ +||http://bytravel.cn/images/t/usa_250_120.gif +||http://bytravel.cn/js/ad_ +||http://bytravel.cn/js/b_ +||http://bytravel.cn/js/s_ +||http://bzdiao.com/wp-content/uploads/bhOCwJfYleFC/ +||http://bzfl-1.cc^*.gif +||http://bzfl.cc/da*.gif +||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/ +||http://cacafly.net^ +||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://caixin.com/s?z= +||http://camster.com/promos/ +||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/ +||http://catbox.moe/bb5wdv.jpg +||http://cb.com.cn/index/ad/ +||http://cbfw.cn/gonggong/chibi/cf_ +||http://ccav1.com/wp-content/themes/BYMT/images/mengmengdeguanggao.jpg +||http://ccav1.com/wp-content/uploads/an-temp/ +||http://ccav1.com/wp-content/uploads/bMShkpexGYJd/ +||http://ccav1.me/block.js +||http://ccav5.com/static/js/floatImgAd.js +||http://ccb.com.cn/V5/images5/left0.gif +||http://ccb.com.cn/V5/images5/right0.gif +||http://cccpan.me/googg.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://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 +||http://cdgfa.ifeng.com^ +||http://cdn.dfile.cn/slot/ +||http://cdn.galacg.me/img/*.gif +||http://cdn.galacg.me/img/*.jpg +||http://cdn.shdsp.net/ad +||http://cdn.wuyou.ca^ +||http://cdndm.com/12/2016/$domain=1kkk.com|dm5.com +||http://cdndm.com/3/2015/$domain=1kkk.com|dm5.com +||http://cdndm.com^*/js/newtc.js +||http://cdndm5.com^*/ad_360_ +||http://cdntxt.com/m1/ +||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://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 +||http://chaomi.cc/js/cms_ +||http://chaoxing.com^$domain=igangju.com +||http://chazidian.com/all/mobile_ +||http://chazidian.com/czd_gg.js +||http://chazidian.com/mobile_general_ +||http://chazidian.com/Statics/images/ad_ +||http://chazidian.com/Statics/xly/huorezhaosheng.png +||http://chdbits.co/pic/*.gif +||http://chengdu.cn/acts/phoneqss/openCornerWin/ +||http://chengtongled.com/gg/ +||http://chengtu.com/api.php?mod=ad&adid= +||http://chexun.com/delivery? +||http://chexun.net/images/sales//cxgg/ +||http://chidir.com^ +||http://china.chemnet.com/cnbanner/ +||http://china.com.cn*/ads_js/ +||http://china.com.cn/2016ads/ +||http://china.com.cn/statics/js/henan/ad/ +||http://china.com.cn/statics/js/js_vag/ +||http://china.com/media/images/58/ +||http://china.com/media/mm/ +||http://china.com/v_test +||http://china.com/zh_cn/ads/ +||http://china.com/zh_cn/etc/gghead +||http://chinaacc.com^$domain=100ksw.com +||http://chinabidding.cn/gys.ad/ +||http://chinabyte.com/w/$subdocument +||http://chinabyte.com/w/a/201612/wangting.jpg +||http://chinacar.com.cn/Public/index/images/banner_ +||http://chinaconcrete.cn/ggImg/ +||http://chinafpd.net/js/2012-10/ +||http://chinaiiss.com/attachment/linkimg/201306/19/142826_845.jpg +||http://chinaiiss.com/js/float.js +||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/shipin/sptp.xml +||http://chinapress.com.my/public/static_resources/img/*636x105. +||http://chinapress.com.my/public/static_resources/img/600x337 +||http://chinaqking.com/images/newPage/JLW.jpg +||http://chinaqking.com/images/qkw/jobApply1.jpg +||http://chinasexq.com/js/tpgg +||http://chinaso.com/iframe336/ +||http://chinataxservice.cn/static/jquery.1.1.4.min.jxh.js +||http://chinatimes.com/Scripts/bennerad. +||http://chinatruck.org/index.php?m=poster& +||http://chinaxinge.com/gif3/ +||http://chinaxinge.com/gif4/ +||http://chinaxinge.com/html/index_pf3.js +||http://chinaz.com/2020/0306/2020030616083756.jpg +||http://chinaz.com/c0g/ +||http://chinaz.com/imagead/ +||http://chinaz.com/images/210x175.jpg +||http://chinaz.com/newshome/ +||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/sanji.jpg +||http://chinaz.com/zz_img/ +||http://chinaz.com^*_g/ +||http://chinesetoday.cn/2017/ad/*.gif +||http://chiphell.com/activity/ +||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://chufw.com/_lpfile_*.swf +||http://chumanzi.com/wap +||http://cidianwang.com/js/left +||http://cidianwang.com/js/right +||http://cidianwang.com/js/zdtop.js +||http://citysbs.com/chongqing/*/1920x179- +||http://citysbs.com/no/*/1190x60- +||http://citysbs.com/no/*/650x50- +||http://citysbs.com/no/*/980x +||http://citysbs.com^*/650x60- +||http://citysbs.com^*/800x90- +||http://citysbs.com^*swf +||http://cjdby.net/Public/home/images/advImg/ +||http://cjjjs.com/image/banner/ali +||http://cjjjs.com/script/ad.js +||http://cjn.cn^*/ad/ +||http://cjx111.com/ads/ +||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://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. +||http://cnbeta.com/js/pages/inteladv.js +||http://cnbetacdn.com/320-50. +||http://cnbetacdn.com/320x50. +||http://cnbetacdn.com/article/2017/0820/8f2e0217733f842.jpg +||http://cnbetacdn.com/banner +||http://cnbetacdn.com/frontend/201707/be63731d1650680_285x360.jpg +||http://cnbetacdn.com/frontend/250x200.png +||http://cnbetacdn.com/frontend/vipics/yijian +||http://cnblogs.com/blog/36987/201509/36987-20150913115252950-1736386654.jpg +||http://cnblogs.com/group/C1*-T2 +||http://cnblogs.com/units/ +||http://cndzys.com/huanlian/ +||http://cnfol.com/f=ud/Js/Ad +||http://cnfol.com/index_new.php?id= +||http://cnfol.com/pc/Js/as/ +||http://cnfol.com/tui/ +||http://cngold.org/cngold_float +||http://cngoldres.com/advservice/ +||http://cngoldres.com/libs/jtams/ +||http://cngoldres.com/web/js/*_advs +||http://cngsf.com/baidu.htm +||http://cngsf.com/images/336_280.gif +||http://cnjxol.com/images/20191031.png +||http://cnkang.com/showcodejsonp? +||http://cnlg.cn/attached/script/ +||http://cnmo-img.com.cn/oddjs/ +||http://cnmoad.com/wp-content/uploads/*_banner. +||http://cnmysoft.com/images/logo02.png +||http://cnool.net/AdShowCache? +||http://cnpingpang.com/banner/ +||http://cnpingpang.com/bbs/UploadFile/2014-11/20141113852238131.jpg +||http://cnpingpang.com/themes/v1.0/images/temp/ad/ +||http://cnpingpang.com/uploadfile/TTW.gif +||http://cnplugins.com/templets/cnplugins/pushbox1.js +||http://cnr.cn/cnrxwph/iframe/tpdy/ +||http://cnr.cn/s?z= +||http://cnscg.com/api.php?mod=ad& +||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://cntv.cn/hezuo/ +||http://cntvboxnow.com//ads_ +||http://cnwnews.com/ad-nrtop/ +||http://cnwnews.com/gg +||http://cnwnews.com/images/kgt +||http://cnwnews.com/templets/images/artpangu.gif +||http://cnwnews.com/templets/images/jccf +||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/*/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://coolaler.com/index_ads/ +||http://coolpc.com.tw/img/topweb.html +||http://count.ddooo.com^ +||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^ +||http://cpnn.com.cn/cpnn2015g/neiyegg.gif +||http://cpnn.com.cn/cpnn_images/diangong.gif +||http://cpplay.com/inc/ +||http://cq.cm/temp/201 +||http://cqvip.com/viewserver/ViewAD +||http://cr173.com/js/ +||http://cr173.com/show/ +||http://cr173.com/skina/ +||http://cr173.com/skinb/ +||http://creaders.net*/ad_func.js +||http://crvtrk.com^$domain=xiuren.org +||http://csdn.net/ggmm/ +||http://csdn.net/msg.popup.js +||http://csdnimg.cn/check-adblock/ +||http://csdnimg.cn/public/common/indexSuperise/1.1.1/indexSuperise.js +||http://cssqt.com/a/images/indexsd.gif +||http://cssqt.com/a/images/right +||http://ctags.cn/9/j2.js +||http://ctanet.cn/aqq/JS/ +||http://ctfile.com/iz.php? +||http://ctrip.com/amd/*960x90. +||http://cww.net.cn/include/show.asp?boardID= +||http://cww.net.cn/js/adspaces.js +||http://cww.net.cn/js/urdev.js +||http://cww.net.cn/UpLoadFile/*.swf +||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://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://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://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://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://daybox.net^$domain=12580sky.com +||http://dburl.xyz/js/ +||http://dbw.cn/eap/js/db/dbwad_ +||http://dbw.cn/eap/js/hl/hlj_ad +||http://dd3200.com/js/favshare.js +||http://ddrk.me/ad +||http://ddshu.net/a_d_code/ +||http://de.as.pptv.com^ +||http://dealmoon.com/hotdeals/hotdeals_scroller.php +||http://dealmoon.com/upload/dealmoon_app.jpg +||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/ +||http://delivery.playallvideos.com^ +||http://delivery.wasu.cn^ +||http://demaxiya.com/v4/dd/ +||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://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://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^*public. +||http://dio66.net/images/*.gif +||http://dio88.net/images/*.gif +||http://dio889.net/images/*.gif +||http://dio99.com/images/*.gif +||http://dioimg.net/images/*.gif +||http://dioimg.net^$domain=18board.com|18board.net|18board.org|18p2p.com +||http://diopic.net^$domain=18board.com|18p2p.com +||http://discuss.com.hk/dfp_forum.php?au=Discuss_Web_ +||http://discuss.com.hk/oath/ +||http://discuss.com.hk^*_prod.html +||http://divcss5.com*/ibeifeng/ +||http://divcss5.com*/liping/ +||http://diyifanwen.com/siteimages/jiqiren +||http://diyijjj.com/data/content +||http://dj155.com/gg/ +||http://dj97.com/api.php?mod=ad& +||http://djicdn.com/uploads/ad_image_file/ +||http://djs.baomihua.com^ +||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://dnvod.tv/listprovider/ajaxlist.async.ashx +||http://dnwx.com*/ad$image +||http://dnwx.com/pic/*_978x60. +||http://dnwx.com/pic_ad/ +||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://dota2.uuu9.com^$subdocument +||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://downhot.com/Res/js/arc.js +||http://downhot.com/Res/js/main.js +||http://download.game.yy.com/crossdomain.xml +||http://download.game.yy.com/resource/fodder/*.flv +||http://downxia.com/dgjs/download.js +||http://downyi.com/tg/ +||http://dpp2019.com/js/swf/ +||http://dqzsteel.com/Website/Image/Index/ytgg.gif +||http://dragon-guide.net/pic001/hezuo/ +||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/level2/rmd.js +||http://duba.com/static/*/images/*.swf +||http://duba.com/static/images/public/20181110/14661d41048e09e2d523dd2e5f0c6310.png +||http://duba.com/wangmeng/ +||http://dufile.com/jsa/ +||http://duote.com/duoteimg/dtnew_recom_img/duoteself/ +||http://duouoo.com/vss/right-ssd.js +||http://duouoo.com/vss/wz +||http://dup.baidustatic.com^ +||http://dvs.china.com^ +||http://dvser.china.com^ +||http://dwstatic.com^*/p/livetip/ +||http://dxg*.com/img/A*.js +||http://dxg*.top/img/A*.js +||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://dysitecdn.com/gg +||http://dytt8.net/js1/ +||http://dytt8.net/js2/ +||http://dytt8.net/jsd/app.js +||http://dz19.net/addimg/ +||http://dzwww.com/data/js/asp_$script +||http://dzwww.com/images/ad_down.js +||http://dzwww.com/k.js +||http://e.changyan.sohu.com/dataService/getData? +||http://e.hnr.cn/choose/view/ +||http://e.yycqc.com^ +||http://e0514.com/do/js. +||http://e0514.com/gglist/ +||http://e0575.cn/js/corea/jquery.popup.js +||http://e0575.com/attachment/image/ +||http://e0575.com/index.php +||http://e10000.cn/Images/link_td01.gif +||http://e23.cn/js/aaa.js +||http://e3ol.com/inc/ +||http://e9377f.com^$rewrite=abp-resource:blank-mp3,domain=eastday.com +||http://eap.big5.enorth.com.cn^ +||http://eap.enorth.com.cn^ +||http://easou.com/brandImage/ad/ +||http://easou.com/online/banner/ +||http://eastday.com/assets/js/dftongjiad.js +||http://eastday.com/assets/js/resources/detail/ +||http://eastday.com/assets/js/resources/new_detail_ +||http://eastday.com/gg_channel.html +||http://eastday.com/iframe/ +||http://eastday.com/jrdftt/static/javascript/ad/configDouble11. +||http://eastday.com/jrdftt/static/javascript/ad/ECommerceAd. +||http://eastday.com/jscss/v4/js/lib/DSPload.js +||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/tghtml/ +||http://eastmoney.com/trade/hqb_hq.html +||http://eat-travel.com.tw^$third-party +||http://ebiotrade.com/jslibrary/js +||http://ebiotrade.com/netother/sy2013.ashx?type=quanping +||http://ebiotrade.com/newsf/js/inpic.js +||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^ +||http://ecmb.bdimg.com^ +||http://edayday.com/img/ad +||http://educity.cn/self_text/text_disp.aspx?id= +||http://eduuu.com/website/public_js/pc_aso.js +||http://ee021.com/Runtime/js/ +||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/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://en8848.com.cn/js/ad +||http://en8848.com.cn/js/content. +||http://en8848.com.cn/js/lianxi.js +||http://enread.com/img/185-50.gif +||http://entry.baidu.com/rp/home? +||http://eol.cn/e_busi/ +||http://eol.cn/e_images/gk/jnc +||http://eol.cn/images/*1000- +||http://eol.cn/images/ed/gaokao/*-85.jpg +||http://eol.cn/js/eol/ +||http://eol.cn/js/global/jQuery_ads.js +||http://eoof.net/PicZone/qzgg +||http://epinv.com/wp-content/themes/ep/tu/ +||http://eprice.com.tw/img/tw_m/ad/ +||http://erebor.douban.com^ +||http://ermao.sikabeila.com^ +||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://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://ezprice.com.tw/ezysm/ +||http://ezprice.com.tw/js/*_ysm_ +||http://f8dy.tv/template/m1938/js/b +||http://f8dy.tv/template/m1938/js/foot.js +||http://fabuye.vip/zhuanfa/ +||http://faloo.com/ou/site/ +||http://familydoctor.com.cn/c/a/000/ggw_ +||http://fang.com/house/ajaxrequest/adverTlGet. +||http://fang99.com^*/advjs/ +||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://faquanya.com/weixin/ +||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://fc2fan.net/js/check_focus.js +||http://fd173.cn^$third-party +||http://fdc.com.cn^*adv +||http://fdc.my0511.com^$script +||http://feesoon.com/js/cnzz_ +||http://feifei6.com/a2020.js +||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://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://fjlqqc.com/common/api/v1.0/slot-code/ +||http://fl6n.com/adtop/ +||http://flash.mycar168.com/data/js/ +||http://flighty.cn/images/ +||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://forum.51nb.com/images/ +||http://fpdisplay.com/templates/default/js/palyflash_ +||http://fpdisplay.com/upload/n_ad/ +||http://fragment.firefoxchina.cn/html/ +||http://free-cdn.oss-cn-shanghai.aliyuncs.com^ +||http://freehao123.com/wp-content/uploads/2017/05/mmkdm.png +||http://fsclzs.com/Ad_User/ +||http://ft.com/a.html +||http://ftchinese.com/a.html +||http://ftchinese.com/m/marketing/ +||http://ftimg.net/s?z= +||http://fuimg.com/1/66795b80a792fb96.png +||http://fuimg.com^$domain=678cn.com +||http://fuli.us/ad.js +||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://fulisuo1.com^*.gif +||http://fulisuo7.top^*.gif +||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://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.cnzz.cn/Static/js/*- +||http://g.hsw.cn^ +||http://g.jinti.com/f/a/a +||http://g.lznews.cn^ +||http://g.mnw.cn^ +||http://g.ousns.net^ +||http://g.rexian.net.cn/js/ +||http://g2.ousns.net^ +||http://galacg.me/wp-content/uploads/*750x +||http://game.466.com^$third-party +||http://game333.net/aainset/ +||http://gamefy.cn/cookiead.php +||http://gamersky.com/common/tg/ +||http://gamersky.com/g/gamerskyflash.js +||http://gamersky.com^*.htm$subdocument +||http://games.ifeng.com^$subdocument +||http://games.ifeng.com^*.shtml?v= +||http://gamme.com.tw/ga/ +||http://gamme.com.tw/uploads/*?2 +||http://gangjuw.com/style/lmjs/ +||http://ganji.com/content.php +||http://ganjistatic1.com^*/adm/ +||http://ganjituiguang.ganji.com^ +||http://gansudaily.com.cn/2017zt/images/*gg +||http://gaobiaoiot.net/erduo/rrmj +||http://gaofen.com/source/plugin/gaofen_ad/ +||http://gaoqing.la/wp-content/uploads/*/gg +||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://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://gegeyingshi.com/template/*/images/g_js/ +||http://getitfree.cn/wp-content/plugins/anti- +||http://getscriptjs.com/p.js +||http://gexing.com/i/*960x +||http://gexing.com/j/??zmask.js,easing.js? +||http://gfan.com/press/ +||http://gg-led.com/uploadFile/uploadCompanyLogo/*.gif +||http://gg.*.com/tonglan/tonglan.js +||http://gg.0598yu.com^ +||http://gg.4kdy.net^ +||http://gg.blueidea.com^ +||http://gg.cs090.com^ +||http://gg.g9mi6.com^ +||http://gg.getbs.com^ +||http://gg.gsdlcn.com^ +||http://gg.gw032.com^ +||http://gg.kugou.com^ +||http://gg.sonhoo.com^ +||http://gg.uuu9.com^ +||http://gg.yxdown.com^ +||http://gg163.net/20*ad/ +||http://gg163.net/js/163bbsad.js +||http://gg163.net/js/gg163ad.js +||http://gg86.pinggu.org^ +||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^ +||http://ggwan.com^$third-party,domain=~linghit.com +||http://ghjie.com/images/2012/images/bg +||http://ghjie.com/JS/youcegg.js +||http://ghoffice.com/bbs/js/float.js +||http://ghost580.com/js/nei4.js +||http://gk99.com/static/js/a-d-sys.js +||http://glzy8.com/img/ceo/js.js +||http://gmbbku.com/img/top.js +||http://gmbbku.com/jj/ +||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://gold678.com/news/js/layer/layer.js +||http://gome.com.cn/flight? +||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^ +||http://gougou2018.com/js/item +||http://gouhb.com/skin/jww/images/20141029114*.png +||http://goupu.org/1files/*.gif +||http://goupu.org/1files/*.htm +||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://gpshk.cc/api.php?mod=ad& +||http://gpxz.com/js2/ +||http://greenhouseglobal.cn^ +||http://greenxf.com/js/2019/ +||http://greenxiazai.com/d/js/v/ +||http://gt.duowan.com^ +||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 +||http://gtimg.com/comic/richmedia/ +||http://gtimg.com/edu/0727abroad/duilian +||http://gtimg.com/edu/pics/hv1/115/26/2077/135063670.png +||http://gtimg.com/ent/final2009/dp_tebu_logo.png +||http://gtimg.com/news/news/2014ad/ +||http://gtimg.com/newsapp_bt/0/1846661534/641 +||http://gtimg.com/newsapp_ls/0/27161189/0 +||http://gtimg.com/pingjs/ext2020/dc/module/GJ/ +||http://gtimg.com/qqlive/ +||http://gtimg.com/sports/*.swf +||http://gtimg.com/sports/000/ +||http://gtimg.com/sports/000_AD/ +||http://gtimg.com/sports/images/30090.jpg +||http://gtimg.com/sports/qingyang/ +||http://gtimg.com/v/pics/hv1/88/83/1734/112774603.jpg +||http://gtimg.com/www/mobi/js/app-bar- +||http://gtimg.com/www/test/300_250.swf +||http://gtimg.com^*/ad/ +||http://gtimg.com^*/adv/ +||http://guang.lesports.com^ +||http://guanggaolianmeng.net/plushuan/ad_js.php?aid= +||http://gucheng.com/2016/ggimg/ +||http://guess.h.qhimg.com^ +||http://guhai.com.cn/AD/ +||http://guifun.com/psptool/ad/ +||http://guitarchina.com/1/*.gif +||http://gum.xbooks.to/js/pc/pc_*_ +||http://gum.xbooks.to/js/pc/pc_tsuibi +||http://guokr.com/apis/flowingboard/flowingboard.json?name=post_sidepic +||http://guokr.com/baidu-cbjs/ +||http://guqu.net/Cooperate/ +||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/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://hahamx.cn/images/float-ad/ +||http://hahamx.cn/images/market/ +||http://hahamx.cn/upload/data/detail_ +||http://hahamx.cn/upload/data/list_sidebar_ +||http://haituie.com^*.gif +||http://haiwainet.cn*/k.js +||http://haiwaiyy.com/B970X90.gif +||http://hangzhou.com.cn/extra/flash/hzwarticle300.swf +||http://hanjutv.com/index.php?c=dudu_ +||http://hanjutv.com/statics/skin/hjtv-pc/js/push.js +||http://hanjutvn.com/template/alifun/js/Tmall/ +||http://hao.rising.cn/catalog/bottom.html +||http://hao.rising.cn/images/nsdgg.jpg +||http://hao123.cn/images/cp +||http://hao123.com/erjiapi/adv? +||http://hao123.com/ifeed/cpc? +||http://hao123.com/static/img/taobao +||http://hao123img.com/res/ecom/ +||http://hao123img.com/res/js/common/as. +||http://hao123img.com/res/js/common/erjiAdv. +||http://hao123img.com/static/common/js/cpc_ +||http://hao5.net/images/*0- +||http://hao6666.info^*.js +||http://hao6v.com/d/ +||http://haochi123.com/J_Box/Inc_ +||http://haofs.com/haofs/ggapi.asp +||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://haolepic.com/blz/ +||http://haolepic.com/js/ +||http://haolingsheng.com/public/daguzhe.jpg +||http://haopp02.com/haose/ +||http://haopp02.com/js/ +||http://haosf.com/kan.htm +||http://haoxxoo.com/player/ad.html +||http://happyhongkong.com/images/client/ +||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/module/info/info_liuliangbao.js +||http://hc360.com/list/iframe_end_textadv.shtml +||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://hcwang.cn/images/g/*.swf +||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/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://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://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://hgyouxi.com/data/hgyouxiad/ +||http://hiad.vmall.com^ +||http://hiao.com/node/node_27508.htm +||http://hifidiy.net/www/2015/08/18/HIFIDIY_Compat.swf +||http://hinet.net/radio/getAdcode.do +||http://histock.tw/ad/ +||http://hitime5.com/skin/css/*.js +||http://hk-pub.com/forum/images/2009/gifbanner +||http://hk-pub.com/forum/images/banner/ +||http://hkb123.com/plus/show.php +||http://hkcoding.com/chequeconvert/img/grammarly- +||http://hkcoding.com/img/ +||http://hkitblog.com^*-banner +||http://hktvmall.com/api/preroll/getList? +||http://hmghmg.com/tb +||http://hmog.me/tb +||http://honglingjin.co.uk/wp-content/uploads/*-Homepage-Takeover-BG- +||http://hongyingbbs.com/img/top.js +||http://hongyingbbs.com/jj/ +||http://hoopchina.com.cn/common/lazyLoadAd.js +||http://hoopchina.com.cn/static/www/*340-230. +||http://hoopchina.com.cn/static/www/*340x230. +||http://hoopchina.com.cn/topn +||http://hoopchina.com.cn/web/ad/ +||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://hotavxxx.com/images/*96 +||http://hoteastday.com/newspc/show? +||http://house.sina.com.cn/2.0/abp/ +||http://house365.com/js/lbpopup.js +||http://housefindeasy.com/images/*banner978x90. +||http://housefindeasy.com/images/b_*.png +||http://housefindeasy.com/images/vip_ads +||http://houstonbbs.com/data/ad/ +||http://houyi.baofeng.net^*.html +||http://hqcx.net/bbs/data/attachment/forum/201711/08/200952ipkhkmpjo5t0p5pv.jpg +||http://hqcx.net/images/baidu.jpg +||http://hqcx.net/index.php?m=poster& +||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://hsex.men/nb/ +||http://htqyy.com/kiees/ +||http://httpcn.com/Images/banner +||http://httpwwwdcom.com/js/aaa/ +||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://huoche.net/Images/pc/ad_ +||http://huoche.net/public/huoche/ad/ +||http://huoyan.tv/yb/img/*.gif +||http://hupu.com^*/stream.js +||http://hur.cn/AhurD/*.gif +||http://hxjs.tool.hexun.com$domain=~quote.hexun.com +||http://hxsame.hexun.com$domain=~quote.hexun.com +||http://hxsxw.com/hxsxw666/ +||http://hxsxw.com/js/float.js +||http://hy5.com.cn/admin/ +||http://hybbs.com/i/$image,object +||http://hz.shouyoutv.com^ +||http://hzhyhm.com^ +||http://hznzcn.com/moban/youxiajiao.js +||http://i-gamer.net/promo_ +||http://i-gamer.net^$domain=cartomad.com|cartonmad.com|cartoomad.com|cartoonad.com|cartoonmad.com +||http://i-part.com.tw/js2/newShineStar +||http://i.alipayobjects.com/i/ecmng/$image,domain=my.alipay.com +||http://i.syasn.com^ +||http://i322.com/ad_avshow/ +||http://i8.com.cn/images/a.swf +||http://i8.com.cn/images/tiandijie.jpg +||http://iab03.com/zzz/ +||http://iabao.com/imgs/2020/02/2131f7ebfb446e40. +||http://iabao.com/sladewap.js +||http://iads.xinmin.cn^ +||http://iapolo.com/myjs/ +||http://iask.ca/img/*.gif +||http://iask.cn^*.data. +||http://iask.cn^*.param. +||http://iask.cn^*/qiye. +||http://iask.cn^*commercial. +||http://iask.cn^*model. +||http://iball1990.com:897/js/commerical +||http://ibf.tw/js/jquery.blockUI.js +||http://ibkda.com/other/ +||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/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://idv.st/dns/bar.htm +||http://ieche.com/global/*/ad/ +||http://ieche.com/InAds/ +||http://ieforex.com/r/cms/www/red/red2/images/*0. +||http://ifeng.com/a_if/ +||http://ifeng.com/iframe/quickbet +||http://ifeng.com/showcode? +||http://ifeng.com/showjs?*apids= +||http://ifeng.com/ssi-incs/ +||http://ifeng.com/statics/comment_baidu.html +||http://ifeng.com^*&ADUNITID= +||http://ifengimg.com/1d124ac5e89463af/2013/0125/rdn_51023a5071d32.jpg +||http://ifengimg.com/29daa33abbbc4bbc/2015/7/titad.gif +||http://ifengimg.com/6e0e559e19f25e8b/2013/1226/shoucheng +||http://ifengimg.com/a/*/core201 +||http://ifengimg.com/a/*/yemei +||http://ifengimg.com/a/*_w300_h250. +||http://ifengimg.com/a/201*.swf +||http://ifengimg.com/a/2016/*600. +||http://ifengimg.com/a/2017/*600. +||http://ifengimg.com/c337cf1a3749e953/2015/0301/rdn_54f25a4228062.jpg +||http://ifengimg.com/iamsImg/*_w100_h550. +||http://ifengimg.com/ifeng/sources/ +||http://ifengimg.com/iis/iis_ +||http://ifengimg.com/mappa/ +||http://ifengimg.com/md/*/v_responsive +||http://ifengimg.com/pmop/2017/*_w600_h793.jpeg +||http://ifengimg.com/static/js/*Adv. +||http://ifengimg.com/static/news/js/advtrack +||http://ifengimg.com/static/news/js/newsAdvtrack_ +||http://ifengimg.com^*/100-100- +||http://ifengimg.com^*/aplayer.xml +||http://ifengimg.com^*/embed*.js +||http://ifengimg.com^*/fullscreen +||http://ifengimg.com^*/iframe_load_ +||http://ifengimg.com^*/rdn_*.js? +||http://ifengimg.com^*/yingguang- +||http://ifengimg.com^*300x600 +||http://ifengimg.com^*600-2.swf +||http://ifengimg.com^*600.swf +||http://ifengimg.com^*couplet$script +||http://ifeve.com/wp-content/uploads/*/cachekit +||http://ifeve.com/wp-content/uploads/*/WechatIMG +||http://ifooday.cn/index.php?m=poster& +||http://ifunmac.com/wp-content/uploads/*/alipay- +||http://igamepark.biz/ads_output.php +||http://iis7.com/ys/css2018/ggw.js +||http://ijinshan.com/images/gk/game +||http://ik123.com/js/dd.js +||http://ikafan.com/js/novel.js +||http://ikafan.com/upload/image/iqiyi_ +||http://ikaka.com/globalad/ +||http://im286.net/286/ +||http://image-shop.baidu.com/n/imageproduct? +||http://image.39.net/style/ +||http://imagehost.click^$domain=a3v4.top +||http://images.china.cn^*first/$subdocument +||http://images.jurong.cn/bbs/ +||http://images.sohu.com/bill/ +||http://images.sohu.com/cs/ +||http://images.sohu.com/ytv/*.jpg +||http://images.sohu.com/ytv/*.swf +||http://imagespublic.tk/clothes/comeliness.php +||http://imedown.info/03.jpg +||http://imedown.info^*.gif +||http://imeee.cn/DA_HTML/*.js +||http://imeee.cn/DA_HTML/bottom_960x90.html +||http://img*.365rich.cn/image/$image +||http://img*.bet007.com/image/*.gif +||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.90bfw.com^*.gif +||http://img.eol.cn/images/ed/$~image +||http://img.ifeng.com/tres/html/ +||http://img.meipic.net^ +||http://img.sex169.info^*.gif +||http://img.win0168.com/image/*.gif +||http://img1.126.net^ +||http://img2.126.net^ +||http://img2.plures.net^*.gif +||http://img2.titan007.com^ +||http://img2.win007.com/image/*.jpg +||http://img3.126.net^ +||http://img588.net/images/*.gif +||http://img599.net/images/*0x +||http://img599.net^$domain=18board.com|18p2p.com +||http://imgadsame.liba.com^ +||http://imgbus.com^$domain=88files.net +||http://imgchili.net/media/image*.gif +||http://imgchili.net/media/top.gif +||http://imgchr.com^$domain=iyejie.com +||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://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 +||http://imgxr.com^$domain=xiuren.org +||http://imooc.com/open/courselistrandjs +||http://impservice*.yodao.com^ +||http://impservice*.youdao.com^ +||http://inhe.net/Uploadfiles/inhegg2016/ +||http://inlishui.com/index.php?m=poster& +||http://inoreader.com/adv/$domain=inoreader.com +||http://inszu.com/js/qian/ +||http://inte.sogou.com^ +||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://ipeen.com.tw/js/frame/ad-actions.js +||http://ipeen.com.tw/photo/ad/ +||http://iporn.world/attachment/ad/ +||http://iptv444.com/ad- +||http://iqilu.com/getZone.php +||http://iqilu.com/static_files/multiads/ +||http://iqilu.com/static_files/richmedia/ +||http://iqilu.com/static_files/zones/ +||http://iqshw.com/d/js/m/thea +||http://irm88.com/rm.js +||http://irm88.com/tpl/js/t.js +||http://ishowx.com/www/2015/js/top.js +||http://isso.com.cn/club/adv +||http://isso.com.cn^*/A-D/ +||http://it165.net/index.php?m=poster& +||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_ +||http://itavcn.com/pic/news/*-90 +||http://itavcn.com/pic/news/*x80 +||http://itavcn.com/pic/news/*x90 +||http://itavcn.com/pic/news/201802/20180207/image/050N2.gif +||http://itc.*^prod=ad& +||http://itc.cn/?prod=rtb& +||http://itc.cn/activity/activity_js/changyan_config_ +||http://itc.cn/base/core/gg_ +||http://itc.cn/mdevp/*-advert/ +||http://itc.cn/w/u/0/old-insertAd- +||http://itheat.com/?show= +||http://ithome.com/api/lapin/ +||http://ithome.com/file/js/lapin-load.js +||http://ithome.com/file/js/money/ +||http://ithome.com/file/js/win*china.js +||http://ithome.com/images/1068.jpg +||http://ithome.com/images/hb1212/ +||http://ithome.com/images/hongbao/ +||http://ithome.com/images/huawei.jpg +||http://ithome.com/js/lapin/hot.js +||http://ithome.com/js/recommend.js +||http://ithome.com/newsuploadfiles/focus/67e46c4e-0a45-488a-a493-a836e3d4f4ce.jpg +||http://ithome.com/newsuploadfiles/focus/dd4682ad-3be0-4e74-b286-8fd747d4bd08.jpg +||http://itiexue.net/domain-policy/ +||http://itiexue.net/wap/tiexue/js/chuping/nativeshare +||http://itjsb.com/itjsbwx.jpg +||http://itmsc.cn^*ad0 +||http://itongcheng.cc/amm/ +||http://itopdog.cn/itopdog/ad.js +||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://iyejie.com/1024code.gif +||http://iyejie.com/xydlad.js +||http://iztwp.com/images/ +||http://izzs.cc/wp-content/mm/ +||http://j.avz4.com^ +||http://j.s.weibo.com/widget.html +||http://ja*.gamersky.com^ +||http://jable.tv/assets/*0.gif +||http://jandan.net/static/sos/recreate-games.gif +||http://jandan.net/static/ss/ +||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://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://jgzj.net/bbs/attachments/month_1111/ +||http://jia.com/js/common/article_home_adv.js +||http://jialingmm.net/dm/tj.js +||http://jialingmm.net/tj.js +||http://jiandan100.cn/images/site/union/ +||http://jianglishi.cn/statics/statics/js/code_ +||http://jianhucheng.com/data/attachment/portal/ +||http://jianke.com^*/jquery.ppt. +||http://jianshen114.com/images/Advistings/ +||http://jianxun.io/ad/ +||http://jiaodong.net/a/js/ +||http://jiaonan.net/index.php?m=poster& +||http://jiaoyou8.com^$domain=mitbbs.ca|mitbbs.com +||http://jiaoyu.baidu.com/tieba/ +||http://jiasule.com/static/js/http_error.js +||http://jiayu.net/comiis_ad/ +||http://jiecao12.com/guanggao +||http://jiemian.com/static/jmw/js/adBase_ +||http://jijidown.com/static/img/dongcidaci/ +||http://jijidown.com/static/img/right_bottom. +||http://jijidy.com/640x200down. +||http://jijistatic.duapp.com/Squall/1.jpg +||http://jinbaozy.com/images/tb/ +||http://jinbaozy.com/images/zhangshang.jpg +||http://jingujie.com/public/jgj_ +||http://jingujie.com/public/js/*html.js +||http://jinhongweiqi.com/cache/ads.js +||http://jinhua.com.cn/ad_pic/ +||http://jinriguanzhu.cc^$domain=cgfdjz.net +||http://jinti.com^*/aspx/*gg +||http://jinyici.com/qq.js +||http://jishuyl.com/_skins/*/ad_ +||http://jisoupan.com/static/ +||http://jisutiyu.com/app/js/*footer.js +||http://jisuxz.com/180226/b180226.js +||http://jisuxz.com/180226/downshare +||http://jitapu.com/inc/adv +||http://jiyingdm.com/js/loadingshow.html +||http://jizy.cn^*/ysshare? +||http://jj20.com/static/js/a.js +||http://jj59.com/sy/banner.js +||http://jjj*.com/static/js/common.js +||http://jjjgame.com/images/ad11.jpg +||http://jjr123.com/javascript/dl.js +||http://jjwxc.net/jjPopup.php +||http://jlmhk.com/images/data/ +||http://jlpcn.net/img/300p- +||http://jlxyjs.com/attachment/ +||http://jmbbs.cn/sjgg/ +||http://jmhfw.com/index.php?/ajax/get_adv/ +||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://jpwind.com^*/scroll.js +||http://jrj.com.cn/h5Ad? +||http://jrj.com.cn/s?z= +||http://jrjimg.cn/ad/ +||http://jrjimg.cn/common/foot/allfc.js +||http://jrjimg.cn/common/foot/wxXcxTg.js +||http://jrjimg.cn/focus/newrenNb.png +||http://jrjimg.cn/stock/adjsok.js +||http://jrjimg.cn/zqt-red-1000/js/v3/itg-widget. +||http://jrmianban.com/img/images/g-g/ +||http://jrzj.com/images/bgright_ad.jpg +||http://jrzj.com/img_index/*adv +||http://jrzj.com/img_index/guanggao +||http://jrzj.com/img_index/index_ +||http://js*.abolezi.com^ +||http://js.45bubu.com^ +||http://js.bju888.com^ +||http://js.bxwns.com^ +||http://js.duotegame.com^ +||http://js.hkslg520.com^ +||http://js.mumayi.net/9495.gif +||http://js.mumayi.net/jiujiang +||http://js.shiwt.com/110.js +||http://js.tlt.cn/js/ +||http://js0573.com/images/cus/ +||http://jsdelivr.net/gh/cdnjsdelivr001/182cdn*.js +||http://jsdelivr.net/gh/fzdm/st*/js/fzwap- +||http://jstucdn.com/g3/ +||http://jswz8.com/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 +||http://juxia.com/jxtp/indexbg.jpg +||http://jxad.jx163.com^ +||http://jxcn.cn/assets/js/dspshow.js +||http://jxcn.cn/js/hotpic_ +||http://jxdown.com/statics/js/all.js +||http://jxgdw.com/images/jdgg.jpg +||http://jxnews.com.cn/assets/js/dspshow.js +||http://jxnews.com.cn^*_ad_ +||http://jyacht.com/flash/marina.swf +||http://jyfw.cn/gonggong/jiayu/cf_ +||http://jyfw.cn/nav/cf_ +||http://jyrd.com/statics/*/js/baizhu/ +||http://jz5u.com/js/t$script +||http://jz5u.com/js/xiazaiURL.js +||http://jz5u.com/new/ +||http://jzb.com/website/fe/pub_js/dbclickshow.js +||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/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/ +||http://kb-render.alicdn.com/html/*.html +||http://kccdk.com/Content/img/*.gif +||http://kddf.com/statics/v3/js/baizhu/ +||http://kdhome.net/images/banner +||http://kdhome.net/templets/default/img/tpfd.jpg +||http://kdou.com/ad_js.php?adid= +||http://kdw*.com/layer/layer.js +||http://kedou*.com/layer/layer.js +||http://kekenet.com/images/*/akasuo +||http://kekenet.com/images/*/tom468X60.gif +||http://kekenet.com/Images/*/tom640X40.gif +||http://kekenet.com/images/*980 +||http://kekenet.com^*/zhike +||http://kewaishu.org/m- +||http://key8.com/cache/www/banner_ +||http://keywin.org/templates/kw_v2/images/youbianad.png +||http://kiees.cn/img/ +||http://kiees.cn/jm.png +||http://kiees.cn/k1.js +||http://kikinote.net/iframe +||http://kindlepush.com/resources/images/main/AD.png +||http://kingsnug.cn/Uploads/vod/2019-05-25/5ce964f0c66e0.jpg +||http://kiwsy.co/hotsearch_box.php +||http://kkkkmao.com/js/20X4.js +||http://kkkkmao.com/js/fumeiti.js +||http://kkkkmao.com/js/tongji.js +||http://kkkkmao.com/Runtime/js/ +||http://klandmart.com/K-Landmart_0011.jpg +||http://kmplayer.cn/include/jscript/*-a.js +||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 +||http://kt51.com/wz.jpg +||http://ktkkt.com/js/tvb/ +||http://ktzhk.com/file/adv/ +||http://kuaicad.com/rest/common/getConfigureByName? +||http://kuaidi100.com/assets/ext?method=mainprofile +||http://kuaidi100.com/images/kuaidi/201612081*4 +||http://kuaidi100.com/js/share/i_new.js +||http://kuaidi100.com/mobile/mobileapi.do +||http://kuaidiwo.cn/kdwkxmlt.jpg +||http://kuaidiwo.cn/kuaidiwo.jpg +||http://kuaihou.com/c/shuoming.js +||http://kuaihou.com/c/you1.js +||http://kuaihou.com/js/new/xiazai +||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 +||http://kviso.com/js/top.js +||http://kwflvcdn.000dn.com^*.flv +||http://kyocdn.com/addons/banner/ +||http://kyocdn.com/forum/201312/20/151925t52ey4l34ck0lkgv.jpg +||http://lady1314.com.cn/addata/ +||http://lady8844.com/IMAGE/$~image +||http://lagou.com/js/cooperation/ +||http://lahoo.ca/api.php?mod=ad& +||http://lahoo.ca/slider +||http://laixi.com/tp/20 +||http://lancdn.com/landian/public/recm/54181RECM.png +||http://lancdn.com^*/Alipay_HB. +||http://lancdn.com^*/Alipay_RC. +||http://lancdn.com^*/Apple_ +||http://lancdn.com^*/cp-lz- +||http://lancdn.com^*/LinuxProbe_ +||http://lancdn.com^*/uneed +||http://lancdn.com^*/wisecare +||http://language-center.com.tw/udn/ +||http://langxi.org/langxi/*900$image,object +||http://langya.cn/2014html/2014ad_ +||http://langya.cn/2014html/ad/ +||http://lanrenzhijia.com/Public/images/sucaihuo_ +||http://lanrenzhijia.com/Public/images/xiaozhua.jpg +||http://lanseshuba.com/react.js +||http://laod.cn/wp-content/uploads/*/ad- +||http://laogu.com/cms/images/ad +||http://laozuo.org/banner/linode +||http://laozuo.org/wp-content/themes/weisaysimple/js/*-bottom.js +||http://laozuo.org/wp-content/themes/weisaysimple/js/banner.js +||http://laozuo.org/wp-content/themes/weisaysimple/js/content40width.js +||http://laozuo.org/wp-content/themes/weisaysimple/js/index-top.js +||http://laozuo.org/wp-content/themes/weisaysimple/js/sidebar +||http://law-lib.com/wstyle/images/gffirm.jpg +||http://lawtv.com.cn/jd_ceshi.html +||http://lawtv.com.cn/skin/newplayer/ads_dianshi.php +||http://lawtv.com.cn/skin/stop.swf +||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 +||http://letv.com/pzt/hyhmzq/index.shtml +||http://letv.com/s?ark= +||http://letvcdn.com/js/*_focus_flash.js +||http://letvimg.com^*/108x70$object +||http://letvimg.com^*_phone/ +||http://lewxs.com/file/script/ +||http://lewxs.com/m- +||http://lezhuan.com/js/spread.js +||http://lgmi.com/ggimg/ +||http://lgmi.com/images/*.swf +||http://lgmi.com/left_right_ +||http://lgmi.com/right_ys +||http://lgmi.com/syimg/ +||http://lgmi.com/tjyf200x207.asp +||http://lgmi.com/windows/*-Advert. +||http://lgmi.com^*_gg +||http://lh168.net^*/attachment/portal/ +||http://liangchan.net/aaddaadd/ +||http://liangchan.net/adf/ +||http://liangjan.com/js/show_ +||http://lianmeng.la/ad1/ +||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 +||http://liepin.com/event/jobadver/ +||http://lieqinews.com/json/zhiketj/ +||http://lihuasoft.net/images/ad_ +||http://liisex.com/images/banners/ +||http://linecg.com/uploads/banner/ +||http://lingdian98.com^ +||http://lingdianshuwu.com/js/content +||http://linkhelper.cn/mmshow +||http://links.cn/mmshow +||http://linkwan.com/gb/broadmeter/speed/cp.js +||http://linkwan.com/gb/images/uploadimages/2010-12-16.swf +||http://linkwan.com/gb/javascript/b4.js +||http://linkwan.com/gb/javascript/c5- +||http://linovel.net/cp/lk/ad/externalAd? +||http://linuxde.net/wp-content/uploads/ad/ +||http://linuxeden.com/plus/web_js.php +||http://linuxidc.com/linuxfile/linux$script +||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 +||http://livku.com/g1000/ +||http://ll.gxsky.com^ +||http://llj22.com/1.gif +||http://lnd.com.cn/site1/*.swf +||http://lnzq5.com/js/ +||http://lofter.com/mailEntryMobile.do +||http://logoquan.com/upload/prd/ +||http://loldyttw.com/blr.js +||http://loldyttw.com/skin/lol/js/ds.js +||http://loldyttw.net/blr.js +||http://loldyttw.net/skin/lol/js/ds.js +||http://loli.io^$domain=kisssub.org +||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/2020/01/20/jenML2kJsAxl6CE.jpg +||http://loli.net^$domain=520film.net|52pili.com|acglover.me|btdp.online|f6hx.site|hdsky.me|magnet2048.com|youtaoqi.com +||http://lolshipin.com/zt/sxx/ +||http://longbahao.com/asd.js +||http://longbahao.com/js/ad- +||http://longzhu.com/i/api/playpage/recommendPop? +||http://longzhu.com/recommendad/ +||http://lotour.net/bcef/388.js +||http://lotpc.com/templets/default/js/lotpctb +||http://love201810.com/Runtime/js/ +||http://loveshang.com/api.php?mod=ad&adid=custom_ +||http://lsforum.net/cam2/*.gif +||http://lsforum.net/yahooad/ +||http://ltn.com.tw/js/ad_door.js +||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/ +||http://luyx8.com/tu/666.gif +||http://lv-play.com/web/adv/list +||http://lvse.cn/output/block/html/ +||http://lvse.com/9 +||http://lw54.com/js/ +||http://lw881.com/public/js/gw.js +||http://lxting.com^ +||http://lxty66.com/js/float.js +||http://ly.js.cn/adv/ +||http://lyd.com.cn^*950-90. +||http://lysq.com/data/attachment/portal/ +||http://lywww.com/data/js.php?id= +||http://lywww.com/header_pic.php +||http://lzep.cn/data/js/1*.js +||http://lzep.cn/ep/ads/ +||http://lzep.cn/ep/js/index_window.js +||http://lzep.cn/ep/sda/ +||http://lzep.cn^*/2014ad/ +||http://lzk.hl.cn/lctp/ +||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://m2.lelemh.com^ +||http://m3hf.com/js/float +||http://ma.baiducdn2.com^*/main.js?t= +||http://macd.cn/macd-topads.html +||http://macfans.org/201*.gif +||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://makaidong.com/img/ +||http://mall.xinkuaituan.com/zhuanti/ +||http://mall0.qiyipic.com^ +||http://manage.wdfans.cn^ +||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/ +||http://market.178.com^ +||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 +||http://mat1.gtimg.com/2014/webtips/ola2014tips +||http://mat1.gtimg.com/cq/flash/ +||http://mat1.gtimg.com/ent/flash/*300 +||http://mbalib.com/wiki/common/wikibits.js +||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://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.tv/js/pcjs/ +||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 +||http://meituan.com/ptapi/recommends? +||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/ +||http://meizhou.com/images/topbanner +||http://metvb.com/js/bofangwei.js +||http://mfacelive.com/Scripts/social/openchannel_min.js +||http://mfav88.com/yinzi/ +||http://mh1234.com/gd/g_js/ +||http://mianbao99.com/a/mianbao +||http://micaitu.net/js/dibu.js +||http://microcontrol.cn/bbs/images/AD755_150.swf +||http://microcontrol.cn/HomeImages/AD/ +||http://micropage.cn/images/ad_ +||http://midifan.com/aaa/ +||http://mifengtd.cn/ad- +||http://miguyu.com/AD/ +||http://mikanani.me/images/upupoo +||http://mikecrm.com^$domain=yyid6080.cn +||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://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://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 +||http://moe-acg.cc/images/*/1225 +||http://moe-acg.cc/images/*/2000x710 +||http://moe-acg.cc/images/*/310 +||http://moe-acg.cc/images/*/700 +||http://moe-acg.cc/images/*/730 +||http://moe-acg.cc/wp-content/uploads/*/310x160 +||http://moe-acg.cc/wp-content/uploads/*/310x374 +||http://moe-acg.cc/wp-content/uploads/*_%E5%B9%BF%E5%91%8A%E5%9B%BE. +||http://moe-acg.cc/wp-content/uploads/2016/05/1234.gif +||http://moe.fm/public/images/fm/promotion_ +||http://moedao.com/js/top.js +||http://moerats.com/usr/ad/ +||http://momoshop.com.tw/goods/GoodsDetail.jsp?$subdocument +||http://momoshop.com.tw/league/$domain=beephone.com.tw +||http://money.qz828.com^ +||http://moneyweekly.com.tw/UC/JQueryJson.aspx/MwAD +||http://moneyweekly.com.tw/Uploads/AD/*970x +||http://monnsutogatya.com/himg/monst/ +||http://moonbbs.com/data/attachment/portal/ +||http://mop.com/js/common/watermark.js +||http://mop.com/newIndex/gg.html +||http://mopxing.com/skin/sex/js/*ad +||http://mopxing.com/skin/sex/js/*banner +||http://mopxing.com/skin/sex/js/*content +||http://moratame.tw/img/contents/banner +||http://movshow.com/*portal/ +||http://mowenxi.com/1.png +||http://mp3.haogeba.com^$image,object +||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://msstatic.com/huya/main/img/mc-recom_ +||http://msstatic.com/huya/main3/widget/roomGgChat/ +||http://msstatic.com/huya/main3/widget/roomGgTop/ +||http://mt30.com/good/ +||http://mt30.com/ok/ +||http://mtime.cn/tg/ +||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 +||http://mycodes.net/js/$image +||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. +||http://mydrivers.com/news/*843x80. +||http://mydrivers.com/news/2017/db_ +||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 +||http://myhard.com/s?z= +||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://myyan.org/js/sj +||http://mzhhdn.com/hongbao.jpg +||http://mzyz.com/image*/tj/ +||http://n2.hk/apps/car_feed/tb/*/banner.html +||http://n2.hk/promo/ +||http://nanfengyl.com/skin/js/4ad.js +||http://nanfengyl.com/skin/js/ad_js.js +||http://nanfengyl.com/skin/js/zdad.js +||http://nanren400.com/goto/ +||http://naquan.com/packages/assets/js/jquery.reveal.js +||http://narutom.com/v2/js/ca.js +||http://narutom.com/v2/v/$subdocument +||http://natgeomedia.com/wp-content/uploads/*Banner.jpg +||http://nb.zol.com.cn/detail_*.html +||http://nbegame.com/nbead/ +||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 +||http://nen.com.cn/swf/0/*.swf +||http://netease.com/house-public/articleyunyans.js +||http://new-icon.ol-img.com/jslib/ad +||http://newasp.net/apps/counts.php?tid= +||http://newasp.net/misc/js/foot_ +||http://newasp.net/static/js/foot_ +||http://news.cn/2018/images/2018rbqj_ +||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 +||http://news18a.com/image/ad_ina/ +||http://newsmth.net/nForum/baiduunion/ +||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/*_863x59. +||http://nfmovies.com/pic/tu/a191124002. +||http://nfmovies.com/pic/tu/a191124003. +||http://nfmovies.com/pic/tu/a191124004. +||http://nfmovies.com/pic/tu/a200304_1170x87.png +||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://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 +||http://nphoto.net/media/ +||http://nrsfh.com/neirong/ +||http://nvsheng.com/js/gg.js +||http://nxing.cn/uploads/uploads/*-size1220x +||http://nyaa.fun/static/js/costcheck +||http://nyahentai.pw/js/check_cat.js +||http://nychinaren.com/houbei/ +||http://nyg*.com/inc/poster.php +||http://nz04com.com/aabdd/ +||http://oa.hinews.cn/work/img/ +||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 +||http://olevod.com/poppagen.php +||http://olgame.tw/home/attachment/ +||http://om.cn/api/ad-om/ +||http://omanhua.net/scripts/show/3 +||http://omanhua.net/scripts/show/a +||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 +||http://onlinedown.net/Public/js/headAd.js +||http://onlyitv.com/assets/js/onlyitv.js +||http://onlytvb.com/assets/javascripts/ +||http://ooo.0o0.ooo/2017/11/03/59fc6b3c5b723.jpg +||http://oopw.top/img/jdy +||http://ooqiu.com/ad_js/ +||http://open-open.com/gg_images/ +||http://opticsky.cn/images/2015/gy-px201 +||http://orsoon.com*/zhuanti/ +||http://orsoon.com/assets/images/*.gif +||http://orsoon.com/assets/images/tuidc.png +||http://orzx.im/Document/recommend/flashpoint.html +||http://orzx.im/Document/union/ +||http://orzx.im/images/downloader.jpg +||http://orzx.im/js/*pop +||http://oschina.net/promotion/ +||http://oschina.net/uploads/ad/ +||http://oschina.net/uploads/cooperation/ +||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.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/ +||http://panpan.org/templets/ad/ +||http://pansoso.com^*pss. +||http://paopaoche.net/public/bd/article_inc.js +||http://paopaoche.net/skins/count.js +||http://partner.toutiao.com^ +||http://pbmp.ali213.net/js/ +||http://pc0359.cn/static/js/*.html +||http://pc0359.cn/style/js/un.js +||http://pc0359.cn/Style/sc/ +||http://pc360.net/wp-content/themes/PcNet/ad/ +||http://pc6.com/img/ +||http://pc841.com/show/ +||http://pcauto.com.cn/forum/fz/hots/ +||http://pccoo.cn/js/dlv1.0.js +||http://pcgames.com.cn*/index.js +||http://pcgames.com.cn/g/ +||http://pchome.com.tw/iframe/$domain=mail.pchome.com.tw +||http://pchome.net/flow.php +||http://pcmx.autohome.com.cn/impress? +||http://pconline.com.cn/_hux_/ +||http://pconline.com.cn/download/*/intf*.js +||http://pconline.com.cn/jrzcz/*/intf +||http://pconline.com.cn/js/ad_ +||http://pconline.com.cn/js/ivy.js +||http://pcpp.com.cn*/pcpp.jpg +||http://pcpp.com.cn/news/a/*_article_right.html +||http://pcpp.com.cn/news/ad/ +||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 +||http://people.com.cn/adv/ +||http://people.com.cn/img/gjt/ +||http://perlmaven.com/img/*0x2 +||http://perlmaven.com/img/sticker-you.jpg +||http://pfizer.com.tw^$subdocument +||http://pfp.sina.com.cn^$script,subdocument +||http://pfp.sina.net/ea/ad/ +||http://pg-ad-b1.nosdn.127.net^ +||http://pg.udn.com/BT/*.swf +||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://phpstudyimg.com/all/renrenxiaxuan980.gif +||http://pianba.tv/api/new_ +||http://piaodown.com/other/*.js +||http://piaodown.com/xtm/ +||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.fengniao.com^ +||http://pic.gongkong.com/UploadPic/gongkong/ +||http://pic.jd-bbs.com^*.swf +||http://pic.pimg.tw/cwyuni/*.gif?v=$domain=cwyuni.tw +||http://pic.yupoo.com/showflash/ +||http://pic.zol-img.com.cn^$image,domain=www.zol.com.cn +||http://pic.zol-img.com.cn^$object +||http://picb.cc/uploads/2018/06/26/2zxrsi.jpg +||http://picgd.com/images/*.gif +||http://picgd.com/images/2018/12/01/h1pi5.png +||http://piclect.com^*.gif$third-party +||http://picpar.com^$domain=18board.com|18p2p.com +||http://pics.wanlibo.com/js/pagemodulestat.js +||http://pics.xgo-img.com.cn^ +||http://picuphost.com/2016/upload/image/20170422/42206436302.gif +||http://picuphost.com/imghost/upload/image/20171226/122600098149.gif +||http://picuphost.com^$domain=mmload.info +||http://picyq.com/index.php/Home/run/get_ad/ +||http://pigol.cn/myinc/ +||http://piimg.com/508806/d53a8d13a40f814d.gif +||http://piimg.com^$domain=acgura.us|kisssub.org|lsjsoso.me|ref.so +||http://pingmeibang.com/zt/zx.jpg +||http://pingpang.info/themes/v1.0/images/temp/ad/ +||http://pingwest.com/api/news_ad +||http://pingwest.com/wp-content/uploads/*/ad.jpg +||http://pipi.cn/player/ +||http://pixfs.net/js/mib.min.js +||http://pixfs.net/js/mib_falcon +||http://pixfs.net/module/fullPage/dist/ad-full-page. +||http://pjtime.com/js/show_ad +||http://pk200.com/xb/tui.jpg +||http://play6111.com/js/ +||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://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://pptv.com/game/aplus/client/gamedetail.html +||http://prettyvirgin.com/images/banners/ +||http://prettyvirgin.com/js/show.html +||http://price.com.hk/dfp_price.php? +||http://price.com.hk/ec-discuss-widget.php +||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/ +||http://ptbus.com/s.js +||http://ptfish.com/*/ad$image,object +||http://pub.funshion.com^ +||http://pub.sxrtv.com/crossdomain.xml +||http://publish.ad.youth.cn^ +||http://pupudy.com/images/wxrj.gif +||http://putaoys.com/static/js/acb1.js +||http://putaoys.com/static/js/t.js +||http://putonghua520.com/skins/10ym/3jin.gif +||http://putonghua520.com/skins/10ym/baicai.gif +||http://puudeng.com.tw^$subdocument +||http://pv.sohu.com^$domain=chinafund.cn|ttzmz.vip +||http://pv966.us/js/tw.js +||http://pw321.com/bulu/ +||http://pw321.com^*.gif +||http://pythontab.com/statics/images/*abc +||http://pythontab.com/statics/images/*ads +||http://pythontab.com/statics/images/*comp +||http://pythontab.com/statics/images/*comtu +||http://pythontab.com/statics/images/*show +||http://pythontab.com/statics/images/goodad/ +||http://pythontab.com/statics/images/yigegg/ +||http://q38.xyz/images/ +||http://qayqa.com:6868/jquery/ +||http://qcmlw.com/js/service.js +||http://qcvf.ifeng.com^ +||http://qd.x4399.com^ +||http://qdaily.com/mount_details/pc/ +||http://qdjimo.com/html/js/ +||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=1024qi.com|mir300.com +||http://qhmsg.com^$domain=1024qi.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://qihoo.com/hot/text.html?site= +||http://qiming360.com/mingJs/xmKu_ +||http://qimm.org/Uploads/ad/ +||http://qinbing.cn/data/upload/ueditor/ +||http://qingchunji.cn/960x +||http://qingkai.com/2009/html/top.htm +||http://qingkai.com/gg_img/ +||http://qingkan520.com/file/script/ +||http://qingkong.net/skin/htcs/images/980.jpg +||http://qitete.com/mid/ +||http://qiuw.com/static/xin-ad.js +||http://qiuyi.cn/Baojian/ +||http://qixingquan.com/api.php?mod=ad&adid= +||http://qixingquan.com/partner/ +||http://qixingquan.com/qxq-images/dawangka.png +||http://qixingquan.com/qxq-images/js/qxq_t.js +||http://qiyipic.com/common/*%E9%80%9A%E6%A0%8F +||http://qiyipic.com/common/*/225x230.jpg +||http://qiyipic.com/common/*/250-230. +||http://qiyipic.com/common/*/250230. +||http://qiyipic.com/common/*/255x205 +||http://qiyipic.com/common/*/980 +||http://qiyipic.com/common/*/baiyao. +||http://qiyipic.com/common/*/banner.jpg +||http://qiyipic.com/common/*/kehuzhuanqu +||http://qiyipic.com/common/*980x +||http://qiyipic.com/common/*_aLink +||http://qiyipic.com/common/*tonglan +||http://qiyipic.com/common/*vivo +||http://qiyipic.com/common/20141021/sanjiukehuzhuanqu.jpg +||http://qiyipic.com/common/20160302/ban250.jpg +||http://qiyipic.com/common/fix/dasdasdasdk.jpg +||http://qiyipic.com/common/fix/rebull_ +||http://qiyipic.com/common/fix/wh-leftbanner.jpg +||http://qiyipic.com/zongyi/*Banner01.jpg +||http://qiyipic.com/zongyi/fix/mxdj +||http://qiyipic.com/zongyi/fix/runningman20141008_bg02.jpg +||http://qiyipic.com/zongyi/fix/runningman20141008_bg03.jpg +||http://qiyue.com/statics/js/3g.js +||http://qiyun.org/images/js/*.htm +||http://qiyuzy.com/static/js/publicad.js +||http://qn.bejson.com^ +||http://qncye.com/templets/default/js/mb.js +||http://qnsb.com/news/index.php?m=poster& +||http://qnvod.net/qna/ +||http://qpgyy.com/add01.html +||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 +||http://qq745.com/m/ad/ +||http://qqcf.com/js/Content_Get.js +||http://qqcyl123.com/js/*.html +||http://qqddc.com/homeSite/news/js/newsad.js +||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://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://qwertyuiopa.co/qun/top.js +||http://qyule.fun/v-content/ +||http://qz828.com/css/2010/script/*ad +||http://qzone.la/Scripts/m.js +||http://r3sub.com/images/ccc/ +||http://r3sub.com/posters/0069810.jpg +||http://r3sub.com^*0.gif +||http://rainpat.com/Content/1360x55/ +||http://rainpat.com/Scripts/jquery.SuperSlide. +||http://rakuten-static.com^$domain=cwyuni.tw +||http://rakuya.com.tw/position?*&adTagFlag= +||http://rar8.net/htmljs/ +||http://ratedxbiz.com/d/ +||http://rayfile.com/media/img/rili_ +||http://rdance.cn/g- +||http://realsrv.com/popunder1000.js +||http://redshu.com/js/pcAdv.js +||http://redshu.com/js/www/jquerygg.js +||http://rentiyishu.org/*.js +||http://rentiyishu99.net/a.js +||http://rentiyishu99.net/b.js +||http://rentiyishu99.net/d.js +||http://rentiyishu99.net/e.js +||http://rentiyishu99.net/f.js +||http://repian.com/a/ +||http://replays.net/j/dazui +||http://replays.net/j/pinglunshang.png +||http://requirejs.cn/ts.png +||http://res.cngoldres.com/web/index/img/*_ad_ +||http://res.ythouse.com/image/index/2012/ +||http://resource.baomihua.com^ +||http://rfidworld.com.cn/js/a.js +||http://rfidworld.com.cn/js/b.js +||http://rfidworld.com.cn/js/c.html +||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 +||http://rising.cn/rxbox/ +||http://rising.cn^*/pic-ad/ +||http://rising.com.cn/weblog/ +||http://rjfcxxw.com/yimaopic/ +||http://rjsos.com/channel/laomo_dibu.png +||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/ +||http://rtbs.cn/bi.js +||http://ruanyifeng.com/9he/ +||http://ruanyifeng.com/blog/checker.js +||http://rugao35.com/Public/config/Couplet/Index +||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- +||http://runsky.com/html/*_index_ +||http://ruten.com.tw/js/gads_ +||http://ruten.com.tw/search/imp_ad_ +||http://ruten.com.tw^*/ahd_ +||http://ruyig.com/730x76.png +||http://rxdsj.com/Runtime/js/vod960.js +||http://rznews.cn/viscms/r/cms/rzw/rzxw/images/*.swf +||http://s-msn.com/portal/xiatui.js +||http://s.go.sohu.com^*/?callback= +||http://s.pacn.ws^*?$image,domain=dmhy.org +||http://s.yimg.com/*_160x800_$subdocument +||http://s.yimg.com/gs/apex/ +||http://s.yimg.com/ja/ap/$script,subdocument,domain=hk.news.yahoo.com|hk.yahoo.com|tw.news.yahoo.com|tw.stock.yahoo.com|tw.yahoo.com +||http://s.yimg.com/ja/ap/tw/js/ +||http://s.yimg.com/uv/dm/scripts/syndication.js +||http://s.yimg.com^*/flash_general_$domain=~tw.yahoo.com +||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. +||http://sbo8.com/static/theme/js/bottom. +||http://sc.chinaiiss.com/do.php?do=ad& +||http://sccnn.com/SF/zt.jpg +||http://scibook.cn/tuiguang. +||http://sciencenet.cn/html/js/n +||http://sciencenet.cn/images/20180521.jpg +||http://scol.com.cn/scol-3/js/08scol_text_ +||http://sconline.com.tw/top/coolpc_ +||http://scupio.com/adpinline/ +||http://scw98.com/ADMM. +||http://scw98.com/js/Index +||http://sd173.com/images/ +||http://sd888.org/house/flash/ +||http://sd888.org/images/tbuyer200.jpg +||http://sdbeta.com/statics/mystyle/js/1 +||http://sdgundam.cn/js/91.js +||http://sdo.com/static/image/mkads/ +||http://sdzbcg.com/images/sdfhyl +||http://se533.com/template/new/css/*.js +||http://se8u.cc/statics/images/*.gif +||http://secretmine.net/wp-content/uploads/2019/08/secretmine_20190809_1565312910.jpg +||http://seek68.cn/img/*.gif +||http://sefu8j.com/index.php?m=poster& +||http://segmentfault.com/sponsor/ +||http://seojiaoshi.cn/banner/ +||http://seowhy.com/ask/img/*gg +||http://seowhy.com/ask/img/youlian.png +||http://seqing.world/qq/qq.js +||http://sese277.info/photo/ +||http://sesefu8.com/index.php?m=poster& +||http://sesefu8.com/statics/js/layer/layer.js +||http://setn.com/js/advertisement? +||http://sex141.com/img/banner/ +||http://sex2077.com/js/dl.js +||http://sex2077.com/js/gg.js +||http://sexbarss.net/wap/ +||http://sextop.com.tw/upload/blocker/header_new.gif +||http://sexyno1.com/mk-banner/ +||http://sgg.southcn.com^ +||http://sh.sina.com.cn/iframe/522/ +||http://sh.sina.com.cn/js/441/ZwyArticle_commo_23.js +||http://shandian.biz/a/guga.js +||http://shang.hlgnet.com/code/ +||http://shangc.net/static/js/relate_news.js +||http://shangqun.com/webforms/embed/ +||http://shangxueba.com/ask/images/woxiaoyun.jpg +||http://shaoxing.com.cn^*.files/gg +||http://shaoxing.com.cn^*gg. +||http://share.dmhy.org^*?$image +||http://share.gzdsw.com^ +||http://share44.com/300 +||http://share44.com/adad2014/ +||http://shbear.com^*/ad/ +||http://shdx10000.com/yang/ +||http://shen4club.com/style/*.js?v= +||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^*/ads? +||http://shoudian.org/diantong/laoma +||http://shouji.com.cn/static/v2/images/sj_banner_ +||http://shouyoutv.com/assets/api/web/v4/js/global_head.js +||http://showhaotu.$domain=18board.com|18p2p.com +||http://shspdt.com^$domain=11papapa.com +||http://shufazidian.com/float/yanue. +||http://shufazidian.com/image/728x90ty.jpg +||http://shulihua.net/js/gzlishi468google.js +||http://shulihua.net/js/gzlishigoogle.js +||http://shulihua.net/js/topcen.js +||http://shulihua.net/js/yegonggao.js +||http://shuowan.com/Public/shuo/20160119/569dafddd13be.jpg +||http://shuqi6.com/static/jquery/gg.js +||http://sifakaoshi360.com^$rewrite=abp-resource:blank-mp3,domain=baiduyunbo.com +||http://sihbb.com/yang/ +||http://sina.cn/cm/sinaads_ +||http://sina.cn/interface/*_game_wap_home_mid_list_in. +||http://sina.cn^*/impress? +||http://sina.com.cn/131/20150515/266.js +||http://sina.com.cn/3/2016/1114/45.js +||http://sina.com.cn/activity/promotion? +||http://sina.com.cn/js/*/AdvertisingByNewIndex_ +||http://sina.com.cn/js/*/bgads.js +||http://sina.com.cn/js/87/20140101/hongbao/ +||http://sina.com.cn/litong/ +||http://sina.com.cn/NewIndexAdStart.js +||http://sina.com.cn/other/src/app/FinanceAppPics.js +||http://sina.com.cn/rwei/hapi2014/64video_titu_logo_500x90.gif +||http://sina.com.tw^$subdocument +||http://sina.com/ads/ +||http://sina.com/assets/js/dart/ +||http://sina.com/rm/ +||http://sinaimg.cn/finance/zwy/sidead_ +||http://sinaimg.cn/jslib/kuozhanad.js +||http://sinaimg.cn/large/$domain=360-bo.com|chakd.com|seehd.so|xclient.info +||http://sinaimg.cn/large/*.gif$domain=mp4ba.la +||http://sinaimg.cn/large/005EuLLtgw1eji5kzbgvlg30r801ogpy.gif +||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/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/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/mw690/005th0Pegy1fmd666rsh2j30go05kn14.jpg +||http://sinaimg.cn/mw690/0060lm7Tly1fwa4j35tfpj30fr0nodg9.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|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|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|zuqiu009.com +||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/ +||http://singlove.com/qq/qq.js +||http://sinolub.com/index.php?m=poster& +||http://sinolub.com/uploadfile/201*.swf +||http://site-bk.oss-cn-shenzhen.aliyuncs.com/img/aliyun/ +||http://sitv.com.cn/cookiead.php +||http://sj33.cn/js/side.js +||http://sj33.cn/js/tuchong.js +||http://sjzdaily.com.cn/sjznewsad/ +||http://skads.gxsky.com^$script +||http://slit.cn/slimages/ +||http://smzy.com/sucai/cqsf.gif +||http://smzy.com/v1/img/ +||http://so.com/baike/ads? +||http://so.com/recomm/simi? +||http://so.com/sug-hot? +||http://so.open.163.com/v/list.htm?pid= +||http://soaspx.com/images/hws.gif +||http://soaspx.com/images/iiszj.gif +||http://soaspx.com/images/js/dropdown.js +||http://sobaidupan.com/top_txtad.asp +||http://sobaigu.com/images/server_tourist.jpg +||http://sobt8.org/Public/static/js/common.js +||http://sodu.cc/js/xufu.js +||http://soduso.com/js/4 +||http://soduso.com/js/sat.js +||http://soduso.com/js/so.js +||http://soft.mumayi.net/images/download.gif +||http://soft.mumayi.net/js/ +||http://soft6.com/index.php?m=poster& +||http://softhy.net/hp/ +||http://sogou-inc.com/AdvPreview. +||http://sogou.com/acquireAdvertise. +||http://sogou.com/adlist? +||http://sogou.com/amdjs/release/common/act_all_ad. +||http://sogou.com/ask?id= +||http://sogou.com/athena/ +||http://sogou.com/GetAdv. +||http://sogou.com/html/ext/agentsdk.js +||http://sogou.com/img_logo/wp.js +||http://sogou.com/uniplan/?pageID= +||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? +||http://sohu.com/api/labs/mp/load? +||http://sohu.com/api/photo/photo_bottom.json +||http://sohu.com/interaction/get/ +||http://sohu.com/mdevp/*-advert/ +||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 +||http://sooopu.com/asphtml/plnew. +||http://sooopu.com/js/*950.js +||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 +||http://soulu365.com/images/zhuce.jpg +||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 +||http://speedtest.cn/assets/images/ce_ +||http://sportscn.com/js/commerical +||http://sportsv.net/dist/ads/ +||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://ssjv1.com/dm/ +||http://ssnn.net^*-200-250.jpg +||http://ssp.hinet.net^ +||http://ssp.zf313.com^ +||http://sspai.com/api/v1/recommends?*=article_ +||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 +||http://starnnews.com/banner/ +||http://stat.api.4399.com/crossdomain.xml +||http://static-ssp.yidianzixun.com^ +||http://static.doyouhike.net/partner/ +||http://static.tianyaui.com^*/stat_20080313.js +||http://stats.chinaz.com/tool/ +||http://stats.chinaz.com/tool_img/ +||http://stcn.com/common/flash/aigu.swf +||http://steamcn.com/data/attachment/common/*.gif +||http://steamcn.com/img/ +||http://steelcn.cn/img/bj_*_146_315.jpg +||http://stheadline.com/images/heading-jm +||http://stnn.cc/images/xy/sfs +||http://stockstar.com/*DUILIAN&t= +||http://storm.mg/ad? +||http://storyren.com/images/dl +||http://storyren.com/imgg/ +||http://strip.taobaocdn.com/tfscom/$subdocument +||http://stulip.org/static/js/header.js +||http://su.bdimg.com/static/dspui/js/ +||http://sudupan.com^*.gif +||http://sufile.com/jsa/ +||http://suibi8.com/aa1.gif +||http://suibiankan.cc/Runtime/Js/ +||http://suibianlu.com/zb_users/theme/tx_fzy/script/zhao.js +||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 +||http://szhk.com/iframe/ +||http://szhk.com/include/taobao +||http://szhongzi.com/js/ +||http://szkaidi.cn/statics/g +||http://sznews.com/*.files/$image,object +||http://sznews.com/s?z= +||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/*_ +||http://taijuba.com/js/tj +||http://taipwl.com/yingshidaquan/popwin.js +||http://taiwandaily.net/wp-content/uploads*_600x100. +||http://taiwannutrition.com/blog/wp-content/plugins/arscode-ninja-popups/ +||http://taiyingshi.com/js/960_ +||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 +||http://tc.cn/ad123/ +||http://tc.cn/g/dl.ashx? +||http://tc.cn/g/upload/ +||http://tc.cn/news/images/h.jpg +||http://tc.cn/news/images/right.jpg +||http://tcjy66.cc^ +||http://tcmap.com.cn/js/b_ +||http://techug.com/mug/ +||http://techweb.com.cn^*aliyun +||http://tengtv.com/skin/xin/Picture/img +||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://thisav.com/0*.js +||http://thisav.com/index.js +||http://thisav.com/nb/ +||http://thisav.video/v3/nb/ +||http://thyrsi.com^$domain=cnscg.com +||http://thzok.com/6/ +||http://thzok.com/images/*.gif +||http://tianjimedia.com/s?z= +||http://tianmu.com/DA201 +||http://tianqi*.com/static/banner/data_tuiguang.js +||http://tianshif.com/zeis/ts.gif +||http://tianshui.com.cn/datugg/ +||http://tianshui.com.cn/newbg +||http://tianshui.com.cn/Scripts/AC_ +||http://tianshui.com.cn/yb.html +||http://tiantianzhibo.com/js/banner.js +||http://tiantianzhibo.com/sda/$image +||http://tianyaui.com/gamify/broadcast/js/ +||http://tianyaui.com/global/broadcast/*/bc_ +||http://tianyaui.com/global/broadcast/js/router.jsonp +||http://tianyaui.com/global/m/v3/static/js/list_ +||http://tieba.baidu.com/f/urlcheck? +||http://tieba.baidu.com/game/markConf? +||http://tietuku.$domain=fulisuo1.com|papa1024.com +||http://tietuku.com/b975a9f7c494738b.gif +||http://tietuku.com/d57c01987e74d8f8.gif +||http://tiexue.net/domain-policy/ +||http://tiexue.net/zgg/ +||http://tieyou.com/images/xiao_tuan_you.jpg +||http://tigtag.com/images/*1000x +||http://tigtag.com/images/pic1/ +||http://tigtag.com/styles/phpcms/js/tigtag/ads.js +||http://tiimg.com^$domain=678cn.com +||http://tiimg.com^*.gif +||http://tingchina.com/images/aibaoliang.gif +||http://tingchina.com/js/*220- +||http://tingchina.com/js/760 +||http://tingchina.com/js/990 +||http://tingchina.com/js/allad.js +||http://tingchina.com/js/dp468 +||http://tingge123.com/attachment/js/mm +||http://tingroom.com/file/A*.js +||http://tingroom.com/images/qsbdc.gif +||http://tingroom.com/images/z923.js +||http://tingroom.com/skin/dy/images/enread.jpg +||http://tingroom.com/tingroom/ad/ +||http://tingvoa.com/images/*img.js +||http://tingvoa.com/images/top_600_80.js +||http://tinypic.com^$domain=fdzone.org|jandown.com|mimima.com +||http://titan007.com/ad/ +||http://titan007.com/images/item.gif +||http://titan007.com/news.aspx +||http://tiyuxiu.com/media/mm/ +||http://tk.504pk.com^ +||http://tmbbs.com/data/attachment/portal/*.swf +||http://tmdm.tv/fgr/ +||http://to8to.com/api/ggdata.$domain=~shejiben.com +||http://tohomh123.com/js/funasd.js +||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/ +||http://toolnb.com/Public/aliyun/900x60.png +||http://topmba.mobi/ad/ +||http://topthink.com/api/basic/ +||http://totheglory.im/pic/business/ +||http://totheglory.im/pic/fangtuo.jpg +||http://totheglory.im/pic/picad/ +||http://totheglory.im/pic/ttg- +||http://totheglory.im/pic/ttg_ +||http://touimg.com/u/20200306/12094716.gif +||http://touimg.com^$domain=dyzd1.com +||http://tp.sgcn.com^ +||http://tq121.com.cn/j/ad/ +||http://trafficjam.cn^$third-party +||http://trendmicro.com.tw/wp-content/uploads/*Banner +||http://truvidplayer.com^$domain=ck101.com +||http://ts.cn^*/site1/$object +||http://tt.biquge.la^ +||http://tt1069.com/bbs/zgg_ +||http://tt1069.com/or_pu_0604.js +||http://tt1069.com/script.min.js +||http://tt1069.com/t0602.js +||http://tt27.com/js/jsg/ +||http://ttavav6.com/zz/ +||http://ttkyy.net/uploads/allimg/201710/1a13f1cdc0917406.jpg +||http://ttmgy.com/jstmp/as.js +||http://ttrar.com/live/ +||http://ttrar.com/statics/pos_js/ +||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://tui.gtimg.com//res/ +||http://tuicool.com/images/upload/aliyun +||http://tukergo.com/img/alipay +||http://tumb8r.com/zb_users/upload/20*.gif +||http://tupian55.com^*.gif +||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://tvsou.com/js/360ad.js +||http://tvyan.com/images/jscss/tv- +||http://tw.beanfun.com/bfweb/NEW/commonlogin +||http://tw.buy.yahoo.com/?z= +||http://tw.partner.buy.yahoo.com^$domain=cool3c.com +||http://twaifei.info^*.gif +||http://twavtv.com/js/jquery.colorbox +||http://twmeiju.com/images/axd.js +||http://twunbbs.com/images/ +||http://txahz.com/static/image/tp/ +||http://txtshu365.com/img/ +||http://txzqw.me/attachment88txzqw/*.gif +||http://txzqw.me/tupian/ +||http://ty121.cn/IAA/ +||http://tzfdc.com.cn/userfiles/flash/ +||http://tzfdc.com/fdcSell/ +||http://tzfdc.com/Images/09/flv/flv_index.js +||http://u.63kc.com^ +||http://u.cnzol.com^ +||http://u.ctrip.com/showcaseadvertisementsit/ +||http://u.riju.com/click.php +||http://u17i.com/readad/ +||http://u627.com/dis/tj.js +||http://uc.cn/s/uae/g/0s/ua.js +||http://uc.zhuici.com^ +||http://uc129.com/images/top_hjsj.jpg +||http://uc129.com/m/ +||http://ucbug.com/gaibian/js/tlys.js +||http://ucbug.com/js/ +||http://ucbug.com/new2018/ +||http://uchks.com/2018/% +||http://uczfl.com/data/content +||http://udn.com.tw/upf/*_banners/BD/ +||http://udn.com.tw/upf/2015_money/SSI/ad/ +||http://udn.com/2010MAIN/inc/t03-CMS.html +||http://udn.com/common/iframe/ +||http://udn.com/common2/iframe/ +||http://udn.com/SSI/neckFrame +||http://udn.com^*/ad/ +||http://uedfa.net/Static/imgs/affiliate/ +||http://ufanw.com/js/hongbao.js +||http://uho.com.tw^$subdocument +||http://ulifestyle.com.hk/images/*_300x100 +||http://ultraimg.com^$domain=18board.com|18p2p.com +||http://union.591.com.tw/cpt? +||http://union.china.com.cn^ +||http://union.yihaodian.com^ +||http://untitled.dwstatic.com^ +||http://uooyoo.com/hz/*str.js +||http://up.hiao.com^ +||http://up.qingdaonews.com/up/$object,script +||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|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/bit2019/upload/image/20200305/3050011663.gif +||http://usxpic.com/btimg/upload/image/20181018/101806323369.png +||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 +||http://uuu9.com/yoyo_ +||http://uuu9.tieba.com^$subdocument +||http://uwants.com/dfp_forum.php?au=Uwants_Web_ +||http://uwants.com^*_prod.html +||http://uxxux.com/js/zd.js +||http://uzzf.com/skin/know/ +||http://v.beta.yinyuetai.com/swf/plugins_new.xml? +||http://v4.cc/m/common.js +||http://v4dwkcv.com/html/click/ +||http://vansky.com/agdg/homegg/ +||http://vansky.com/agdg/infoRight/ +||http://vansky.com/agdg/middle/ +||http://vansky.com/agdg/vans/*_top +||http://vansky.com/agdg/vans/adv +||http://vansky.com/agdg/vans/tabbao +||http://vansky.com/index_files/*.gif +||http://variflight.com/carnoc/ad/ +||http://vdianying.cc/img/youhuiquan250.gif +||http://vdianying.cc/img/zfbhb.png +||http://vdianying.cc/wp-content/plugins/wp-adblock-dedect/ +||http://vdisk.cn/img/*.gif +||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 +||http://videospeedy.com/myimg/ +||http://videowood.me/assets/js/popup.js +||http://videowood.tv/popjavascript +||http://vip.luanren.com/data/*.gif +||http://vipbuluo.com/2/123.png +||http://vipcn.com/hezuo/ +||http://vipcn.com/hz/down_r.js +||http://vipcn.com/js/indexfoot.js +||http://vipdage.com/wp-content/uploads/ad/ +||http://vipyearha.com/uploads/20*.gif +||http://visit-japan.jp/parts/visitjapan_f35_170_170.jpg +||http://vista.tgbus.com/s.js +||http://vista.tgbusdata.cn/s.js +||http://vista.tuwan.com/s.js +||http://vjcdn.com/wp-content/uploads/*640x200 +||http://vkeke.net/public/agd +||http://vkugq.com/data/attachment/portal/ +||http://vnet.cn^*.html +||http://voc.com.cn/adsClick/ +||http://voc.com.cn/Frame/qqms_cs.html +||http://voc.com.cn/js/xc/ +||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/20200319/ +||http://w51t.com^$subdocument +||http://wa.kuwo.cn/lyrics/img/kwgg/ +||http://wacowla.com/wp-content/plugins/popover/js/ +||http://wallstcn.com/image?url=http%3A%2F%2Fcbjs. +||http://wallstcn.com^*-300x250. +||http://wallstreetcn.com/apiv1/earn/impression/ +||http://wallstreetcn.com^*/ads^ +||http://wan.liebao.cn/zt/ +||http://wan.sogou.com/static/fragment/ +||http://wan.sogoucdn.com/cdn/flash/$domain=~sogou.com +||http://wandouys.com/Runtime/Js/ +||http://wangbase.com/blogimg/asset/201806/bg2018060604.jpg +||http://wanghualang.com/wp-content/gallery/ad/ +||http://wangjing.cn*/upload/com/ +||http://wangjing.cn/iframe/zhounian.php? +||http://wangjing.cn/images/js/YlFloat.js +||http://wangpan007.com/themes/default/js/global.js +||http://wanmcy.com/toolsda/ +||http://wanwan.sina.com.cn/third_party/ +||http://wanyx.com/Public/js/cqby.swf +||http://wanyx.com/Public/js/qian.js +||http://wanyx.com/Public/js/zhuan.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://webjx.com/zanzhushang/ +||http://wehefei.com/htmlphp/tmall/ +||http://wei2008.com/js/*0. +||http://wei2008.com/js/jump +||http://wei2008.com/js/t_ +||http://wei2008.com/skin/js/top.js +||http://weike87.com/images/*0 +||http://weike87.com/images/*1 +||http://wendangku.net/js/common.js +||http://wendellyu.com/banner/ +||http://wenku.baidu.com/browse/interface/getrec? +||http://wenku1.com/js/head.js +||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/ad20 +||http://whinfo.net/js/adDuiLian_ +||http://whinfo.net/js/fly_right.js +||http://whnews.cn/news/data/*gg +||http://whnews.cn/wh_public/dl/ +||http://whnews.cn/wh_public/xuxu/ +||http://wholehk.com/atttuop.js +||http://wholehk.com/ptpptt.js +||http://whsir.com/image/aliyun +||http://wigcw.cn/20180109150051.png +||http://wigcw.cn/240X355.jpg +||http://williamlong.info/script/sidebar.js +||http://win007.com/js/flashad +||http://win007.com/mn/ +||http://win0168.com/images/item.gif +||http://win2008.info/gongyi.gif +||http://windows7en.com/images/ +||http://windows7en.com/static/images/xiaobai_ +||http://windows7en.com/statistics/statistics.js +||http://windows7en.com/statistics/stats.js +||http://winning11cn.com/temp/*.gif +||http://winning11cn.com/temp/bifen/ +||http://winvvv.com^$subdocument +||http://wishdown.com/img/ +||http://wlrjy.com/assets/images/*.gif +||http://wlrjy.com/assets/images/tuidc.png +||http://wm114.cn/0images/hlbxd3.jpg +||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/*.js +||http://worldcup1.com^$domain=avcao.cc +||http://wowad.wow-classic.com^ +||http://woyaoq.com/201904100958_5cad4dbac9c5f.png +||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 +||http://wudizuqiu.com/img/dasai8/ybbj.png +||http://wuliao.epro.sogou.com^ +||http://wumii.cn/site_images/c/ +||http://ww7814.win/pic +||http://wwuuoo.com/11bb/ +||http://www-dnwx-com.anquanbao.cn/pic +||http://www.china.com.cn/node_$domain=news.china.com.cn +||http://www.dmhy.org^*?$image +||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^ +||http://xc.mydrivers.com^ +||http://xcar.com.cn/dsp/adpc? +||http://xdcad.net/source/plugin/disad/disad.js +||http://xdf.cn/v4/js/leyus/ +||http://xdnice.com/themes/xdnice/public/assets/images/quna.png +||http://xdnice.com/themes/xdnice/public/assets/images/xdnice.png +||http://xdowns.com/ggco.js +||http://xdowns.com/info.js +||http://xdowns.com/js/lefttuijian.js +||http://xdowns.com/template/tshouyou/js/jietu.js +||http://xdyjt.com^ +||http://xfsub.com:88/js/*ad +||http://xghylt.com/api.php?mod=ad&adid= +||http://xgmeizi.com/smdd/ +||http://xhymsq.com/data/attachment/portal/ +||http://xia1ge.com/wp-content/uploads/*/wechat-ad.png +||http://xiacaidd.com/xiacai/ad/ +||http://xiami.com/player/iframe-adm? +||http://xiancn.com^*/adv_content/ +||http://xiangai365.com/ad_js/ +||http://xianliao.me/ads +||http://xianliao.me/assets/js/lib/ne3u3.js +||http://xianliao.me/etoron/get? +||http://xianshuabao.com/ashx/pt.ashx?cmd=record&filter=&order=all& +||http://xianzhenyuan.cn/data/attachment/common/ +||http://xiaobaipan.com/tb.html +||http://xiaobi*.com/layer/layer.js +||http://xiaodutv.com/xda? +||http://xiaoma.com/images/form/getclueforxiaomazonghe.js +||http://xiaoma.com/images/form/overlay +||http://xiaopi.com/500/ +||http://xiaopi.com/api.php?op=get_p& +||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 +||http://xici.net/r/ +||http://xici.net/z/ +||http://xiepp.com/JS/expand.js +||http://xiepp.com/JS/topshow.js +||http://xiexingcun.com/tongji.js +||http://xiexingcun.com/tyong.js +||http://xigua110.com/a/ +||http://xilu.com/iframe/pagepic/ +||http://xilu.com/js/bd.js +||http://xilu.com/script/tag/2.0/func.js +||http://xineurope.com/static/image/banner/ +||http://xingkbjm.com/hengchuang.gif +||http://xingkbjm.com/wp-content/uploads/*/Ad +||http://xingwangzz.com/123/ +||http://xinhuanet.com/18gg/ +||http://xinhuanet.com/iframe/ad +||http://xinhuanet.com/imgad/ +||http://xinhuanet.com/jjimages/jc/js/fla.js +||http://xinhuanet.com^*/ad_ +||http://xinhuanet.com^*/adv +||http://xinjs.cn/2010/zzz.jpg +||http://xinku.org/jbLoader.js +||http://xinmin.cn/framepage/foot1.htm +||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 +||http://xinyi.com/Public/config/Couplet/Index41.js +||http://xinzheng8.pw^ +||http://xitangwenhua.com/muban/mh/js/asd.js +||http://xitek.com/idzone +||http://xitong8.com/theme/default/images/725x90.gif +||http://xitong8.com/theme/default/images/index_13.jpg +||http://xitongzhijia.net/theme/2017/images/temp/ad_ +||http://xitongzhijia.net/theme/2017/js/total_soft.js +||http://xiu8.com/baidu-tieba/*&forum_name= +||http://xizi.com/a/ +||http://xizi.com/js/rotator.js +||http://xkd*.com/layer/layer.js +||http://xkhouse.com/display/displaygg/ +||http://xl720.com/tmp/ +||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 +||http://xnnews.com.cn/Templets/js/*link +||http://xntk.net^*.html +||http://xoimg.com^$domain=18board.com|18p2p.com +||http://xp811.com/img/xitong.gif +||http://xp85.com/common/images/downad +||http://xp85.com/common/js/allpage.js +||http://xpcha.com/js/notice.js +||http://xpgod.com/statics/skin_js/xpgod/ +||http://xrc3.com/js/floatcaoplus.js +||http://xs.houyi.baofeng.net^ +||http://xspic.com/css/asd +||http://xuehi.cn/reward/reward +||http://xuehuile.com/resource/images/banner/ +||http://xueqiu.com/promotion/ +||http://xun9u.com/css/js/text_link.js +||http://xunleige.com/js/functionx.js +||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 +||http://xv98.com/js/daohang +||http://xv98.com/js/hengfu +||http://xx978.info/images/468-60OK.gif +||http://xxdm6.com/js/union/ +||http://xxffo.com^*_slett.php +||http://xxhh.com/xh.js +||http://xyfdcw.com.cn/userfiles/flash/ +||http://xywy.com/gk?a= +||http://xywy.com/zhixing/ +||http://xz7.com/js/3000.js +||http://xz7.com/js/bann +||http://xz7.com/js/gg_ +||http://xz7.com/js/jctj.js +||http://xz7.com/js/top2.js +||http://xz7.com/js/xia +||http://xzbu.com/img/xueshu +||http://xzbu.com/xueshu/btxm.jpg +||http://xzbu.com/xueshu/zwyc.gif +||http://y3600.com/1 +||http://ya*.dwstatic.com^ +||http://yahoo.com/embed/tv?site=buzzhand& +||http://yahoo.com/gdsale/gdsale.asp$domain=beephone.com.tw +||http://yam.com/ad_yam/ +||http://yan007.com/js/sss/ad.js +||http://yanjiao.com/zt/indexad/ +||http://yantuchina.com/Upload/Ad/ +||http://yanu.qiniudn.com/*x60. +||http://yanu.qiniudn.com/270300.jpg +||http://yaojingweiba.com/inc/ +||http://yaolan.com/wenku_debris/time_debris/images/mary +||http://yaolanimage.cn/assets/ask/js/ask_video_popup.js +||http://yaolanimage.cn/cms/image/960-90 +||http://yaozui.com/ref/index? +||http://yaseok.com//static/src/images/loading.gif +||http://yaseok.com/uploads/20*.gif +||http://yatu.tv/m/images/*300_100 +||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/ +||http://yea.im/5hq.gif +||http://yea.im/5ht.gif +||http://yecaoyun.com/AD/ +||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://ygodl.com/wp-content/uploads/*.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/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 +||http://yktj.yzz.cn^ +||http://ylnet.com.cn/dl*.js +||http://ylnet.com.cn/gj.js +||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 +||http://youth.cn/images/c.js +||http://youth.cn/images/m.js +||http://youth.cn/images/public_ +||http://youth.cn/qwtf2015/ +||http://youth.cn^*.html$subdocument,~third-party +||http://youth.cn^*.php$subdocument,~third-party +||http://youthwant.com.tw/dodo.php?adjs= +||http://youtube.com/embed/*&origin=$domain=ck101.com +||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/ +||http://yuesp.com/js/viu/ +||http://yueyuyy.com:350/images/pc-tongzhi.js +||http://yui-nya.com/wp-content/uploads/2016/12/37011.jpg +||http://yui-nya.com/wp-content/uploads/2016/12/neta370-370.jpg +||http://yunbofangbt.com^ +||http://yundaquan.com/data/attachment/portal/ +||http://yundianb.com/hao/ +||http://yundianb.com/tu/jia.gif +||http://yunfile.com/ex/pop/ +||http://yunlaige.com/configs/article/*gg +||http://yunlaige.com/configs/article/*zx +||http://yunupload.net/jsa/ +||http://yx-w.com/1122in/619x93.js +||http://yxad.com/baidu/ +||http://yxad.com/js/lady.gif +||http://yxad.com/sg/ +||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 +||http://yxdown.com/zt/zt/js/zt.js +||http://yxlady.com/wxetj/pcfarmgg.jpg +||http://yxtvg.com/js/s.js +||http://yxzoo.com/style/js/fmt.js +||http://yxzp.net/left.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 +||http://yytcdn.com/swf/plugins_new.xml?$domain=yinyuetai.com +||http://yytcdn.com/user/bugles/*_*x*.jpg +||http://yywz123.com/file/A*.js +||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://zabaye.com/templets/wapian/images/js/guding.js +||http://zantj.com/diao +||http://zarvagroup.com/pcads.js +||http://zb.cool/static/img/banner/ +||http://zbjimg.com/static/union/ +||http://zc173.com/173fee/ +||http://zc173.com/pp/ +||http://zcaijing.com/images/ +||http://zchot.com/images/web.gif +||http://zczj.com/special/ +||http://zd518.cn/bf- +||http://zdface.com/js/m/zw_banner.js +||http://zdisk.cn/mip/bnmanhua. +||http://zdqx.com/statics/v1/images/gif/ +||http://zdzdm.com/static/img/*ljs.jpg +||http://zeyi5.com/js/2412/ +||http://zfs.cn/8th/ +||http://zhaiiker.com^*_ads& +||http://zhainanba.org/ac/ +||http://zhan.com/static/js/*_ad_modal.js +||http://zhandi.cc/Runtime/js/*vod +||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 +||http://zhaozi.cn/d/js/mini/extended +||http://zhenjiang365.cn/*/ad_ +||http://zhenjiang365.cn/bbsatt/day_120827/1208271004af7c25b6e3d4fa1d.gif +||http://zhev.com.cn/file/weixin/ +||http://zhgmeitu.xyz/images/*.gif +||http://zhibo8.cc/js/adv-slide-toggle.js +||http://zhiboba.org/gg_js/ +||http://zhibok8.com/images/*.gif +||http://zhibok8.com/js/di +||http://zhibok8.com/js/scroll.js +||http://zhifuok.com/19xa.jpg +||http://zhijia.com/hd/*.swf +||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 +||http://zhuashi.oss-cn-beijing.aliyuncs.com^$domain=~zhuashi.com +||http://zhuici.com/990x60.jpg +||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://zineworm.com^*&localtype= +||http://zinggadget.com/wp-content/*/popup +||http://zj.cn^*/AD?location= +||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 +||http://zmtiantang.com/static/pace. +||http://zmzjstu.com/g3/ad-cp/ +||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 +||http://zongheng.com/ajax/recommend.game. +||http://zongheng.com/upload/ad/ +||http://zongheng.com/upload/hzds/ +||http://zongheng.com/upload/recommend/game/ +||http://zongheng.com/v2014/js/mod/bad.js +||http://zongheng.com/zhuanti/2014/active/js/active.js +||http://zp365.com/newImages/201*.swf +||http://zpgjz.com/cdn/new1/4.gif +||http://zpiyi.com/public/js/global.js +||http://zqsx.net/bbs/kehu/ +||http://zqzq*.com:*/da.aspx +||http://zrblog.net/zzimg/ +||http://zsjjob.com/user/member/google.htm +||http://zsnews.cn/js/adControl- +||http://zt.chuanke.com/?mod= +||http://zt2088.com^ +||http://zt5.com/statics/img/ +||http://ztjal.info/wp-content/plugins/kill-adblock/ +||http://ztyumn.ifeng.com^ +||http://zuiacg.com/images/client/ +||http://zuidaima.com/images/1/201606/20160616135714978. +||http://zuixingkong.com/gao/ +||http://zuixingkong.com/show-g/ +||http://zuixingkong.com^*mygg/ +||http://zuoche.com/promo/*.jspx +||http://zuoyebang.cc/static/question/pkg/wap-qb_ +||http://zwwooooo.com/images/hengtian. +||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://zywlyy.cn/JS/ +||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/zb_users/theme/Frozen/style/images/banner/ +||http://zzsky.cn/images/a_d_ +||http://zzz4.com/JS_AD/ +||http://zzzyk.com/js/ +||http://007hd.com/7PcCH3ce420MZaTO.php +||http://17ce.com^*_$image +||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 +||http://sinaimg.cn^$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 +||http://tinypic.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 +||http://adxxx.info^$domain=avgle.com +||http://avgle.topgirlsdating.com^$domain=avgle.com +||http://jads.co^$domain=avgle.com +||http://olmsoneenh.info^$domain=avgle.com +||http://u1.61sou.com^ +||http://003store.com^ +||http://0512s.com^$third-party +||http://1.01fy.cn^ +||http://1.1010pic.com^ +||http://1.11467.com^ +||http://1.15lu.com^ +||http://1.201980.com^ +||http://1.32xp.com^ +||http://1.51sxue.cn^ +||http://1.66law.cn^ +||http://1.800400.net^ +||http://1.92caijing.com^ +||http://1.ajiyuming.com^ +||http://1.arpun.com^ +||http://1.bangdan5.com^ +||http://1.bh5.com.cn^ +||http://1.cjcp.cn^ +||http://1.codesdq.com^ +||http://1.codezh.com^ +||http://1.feihua.com^ +||http://1.feihua.net.cn^ +||http://1.glook.cn^ +||http://1.hnyouneng.com^ +||http://1.idc100.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.pncdn.cn^ +||http://1.qjhm.net^ +||http://1.rr95.com^ +||http://1.sj33.net^ +||http://1.snzfj.net^ +||http://1.soufy.cn^ +||http://1.ttxs123.net^ +||http://1.uc129.com^ +||http://1.ufc123.com^ +||http://1.v-x.com.cn^ +||http://1.vsimg.com^ +||http://1.wenzhangba.cn^ +||http://1.xilu.com^ +||http://1.xuexi.la^ +||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.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://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.haoxue360.com^ +||http://200218.com^$third-party +||http://21.cizhibaogao.org^ +||http://21.fh21static.com^ +||http://21.zhaozongjie.com^ +||http://283.laobanfa.com^ +||http://3.5646.cn^ +||http://3.chuanyi5.com^ +||http://3.guidaye.com^ +||http://3.ssqzj.com^ +||http://32.huanqiu.com^ +||http://321.jintang114.org^ +||http://360640.com^ +||http://51dengshan.cn^ +||http://51gxqm.com^ +||http://51yhzp.com^$third-party +||http://52lubo.cn^ +||http://5dian.org^ +||http://5pub.com^ +||http://644446.com^ +||http://6669667.com^ +||http://7011.stia.cn^ +||http://76e.org^ +||http://7car.com.cn^ +||http://80juqing.com^ +||http://8131.qizhihaotian.cn^ +||http://8dp.net^ +||http://91friend.com^$third-party +||http://94ab.com^$third-party +||http://999d.com^$third-party +||http://a*.chajiaotong.com^ +||http://a.52wubi.com^ +||http://a.52zxw.com^ +||http://a.armystar.com^ +||http://a.bake818.cn^ +||http://a.duanmeiwen.com^ +||http://a.duduji.com^ +||http://a.dyjqd.com^ +||http://a.epinv.com^ +||http://a.exam58.com^ +||http://a.icdol.com^ +||http://a.imgso.cn^ +||http://a.jing55.com^ +||http://a.lz13.cn^ +||http://a.mfcad.net^ +||http://a.miyudaquan.top^ +||http://a.nanhuwang.com^ +||http://a.oh100.com^ +||http://a.qinghua5.com^ +||http://a.qsjiajiao.com^ +||http://a.rensheng5.com^ +||http://a.shenchuang.com^ +||http://a.thn21.com^ +||http://a.tiyuxiu.com^ +||http://a.tvsou.com^ +||http://a.umilu.com^ +||http://a.wanzhuang.com^ +||http://a.wifi33.com^ +||http://a.xixiyishu.com^ +||http://a.xuezizhai.com^ +||http://a.yangshengtang123.com^ +||http://a.yellowurl.cn^ +||http://a.yuzhainan.com^ +||http://a.zuowenxuan.cn^ +||http://a1.0s.net.cn^ +||http://a1.99933.cn^ +||http://a1.99966.cn^ +||http://a1.bestopview.com^ +||http://a1.bookapka.com^ +||http://a1.firefoxchina.cn^ +||http://a1.gexing.me^ +||http://a1.lshou.com^ +||http://a1.q6u.com^ +||http://a1.qqjay.com^ +||http://a1.qqtn.com^ +||http://a1.shusanqi.com^ +||http://a1.sumiaowang.com^ +||http://a1.twtym.com^ +||http://a15d55423.5tps.xyz^ +||http://a3.jandan.net^ +||http://aa.gushiwen.org^ +||http://aa.ninze.com^ +||http://aa.xiangxiangmf.com^ +||http://ab.cnbanbao.com^ +||http://ab.pincai.com^ +||http://abc.douguo.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://aiwen.cc^ +||http://al.newxue.com^ +||http://api.557400.com^ +||http://as1.m.hao123.com^ +||http://as1.wenku.baidu.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.xiao84.com^ +||http://b17.8794.cn^ +||http://b7sw62.pingshu8.xyz^ +||http://baidu1.codejie.net^ +||http://baiduada.babihu.com^ +||http://baidujs.cnys.com^ +||http://bas.boshi.tv^ +||http://bd-s.baixing.net^ +||http://bd.czxuexi.com^ +||http://bd.ershenghuo.com^ +||http://bd1-china.6789.com^ +||http://bd1.365qilu.com^ +||http://bd1.99danji.com^ +||http://bd1.dopa.com^ +||http://bd1.flfgw.cn^ +||http://bd1.pipaw.com^ +||http://bd1.sosg.net^ +||http://bd1.szhk.com^ +||http://bd1.xiby.cn^ +||http://bd11.nipic.com^ +||http://bd3.chuiyue.com^ +||http://bdad.gaotie.net^ +||http://bdasd.chinabig.com.cn^ +||http://bdasd.wmxa.cn^ +||http://bdcm.kandianla.com^ +||http://bdcode.2345.com^ +||http://bdcode.35d1.com^ +||http://bdcode.qinglm.com^ +||http://bdcode.youke.com^ +||http://bdcpro*.techweb.com.cn^ +||http://bdgg.qjy168.com^ +||http://bdjiaoben.wmxa.cn^ +||http://bdjj.bzr99.com^ +||http://bdjj.makepolo.net^ +||http://bdjs.163lady.com^ +||http://bdjs.91zhuti.com^ +||http://bdjs.guangyuanol.cn^ +||http://bdjs.kaixin100.com^ +||http://bdjs.shangc.net^ +||http://bdjs.uimg.cn^ +||http://bdlm*.hc360.com^ +||http://bdm.911cha.com^ +||http://bdmjs.xywy.com^ +||http://bdu.focus.cn^ +||http://bdu1.coozhi.cn^ +||http://bdunion1.suxiazai.com^ +||http://bdwmhz.120askimages.com^ +||http://bdx.playnext.cn^ +||http://becode.xiao84.com^ +||http://beijing.buzhi5.com^ +||http://bhaoea.cn^ +||http://bt1.patexplorer.com^ +||http://bu1.duba.com^ +||http://bu1.vvvdj.com^ +||http://c.jjkk.org^ +||http://c.mnjkw.cn^ +||http://c.tvsou.com^ +||http://c1.4qx.net^ +||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://cc.xiaodapei.com^ +||http://cdn1.tvzhe.com^ +||http://cee1.iteye.com^ +||http://cfff.net^$third-party +||http://chnci.com^$third-party +||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://cp.7y7.com^ +||http://cp.jfcdns.com^ +||http://cp.qbaobei.com^ +||http://crayon.meishichina.com^ +||http://cspb1.5w5w.com^ +||http://css.juqingba.cn^ +||http://ctc.weather.com.cn^ +||http://d*.ruiwen.com^ +||http://d*.xinshipu.com^ +||http://d.ab126.com^ +||http://d.dgzj.com^ +||http://d1.5h.com^ +||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://dail01.wanmeilr.com^ +||http://daima.diaoben.net^ +||http://daima.ijq.tv^ +||http://daima.ysdui.com^ +||http://daima.yutou123.cn^ +||http://daiwofei2019.top^ +||http://data.waptime.cn^ +||http://datas.tianqistatic.com^ +||http://daxishi.com^$third-party +||http://daxueshengqiandai.com^ +||http://dd1.diymianmo.com^ +||http://df666.pzhttaax.cn^ +||http://df888.eastday.com^ +||http://dm*.ppzuowen.com^ +||http://dm*.yxlady.com^ +||http://dm.21hubei.com^ +||http://dm.300zi.com^ +||http://dm.51okc.com^ +||http://dm.66qw.net^ +||http://dm.aizhan.com^ +||http://dm.cnbanbao.com^ +||http://dm.gucheng.com^ +||http://dm.huochepiao.com^ +||http://dm.jb51.net^ +||http://dm.jsyst.cn^ +||http://dm.pw0.cn^ +||http://dm.riji.cn^ +||http://dm.sanwen.net^ +||http://dm.taobaojuhuasuan.cn^ +||http://dm.wenshenxiu.com^ +||http://dm.zuowenku.net^ +||http://dm1.zjydt.com^ +||http://dmm.aizhan.com^ +||http://dmr.cnhoney.com^ +||http://dmym.aixyy.com^ +||http://dn*.ixinwei.com^ +||http://du1.bbdj.com^ +||http://dudm.qingsj.cn^ +||http://dyscb.cn^$third-party +||http://ee.shixunwang.net^ +||http://ejunshi.com^ +||http://emjs.mkzhan.com^ +||http://ent1.12584.cn^ +||http://f1.06ps.com^ +||http://f1.ichong123.com^ +||http://f1.pig66.com^ +||http://f1.zaojv.com^ +||http://fanpingbi*.gaokao.com^ +||http://fanyi100.com.cn^ +||http://feidalu.com^ +||http://ff.guidaye.com^ +||http://ff.xue163.net^ +||http://fjzimaoqu.cn^$third-party +||http://fotao9.com^ +||http://fp.nanrenwo.net^ +||http://fpb*.51edu.com^ +||http://fpb.sohu.com^ +||http://fpb1.apple886.com^ +||http://fpb1.chinacar. +||http://fxjs.2541.com^ +||http://g.3lian.com^ +||http://g1.pptair.com^ +||http://g1.taijuba.com^ +||http://gccode.gongchang.com^ +||http://gcw*.2liang.cn^ +||http://gg.egouz.com^ +||http://gg1.mengchongzu.com^ +||http://ggdm1.nhaidu.net^ +||http://ggjs.d17.cc^ +||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^ +||http://gumgo.cn^$third-party +||http://gunmi.cn^$third-party +||http://gzm.xzbu.com^ +||http://h1.cfxinxi.cn^ +||http://h1.kukuw.com^ +||http://hao.315hyw.com^ +||http://hao.360hyzj.com^ +||http://hapic1.zhuangxiu22.com^ +||http://hdc.maxli.cn^ +||http://hh.jiankang.com^ +||http://hi.xiunm.cn^ +||http://hi.xiunm.com^ +||http://hiorange1.jobui.com^ +||http://hmtoday.com^$third-party +||http://hrjg.com.cn^$third-party +||http://hu.xbhy.com^ +||http://huhai.cdwz8.cn^ +||http://hy.huangye88.com.cn^ +||http://hy.huangye88.net^ +||http://iia1.pikacn.com^ +||http://ikuailian.com^$third-party +||http://img.263y.com^ +||http://img.ferlie.net^ +||http://img.yangshengtang123.com^ +||http://img.zuowen8.com^ +||http://img.zuowenwang.net^ +||http://img1.biyan8.com^ +||http://img1.eywdf.com^ +||http://img1.leyun365.com^ +||http://img1.qqwangming6.com^ +||http://img1.yulu99.com^ +||http://img16.diyifanwen.com^ +||http://ios.426g.com^ +||http://iy.com.cn^$third-party +||http://j.baminw.cn^ +||http://j.diangon.com^ +||http://j.imdb.cn^ +||http://j1.piaobing.com^ +||http://jb.dianshu119.com^ +||http://jb.ecar168.cn^ +||http://jc1.dayfund.cn^ +||http://jddaw.com^ +||http://jeepyy.com^$third-party +||http://jiaoben.eastday.com^ +||http://jiaoben.ganji.cn^ +||http://jiaoben.jucanw.com^ +||http://jibn12.jintang114.org^ +||http://jiliw.com^$third-party +||http://jinghuazhijia.com^ +||http://jinhonghao.cn^ +||http://jiyan.net^ +||http://jke1.jianke.com^ +||http://js.23yy.com^ +||http://js.gdyjs.com^ +||http://js.jianbihuadq.com^ +||http://js.kt250.com^ +||http://js.ruiwen.com^ +||http://js.shangxueba.com^ +||http://js.ubaike.cn^ +||http://js.yanyue.cn^ +||http://jsb.qianzhan.com^ +||http://jscode.acg68.com^ +||http://jscode.jbzj.com^ +||http://jsf.cnlinfo.net^ +||http://jss.tvzhe.com^ +||http://jx.renrensousuo.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://kuk8.com^$third-party +||http://kuku99.com^$third-party +||http://kxji.com^$third-party +||http://leabd.douguo.com^ +||http://liangpinge.com^$third-party +||http://libs.tvmao.cn^ +||http://lixiangmo.com^ +||http://ll38.com^ +||http://lm.ijq.tv^ +||http://lm1.tuliu.com^ +||http://lm1.wzpcw.com^ +||http://lraa.xiaoniutui.com^ +||http://luolikong.net^$third-party +||http://luoshenbest.cn^ +||http://lv.myapks.com^ +||http://lyz.radio366.com^ +||http://m1.100how.com^ +||http://m1.27com.com^ +||http://m1.51kaowang.com^ +||http://m1.81312.com^ +||http://m1.darfd.com^ +||http://m1.dxsbb.com^ +||http://m1.jintang114.org^ +||http://m1.kuanff.com^ +||http://m1.nn670.com^ +||http://m1.vodjk.com^ +||http://m1.we556.com^ +||http://ma1.meishij.net^ +||http://matwbp.iask.sina.com.cn^ +||http://mb.gulongbbs.com^ +||http://mbjb1.girl13.com^ +||http://mc.tvzhe.com^ +||http://mc.weather.com.cn^ +||http://md.tvzhe.com^ +||http://meishiba.com.cn^$third-party +||http://meng.360zuowen.com^ +||http://mg.glwxw.net^ +||http://milk.yesky.com.cn^ +||http://mipujia.com^$third-party +||http://mo-tuo.com^ +||http://mountain.zhidao.baidu.com^ +||http://mpb1.iteye.com^ +||http://mps.yuwenba.cn^ +||http://ms.cnbanbao.com^ +||http://mt.59wz.com^ +||http://myunion1.qm120.com^ +||http://myunion1.tupians.com^ +||http://new.htcui.com^ +||http://news.jiukang.org^ +||http://ns1.chinayms.com^ +||http://o.jy135.com^ +||http://o.phb123.com^ +||http://o1.jyjyj.cn^ +||http://oicchina.com^$third-party +||http://okkkk.com^ +||http://p1.zhongyoo.com^ +||http://p1.zhumengwl.com^ +||http://pb.okk123.com^ +||http://pb.shuxigua.com^ +||http://pic50.pingguolv.com^ +||http://pingshu365.xyz^ +||http://pjcn.org^$third-party +||http://pkk1.zuimeiniwo.com^ +||http://psywed.com^ +||http://ptw.la^ +||http://q1.yyxwzx.com^ +||http://qifake.com^ +||http://qiji1.jdwx.info^ +||http://qiyeb.iaskbus.com^ +||http://qizhihaotian.com^*.js +||http://qpb.sohu.com^ +||http://qqhuhu.com^ +||http://qujishu.com^ +||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://s.yaozui.com^ +||http://s.zixuntop.com^ +||http://s1.dugoogle.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 +||http://salary.xiao84.com^ +||http://sbbd1.qulishi.com^ +||http://sbpb1.qulishi.com^ +||http://sc.csai.cn^ +||http://script-bd.baixing.net^ +||http://sdd.hi1718.com^ +||http://sh996.dftoutiao.com^ +||http://shili.downxia.com^ +||http://sjbaiduadv1.redou.com^ +||http://ss.ting55.com^ +||http://ssb.ah499.com^ +||http://star-media.cn^$third-party +||http://static*.365inews.com^ +||http://static.ichehome.com^ +||http://static.jiaquyi.com^ +||http://t.cnscore.com^ +||http://t1.612.com^ +||http://tech.jiukang.org^ +||http://thetestpage.39.net^ +||http://tiexing.com^$third-party +||http://tongj.xilu.com^ +||http://trebleperfect.com^$third-party +||http://tt123.eastday.com^ +||http://tu.zx110.org^ +||http://u1.2048sj.com^ +||http://u1.20q.cn^ +||http://u1.shuaiku.com^ +||http://ub1.job592.com^ +||http://uc*.atobo.com^ +||http://undm.qibulo.com^ +||http://union*.365inews.com^ +||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://w11.zhongkaohelp.com^ +||http://w18.9939.com^ +||http://wap001.bytravel.cn^ +||http://web8.net^$third-party +||http://wenshenbang.com^$third-party +||http://whfpbc.99.com.cn^ +||http://wj.jiancai365.cn^ +||http://wm.mipcdn.com^ +||http://wneia.iaskhot.com^ +||http://wr.yiyouliao.com^ +||http://ws.wenshenxiu.com^ +||http://wshufa.com^$third-party +||http://wuliao.chzsport.cn^ +||http://wuliao.juqingba.cn^ +||http://wyzq.rehuwang.com^ +||http://x1.52aoteman.com^ +||http://x1.kantu.com^ +||http://xbtw.com^ +||http://xc.gouchezj.com^ +||http://xcf-bd-js.chuimg.com^ +||http://xiaoling.ixiunv.com^ +||http://xiaomiaoquan.com^$third-party +||http://xiaopangtao.com^ +||http://xinju.cc^ +||http://xitongku.cc^ +||http://xne1ocient87zxz.360doc.cn^ +||http://xue.zbyw.cn^ +||http://xuexi.hydcd.com^ +||http://y1.spreton.com^ +||http://y66xvgo5i.chuimg.com^ +||http://yi.ximizi.com^ +||http://yijiuningyia.gushiwen.org^ +||http://ykxwn.com^ +||http://ynzhby.com^ +||http://yong.chazidian.com^ +||http://ys.muhoujiemi.com^ +||http://ysx8.vip^ +||http://ysxywj.com^ +||http://yunzuowen.com^$third-party +||http://yx1.managershare.com^ +||http://yy.jintonghua.com^ +||http://yy1.fwccw.com^ +||http://z1.chezhuzhinan.com^ +||http://z1.cyla.cn^ +||http://z1hihu.xmcimg.com^ +||http://zg.mmyuer.com^ +||http://zhihu.xmcimg.com^ +||http://zhongkaowu.com^$third-party +||http://zk.91post.com^ +||http://zoom.zshu.net^ +||http://zuowen.hydcd.com^ +||http://zxw51.com^$third-party +||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^ +||http://18dusun.com^ +||http://2013sh.com^ +||http://210189.com^ +||http://258pct.com^ +||http://258ydh.com^ +||http://265958.com^ +||http://2pmob.com^ +||http://360shopping.com.cn^ +||http://3dqiang.com^ +||http://60608787.com^ +||http://711983.com^ +||http://77rog.com^ +||http://910weixin.com^ +||http://913vt.com^ +||http://93vitui.com^ +||http://ailiyou1999.com^ +||http://aliguojw.com^ +||http://anhuilitian.net^ +||http://aodongjiaosu.com^ +||http://autoyou1678.com^ +||http://bihutg.com^ +||http://bjwwfx001.org.cn^ +||http://blossommo.com^ +||http://bycxsh.com^ +||http://ccbccb.cn^ +||http://cdxyb.cn^ +||http://chinahdcm.com^ +||http://dakawm.cc^ +||http://dfcwg.com^ +||http://dsgy521.com^ +||http://dupinpu.com^ +||http://enyayinxiang.com^ +||http://etg98.com^ +||http://fate-xy.com^ +||http://feihongjiaoyu.com^ +||http://fenvm.com^ +||http://fjmailia.com^ +||http://fm6w.com^ +||http://front99.com^ +||http://fuyigo.top^ +||http://gogolm.xyz^ +||http://gotourls.bid^ +||http://guangtui1999.com^ +||http://gzhctryy.com^ +||http://gzmsm.cn^ +||http://h01ce.cn^ +||http://harbinbaojia.net^ +||http://hdjxmf.com^ +||http://hechaocheng.cn^ +||http://henanfs.com^ +||http://hfxs01il.com^ +||http://hgo7r.cn^ +||http://hulemedia.com^ +||http://ip.hivps.xyz^ +||http://jhwj88.com^ +||http://jjqyk.com^ +||http://jlhygy.com^ +||http://juren0.com^ +||http://kkdsdlc.com^ +||http://kuangtuiguoo18888.com^ +||http://kuuad.com^ +||http://kyad88.com^ +||http://la61d.cn^ +||http://lucktui.com^ +||http://meizhuzhuangshi.com.cn^ +||http://mengchengbao.com^ +||http://miaobeichina.com^ +||http://mightiger.net^ +||http://mlangw.net^ +||http://nettsl.com^ +||http://np176.com^ +||http://pp9kk.com^ +||http://pr33.cn^ +||http://shanghuitianxia.cn^ +||http://shanxiyizhao.com^ +||http://shijiezhidao.com^ +||http://shongcheng.com^ +||http://shunlige.com^ +||http://smsksx.com^ +||http://somode.net^ +||http://soonyou123.com^ +||http://sssgao999.com^ +||http://starstar19999.com^ +||http://start1999.com^ +||http://startui19999.com^ +||http://sy123888.com^ +||http://tangeb.com^ +||http://tdtsd.com^ +||http://tjshuimu.com^ +||http://tkssw.com^ +||http://tuituiyoo999.com^ +||http://tuoguang1111.com^ +||http://uux79.com^$third-party +||http://wangketuan.com^ +||http://weduoke.com^ +||http://weekslw.com^ +||http://weixingshexiangji.net^ +||http://wjdjcjcm444.cn^ +||http://wxktv.cn^ +||http://xiaohui2.cn^ +||http://xlsschina15.net^ +||http://xueyanshan.com^ +||http://xvyljkr.com^ +||http://xzqxz.net^ +||http://ydeprint.com^ +||http://ynjkkj.com^ +||http://yootui19999.com^ +||http://youhm.cn^ +||http://youhuomeishi.com^ +||http://yttz113.com^ +||http://yunpifu.cn^ +||http://yuxiangrc.com^ +||http://yzjlsb.com^ +||http://zgdmsj.cn^ +||http://zhuyuanp.club^ +||http://zhybw88.com^ +||http://zrwhartongroup.com^ +||http://alicdn.com^$domain=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 +||http://camspic.com/imguang/*.gif +||http://sinaimg.cn^$domain=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 +||http://aaaimg.com/images*.gif +||http://canimgs.com/images/ +||http://caoimg.xyz/images/ +||http://caoimgs.com/images/*.gif +||http://ganimg.com/images/*.gif +||http://ganimgs.com/images/*.gif +||http://gaoimg.xyz/images/ +||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 +||http://dlkoo.cc/down/*.htm$popup +||http://dlkoo.cc/down/copy +||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://dybee.tv/gg +||http://okx7.site^ +||http://runkao.net^ +||http://hh010.com/static/image/fff/ +||http://stunninglover.com^ +||http://cryptaloot.pro^ +||http://01w47q.cn^ +||http://0217qpineuxbcdhopswkvf.xyz^ +||http://0224fqpowiuxybnmvdfghj.xyz^ +||http://0234408.cn^ +||http://024chaoren.cn^ +||http://02m5j.cn^ +||http://0302woeuxcbrnxcvsdfghu.xyz^ +||http://0309fuweopermncvbnazdf.xyz^ +||http://0316dieroxiemzfjwmapk.xyz^ +||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://1115potmgabfvixqwi.top^ +||http://114com.cc^ +||http://118ex.cn^ +||http://119cgpt.com^ +||http://12381236.com^ +||http://12jf3.cn^ +||http://12rge.xyz^ +||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://258580w.cn^ +||http://258zw.com^$third-party +||http://27f35.cn^ +||http://282l1.cn^ +||http://28mcw1.cn^ +||http://2byuf.cn^ +||http://2fnrc.cn^ +||http://2fx32.cn^ +||http://2gvuukm1lm.com^ +||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://31xiaoshuo.org^$script,~third-party +||http://360zuowen.net^ +||http://365syt.cn^ +||http://365yigou.cn^ +||http://36ia2.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://51posj.cn^ +||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://597txt.com^*.php +||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://66992.top^ +||http://66993.top^ +||http://66994.top^ +||http://678sky.com^ +||http://688ct.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://733xs.top^ +||http://73cm.com^ +||http://74p030.cn^ +||http://757g7g.cn^ +||http://76xs.com^ +||http://7ef4d.cn^ +||http://7ez4.cn^ +||http://7gbca.cn^ +||http://7ia9h.cn^ +||http://7kzw.com/fe/ +||http://7m307.cn^ +||http://7n3e8o.com^ +||http://7x3mh.cn^ +||http://805zx.cn^ +||http://80f31.cn^ +||http://81ngn1.cn^ +||http://85rvq.cn^ +||http://85wa.cn^ +||http://88android.com^ +||http://88eg.cn^ +||http://88k73d.cn^ +||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^ +||http://9y88.com^ +||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^ +||http://achig.com^ +||http://actingidekex.cn^ +||http://adaog.com^ +||http://admddc.com^ +||http://aduic.com^ +||http://aercxy.com^ +||http://afefw.com^ +||http://affiliate6.com^ +||http://afoux.com^ +||http://aganj.com^ +||http://agurl.top^ +||http://ahanve.cn^ +||http://ahinang.cn^ +||http://ahinin.cn^ +||http://ahuac.com^ +||http://ahunui.cn^ +||http://ahw3.com^ +||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^ +||http://aishowbger.com^ +||http://aitxt.com/bot- +||http://aitxt.com/m_float.js +||http://aiyyu.com^ +||http://ajiez.com^ +||http://ajkdg3.xyz^ +||http://alitx963.com^ +||http://aliyoo999.com^ +||http://alksdh.com^ +||http://allluck.cn^ +||http://alryo.cn^ +||http://anmeilai.net^ +||http://anyysz.com^ +||http://aomde.com^ +||http://apjiangte.com^ +||http://apmengxin.com^ +||http://applequan.com^ +||http://apxyz.com^ +||http://aquarius8.cn^ +||http://archrug.com^ +||http://autobedo.com.cn^ +||http://avsmt.cn^ +||http://awqsaged.cn^ +||http://awtks.com^ +||http://awyys.com^ +||http://axizb.cn^ +||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.bxwx666.org^ +||http://baiduspider1.cn^ +||http://baitaoidc.com^ +||http://baiyangzs.com^ +||http://baolutongwuye.cn^ +||http://bapkt.com^ +||http://barnfps.com^ +||http://bbba8.com^ +||http://bbbr8.com^ +||http://bbbx.xyz^ +||http://bbeyay41026.cn^ +||http://bbvjs.com^ +||http://bchur.com^ +||http://bcunr.com^ +||http://bdaor.com^ +||http://bdiae.com^ +||http://bei7.clewx.com^ +||http://beifmu.com^ +||http://bentengcn.com^ +||http://berfd.xyz^ +||http://betohomeall.com^ +||http://bgcse.cn^ +||http://bgj216.cn^ +||http://bgtrtv.top^ +||http://bhuak.com^ +||http://bhyddc.com^ +||http://bianxianwu.com^ +||http://bibi91.com^ +||http://biboi.cn^ +||http://biluzhang.cn^ +||http://bingdiantao.com^ +||http://biquge.info^*.js? +||http://biquge.tw/xtws/true.js +||http://bixuyao.com.cn^ +||http://bjbrtc.com^ +||http://bjdianyue.com^ +||http://bjeai.com^ +||http://bjhengdiao.com^ +||http://bjhuhangjy.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://bohuaqiche.com^ +||http://bokanedu.net^ +||http://book9.net^$third-party +||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^ +||http://c6z85.cn^ +||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^ +||http://ccmdgg.com^ +||http://ccouv.com^ +||http://ccunf.com^ +||http://cdfzcz.com^ +||http://cdgxq.com^ +||http://cdhenfan.com^ +||http://cdiah.com^ +||http://cdjkngs.cn^ +||http://cdntlz.cn^ +||http://cdouj.com^ +||http://cdqjmc.com^ +||http://ceiyo.com^ +||http://cepegas.com^ +||http://cewbeyy.com^ +||http://ceyiuy.com^ +||http://cezezo.top^ +||http://cfdanet.com^ +||http://cfenl.com^ +||http://cfhijdsb.cn^ +||http://cgaij.com^ +||http://cghc87.cn^ +||http://cgoiiq.com^ +||http://cgoul.com^ +||http://cgxxmy.com^ +||http://changhehengqi.com^ +||http://chaojilamei.cn^ +||http://chendjiangxing.cn^ +||http://chengboke.cn^ +||http://chengdahdf.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^ +||http://chutangpu.cn^ +||http://cike666.com^ +||http://cindy17club.com^ +||http://city009.com^ +||http://cjh9.cn^ +||http://cjieh.com^ +||http://ckaiv.com^ +||http://ckikq.com^ +||http://ckjyck.qxs.la^ +||http://claiks.com^ +||http://clandia.cn^ +||http://classicgir.cn^ +||http://clmmw.com^ +||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://codenew.kanshuhai.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://csalsylqx.com^ +||http://cshwhy.cn^ +||http://ctiev.com^ +||http://cuoas.com^ +||http://cuoss.com^ +||http://cwj2h.cn^ +||http://cwpush.com^ +||http://cxaerp.com^ +||http://cxb4.cn^ +||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://d1skp.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://daima.dsxdn.com^ +||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^ +||http://dbeij.com^ +||http://dbiej.com^ +||http://dbwmjj.com^ +||http://dcaij.com^ +||http://dceni.com^ +||http://dcuom.com^ +||http://ddanq.com^ +||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://dh54wf.xyz^ +||http://dhaof.com^ +||http://dhbo4t.cn^ +||http://dhgdp.cn^ +||http://dhuhui.cn^ +||http://dianshihuanping.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^ +||http://dmouy.cn^ +||http://dmpsj.cn^ +||http://dn189.com^ +||http://dnfeu.com^ +||http://doowe.cn^ +||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^ +||http://dxcssc.cn^ +||http://dxmci.com^ +||http://dydyhg.com^ +||http://dyfzyg.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^ +||http://enjuw.com^ +||http://eou01a.cn^ +||http://epanr.com^ +||http://eqiuy.com^ +||http://erocw.com^ +||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^ +||http://fccay.cn^ +||http://fchio.com^ +||http://fcrdb.com^ +||http://fcuit.com^ +||http://fcunq.com^ +||http://fdaoo.com^ +||http://fdoun.com^ +||http://feifish66.com^ +||http://feipaihehuoren.cn^ +||http://feixs.com/style/t.js +||http://fenbengpan.cn^ +||http://ffanq.com^ +||http://ffg34fg.78zw.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^ +||http://fkkse.com^ +||http://fkogs.com^ +||http://fninin.cn^ +||http://fnxmyx.cn^ +||http://focuscat.com^ +||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^ +||http://fx6j3.cn^ +||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^ +||http://gcheg.com^ +||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://ggskt.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://gotooback.com^ +||http://gou1zhe.com^ +||http://goulanmeng.cn^ +||http://gringrin.cn^ +||http://grjs02.com^ +||http://grtnahd.cn^ +||http://gtaih.com^ +||http://gtchong.com^ +||http://gtifund.cn^ +||http://gtiou.com^ +||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://h4game.net^ +||http://h5e6d5.xyz^ +||http://hainufamliy.top^ +||http://hajuwang.cn^ +||http://hanmiyong.com^ +||http://haomaojin.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://hchg89.cn^ +||http://hchig.com^ +||http://hchik.com^ +||http://hdfdm.com^ +||http://hdminfeng.com^ +||http://hdswgc.com^ +||http://hduic.com^ +||http://headwell.cn^ +||http://heavenwil.top^ +||http://hebeixingfei.com^ +||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://houanjijuxie.cn^ +||http://how5.cn^ +||http://hp-china.biz^ +||http://hpzyl.com^ +||http://hqgjcm.com^ +||http://hqsjc.com^ +||http://hs1s1.cn^ +||http://hsbkr.com^ +||http://htfmbt.com^ +||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://hyyazhaji.com^ +||http://hzht666.com^ +||http://hzuok.com^ +||http://hzuvw.com^ +||http://hzxfmc.com^ +||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^ +||http://ibinp.com^ +||http://icebeatuy.com^ +||http://icyrd.com^ +||http://idanmei.cn^ +||http://identified.cn^ +||http://ieeod0.com^$third-party +||http://ienkdaccessible.cn^ +||http://ienkdago.cn^ +||http://ieqmeq.com^ +||http://ifeib.com^ +||http://ihais.com^ +||http://ihear123.com^ +||http://ihhii.xyz^ +||http://iigushi.com^ +||http://ijieo.com^ +||http://ijo5g.cn^ +||http://ijuns.com^ +||http://ijuny.com^ +||http://imanchu.cn^ +||http://imiek.com^ +||http://imykgs.com^ +||http://inccnd.com^ +||http://increased.cn^ +||http://infvb.com^ +||http://internerl.com^ +||http://intxt.cn^ +||http://ipchinatelecom.com^ +||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://jh76fy.xyz^ +||http://jh99s.cn^ +||http://jhbrc.xyz^ +||http://jhf2e.cn^ +||http://jhgff23az.biqugetv.com^ +||http://jia-huan.cn^ +||http://jiangchunli.cn^ +||http://jiaofulin.cn^ +||http://jiaqingli.cn^ +||http://jiayi2019.top^ +||http://jiazihao.cn^ +||http://jiejiemimu.cn^ +||http://jieyixiu.com^ +||http://jifeidandar.com^ +||http://jiguangyi.com.cn^ +||http://jiirz.com^ +||http://jilinxinfukeji.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^ +||http://jlvskg.cn^ +||http://jlxzt.com^ +||http://jmsisqc.cn^ +||http://jmxlaser.com^ +||http://jnclym4.cn^ +||http://jndczg.com^ +||http://jnmqym4.cn^ +||http://jnsdkjzs.com^ +||http://jnxz66.cn^ +||http://jollyspring.com^ +||http://jotrening.com^ +||http://jpenk.com^ +||http://jpg1.oss-cn-beijing.aliyuncs.com^ +||http://jqpvv.cn^ +||http://jrdkc.com^ +||http://jsaik.com^ +||http://jscccc.cc^ +||http://jskang.cn^ +||http://jssumei.cn^ +||http://jstdjq.com^ +||http://jsth999.com^ +||http://jsyjwj.com^ +||http://julitenj.com^ +||http://jullycn.com^ +||http://jundazulin.com^ +||http://just9229.cn^ +||http://justincao84.cn^ +||http://juyzr.com^ +||http://jvyigg.biquge.lu^ +||http://jvyigg.biqumo.com^ +||http://jvyigg.zbzw.la^ +||http://jwhfn.cn^ +||http://jwiyr.com^ +||http://jx.cn^$third-party +||http://jxbtl.com^ +||http://jxhcyc.com^ +||http://jxinyue.top^ +||http://jxnrfx.com^ +||http://jxxcfd.com^ +||http://jxyufa.com^ +||http://jyhwt.cn^ +||http://jyjhkz.com^ +||http://jytjw.com^ +||http://jzntxs.com^ +||http://k22x6.cn^ +||http://k2n0f.cn^ +||http://k5ai3c.cn^ +||http://k7tju.xyz^ +||http://k859n.cn^ +||http://k9wi2d.cn^ +||http://kachecloud.com^ +||http://kafka8.com^ +||http://kaihutai.cn^ +||http://kakam.info^ +||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://klorn.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^ +||http://kvinoo.com^ +||http://kwjkd.com^ +||http://kwp79i.cn^ +||http://kxhie.com^ +||http://kyxnz.cn^ +||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^ +||http://lchar.com^ +||http://lcrmm.top^ +||http://legozu.com^ +||http://lemaite.cn^ +||http://lerenzx.cn^ +||http://lesanmo.top^ +||http://let83.cn^ +||http://lfcepgb.cn^ +||http://lfdydk.com^ +||http://lfouz.com^ +||http://lfzxcp.com^ +||http://lgjygg.com^ +||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://lifecooktv.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://lixudong.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://lq1.abcxs.com^ +||http://lqmohun.com^$third-party +||http://lr96.top^ +||http://lsiwd.cn^ +||http://lusrg.cn^ +||http://luxoshopde.com^ +||http://luyouxi.cn^ +||http://lvkuaizi.com^ +||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://maka.im^$third-party +||http://mamaailmjz.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://me0715.top^ +||http://medprofile.cn^ +||http://meizhuli365.cn^ +||http://mendoc.cn^ +||http://mengpr.com^ +||http://meooe.com^ +||http://mgldzcls.com^ +||http://mgsue.cn^ +||http://mgzs.cdn.bcebos.com^ +||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^ +||http://mmfusheng.com^ +||http://mmhhjt.com^ +||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^ +||http://mreod.cn^ +||http://msdfd.cn^ +||http://msuik.cn^ +||http://mtcat.cn^ +||http://mubite.cn^ +||http://mujiangdashi.cn^ +||http://mukkkoi.cn^ +||http://mukqeq.cn^ +||http://muqsad.xyz^ +||http://muusn.cn^ +||http://mwjpk.com^ +||http://mx.biquge.info^ +||http://mxtailor.com^ +||http://mysty.com.cn^ +||http://mytianqi.vip^ +||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://ningxiayy.com^ +||http://niutaizong.cn^ +||http://nixiclothing.com^ +||http://njguluyu.cn^ +||http://njhuashidai.cn^ +||http://njjmp.com^ +||http://njxczy.com^ +||http://njyyk.com^ +||http://nk295.cn^ +||http://nkwwbg.com^ +||http://nkyyls.cn^ +||http://nlyjs2015.com^ +||http://nlzq888.com^ +||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://nxwzfz.com^ +||http://nxypz.com^ +||http://nxyycsyy.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://oikqfwv.cn^ +||http://oir85.cn^ +||http://oiwjcsh001.top^ +||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://onsiteline.vip^ +||http://onsiterope.com^ +||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://oulvtrip.com^ +||http://ow*.biqugego.com^ +||http://panwenjun.top^ +||http://paochala.net^ +||http://passwz.com^ +||http://pbino.com^ +||http://pcaoo.com^ +||http://pd3a.cn^ +||http://pdfbs.com^ +||http://pdkuai.com^ +||http://pentaxaws.cn^ +||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^ +||http://picbr.com^ +||http://pieaa.com^ +||http://piliangzhuce.cn^ +||http://pincidao.cn^ +||http://pingeds.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://primusu.com^ +||http://psgch.xyz^ +||http://pstarv.cn^ +||http://ptgezc.com^ +||http://ptummn.cn^ +||http://ptuoa.com^ +||http://puzwb.cn^ +||http://pwjhg.com^ +||http://pwjmzqx.cn^ +||http://px69z.cn^ +||http://pxyvb.cn^ +||http://pyerc.com^ +||http://pyhuiyu.com^ +||http://pzhygu.cn^ +||http://pzuth.cn^ +||http://pzvlnh.cn^ +||http://q0uz4c.cn^ +||http://q671e.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://qinlinquan.cn^ +||http://qiruidea.com^ +||http://qjueu.com^ +||http://qjxszp.cn^ +||http://qkptx.com^ +||http://qlaot.com^ +||http://qldua.cn^ +||http://qloer.com^ +||http://qlonglong.com^ +||http://qlssbq.cn^ +||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://qushuba.com^*(com? +||http://quyejianzhan.tech^ +||http://qxyu.top^ +||http://qyttl.cn^ +||http://qzbxfs.com^ +||http://qzdag.com^ +||http://qzdaren.com^ +||http://qzyiming.cn^ +||http://qzylyp.com^ +||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^ +||http://rrkykn.cn^ +||http://rrrwwwa.com^ +||http://rtslgov.cn^ +||http://ruiyufangchan.cn^ +||http://ruxmc.cn^ +||http://ruyidk.com^ +||http://ruyiqufu.com^ +||http://rxxdq.cn^ +||http://s06th.cn^ +||http://s2mvd.cn^ +||http://sanitwealth.com^ +||http://sbenx.com^ +||http://sbiim.com^ +||http://sbinx.com^ +||http://sceyv.com^ +||http://scouc.com^ +||http://scoue.com^ +||http://scqajt.cn^ +||http://sczhilong.cn^ +||http://sdaaxz.xyz^ +||http://sdabfw.cn^ +||http://sdadxz.xyz^ +||http://sdaexz.xyz^ +||http://sdahxz.xyz^ +||http://sdaiv.com^ +||http://sdajxz.xyz^ +||http://sdakxz.xyz^ +||http://sdalxz.xyz^ +||http://sdfjtwp.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://shlovesea.com^ +||http://shsnjj.top^ +||http://shuaixu.site^ +||http://shumilou.co/style/html5.js +||http://sibozhihui-lc.com^ +||http://signstu.top^ +||http://siguatv.cn^ +||http://simon184.cn^ +||http://sinabuy.cn^ +||http://sincetrade.com^ +||http://sixgen.cn^ +||http://sjaidu.com^ +||http://sjczsc.com^ +||http://sjuqc.com^ +||http://skyttt.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://softtest.vip^ +||http://sokoyo-fq.com^ +||http://sonomoyo.com^ +||http://sonsang.cn^ +||http://sosjyx.com^ +||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^ +||http://swhgd.com^ +||http://swq48b.cn^ +||http://sxjkc.cn^ +||http://sxjxhg.com^ +||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^ +||http://symab.cn^ +||http://symad.cn^ +||http://symae.cn^ +||http://symag.cn^ +||http://symah.cn^ +||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^ +||http://tbaia.com^ +||http://tbenq.com^ +||http://tbieq.com^ +||http://tbinq.com^ +||http://tchep.com^ +||http://tcnmf.com^ +||http://tctakoh.com^ +||http://tdain.com^ +||http://tdoup.com^ +||http://tenh2.cn^ +||http://testself.vip^ +||http://tgbrfv.cn^ +||http://themaxmall.com^ +||http://themecat.cn^ +||http://themee.cn^ +||http://theonsiteline.com^ +||http://thuyki.cn^ +||http://tianhelife.com^ +||http://tianhuafund.cn^ +||http://tiankongzudui.com^ +||http://tianxiazhenji.com^ +||http://tiaopimiao.net^ +||http://tiaoweiyou.cn^ +||http://tick0.com^ +||http://tingfengyu.top^ +||http://tinwong.cn^ +||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://ttzw.tv/tz/h.js +||http://ttzw.tv/tz/true.js +||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://u0r9.cn^ +||http://u2c8.cn^ +||http://u372q.cn^ +||http://u7qy3e.cn^ +||http://ubaii.com^ +||http://uc4a.cn^ +||http://ucaii.com^ +||http://uchij.com^ +||http://ucsmqq.site^ +||http://ucvqmvg.cn^ +||http://udbyv8918.com^ +||http://ueaeqqi.cn^ +||http://uh64b.cn^ +||http://uhor8.cn^ +||http://ui91q.cn^ +||http://uislkdxx.com^ +||http://uissm.com^ +||http://uksnyf.cn^ +||http://umbbs.cn^ +||http://umm6.cn^ +||http://umyai.com^ +||http://unetall.com^ +||http://unilz588.com^ +||http://uo12.com^ +||http://uqpfh.cn^ +||http://urlet.cn^ +||http://usty357a.site^ +||http://uuopp.com^ +||http://uxyrl.cn^ +||http://uzhaj.com^ +||http://uzyid.cn^ +||http://v3iy0h.cn^ +||http://v44i.cn^ +||http://vb4rvq.cn^ +||http://vbaiu.com^ +||http://vbanm.com^ +||http://vbaof.com^ +||http://vbaou.com^ +||http://vbieu.com^ +||http://vbinu.com^ +||http://vbnm888.com^ +||http://vcaif.com^ +||http://vchim.com^ +||http://vchiy.com^ +||http://vcuor.com^ +||http://vdlha.cn^ +||http://ve6j.cn^ +||http://vers80.com^ +||http://vf5yb4.cn^ +||http://vgaom.com^ +||http://vhuay.com^ +||http://vichc.com^ +||http://viiqx.com^ +||http://viptv91.cn^ +||http://virgo8.cn^ +||http://vjuer.com^ +||http://vkjnd.com^ +||http://vkuay.com^ +||http://vmiua.com^ +||http://vnanf.com^ +||http://vodtw.com/js/a1. +||http://vodtw.com^*xhtml +||http://vouky.com^ +||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^ +||http://wbanz.com^ +||http://wbaor.com^ +||http://wbies.com^ +||http://wbiev.com^ +||http://wcail.com^ +||http://wcaos.com^ +||http://wcjup.com^ +||http://wdeie.com^ +||http://wdiur.com^ +||http://webenginner.com^ +||http://webkooo.com^ +||http://weboser.com^ +||http://wechatpu.com^ +||http://weiguanwang888.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^ +||http://whrles.com^ +||http://whsjg.cn^ +||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^ +||http://wonwg.com^ +||http://workbizs.com^ +||http://woshiyunying.com^ +||http://wotto.cn^ +||http://woyvk.cn^ +||http://wq19w.cn^ +||http://wsoue.com^ +||http://wsxxu.com^ +||http://wszzb.top^ +||http://wuwuhh.top^ +||http://wuyanauto.com^ +||http://wuylp.com^ +||http://wvcdn.cn^ +||http://wvver.com^ +||http://wwetjy.com^ +||http://wxhdwy.com^ +||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^ +||http://xdunv.com^ +||http://xdyszx.com^ +||http://xeihy.com^ +||http://xfytjx.cn^ +||http://xhaiu.com^ +||http://xhct66.com^ +||http://xhera.cn^ +||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^ +||http://xionghaobm.cn^ +||http://xjtxcj.com^ +||http://xk0x.cn^ +||http://xkanf.com^ +||http://xkena.com^ +||http://xkqpco.com^ +||http://xkunn.com^ +||http://xlhm88.cn^ +||http://xmcxz.com^ +||http://xmgdfb.cn^ +||http://xmgysweb.com^ +||http://xmljx.cn^ +||http://xmndrx.cn^ +||http://xn--2qux23c9ziyrq.icu^ +||http://xn--2qux23confgml.club^ +||http://xn--i6qs37am6iwyqffc.com^ +||http://xn--mtsr39cnql.video^ +||http://xn--wxtr44c.video^ +||http://xn--wxtr9fwyxk9c.art^ +||http://xn--wxtr9fwyxk9c.club^ +||http://xncgroup.cn^ +||http://xnghmc.com^ +||http://xnjzsn.com^ +||http://xqxx520.com^$third-party +||http://xrain.net^ +||http://xroun.com^ +||http://xrpva.cn^ +||http://xstt5.com/skin/v3/js/zhang. +||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^ +||http://xuro006.com^ +||http://xxkio.com^ +||http://xxlywl.cn^ +||http://xznykf.org^ +||http://xztms.com^ +||http://y05zw.cn^ +||http://y12f.com^ +||http://yajiuwz.xyz^ +||http://yanbenji.cn^ +||http://yangzhenpeng.top^ +||http://yanjunbo.com^ +||http://yantairuide.com^ +||http://ybaih.com^ +||http://ybaiu.com^ +||http://ybanj.com^ +||http://ybaoh.com^ +||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://yijuxie.com^ +||http://yikuaiqian.com.cn^ +||http://yimai51.cn^ +||http://yimeize.cn^ +||http://yingkepj.cn^ +||http://yinlt.com^ +||http://yinzantouzi.com^ +||http://yiqima.xyz^ +||http://yisloda.com^ +||http://yitiaoyu.top^ +||http://yiyu-fz.cn^ +||http://yiyuantian.com^ +||http://yizhijin.cn^ +||http://yjiaj.com^ +||http://yljmeishi.cn^ +||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://youshouge513.cn^ +||http://youtui456.com^ +||http://youweiprint.com^ +||http://youyicsyy.com^ +||http://youyoukou.cn^ +||http://yoxus.cn^ +||http://ypzhwf.cn^ +||http://yr29r.cn^ +||http://yrrsckr.cn^ +||http://ys6ot.cn^ +||http://ysjweb.com^ +||http://yssbi.net^ +||http://yssm.tv/sm/true.js +||http://ytbnm.cn^ +||http://ytdksb.com^ +||http://ytmaitian.com^ +||http://ytmaksim.cn^ +||http://yuanhangpiju.cn^ +||http://yueduyy.com^ +||http://yueqiangss.cn^ +||http://yueyelive.com^ +||http://yujianai520.com^ +||http://yunanfuwuqi.com^ +||http://yunl1.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://yyshow.top^ +||http://z3uk6.cn^ +||http://z41vm.cn^ +||http://zabxb.com^ +||http://zanghaihua.org^ +||http://zbeic.com^ +||http://zbieo.com^ +||http://zcand.com^ +||http://zcaod.com^ +||http://zcdor.com^ +||http://zcpap.cn^ +||http://zcpnq.cn^ +||http://zenffs.cn^ +||http://zenwq.com^ +||http://zesod.cn^ +||http://zfanc.com^ +||http://zfood029.com^ +||http://zfrgkm.cn^ +||http://zgbsny.com^ +||http://zgclmw.cn^ +||http://zgfszs.com^ +||http://zgjjkk.com^ +||http://zgjkv.com^ +||http://zgncpjyw.cn^ +||http://zgsxhx.com^ +||http://zgwlbjy.cn^ +||http://zhamm.cn^ +||http://zhenben.cc/2000/ +||http://zhengzhoupengbo.com^ +||http://zhfyws.com^ +||http://zhide-edu.cn^ +||http://zhivalley.cn^ +||http://zhiyaowan.cn^ +||http://zhongchengzp.com^ +||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://zopeynxv.top^ +||http://zougg.com^ +||http://zpoder.com^ +||http://zpyfsj.cn^ +||http://zqwlkj.cn^ +||http://zreder.com^ +||http://zrmxswrl.com^ +||http://zsjt168.cn^ +||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://zzbya.xyz^ +||http://zzbyb.xyz^ +||http://zzcgw.cn^ +||http://zzfanwo.cn^ +||http://zzhszj.com^ +||http://zzkfs.xyz^ +||http://zzmmkj.com^ +||http://zzmtfz.com^ +||http://zzqqhb.com^ +||http://zzsdjq.com^ +||http://zzsno1.com^ +||http://corechina.net^ +||http://diogv.com^ +||http://iierq.com^ +||http://jbflil.cn^ +||http://shyanche.net^ +||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://alicdn.com/kf/HTB1pS6Zel1D3KVjSZFy5jbuFpXaO.gif +||http://alicdn.com^$domain=thzk.cc +||http://chuantu.biz^$domain=thzk.cc +||http://sinaimg.cn^$domain=thzk.cc +||http://webkaka.com*/click/$image +||http://webkaka.com/info/script/articleAd.js +||http://webkaka.com/script/cp.js +||http://webkaka.com/sim/ +||http://webkaka.com^*x50. +||http://39.100.192.200/zzz0.png +||http://69lm.com.cn^ +||http://qhdfxkj.com^ +||http://shxqeps.com^ +||http://hnpjshop.com^ +||http://lopostone.com^ +||http://qyqc4s.com^ +||http://vuahb.com^ +||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^ +||http://commondisplay-a.akamaihd.net/cri/*.htm?cat= +||http://hdapp1003-a.akamaihd.net^ +||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 +||http://2005net.net^$third-party +||http://3jia5.com^$third-party +||http://5251.net^$third-party +||http://53kf.com^$third-party +||http://54kefu.net^$third-party +||http://5etv.com^$third-party +||http://bobo.com^$third-party +||http://cir-smart.baidu.com^ +||http://crs.baidu.com^ +||http://goutong.baidu.com^ +||http://knet.cn^$third-party +||http://kuaishang.cn^$third-party +||http://live800.com^$third-party +||http://looyu.com^$third-party +||http://lxbjs.baidu.com^$third-party +||http://meiqia.com^$third-party +||http://mylikechat.com^$third-party +||http://ntalker.com^ +||http://pop800.com^$third-party +||http://soperson.com^$third-party +||http://tui.cnzz.net^$third-party +||http://zoosnet.net^$third-party +||http://zoossoft.cn^$third-party +||http://025yimei.com/templets/default/js/swt.js +||http://100xuexi.com/CssModel/botad.js +||http://115img.com/static/pc/d_ +||http://126.net/caipiao/js2/dialog.js +||http://126.net/caipiao/js2/index/homePop.js +||http://163.com/special/*/bobo.html +||http://163.com^*/boboData +||http://17173.com/actapi/qiyu/ +||http://17173cdn.com^*/js/task/src/task/live/greenhand/ +||http://21sq.org/js/downloadbanner.js +||http://360doc.com/js/index7/mask_index_yc.js +||http://39.net/PictureLib/A/f76/20160825/org_749281.png +||http://51credit.com/bbs/js/bbs-end-layer.js +||http://51cto.com/iframe/get-station-ads +||http://51liucheng.com/js/dialogLogin.js +||http://51zxw.net/netclass/images/*_top.jpg +||http://6pan.cc/ps/vip.jpg +||http://a6.hujiang.com^$domain=~class.hujiang.com +||http://ad.qn.img-space.com^ +||http://ali213.net/js/3g/newsdetail.js +||http://alicdn.com/mtb/lib-smartbanner- +||http://aoji.cn/default/looyu/ +||http://asp300.com/2017images/kefu.js +||http://autohome.com.cn/news/$script +||http://autohome.com.cn/vr/*?pvareaid= +||http://autoimg.cn/Space/help/HelpRdTask.js +||http://baidu.com/cms/lemmaconfig/baikeDynamic. +||http://baidu.com/cms/lemmaconfig/navbarAd. +||http://baidu.com^*/app/banner_ +||http://baidu.dj/u/upan/you.html +||http://baike.com/newtop/news.html +||http://bdstatic.com/searchbox/icms/searchbox/img/*.jpg +||http://bdstatic.com/tb/img/icon_coo_operation_ +||http://bendibao.com/weixin_ +||http://bestpush.pconline.com.cn^ +||http://betteredu.net/js/pop_tuiguang_ +||http://bilibili.com/html/ads-index.js +||http://bjsxt.com/statics/js/bjsxt/js.js +||http://bjwj2y.com/JS/LsJS.aspx +||http://blog.sina.com.cn/lm/mini/ +||http://bobo.com/special/mod-follow/ +||http://c-ctrip.com/ResUnionOnline/R3/float/floating_normal.min.js +||http://caixin.com/file/content/js/mobile_news_app_banner.js +||http://cctvpic.com/photoAlbum/templet/common/*/game_ +||http://chazidian.com/all/gg_ +||http://china.com/images/milapp +||http://chinaacc.com/lamu/piao +||http://chinacloudsites.cn/api/promotion? +||http://chinanews.com/fileftp/2016/06/2016-06-13/U194P4T47D35171F967DT20160613093733.jpg +||http://chinanews.com/fileftp/2016/08/2016-08-04/U194P4T47D36220F967DT20160804155100.jpg +||http://chinatimes.com/ads/ +||http://cndns.com/incs/js/website_mobile.js +||http://con-article.hjapi.com/v1/txs/ +||http://cpu.baidu.com^ +||http://ctfile.com/img/*ssp +||http://daf-rs.com/imageViewer/wpAd +||http://dahe.cn/indiboy/ads/ +||http://dangbei.net/img/db/downdangbei.gif +||http://dilidili.wang/uploads/allimg/171227/1_1520203421.png +||http://dmzj.com/module/js/float_code.js +||http://dmzj.com/public/js/app_banner.js +||http://docin.com/building/getAdvById. +||http://douyu.com/dygev/*.swf +||http://duba.net/skins/2009/images/db300_250.gif +||http://dwstatic.com^*/newsPopup/ +||http://dwstatic.com^*/sidebar.js +||http://easteat.com/templets/default/images/media-top.png +||http://eastmoney.com/Extends/GetReferralLinkJavaScriptObj +||http://eastmoney.com/js/*Share.js +||http://eastmoney.com/public/ad.tools. +||http://eic.org.cn/api/Popup? +||http://eic.org.cn^*/analytics +||http://enet.com.cn/counter.php +||http://ettoday.net/style/mobileweb2014/js/smartbanner/jquery.smartbanner. +||http://ettoday.net/style/video-ad/ +||http://fengbuy.com/recommend-new. +||http://fh21.com.cn/js/passport/createQuickMenu.js +||http://forex.com.cn/index.php/Invoking/tanchukuang +||http://forex.com.cn/statics/images/ewm.jpg +||http://fydisk.com/images/showvip.gif +||http://goodcome.com.tw/block/ad/rndtopad.php +||http://gtimg.com/finance/js/st/p/news_ad_ +||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://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. +||http://hexun.com/2016/pc/618.swf +||http://hexun.com/2017-11-07/191534592.jpg +||http://hexun.com/inc/popbox.aspx +||http://hexun.com^*/appDplus +||http://hjapi.com/v1/pageSoftText? +||http://hjfile.cn/lib/hui/footer/0.1.0/footer.js +||http://hjfile.cn/lib/uzhi/uzt. +||http://hjfile.cn/site/hj-lzs/ +||http://hjfile.cn/site/js/pop_gift_plugin.js +||http://house365.com/js/fixWin.php +||http://howbuy.com/subject/js/jquery.blockUI.js +||http://howbuy.com/subject/js/layer/layer.js +||http://hujiang.com/Web/tx.ashx +||http://iask.sina.com.cn/s-b/mxbg +||http://iciba.com/static/images/download_banner.png +||http://ifeng.com/uploadfiles/main_blog/main_child/v3_block +||http://ifengimg.com/auto/js/*enquiry +||http://ifengimg.com^*/red2018icon. +||http://igo.cn/liuxue/js/slideBar +||http://imall.cctv.com^ +||http://imall.cntv.cn^ +||http://ithome.com/block/headerline$subdocument +||http://ithome.com/images/productgif/pcmaster.gif +||http://ithome.com/images/v2.1/downsoftmaster.gif +||http://jc001.cn/img/yhj.gif +||http://jc001.cn/indexnew/js/yuyue.js +||http://jia.com/js/common/jia-common.js +||http://jia.com/js/tuku/footBanner_ +||http://jia.com/js/zixun/news.js +||http://jia.com/js/zixun/zixun_ +||http://jianshe99.com/lamu/ +||http://kaoyan.com/__pub/shop_book.html +||http://kaoyan.com/global/js/backtopnew.js +||http://kaoyan.com/school/final_class.html +||http://kaoyan.com/school/js/yz.school.packed.js +||http://kekenet.com/images/*/app +||http://kgimg.com/public/root//images/hardware.jpg +||http://kongzhong.com/style/newindex/js/tad.js +||http://koolearn.com/v2/js/*AD.js +||http://koolearn.com/v2/js/wxewm.js +||http://koolearn.com/www/subject/script/subject_form.js +||http://koolearn.com/zt/poster_js/$domain=~www.koolearn.com +||http://kuakao.com:6053/floatcard? +||http://kuwo.cn/static/swf/xctg.swf +||http://lofter.com/blogPhotoAd? +||http://lofter.com/mailEntry.do?blogad +||http://longzhu.com/i/api/videos/dailyRecommend? +||http://me360.com/swt/swt.js +||http://meilele.com/js/mll/baiduLabelRecommend. +||http://mianwww.com/wp-content/uploads/2014/05/insigmaedu1.gif +||http://mitbbs.com/img/app +||http://mnks.cn/jk/appAD_ +||http://mtime.cn/library/*/ECommerce/GoodsAndFeatureCtrl.js +||http://naajie.com/float.js +||http://netease.com/f2e/auto/modules/float-ask-price/ +||http://netease.com/fz/interface/frontend/fz.do?pos=tongyong- +||http://netease.com^*bobologo +||http://neuralstemcell.com.cn/img/js.js +||http://ntce.com/images/js/ntce_public.js +||http://offcn.com/index.php?m=dbsource&c=call&a=get&id=75 +||http://offcn.com/offcnewm/ +||http://ol-img.com/channel/tuku/js/tukuPopup.js +||http://pcauto.com.cn/forum/1508/intf7631.js +||http://pcauto.com.cn/forum/autobbs/clubtl/ +||http://pchome.com.tw/js/fancybox/ +||http://pconline.com.cn/intf/hot_ +||http://pinggu.org/api/bbsgg. +||http://pstatp.com/growth/mobile_list/image/bonus_ +||http://pstatp.com^*/bannersdk/ +||http://qhimg.com/static/5dcd236fc857be9c,5b391c33a0748022.js +||http://qidian.com/Images/990x40_ +||http://qudao.com/common/minisite.js +||http://qyer.com/qcross/home/ajax?action=banner +||http://qyerstatic.com/common/models/common/component/footerBanner/ +||http://rjzxw.com/temp/index.files/logo2.gif +||http://rrjc.com/home/seo/ad/ +||http://shejiben.com/common/libs/layer.js +||http://shejiben.com/common/widgets/ui/*zb.js +||http://shopping.udn.com/mall/cus/cat/OutWebAd.do? +||http://showguide.cn/templets/*/qqcenter.js +||http://showguide.cn/templets/*/sg-ad.js +||http://sina.com.cn/1016/getPhones- +||http://sina.com.cn^*/energypop. +||http://sinaimg.cn/finance/*/hqMainTopBanner.js +||http://sinaimg.cn/finance/*/sideQR +||http://sinaimg.cn/finance/app2018/js/appbar.js +||http://sinaimg.cn/finance/hq_finapp_ad/ +||http://sinaimg.cn/finance/ny_live*.js +||http://sinaimg.cn/finance/wanghong_ +||http://sinaimg.cn/large/a518ed97jw1eu4mxubbe6j209q01e3ys.jpg +||http://sinaimg.cn/mw690/005uyUwYjw1eocc98cbgag30gk02ygm9.gif +||http://sinaimg.cn/tech/*/sidebar.js +||http://sinaimg.cn^*/everyoneReading.js +||http://soft4fun.net/wp-content/themes/arthemia/js/common_footer_min.js +||http://soso.com/wenwen/i/ad/ +||http://soufunimg.com/common_m/m_public/js/wa +||http://sp.qf.56.com^ +||http://tfg2.com/images/upfile/banner/ +||http://tianya.cn/shang/*/index.shtml +||http://tianyaui.com/cms_fragments/res/*/bbs_include_mod.js +||http://tianyaui.com/global/dashang/vip_seat/js/ds_vip_seat.js +||http://to8to.com/assets/wap//common/widgets/appGuide/appGuide. +||http://to8to.com/yezhu/zxbjWidget. +||http://to8to.com^*_bottom_ +||http://toutiao.haotui.com/data/js/0.js +||http://tq.cn/floatcard? +||http://tsdmw.net/img01/MP3/pm_ +||http://tuyiyi.com/tuyiyi/m.js +||http://tv002.com/img/down1_ssp1.gif +||http://upaiyun.com/wp-content/uploads/2016/12/wenzhangyouce +||http://w3cschool.cn/attachments/image/20170919/1505817817281252.jpg +||http://wanwan.sina.com.cn/kb/ +||http://wanwan.sina.com.cn/sinasupersport/back/ +||http://wbiao.cn/common/adapi/ +||http://wbiao.cn/common/newsbannerAds/ +||http://wbiao.co/src2/js/expand/fudong/ +||http://webservice.360doc.com^ +||http://wingontravel.com/Static/headerfooter/Content/js/masterpage. +||http://wumii.cn/ext/relatedItemsWidget +||http://wuxibus.com/Image/title +||http://xcar.com.cn/bbs/adfocus.js +||http://xiaoma.com/kf.php?arg= +||http://xiaoma.com/xiaoma/www/js/article_right +||http://xnimg.cn^*/liveinc/rightlive.js +||http://ye120.com/swt.js +||http://ye120.com/zool.js +||http://youdao.com/market/banner/banner +||http://youdao.com/www/banner.html +||http://yytcdn.com/js/common/widget/pcpusher. +||http://zhiyoo.com/mplus/images/banner.jpg +||http://zndsssp.dangbei.net^ +||http://zol-img.com.cn/star/image/star-banner2.gif +||http://zol.com/index.php?c=ZolShopIndex +||http://zp365.com/newhousered/hb-index-pop- +||http://zuoyebang.cc/static/question/question/resource/QRCode_ +||http://zuoyebang.cc/zyb_4953cbb8a9a2332469592196c056a906.jpg +||http://yuedu.baidu.com/hybrid/wkrec/search? +||http://zhan.com^*/middle_ad_modal.js +||http://dealmoon.com/build/js/www/home/activity-pop/index. +||http://zglww.net/jsnew/pfkf.js +||http://ld0766.com/index.php?m=call&id=10 +||http://sina.com.cn/other/src/app/SFANewVersionPop.js +||http://gtimg.com/finance/js/st/p/cms/ce56e2f3303d17b6.js +||http://gtimg.com/finance/js/st/p/quotpage/maxcard_ +||http://med66.com/lamu/ +||http://51cto.com/edu/blog/*box.js +||http://taisha.org/statics/js/pc2.0/common/form.bottom. +||http://autoimg.cn/club/v1Content/images/heycar +||http://china.cn/js/common/daniel_pop/ +||http://chinaacc.com/lamu/*dl- +||http://chinaacc.com/lamu/*piao +||http://xhd.cn/topic/leyu-piaofu/ +||http://zol.com.cn/index.php?c=Api_JumpApi& +||http://jjwxc.net/adsmanage. +||http://sinaimg.cn/tech/zcapp2018/zcapp.js +||http://233.com/js/side.htm +||http://soufunimg.com/homepage/new/*/buttomLayer.js +||http://vuetifyjs.com/notify.json +||http://qhres.com/static/b4f92ac067a4768b/v4/modules/footer.js +||http://daniujiaoyu.com/js/zk +||http://daniuxuexiao.org.cn/js/zk +||http://aoji.cn/static/js/pushadv.js +||http://aoji.cn/static/js/yiliao/ad_common.js +||http://zx123.cn/templates/zx123cs/theme-2015/js/right_xh.js +||http://people.com.cn/rmrb/tplimg/new.js +||http://appledaily.hk/banners/subscription/ +||http://bilibili.com/x/web-interface/archive/special/recommend?aid= +||http://lancdn.com/tmp3/GG_Notice.png +||http://chinaacc.com/upload/*zhongjizhicheng +||http://zhangzishi.cc/cdn-cgi/apps/ +||http://macx.cn/js/blockadblock.js +||http://bestqikan.com/static/js/swt.js +||http://book118.com/Public/book118/js/side-customer/customer.js +||http://51cto.com/js/activity_pop.js +||http://kuakao.com/index.php?m=content&c=index&a=show_ad +||http://qinxue100.com/qinxue/pc/js/add_js.js +||http://hujiang.com/ciku/getDetailSoftText/ +||http://hujiang.com/ciku/getLesson +||http://zbcdn.net/__uvjgyw/slb.default.js +||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://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/*/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://qixin007.com/webbanner/ +||http://gamersky.com/wap/js/gs/gsAllOpenAppBtn. +||http://meiju22.com/new/Public/gg.js +||http://heibaizhibo.com/_nuxt/87a5efd04908651591f7.js +||http://ymlykj.com/nuxt/static/liveBanner.jpg +||http://jin10.com/assets/img/sites/index/vip_ad +||http://jin10.com/news_service/static/config/details.config. +||http://jmw.com.cn/m_v2/js/active.js +||http://dyhjw.com/Public/v3/appdown/images/AppEntrance.png +||http://chazidian.com/statics/images/wangke.jpg +||http://sinaimg.cn/sports/20214c6d/20181128/880_110.png +||http://cifnews.com/common/js/d/d/tea.js +||http://cifnews.com/yuguo3.0/live_dynamic/js/live_dynamic.js +||http://cifnews.com/ajax/adrequest/ +||http://7k7k.com/api/position/ +||http://7k7k.com/js/bg-img.js +||http://3158.cn^*_analyser. +||http://ip.tianqiapi.com^ +||http://count.nuanyuehanxing.com^ +||http://pconline.com.cn/ipJson. +||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 +||http://laosiji.com/static/js/lib/od_statistics.js +||http://100bt.com/dc?Url +||http://113.105.248.169^ +||http://115img.com/static/115tj.js +||http://123cha.com/counter.js +||http://218.30.15.193/phpstat/count/ +||http://28.com/count.js +||http://28.com/countnew.js +||http://39.net/js/wt.js +||http://51.la^$third-party +||http://5173.com/__tra.gif? +||http://51la.net^$third-party +||http://58cdn.com.cn/resource/xxzl/xxfw/ +||http://8cnd.com^ +||http://91160.com/nykj/f=static/v4/common/tj.js +||http://a-m-s.adnonstop.com^ +||http://a.tbcdn.cn/s/ac.js +||http://a.tbcdn.cn/s/atp.js +||http://a.tbcdn.cn/s/tb-tracer-min.js +||http://abab.com/pv.js +||http://acookie.*.gif? +||http://agrantsem.com/js/ag.js +||http://analy.tuniu.cn^ +||http://analyse.weather.com.cn^ +||http://analysis.chinaiiss.com^ +||http://analytics-union.sandai.net^ +||http://analytics-union.xunlei.com^ +||http://analytics.21cn.com^ +||http://analytics.oneplus.cn^ +||http://analytics.techweb.com.cn^ +||http://analytics.tv189.cn^ +||http://api.cupid.qiyi.com/etx? +||http://api.cupid.qiyi.com/track2 +||http://apistat.gao7.com^ +||http://apistat.wasu.cn^ +||http://apple.www.letv.com/env/? +||http://ark.letv.com/t? +||http://atpanel.com^$image +||http://autohome.com.cn/risk_fp_log? +||http://autoimg.cn/bi/mda/ahas_body. +||http://baidu.com/4.gif? +||http://baidu.com/smalllog/ +||http://baidu.com^*/w.gif? +||http://bc.qunar.com^ +||http://bdstatic.eastmoney.com^ +||http://bendibao.com/js/count.js +||http://bitauto.com/bglog.gif? +||http://bshare.cn/bshare_view?Callback= +||http://bt.ktxp.com/iframe/statistics.js +||http://btdb.in/beacon.html +||http://btime.com/api/weblog? +||http://bytecdn.cn/ta/resource/v0/analytics.js +||http://ca.cbsi.com.cn/rpv? +||http://carstat.bitauto.com^ +||http://cbjg.cqnews.net^ +||http://cbsi.com.cn/js/mlt.js +||http://ccoo.cn/mystat.asp +||http://cdnlog.zhenai.com^ +||http://cheshi-img.com/js/pv.min.js +||http://chinatimes.com/analytics/ +||http://chouti.com/js/tingyun-rum.js +||http://cig.com.cn^$third-party +||http://cjyun.org/assets/js/analytics.js +||http://click.tianyaui.com^ +||http://cnfol.com/Count.html +||http://cnmo.com/pv.js +||http://cnpc.infzm.com^ +||http://comm100.cn/livechatserver/chatbutton.*&res= +||http://count.candou.com^ +||http://count.enet.com.cn^ +||http://count.iyaxin.com^ +||http://count.pcauto.com.cn^ +||http://count.pcgames.com.cn^ +||http://counter.pcauto.com.cn^ +||http://counter.tianjimedia.com^ +||http://countpage.sznews.com^ +||http://cpms.now.com^ +||http://damai.cn/phpstat/ +||http://data.xici.net^ +||http://dcs.conac.cn/js/ +||http://dfcfw.com/libs/js/counter.js +||http://dianping.com/hippo.gif? +||http://dig.qbao.com^ +||http://doc88.com^*/count.js +||http://duba.com/static/*/js/min.pop.js +||http://dw.xcar.com.cn^*.gif? +||http://ea3w.com/pv.js +||http://eastmoney.com/analysis/ +||http://ejieban.com^ +||http://fcm.baidu.com^ +||http://fengniao.com*/pv.js +||http://fjsen.com:81/mysql/count/ +||http://frame.enet.com.cn/a.php +||http://fx678.com/htcount/count.js +||http://g.yccdn.com^ +||http://gridsumdissector.cn/gs.gif? +||http://guahao.cn/blank.gif? +||http://hao123img.com/res/js/track.js +||http://haostat.qihoo.com^ +||http://hc360.com/js/module/common/logrecordservice. +||http://hd.sohu.com.cn^$object-subrequest +||http://hdslb.com/js/bfd.js +||http://hexun.com/js/att_count.js +||http://hiido.com^$third-party +||http://hm.baidu.com/mkt.js +||http://hupu.com/_dace.gif? +||http://house365.com/js/analyze.js +||http://iciba.com/web/static/scripts/kds2_record.js +||http://icon.zol-img.com.cn/mainpage/js/click.js +||http://ifengimg.com^*/sta_collection +||http://img.kuai.xunlei.com/js/statistics.js +||http://imgstat.baidu.com^ +||http://imp.zol.com.cn^ +||http://ipinyou.com^$third-party +||http://it168.com/pv.js +||http://itc.cn/cache/lib/v2/odvmonitor/ +||http://itc.cn/hdpv.js +||http://itc.cn/pv/ +||http://itc.cn^*/tracker.js +||http://itsmore.cn^$third-party +||http://js.passport.qihucdn.com/11.0.1.js +||http://kaipuyun.cn/count/ +||http://kkpgv2.xunlei.com^ +||http://l.ykimg.com^ +||http://ll.hudong.com^ +||http://log.daqi.com^ +||http://log.mtime.cn^ +||http://log.music.baidu.com^ +||http://log.vdisk.cn^ +||http://log.zongheng.com^ +||http://log2.mtime.cn^ +||http://lotour.net/analytics/statsv2.js +||http://mafengwo.cn/uva/i.gif? +||http://mixer.sina.cn^ +||http://mlog.aipai.com^ +||http://msg.ettoday.net^ +||http://msg.video.qiyi.com^ +||http://msn.ynet.com/c/tj_comm.js +||http://news.cn/pc-log? +||http://newspage.xilu.com/model/visitlog.js +||http://nmgnews.com.cn/sys/online_calc.js +||http://nsclick.baidu.com^ +||http://olpv.onlylady.com^ +||http://optaim.com^$third-party +||http://other.v.duowan.com^ +||http://p0y.cn^ +||http://p2p.v.yyclouds.com/crossdomain.xml +||http://pconline.com.cn/count.php? +||http://pcpop.com/pv/pv.js +||http://playstats.v.duowan.com^ +||http://push.zhanzhang.baidu.com/push.js +||http://pv.ltn.com.tw^ +||http://pv.zhiding.cn^ +||http://pvtest.zol.com.cn^ +||http://qdp.qidian.com^ +||http://qhimg.com/clk.gif? +||http://qhimg.com/js/iwt.js +||http://qunar.com/js/ga.min.js +||http://qunar.com/render/ga.jsp? +||http://qunar.com/render/googlesem.jsp +||http://qyer.com^*/base_beacon_ga.js +||http://qzwb.com/phpstat/ +||http://record.kuai.xunlei.com^ +||http://reportlog.dftoutiao.com^ +||http://runsky.com/phpstat/ +||http://s-msn.com/portal/js/vendor/manto/ +||http://s.btime.com^ +||http://s.so.360.cn^ +||http://s.union.360.cn^ +||http://sina.cn*/view? +||http://sogou.com/cl.gif? +||http://sohu.com/mail/pv/ +||http://stat.2u.com.cn/ol_2u.js +||http://stat.baike.com^ +||http://stat.cnmo.com^ +||http://stat.cqwb.com.cn^ +||http://stat.cutv.com^ +||http://stat.download.xunlei.com^ +||http://stat.ea3w.com^ +||http://stat.game.yy.com^ +||http://stat.hebnews.cn^ +||http://stat.hkwb.net^ +||http://stat.house365.com^ +||http://stat.ijinshan.com^ +||http://stat.img-space.com^ +||http://stat.mql5.com^ +||http://stat.pchome.net^ +||http://stat.timedg.com^ +||http://stat.ts.cn^ +||http://stat.v.17173.com^ +||http://stat.xgo.com.cn^ +||http://stat.yunfan.com^ +||http://static.gridsumdissector.com^ +||http://static.zongheng.com^*/ad_click.js +||http://static.zongheng.com^*/adClickStat.js +||http://static.zongheng.com^*/logger.min.js +||http://statis1.mama.cn^ +||http://stats.766.com^ +||http://stats.v.duowan.com^ +||http://suning.cn/javascript/sn_da/sa.js +||http://sxrb.com/front/stat/ +||http://ta.trs.cn^$third-party +||http://tingyun.com^$third-party +||http://tj.21ic.com^ +||http://tjj.com^ +||http://tongji.xinmin.cn^ +||http://track.hujiang.com^ +||http://track.uc.cn^ +||http://trends.com.cn/k.js +||http://tw.rd.yahoo.com^$image +||http://uedas.$domain=qdmm.com|qdwenxue.com|qidian.com +||http://uuu9.com/photolog.html +||http://vm.aty.sohu.com^ +||http://wanmei.com/public/js/stat.js +||http://wlxww.com/html/analytics/ +||http://xgo.com.cn/pv.js +||http://xls.go.sohu.com^ +||http://xs8.cn/qreport? +||http://xunlei.com/api/stat/rt/js? +||http://yaolan.com/ylk.mini.js +||http://ynet.com/c/js/manto.min.js +||http://youdao.com/ctlog? +||http://youdao.com/rlog.php +||http://youdao.com/tl? +||http://ysont.cn^ +||http://zdnet.com.cn/js/pv.js +||http://zdw.w8.com.cn/p.ht? +||http://zhulang.com/zlpv.php +||http://zol.com.cn/cgimp/zc.js +||http://beacon.sina.com.cn^ +||http://cnzz.com^$third-party +||http://duba.com/proxy/tj/ +||http://google-analytics.com/analytics.js +||http://hm.baidu.com^$third-party +||http://msg.71.am^ +||http://rs.sinajs.cn^ +||http://s.360.cn^ +||http://sinajs.cn/open/analytics/ +||http://stadig.ifeng.com^ +||http://wrating.com^$third-party +https://ubmcmm.baidustatic.com +https://szxx.com.cn###A0 +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://yaolan.com###AD +https://21yq.com,yaolan.com###AD1 +https://itavcn.com###ADE +https://sina.com.cn###AD_Background_Wall_BG +https://sina.com.cn###AD_Background_Wall_BG_Link +https://sina.com.cn###AD_Background_Wall_Banner +https://51cto.com###ADsList +https://esu.moe,esu.wiki###ASSPC +https://i-part.com.tw###AdBanner785 +https://elecfans.com###AdHtmlRight +https://bbs-tw.com###AdImg +https://hboav.com###AdTitle +https://hboav.com###AdTitle + table +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-bigbanner +https://downyi.com###BzDown +https://ifeng.com###CA_left +https://ifeng.com###CA_right +https://cnfol.com###CjAdvBt +https://pjtime.com###Couplet_l_big +https://pjtime.com###Couplet_l_small +https://pjtime.com###Couplet_r_big +https://pjtime.com###Couplet_r_small +https://jiaodong.net###FixedLeft +https://jiaodong.net###FixedRight +https://stnn.cc###FloatDIV +https://chinatp.com.cn###FloatL_2 +https://chinatp.com.cn###FloatLa +https://chinatp.com.cn###FloatRb +https://angelweb.cn###G640x60 +https://114la.com,ylmf.com###GameAdv +https://hupu.com###HCFull +https://114la.com,ylmf.com###HDtopBar +https://azofreeware.com,pttjoke.com###HTML3 +https://azofreeware.com###HTML7 +https://zhoushan.cn###Headtop +https://tigtag.com###Home1000x70_A29 +https://tigtag.com###Home280x80_A16 +https://tigtag.com###Home942x70_A1 +https://xhzyw.com###HtmlMoKua_752383 +https://xd0.com###HtmlMoKua_775790 +https://diyifanwen.com###Hzh1 +https://diyifanwen.com###Hzh2 +https://21ic.com###IC2008Ad +https://rfidworld.com.cn###IOTVote2017Ad +https://fx168.com###ImgText_01 +https://fx168.com###ImgText_02 +https://fx168.com###ImgText_03 +https://rijutv.com###JU +https://duba.com###J_BottomAdBan +https://duba.com###J_BottomAdBan_bg +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 +https://uc123.com###J_logoLeft +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,newduba.cn###J_sideFooter +https://chem99.com###J_tcode +https://2345.com###J_tip_stopXP +https://jin10.com###J_wdgg_t +https://qzwb.com###Javascript\.RightDiv +https://pconline.com.cn###JdlFixed +https://pconline.com.cn###JrightSideFocus +https://huarenjie.com###LeftAd2 +https://eastmoney.com###ListPage_r_Ad +https://elecfans.com###MiddleLeaderboard +https://yunlaige.com###PAGE_baidu_4 +https://yunlaige.com###PAGE_baidu_5 +https://sogou.com,soso.com###PZL +https://sogou.com,soso.com###PZR +https://airav.cc###Panel_GambleZone +https://airav.cc###Panel_GambleZone + .Hide_For_JP_AND_EN +https://th7.cn###PcPoPmarket +https://aiyuke.com###Playerpad +https://zhijia.com###QPhiddenLayer +https://iis7.com###QTGG +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://playzuan.com###ShouYe_ShangBu +https://aishoujizy.com###ShouYe_ShangBu > .HtmlMoKua:first-child +https://70bt.cn###ShowAD +https://upan.cc###ShowDIV +https://soopat.com###SoopatAside +https://fx168.com###SquareBanner01_01 +https://shhgg.in###TopTipHolder +https://csdn.net###Topic_Top +https://07073.com###Vsss00 +https://cnzol.com###Wl_Float_Div +https://morningpost.com.cn###\33 60hot +https://zongheng.com###\36 roomRecommend +https://renrenfabu.com###\39 1banner +https://hao123.com###\5f _wgt_0_1 +https://hao123.com###\5f _wgt_0_13 +https://ofweek.com###\5f ad-2100 +https://hao123.com###__elm_0_4 +https://973.com###a0 +https://mtv-ktv.net###aShow +https://le.com###a_body_11628 +https://yatu.tv###a_d1 +https://le.com###a_title_11628 +https://51dll.com,fulisuo.com,fulisuo1.com,papa1024.com###aa +https://ik123.com###aa960a +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://chjtx.com,jqgcw.com,srzc.com,ssffx.com,vuejs.org###ad +https://ofweek.com###ad-2100 +https://ruten.com.tw###ad-467 +https://duba.com###ad-detail-banner +https://duba.com###ad-dongman +https://titan24.com###ad-index-01 +https://ithome.com.tw###ad-on-top +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://dayoo.com###ad-xl +https://baike.com###ad-xnsc +https://duba.com###ad-zongyi +https://price.com.hk###ad0 +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 +https://hur.cn###ad810_2 +https://hur.cn###ad810_6 +https://vjmedia.com.hk###ad900 +https://dahe.cn###adArea1 +https://baidu.com###adCard +https://yeecloud.com###adFirefox +https://baidu.com###adMainTopLeft +https://baidu.com###adMainTopRight +https://plu.cn###adMask +https://xunyingwang.com###adModalLabel +https://baidu.com###adTitleRight +https://sogou.com###adWindow +https://sina.com.cn###ad_blk_fixed +https://windows7en.com###ad_btm_down +https://gdmm.com###ad_cover +https://udn.com###ad_curtain +https://gpcxw.com###ad_dl +https://gpcxw.com###ad_dl2 +https://house.jschina.com.cn###ad_dl_left +https://house.jschina.com.cn###ad_dl_right +https://smzy.com###ad_down_box +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://udn.com###ad_mag +https://100ksw.com###ad_move_sg +https://zysj.com.cn###ad_pc_bottom +https://csdn.net,itboth.com,iteye.com,itkeyword.com###ad_pop +https://c114.com.cn###ad_r1 +https://lzep.cn###ad_side_l +https://lzep.cn###ad_side_r +https://bioon.com###ad_tb +https://taoguba.com.cn###ad_tgb_list +https://cctime.com###ad_three +https://sina.com.cn###ad_tl_01 +https://gaokao.com###ad_top_gkw +https://megatime.com.tw###ad_type_9 +https://baidu.com###ad_xbox_1 +https://baidu.com###ad_xbox_2 +https://baidu.com###ad_xbox_3 +https://subhd.la,subhdtw.com###adad +https://localking.com.tw###adbannerurl +https://yxdown.com###adbg +https://tbtdg.com###adblockWarning +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://mianhuatang520.com###addiv2 +https://3322.cc###addr +https://eol.cn###adfloat_l +https://eol.cn###adfloat_r +https://jia360.com###adl +https://172cat.com###adload +https://jia360.com###adr +https://ahtv.cn,frdic.com,huasing.net,it168.com,qinbing.cn###ads +https://nownews.com###ads-footer-bar +https://disp.cc###ads_page_b +https://disp.cc###ads_page_r +https://yes-news.com###adsc3 +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://dm530.net,it168.com###adv +https://chinabyte.com###adv-button +https://js0573.com###adv1 +https://js0573.com###adv2 +https://wenku8.net###adv300 +https://firefoxchina.cn###advBlock +https://nnfcxx.com###adv_3 +https://shurua.com###advbox +https://kjsv.com###advertisingMap +https://104.com.tw###aidma-job +https://104.com.tw###aidma_128 +https://104.com.tw###aidma_588 +https://ali213.net###ali-js-4 +https://shenchuang.com###all +https://aizhan.com###all_text_content +https://liisex.com###apDiv22 +https://sogou.com###appNewsBtn +https://sogou.com###appRedPackageAd +https://dmzj.com###app_home_ad +https://dmzj.com###app_manhua +https://hao123.com###append +https://txahz.com###archy_ad2 +https://wx.sina.com.cn###artibody > .article-video +https://zhuankebar.com###article-cnt > a +https://blog.csdn.net###article_content > link + a +https://p2peye.com###article_content a[ref="nofollow"] +https://doyo.cn###article_top_down +https://tingvoa.com###articletopimg +https://360doc.cn###artnewdiv +https://csdn.net###asideCustom36733263 +https://csdn.net###asideCustom65392991 +https://baidu.com###asideLeft +https://baidu.com###asideRight +https://zybang.com###askTeacher-after-adx-wrap +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###attention-game-wraper_dialog +https://vjmedia.com.hk###author-spotlight + .clear + div +https://androiddevtools.cn###auto-scroll-ad-box +https://ck101.com###av_a +https://bing.com###b_results > li[style*="padding-bottom: 8px;"][style*="235, 235, 235"] +https://520cc.me###back-to-top > a[href^="http"] +https://hao.360.cn###background.festival +https://china.com.cn###baidu +https://ifeng.com###baidualading +https://52pk.com###baidutop +https://52pk.com###baidutop2 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###baiduweishiDown +https://newsmth.net###ban_ner +https://ufanw.com###banne +https://cwyuni.tw###banner > h2 +https://iwan.baidu.com###banner-box +https://iwan.baidu.com###banner-info +https://qidian.com###banner-two +https://ballbar.cc,qidian.com###banner1 +https://ballbar.cc###banner2 +https://ksbbs.com,kshot.com###banner2_top +https://qidian.com###banner3 +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://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,dm5.com,dm5.hk,sfacg.com###beitou +https://eeyy.com###beitou_box +https://qmaile.com###bf[style*="background-color:red"] +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###bg_link +https://netbardh.com###bg_right +https://eol.cn###big-ad-img +https://timedg.com###bigAdv +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://zaobao.com###block-views-zb2016-freefrom-block-1 +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 +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] > :nth-child(n+2) +https://airav.cc###bottom-adv +https://hao123.com###bottom-be +https://recruit.com.hk###bottomBar +https://10086.cn###bottomBigBanner +https://wapwenku.baidu.com,wk.baidu.com###bottomFixed +https://auto.sina.com.cn###bottomInquryBar +https://masok.cn###bottomLayer +https://hao.360.com###bottom_hotsite +https://badmintoncn.com###bottomad_big +https://kdhome.net###bottomadv +https://jijidy.com,vzhuan.cn###box +https://50sen.com###box-ads +https://mcdulll.com,mcdulll.pixnet.net###box1290930 +https://mcdulll.com,mcdulll.pixnet.net###box1989082 +https://cwyuni.tw###box34614 > [class^="box-"] +https://lohas.pixnet.net###box785805 +https://finance.ifeng.com###box_img +https://zhan.com###box_tips +https://sogou.com###browser_ad +https://orsoon.com###btn-down-one +https://7down.com,newasp.net###btndowns +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://dapenti.com###center > div[align="center"][target="_blank"] +https://55188.com###center-pic +https://huarenjie.com###cftoutiao +https://hao.rising.cn###change +https://360.com###channel-game +https://360.com###channel-mall +https://i-part.com.tw###chatroomFrame + div[style="text-align: center;padding-top: 10px"] +https://cqfishing.net###chs_bannerArea +https://seseda90.com###clone_ad +https://gz0668.com###closexguide +https://uuu9.com###cm1337 +https://baidu.com###cms-company +https://baidu.com###cms-scroll +https://image.baidu.com###cmsimage +https://chinaqking.com###cnt-ad +https://2345.com###cnxh +https://sina.com.tw###colorbox +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://tt243.com###commentDiv +https://elecfans.com###company-ad +https://ithome.com###con > div[style="text-align:center"] +https://apk.tw###confirmOverla +https://gate.baidu.com,m.baidu.com###container +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://fuliba.net###content > ul[style="list-style-type: none;"] +https://yes-news.com###content-728 +https://yes-news.com###content-728-top +https://yes-news.com###content-ads-right +https://jdyou.com###contentSlide +https://udn.com###content_body_banner +https://qihoo.com###content_bottom_gg +https://qihoo.com###content_bottom_left_gg +https://aa25.cn###content_head +https://jpwind.com###content_right_ad2 +https://aa25.cn,kafan.cn###content_top +https://qihoo.com###content_top_gg +https://mbd.baidu.com###content_wrapper + div + .default-container +https://jb51.net###contsec +https://0597kk.com###cool_fixed +https://2345.com###corner-flash +https://2345.com,hao774.com###corner_a +https://airav.cc###corner_cf +https://2345.com,hao774.com###corner_div +https://qihoo.com###countdown1111 +https://sg169.com###coupleft +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://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://free.com.tw###custom_html-11 +https://hexieshe.cn###custom_html-2 +https://wanghualang.com###cx_tag_cloud-2 ~ aside[id^="php_text-"] +https://makaidong.com###cyWallsplugin +https://eworldship.com###d1 +https://eworldship.com###d2 +https://cool18.com###d_right_ad +https://1010jiajiao.com###daan_recommend + .xiti +https://hao.360.cn###daily-hotword +https://6789.com,hao.360.cn,hao.360.com###daily-hotwords +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://bnmanhua.com###didi +https://chinanews.com###dingtong +https://3boys2girls.com###displayadb1 +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 +https://rfidworld.com.cn###divTopContainer +https://nmgnews.com.cn###div_ad4 +https://twpkinfo.com###div_close_cf +https://3boys2girls.com###div_display +https://eeyy.cc###div_dn +https://chem99.com###div_main_ta +https://ref.so###div_midleft +https://ck101.com,pchome.com.tw###div_superbar_swf +https://360doc.com###divaboveReflectionAd1 +https://360doc.com###divaboveReflectionAd2 +https://360doc.com###divunderZcommondAd +https://360doc.com###divyoulikead +https://im286.net###diy110 +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://1fzdao.com###diy_heheda +https://5imx.com###diy_mxad02 +https://5imx.com###diy_mxad03 +https://5imx.com###diy_mxad04 +https://5imx.com###diy_mxad06 +https://5imx.com###diy_mxnewsad01 +https://airav.cc###diy_right +https://0517w.com,lysq.com###diyad +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,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 +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://mogewu.com###downloadurl > dl:first-child +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 +https://gongkong.com###dull_left +https://gongkong.com###dull_right +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###duoku_servers_list +https://chongbuluo.com###dzrid > .frame:nth-child(n+2) +https://so.com###e_idea_left +https://so.com###e_idea_pp +https://so.com###e_idea_wenda_detail_guess_new +https://so.com###e_idea_wenda_leftBox +https://easou.com###ec-results-c +https://baidu.com###ec_im_container +https://hao123.com###ecom +https://image.baidu.com###ecomContainer +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 +https://hc360.com###endAdBanner +https://chinabidding.cn,chinabidding.com.cn###erweima_l +https://chinabidding.cn,chinabidding.com.cn###erweima_r +https://anhuinews.com###ewm +https://maomaomom.com###execphp-15 +https://maomaomom.com###execphp-21 +https://maomaomom.com###execphp-4 +https://www.pixnet.net###extradiv2 +https://www.pixnet.net###extradiv5 +https://apk.tw###favatarRight +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://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://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 +https://6665.com###fgdiy09 +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://e0838.com###float-bot +https://hahamx.cn###float-left-ad +https://speedpan.com###float-window +https://fun48.com###float2016 +https://guagua.cn###floatRoomDiv +https://rrys2019.com###float_ad +https://eeyy.com###float_ad0 +https://123du.cc,bokon.net,eol.cn###float_l +https://jnnc.com###float_layer +https://ssnn.net###float_picr +https://123du.cc,bokon.net###float_r +https://28hse.com###floating_left_div +https://brushes8.com###flxgg +https://gamer.com.tw###flyRightBox +https://gamer.com.tw###flySalve +https://juxia.com###fmt +https://apk.tw###focus +https://fulibus.net,wuzuowei.net###focusslide +https://bitauto.com###folieAdNews +https://wdzj.com###footbanner +https://jxedt.com###footer +https://ttzmz.vip###footer > div[style] +https://ettoday.net###for-ec +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 +https://tvapk.net###frame5zglZ4 +https://playno1.com###frame8I822E +https://tahua.net###frameJjnBIp +https://dabin69.com###frameOa2lrD +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://wendangxiazai.com###ft_hb +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 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_forum +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_frs_head +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_live_list +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://9ht.com,downcc.com,pc6.com,xfdown.com###gaosuxiazai +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.one,hitime5.com,zdzdm.com###gg +https://sdgundam.cn###gg-banner +https://vvshu.com###gg120 +https://hitime5.com###gg250 +https://5173.com###gg330 +https://hitime5.com###gg730 +https://5173.com###ggFloat +https://xiazaizhijia.com###gg_1 +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 +https://shouji56.com###gg_top_banner +https://baidu.com###ggbtm +https://wenku.baidu.com###ggbtm-ads +https://huya.com###ggcomment +https://52pk.com###ggfloat +https://china.com.cn###gggg +https://discuss.com.hk###gid_group_restricted > .gid_group_title +https://danyang.com###global-hd > div[align="center"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###global_notice_wrap +https://eprice.com.tw###goldlink +https://rebooo.com###gong +https://acfun.cn###goniudan +https://aimazu.com###gotoTop +https://js0573.com###gotopl +https://js0573.com###gotopr +https://xdowns.com###gsxza +https://cnr.cn###gtop00 +https://doubibackup.com###guangg_image +https://creaders.net###guanggao2 +https://gasaq.com###guanggao_left +https://gasaq.com###guanggao_right +https://hao123.com###guesslikesite +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 +https://hackhw.com,ithome.com###hd_float +https://52pk.com###hdowner +https://he-games.com###he_banner_ad +https://he-games.com###he_bottom_ad +https://1ydt.com###head +https://opticsky.cn###head > .tac +https://gaoqing.la###head > a +https://pythontab.com###head-bottom +https://elecfans.com###headJf +https://hao123.com###headJoke +https://tbxt.com###headad2 +https://solidot.org###headads +https://lxty66.com###header + .tac.mb5 +https://1024qi.com,1024ya.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://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://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,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://ifeng.com###hslide_sPic_baidu +https://narutom.com###hy_float +https://mzyz.com###idTransformView2 +https://tlanyan.me###id_ad_field +https://nownews.com###idle-layer +https://tingroom.com###ifram_563 +https://hao.360.cn###iguess +https://ck101.com###image_ad_long +https://rznews.cn###img +https://nick18.com###img a +https://pharmnet.com.cn###img1 +https://e0575.com###img2 +https://114la.com,ylmf.com###imgArr +https://image.baidu.com###imgCmsAdPart +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://520call.me,520cc.cc,jav777.cc,yocoolnet.in###inplayer +https://pchome.net###intel-bar +https://mm-cg.com###ioshowAD +https://xh127.com###isubpi +https://narutom.com###itaTop +https://2345.com###ivy-taobao +https://baidu.com###j-ad-first +https://baidu.com###j-ad-side +https://letv.com###j-adr-playBT +https://letv.com###j-bottomBanner +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://stheadline.com###jetso-wrapper +https://awaker.cn###jiji + div[style="padding: 20px"] +https://cnbeta.com###job_box +https://aiyuke.com###js-ad-type4 +https://tigtag.com###js-dropdown +https://163.com###js-ep3rdRank +https://so.com###js-mod-fixed-float +https://zhanqi.tv###js-room-flash-banner-panel +https://cnxz.cn###js_focusimg3 +https://image.so.com###js_textlink +https://ifeng.com###js_videopause_container +https://airav.cc###jssor_banner +https://mh160.com###jusha1 +https://xianshuabao.com###justfy_left_banner +https://pcstore.com.tw###keyad-right +https://0597kk.com###kk_content1_left_ad1 +https://0597kk.com###kk_head_ad +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://hao.360.com###large2small +https://csdn.net###layerd +https://hao123.com###layout-guess +https://920share.com###layui-layer1 +https://dm5.com###lb-win +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://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,hao.360.com###left_float +https://sina.com.cn###left_focus_ad +https://timeon.cn###leftadv +https://hao123.com###leftbannerv2 +https://5izyw.com###leftbottbox +https://wed114.cn###leftdiv +https://leagueofmovie.com###leftfixedad +https://www.wenxuecity.com###leftside +https://hao123.com###lefttip-container +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://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://ly6080.com###loginInfo > a +https://djwma.com###logo +https://xuehuile.com###logoBanner +https://eepw.com.cn###logoSearchNews + .marb10 +https://letv.com###logo_activity +https://ebc.net.tw###lotteryfnc +https://nlc.gov.cn###lovexin12xx +https://rising.cn###lowerrightAd +https://my0511.com###lphybbschklogdiv +https://antpedia.com###luxury_car +https://dilidili.wang###m-box +https://playno1.com###m12 +https://playno1.com###m2 +https://playno1.com###m7 +https://2345.com###m_banner +https://2345.com###m_banner_2 +https://chacuo.net###mailtooltipss +https://g-years.com,ghoffice.com,gpsuu.com,mydigit.cn###main > .textMes +https://e0575.cn###main > div:first-child +https://qiannao.com###main > div[style="padding-left:20px;margin-top:10px;"]:first-child +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://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 +https://xmfish.com###marry_laping +https://yaolan.com###maryAd +https://muchong.com###mask +https://gzmama.com###mdvtips +https://l114la.com###media +https://hinet.net###media_ad_popup_overlay +https://hexieshe.cn###media_image-2 +https://hexieshe.cn###media_image-3 +https://avtb7788.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://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://so.com###mohe-etao_shangye +https://so.com###mohe-gouwu > .g-shadow +https://so.com###mohe-m-smzdm_haojia +https://so.com###mohe-medicine_sy > .cont +https://so.com###mohe-right_windows_ads +https://mtrend.cn###morecontent > .morecontent_next[style] +https://wenxuecity.com###morehealth-banner-1 +https://nick18.com,niko18.com###mov > .content +https://gd163.cn,itavcn.com,jmnews.com.cn,xt700.com###msg_win +https://yahoo.com###my-adsHPSPON +https://yahoo.com###my-adsMBAR +https://pianyuan.net###myModal +https://qqjia.com###myadsL +https://xiaoz.me###mygg +https://psdhtml.cn###myggnx +https://javjunkies.com###naked-ad +https://narutom.com###naruto_desk +https://28188.com,28188.net,yxad.com###nav +https://ccav1.com###nav-menu > ul > .menu-item > a[href^="http"]:not([href*="yigujin."]) +https://tgbus.com###neck_970 +https://40407.com###nei_fmt +https://elecfans.com###new-adsm-berry +https://cnpingpang.com###new-flash +https://hc360.com###newAppBox +https://hc360.com###newAppBox1 +https://cam4.tw###newTippingViewer + div[data-ab] +https://dilidili.wang###newapp2018 +https://yaolan.com###newfix-dsp +https://pigai.org###newnotice +https://chinaqking.com###newsAD +https://hexun.com###newsPopWin +https://live.win007.com###notify > a[target="_blank"] +https://ssnn.net###nrk_gg +https://ddrk.me###obay_hf +https://ddrk.me###obay_hf_i +https://fx168.com###oilTopAd +https://duba.com###one-mid +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://rrys2019.com###output > li > a:not([href*="/resource/"]) +https://rrys2019.com###output > li > a:not([href*="/resource/"]) + h2 +https://lalulalu.com###overture-side-bar-ads +https://3boys2girls.com###overture_ads_long +https://lalulalu.com###overture_main_banner +https://manhua.weibo.com###p-nav-fix + .p-area.w980 +https://image.baidu.com###pageLayoutTipWindow +https://xizi.com###pageRight-loop +https://rising.cn###pageflip +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_encourage-appforum\/pagelet\/my_app +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_encourage-tbguess\/pagelet\/sidebar +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_frs-aside\/pagelet\/ad +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://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://sina.com.cn###pip_taobao +https://pixnet.net###pixblogad +https://pixnet.net###pixblogad-banner2 +https://pjtime.com###pjtime_full +https://blog.sina.cn###pl-ad-after-comments +https://blog.sina.cn###pl-adtop-bar +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://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 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_recom_carousel > .activity_head +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_recom_carousel > .tbui_slideshow_list +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://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 +https://dataguru.cn###popDiv +https://dilidili.wang###popUp +https://jdyou.com###popWrap +https://ebiotrade.com###pop_banner1 +https://xclient.info###pop_business +https://cnplugins.com###pop_div +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pop_frame +https://hinet.net###pop_media_ad +https://up01.cc###popad +https://2dfan.com###popadv-container +https://univisa.com.cn###popup +https://eprice.com.tw###popup-ad-overlay +https://tom.com###popupDivgame +https://ck101.com###popupGameAd +https://5173.com###popupRight +https://baixing.com###port-info +https://ld0766.com###portal_ad3 +https://x3cn.com###portal_block_12045 +https://ichunqiu.com###portal_block_157 +https://fuyang.net###portal_block_474 +https://fuyang.net###portal_block_502 +https://zhaiiker.com###post-single + .pd10.mar10-t.box +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://downza.cn###priDownBtn + a[href*="?module="] +https://9le8.com###program_play_right +https://oschina.net###project_ad_banner +https://firefoxchina.cn###promo +https://firefox.com.cn,firefoxchina.cn###promote-top-list +https://sina.cn###promotionCover +https://tmsf.com###property_listf +https://bbs.pcbeta.com###pt + div[style] > div[style^="clear:both;"] +https://xiazaizhijia.com###public_right_mid_ad +https://bestopview.com###pubtextnone +https://hcomic.in###pv_all > a[onclick^="trackOutboundLink"] +https://xmfish.com###pw_content > .forum_panel:nth-child(4) +https://xh127.com###pzlhdd +https://tianya.cn###q_topbanner_950_90 +https://soyunpan.com###qblad +https://cankaoxiaoxi.com###qihupic +https://so.com###qiyu-brand-container +https://chinanews.com###qizhi_div980 +https://xineurope.com###qmenu_menu + .wp +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://cqsq.com###read_0 + a[target="_blank"] +https://tiboo.cn###read_hd1 +https://chinaqking.com###readerServiceDIV +https://pujia8.com,sdgundam.cn###recommend +https://ganji.com###recommend_storeg_div +https://duba.com,uu114.cn###redbagRain +https://image.baidu.com###relEcom +https://baidu.com###relative_shop_flow +https://image.baidu.com###relecom54 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###replyBusinessImg +https://qxfun.com###reward-me > figure:nth-child(n+2) +https://2345.com,hao774.com###right > div:first-child +https://90oo.com###right > div[style^="height:60px; width:750px;"] +https://cnbeta.com###right1 +https://cs.com.cn,cssqt.com,qiannao.com,qinbing.cn,sonimei.cn###rightDiv +https://07073.com###rightDiv > div[style="height:250px"] +https://zimushe.com###rightFixed +https://kuai8.com###right_Ad +https://cpd.com.cn###right_ad1 +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://gmw.cn###rightad1 + .contentColumnRight +https://wed114.cn###rightdiv +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://alu.cn###sanjia +https://javjunkies.com###sb1 +https://sm.cn###sc + .article.ali_row +https://wpsoso.com###scontent > div[style] +https://chyangwa.net,motorfans.com.cn###scrollPics +https://youxi.kugou.com###scrollUp +https://qlwb.com.cn###scroll_box +https://kocpc.com.tw###scroll_div +https://baidu.com###search-union-ad +https://flighty.cn###searchBox + #sidebarBox +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 +https://5118.com###seobigdata_d1_text_seoreport +https://gdmm.com###separatorline + script + tbody:not([id]) +https://nick18.com,nick20.com###sex +https://nick20.com###sex + div[align="center"] +https://265g.com###sfmt +https://ottawazine.com###sgpb-popup-dialog-main-div-wrapper +https://pan.baidu.com###share_ad_info_panl +https://hupu.com###shihuo1111 +https://maxthon.cn###shopping +https://hao123.com###shortcut-box > .tip +https://hao123.com###shortcut-tuiguang +https://kaoyan1v1.com###showAD +https://dmzj.com###show_tip_bg +https://rising.cn###shuangshiyibid +https://maxthon.cn###side-game-pop +https://iwan.baidu.com###side-xbox +https://ck101.com###sideAds1 +https://ifeng.com###sideBar[class^="box_"] +https://2345.com###sideCat +https://paipai.fm###sideForum + div +https://hao.360.com###sidebar +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://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 +https://fuliba.net###sidebar > div:last-child +https://iplaysoft.com###sidebar > ul > .widget:first-child +https://iplaysoft.com###sidebar > ul > .widget:nth-child(3) +https://ipcfun.com###sidebar > ul > div[style] +https://ipcfun.com###sidebar > ul > li[style] +https://mpyit.com###sidebar a > img +https://mpyit.com###sidebar div[style*="background"] +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://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###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://keke.la###slide:first-child +https://12306.cn,club.pchome.net,kdslife.com###slideBox +https://12306.cn###slideRBox +https://cjn.cn###slidelr +https://526bt.com###slider +https://tiantianzhibo.com###sliderb_container +https://popart.hk###slideshow +https://pconline.com.cn###smallHB1 +https://eol.cn###small_adleft +https://eol.cn###small_adright +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://baidu.com###spage-top-banner +https://downbank.cn,greenxf.com###speed-download +https://greenxf.com###speed-downloader +https://heartinkstone.pixnet.net###spotlight +https://srzc.com###srzcad +https://techbang.com###stickies +https://1616.net###stool +https://showtv.com.tw###sub-ad +https://163.com###suning-bottom-banner +https://265g.com###swiper-bot +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 +https://gametower.com.tw###tableAD +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://histock.tw###tbadword +https://kengso.com###tbk_left +https://kengso.com###tbk_right +https://40407.com###tcdgg +https://xh127.com###teinka +https://pchome.com.tw###test2 +https://loldk.com###test_ad + #model +https://ilvruan.com###text-13 +https://ilvruan.com###text-14 +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://ref.so###tg2_main +https://paipai.fm###the-logo + .fr +https://firefoxchina.cn###theme-side-banner +https://hupu.com###threadLeftAd +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###thread_list > .j_thread_list + li[class]:not(.j_thread_list) +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###thread_list > .j_thread_list:not([data-field]) +https://firefox.com.cn,firefoxchina.cn###thside-left-banner +https://ettoday.net###ticker_3 +https://1ting.com###tingx_5 +https://wpsoso.com###tips +https://dict.cn###tjcd +https://yxdown.com###tl_adv +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://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 +https://recruit.com.hk###topBar +https://qidian.com###topGameOp +https://2345.com,duanwenxue.com###topHf +https://elecfans.com###topJf +https://hupu.com###topPub +https://zhangxinxu.com###topRecomm +https://hao.360.cn,hao.360.com###top_activity +https://starbaby.cn###top_ad_show +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://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 +https://10jqka.com.cn###topba1 +https://blog.163.com###topbar_randShowArea +https://hao123.com###topbeWrapper +https://xijucn.com###topc +https://nowscore.com###toperAd +https://nowscore.com###toperBaskText +https://nowscore.com###toperText +https://cnforex.com###topfocus +https://csshello.com###topgg +https://iask.sina.com.cn###topic_ylzz_new +https://mtrend.cn###topictabs1 +https://1616.net###toplink +https://zzbaike.com###topnav +https://zzbaike.com###topnav + div[style] +https://mtrend.cn###toptabs1 > .kz_line +https://85lou.com###topwarning_7ree +https://fuli.us###toubuads +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://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://hexun.com,hexun.com.tw###videoLeftAd +https://hexun.com,hexun.com.tw###videoRightAd +https://vhiphop.com###video_ad +https://yzz.cn###video_ff +https://bitauto.com###video_floatBox +https://ifeng.com###video_p +https://baidu.com###video_push_box +https://aipai.com###videosRightDown +https://rising.cn###viphui +https://rising.cn###viphuibg +https://jstv.com###vplayad +https://160.com###w-advertisement +https://160.com###w-btn-advertisement +https://zqzq.com###wAdTop1 +https://zqzq.com###wAdTop2 +https://weishangshijie.com###wad_left +https://weishangshijie.com###wad_right +https://kamlm.com###wanmeiffad1 +https://21ic.com###warp_con +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://51yfx.com###widget-test +https://ccav1.com###widget_da +https://huanqiu.com###winNext +https://ylnet.com.cn###winpop1 +https://news.baidu.com###women-picwall +https://xici.net###word_ad +https://chazidian.com###worldcup_float +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###worldcup_guess_frs_wrap +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###worldcup_topic +https://xingkbjm.com###wowslider-container1 +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://ganpapa.com###wrapper + div +https://btbtt.me###wrapper2 > .width +https://zhaolianmeng.com###wzgg +https://nczsks.com###wzyxjs +https://liaoxuefeng.com###x-sponsor-a +https://liaoxuefeng.com###x-sponsor-b +https://smzy.com###x_pc_down_g +https://soft4fun.net###xad_mu +https://hl.cn###xf_left +https://hl.cn###xf_right +https://jmbbs.com###xjj_jmbbs2015_01 +https://win7w.com###xldz +https://fang.com###xmlAd +https://gaokao.com###xuad-left +https://qhnews.com###xwyc +https://alu.cn###xxxhuangjinzhanwei +https://storyren.com###xydlleft +https://storyren.com###xydlright +https://drv5.cn###xzqq > ul +https://redocn.com###yc_adv_1_2 +https://rjfcxxw.com###yimao > div[style] +https://starbaby.cn###yindex_ads +https://hao123.com###yixing-siye +https://ynet.com###ynetG_B1 +https://dm5.com###youce +https://yahoo.com###ysm-umu +https://weather.com.cn###ytc +https://eastday.com###yxxf_area +https://weather.com.cn###zdl +https://cccpan.com,ys168.com###zdy_wz0 +https://gzmama.com###zone_banner_1_new +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.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 +https://eepw.com.cn##.AD300x200 +https://wxrb.com##.AD305 +https://wxrb.com##.AD340 +https://wxrb.com##.AD640 +https://cyol.net##.AD960_90 +https://jc001.cn##.ADS +https://click108.com.tw##.AD_300250 +https://click108.com.tw##.AD_730280 +https://tzfdc.com##.AD_B +https://paowen.net##.AD_D +https://sina.com.cn##.AD_hqbottom +https://wxrb.com##.ADtxt +https://shejidaren.com##.AND +https://le.com,letv.com##.Ad +https://kuai8.com##.Ad1 +https://cnfol.com##.Ad1000 +https://cnfol.com##.Ad310 +https://cnfol.com##.AdAsideW300H250 +https://hung-ya.com##.AdBottom +https://crsky.com##.Adown_dli +https://cnfol.com##.AdvDL +https://fx110.com##.Adv_1 +https://bestopview.com##.Adv_c +https://pc6.com##.Advbox +https://qiuyi.cn##.Advertisement +https://big5.china.com.cn##.Advertising > a +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.BAIDU_CLB_AD +https://le.com,letv.com##.Banner +https://china.com.cn##.Banner_left +https://china.com.cn##.Banner_right +https://ucbug.com##.BzClick +https://18avhub.com,18avtube.com,mm-cg.com##.CN_qmvtoy +https://3464.com##.CommonBody > .CommonListArea:nth-child(3) +https://3464.com##.CommonBody > .CommonListArea:nth-child(3) + .CommonListArea +https://zjk169.net##.ConImg +https://imeee.cn##.DA336 +https://91lai.com##.D_guanggaotu11 +https://91lai.com##.D_guanggaotu2 +https://91lai.com##.D_guanggaotu3 +https://cnfol.com##.EtGA +https://javjunkies.com##.FAd +https://cnfol.com##.FixedLeft +https://cnfol.com##.FixedRight +https://jinhua.com.cn##.FocusAD +https://angelweb.cn##.GG960x90 +https://aiyuke.com##.GGad +https://downg.com##.Gs_d[href$=".exe"] +https://crsky.com##.Gs_d[href="javascript:;"] +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 +https://smzdm.com##.J_index_wall +https://dianping.com##.J_midas-3 +https://dianping.com##.J_mkt-group-1 +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://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 +https://cnfol.com##.NavTopAd +https://cnfol.com##.NewAdBox +https://07073.com##.No1 +https://bing.com##.OpInNwWndw +https://chinaz.com##.Postcon-ad +https://5588.tv##.ProDaTu +https://21uscity.com##.R300x70 +https://3dmgame.com##.R_qingtianzhu +https://3jy.com##.Rad +https://tuku.cc##.TLAD +https://avmimi.com##.TW_UTtoy +https://alu.cn##.Tg_125x70 +https://alu.cn##.Tg_230x80 +https://alu.cn##.Tg_260x70 +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 +https://avmimi.com,mm-cg.com##.UT_thread +https://tuwan.com##.Video-r-ad +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://pincong.rocks##.a-a +https://thinkphp.cn##.a6 +https://chacuo.net##.a96090 +https://speedtest.cn##.aP-box +https://lahoo.ca##.a_af +https://hcbbs.com##.a_cn_pb +https://baixing.com##.a_d_s_hidden_link +https://jdbbs.com##.a_h +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 +https://ishuhui.com##.a_xx_d +https://159i.com,china.com.cn##.ab +https://jiyingdm.com##.abcde +https://yesky.com##.abox +https://w3cschool.cn##.abox-item +https://yaolan.com##.abstract_ad +https://159i.com##.ac +https://2345.com##.act-market +https://2345.com,hao774.com##.act-search-tab +https://2345.com##.act-yguang +https://rising.cn##.activity-ad +https://hao.rising.cn##.activity-gt +https://zuimeia.com##.activity-poster:not([href*="zuimeia."]) +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,9dcj.com,acg.bz,acg13.cn,acgbenzi.com,baiduyunpan.net,baike.com,bbs-mychat.com,cdyee.com,ce.cn,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,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-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 +https://baidu.com##.ad-block-1 +https://easou.com##.ad-charge +https://newtalk.tw,toolfk.com##.ad-container +https://olevod.com##.ad-corner +https://cqmmgo.com##.ad-cycle +https://sm.cn##.ad-dot-container +https://pc0359.cn,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://sogou.com##.ad-img-bt + .picContainer +https://265g.com##.ad-inner03 +https://baidu.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://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://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://sm.cn##.ad-wolong-container +https://ccoo.cn##.ad-wrap1 +https://cztv.com##.ad003 +https://ifeng.com##.ad05 +https://ifeng.com##.ad06 +https://ifeng.com##.ad07 +https://ifeng.com##.ad08 +https://10jqka.com.cn,88files.net,99files.net,actoys.net,beijing-air.com,bio1000.com,gter.net,hepuwang.com,jjwxc.net,ncdiy.com,qingdaonews.com,tgbus.com##.ad1 +https://ifeng.com##.ad1000-2 +https://ifeng.com##.ad1000_2 +https://ifeng.com##.ad1000_box +https://yuqingcn.cn##.ad1024x90 +https://chexun.com##.ad1100 +https://ishowx.com##.ad1160 +https://tt243.com##.ad123 +https://c114.com.cn,china.com.cn,qingdaonews.com,sj998.com##.ad2 +https://ifeng.com##.ad200-2 +https://yaolan.com##.ad24090 +https://jokeji.cn##.ad250_1 +https://jokeji.cn##.ad250_2 +https://nmgnews.com.cn,sj998.com,sportscn.com,tpy888.cn##.ad3 +https://21uscity.com##.ad300x60 +https://jokeji.cn##.ad3602 +https://jokeji.cn##.ad360_280 +https://linuxde.net##.ad360x500 +https://hupu.com##.ad361-240-240 +https://tpy888.cn,weather.com.cn##.ad4 +https://5imx.com##.ad4:first-child +https://sj998.com##.ad5 +https://china.com.cn##.ad6 +https://juyouqu.com##.ad630 +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://ting89.com##.ad7 +https://yaolan.com##.ad71090 +https://hupu.com##.ad720-90 +https://ck101.com##.ad728Top +https://pujia8.com##.ad740 +https://chexun.com##.ad794 +https://ting89.com##.ad8 +https://ifeng.com,sohu.com##.ad950 +https://pharmnet.com.cn##.ad9502 +https://yaolan.com##.ad96090 +https://danlan.org##.ad98090 +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://familydoctor.com.cn##.adExtra +https://sina.com.cn##.adF +https://newcger.com##.adFullwidth90 +https://sina.com.cn##.adG +https://sina.com.cn##.adH +https://niaogebiji.com##.adImgBox +https://baidu.com##.adLog +https://2345.com##.adMainBg +https://hao123.com##.adMainMiddle-box +https://cnblogs.com##.adPopup +https://jschina.com.cn##.adR +https://ifeng.com##.adR01 +https://ck101.com##.adTopBox +https://baidu.com##.adTopImg +https://cztv.com##.ad_003 +https://ifeng.com##.ad_01 +https://sina.com.cn##.ad_01_center +https://sina.com.cn##.ad_01_left +https://sina.com.cn##.ad_01_right +https://ifeng.com##.ad_04 +https://ifeng.com##.ad_09 +https://szonline.net##.ad_1000_90 +https://ifeng.com,nnnews.net##.ad_12 +https://51wangdai.com##.ad_123_AD +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://ttys5.com##.ad_580 +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://huanqiu.com,tpy888.cn##.ad_all +https://download.csdn.net##.ad_area_1 +https://sogou.com##.ad_aside_inner +https://zhibo8.cc##.ad_box_250 +https://ifeng.com##.ad_btn +https://csdn.net##.ad_class +https://gamme.com.tw##.ad_down +https://putclub.com##.ad_fastReading +https://tgfcer.com##.ad_headerbanner +https://le.com##.ad_layer +https://hc360.com##.ad_left +https://duba.com##.ad_leftTip_out +https://miercn.com##.ad_list +https://ck101.com##.ad_logo +https://78dm.net##.ad_logor +https://sina.com.cn##.ad_main_top +https://udn.com##.ad_mask +https://duba.com##.ad_middleModal +https://comefromchina.com##.ad_navtext_11 > li:nth-child(n+2) +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,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 +https://9upk.com,ouyaoxiazai.com,smzy.com##.ad_show +https://fx168.com##.ad_teshu +https://tgfcer.com##.ad_text +https://dmzj.com##.ad_th +https://zjstv.com##.ad_tl +https://pchome.com.tw##.ad_triple +https://fulibac.com##.ad_two +https://cs.com.cn,pjtime.com##.ad_txt +https://bcbay.com##.ad_txt_box +https://putclub.com##.ad_vipabc +https://yicheshi.com##.ad_w +https://stheadline.com,yinyuetai.com##.ad_w300 +https://itavcn.com##.ad_wordxin +https://baike.com##.ad_xuanban +https://zhijia.com##.adb +https://ifeng.com##.adbest +https://motobuy.com.tw##.adbig +https://sina.com.tw##.adbig300_mid +https://appledaily.com.tw##.adblock_splash +https://17173.com,cdyee.com,chinaz.com,eastmoney.com,epochtimes.com,hsw.cn,ifeng.com,lantian.tv,phoenixtv.com,pyccoo.cn,xineurope.com,yesky.com##.adbox +https://7jiu.com.hk,plays01.com##.adbox-bg +https://dwnews.com##.adbox-top +https://ifeng.com##.adbox03 +https://ceiea.com##.adclass2019 +https://pchome.com.tw##.adcon +https://jgzj.net##.adcss +https://52pk.com,hao.rising.cn,vpgame.com##.add +https://78dm.net##.add-980 +https://kmzy6.com##.add-gg +https://fang.com,soufun.com##.add1200 +https://chinanews.com##.add3 +https://chinanews.com##.add4 +https://putclub.com##.add_ad +https://bnmanhua.com##.addg +https://uzzf.com##.address_like:nth-child(-n+7) +https://ck101.com##.adfixWp +https://chinaz.com##.adfixbug +https://duba.com,uu114.cn##.adfixed +https://1kkk.com,dm5.com,dm5.hk##.adform_1 +https://1kkk.com,dm5.com,dm5.hk##.adform_2 +https://xineurope.com##.adft +https://92wy.com##.adhengfu +https://jxdbg.com##.adindex +https://huanqiu.com##.adindexList +https://oopw.top,sina.com##.aditem +https://fzdao.cn##.adlan +https://jxedt.com##.adlink1 +https://jxedt.com##.adlink2 +https://cww.net.cn##.adlinkL +https://cww.net.cn##.adlinkR +https://mobile01.com##.admicrobtn +https://ccoo.cn,hackhome.com,vipcn.com##.adn +https://zj.com##.adnav +https://zj.com##.adnav2 +https://gaokao.com##.adout116 +https://bigear.cn##.adpicright +https://ifeng.com##.adpubpic +https://doc88.com##.adpx250 +https://gamme.com.tw##.adread +https://appinn.com##.ads-m +https://360.cn##.ads-pic +https://shejidaren.com##.ads-post-foot +https://weishangshijie.com##.ads228_1_r +https://5icool.org##.ads300_show +https://eeyy.cc##.ads650 +https://disp.cc##.ads_bot_block +https://xhzyw.com##.ads_bottom +https://chinamedevice.cn##.ads_img +https://chinamedevice.cn##.ads_img1 +https://xianliao.me##.ads_popup_small_ads_container +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://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,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 +https://wdzj.com##.adv-img +https://yxdm.tv##.adv0 +https://shouji56.com##.adv01 + a +https://kdhome.net,yxdm.tv##.adv2 +https://kdhome.net,xinhuanet.com,yxdm.tv##.adv3 +https://myhack58.com##.adv32 +https://it165.net##.adv728a +https://it165.net##.adv728b +https://sohu.com##.adv_960 +https://rs05.com##.adv_bottom +https://kjsv.com##.adv_cent +https://kjsv.com##.adv_fnt_cont +https://jjckb.cn##.adv_ment +https://kaifu.com##.adv_slide +https://autohome.com.cn,jdzj.com,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 +https://360che.com##.adver250_250 +https://360che.com##.adver300_150 +https://360che.com##.adver300_250 +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,ieforex.com,laod.cn,xywy.com,zhangjunseo.com,zhujiceping.com##.advert +https://csdn.net##.advert-bg +https://sspai.com##.advert-card +https://xmfish.com##.advert-entry-list +https://liba.com##.advert-l +https://liba.com##.advert-r +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,bccn.net,hkepc.com,iviewui.com##.advertisement +https://3d66.com##.advertisement-carousel +https://chinacar.com.cn##.advertising +https://10086.cn##.advertisingOther_img +https://speedtest.cn##.advertisingSpace +https://ifeng.com##.advmark +https://it165.net##.advyello +https://itavcn.com##.advzone +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://13mv.com##.aggd +https://33lc.com##.ags +https://wigcw.cn##.alert-block +https://wdzj.com##.alert-box-pop +https://jszbug.com,siku11.com##.alert-danger +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 +https://keywin.org##.appdownload +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://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://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://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://iviewui.com##.asd +https://btyingshi.com##.aside > .card:last-child +https://78dm.net##.aside-add +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://acgking.com,dbtmn.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://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 +https://bing.com##.b_ad +https://bing.com##.b_adBottom +https://pinshan.com##.b_adv +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 +https://17k.com##.baiduBox +https://flyzy2005.com##.baidu_ad +https://mydrivers.com##.baidu_box +https://ucbug.com##.baidu_fx +https://qqcyl123.com##.baiduadc +https://brushes8.com##.baidugg580 +https://hc360.com##.baidutuiguang +https://xizi.com##.baner1 +https://uschinapress.com##.baner_pictur +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 +https://smzdm.com##.banner-stuff +https://big-cup.tv,g-cup.tv##.banner-table-block +https://5118.com##.banner-top +https://firefoxchina.cn##.banner-words +https://fanyi.baidu.com,longzhu.com##.banner-wrap +https://news.cn2che.com##.banner01 +https://sojson.com,wbzol.com,xizi.com##.banner1 +https://jinhua.com.cn##.banner1200 +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 +https://ting89.com,tingshuge.com##.banner688_1 +https://ting89.com,tingshuge.com##.banner688_2 +https://aguitar.cn##.banner7 +https://jinhua.com.cn##.banner935 +https://yaolan.com##.banner960 +https://niutuku.com,sina.cn##.bannerAD +https://afzhan.com##.bannerAdv +https://aipai.com##.banner_90 +https://900.la##.banner_ad1 +https://xilu.com##.banner_bg +https://foodmate.net,ksbbs.com,kshot.com,oschina.net##.banner_box +https://sinami.com##.banner_centerLeft +https://sinami.com##.banner_centerRight +https://baidu.com##.banner_center_adv2 +https://vod1769.com##.banner_img +https://fanyi.baidu.com##.banner_img_container +https://chinaiiss.com##.banner_middle +https://sznews.com##.banner_new2 +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 +https://efu.com.cn##.banners-top-x2 +https://fang.com##.bannger_inbox +https://mscbsc.com##.bao1 +https://hao123.com##.bar-text +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 +https://xilu.com##.bbs_topad +https://bcquan.me##.bcqad +https://hao.rising.cn##.bd-lmhot +https://jrj.com.cn##.bd.pa10.bgn +https://newxue.com##.bd500 +https://33am.cn##.bd_980_90 +https://52tian.net,starbaby.cn##.bdad +https://newnet.cc##.bdad1 +https://cnscore.com##.bdbanner +https://1010jiajiao.com##.bdgg +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 +https://jrj.com.cn##.bg2424 +https://duba.com##.bgOpen +https://265g.com##.bg_ban +https://asus.com##.bg_block +https://40407.com##.bg_l +https://40407.com##.bg_r +https://265g.com##.bgban +https://douyu.com##.bglink +https://gdzjdaily.com.cn##.big_news + div +https://sgcn.com##.bigaimg +https://114la.com,ylmf.com##.bighd-top-bar +https://haote.com##.bigmainIn +https://rkanr.com##.bill +https://gywb.cn##.bill-vertical +https://sogou.com##.bizr_rb +https://chinairn.com##.bizrpt +https://erji.com,erji.net##.black.y-style +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) +https://boo.tw##.blockUI +https://oschina.net##.blog-left-ad +https://codexiu.cn##.blog-twitter:first-child +https://xianzhenyuan.cn##.bm.a_c +https://tropica.cn##.bm.a_c1 +https://ydss.cn##.bm.bml.pbn > table > tbody > tr > td:nth-child(-n+2) +https://jlmhk.com##.bn +https://ft.com,ftchinese.com##.bn-ph +https://yeeyi.com##.boardnav > #ct > .sd +https://xmfish.com##.bobing-theme +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://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://ilxdh.com##.bottom-show +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://sportsv.net##.box.ad +https://csdn.net##.box.hot +https://0772fang.com##.box0 +https://lolshipin.com##.box2 +https://mobanwang.com##.box960x90 +https://ifeng.com##.box_list_pic > a[href^="http://dol.deliver."] +https://duba.com##.box_shopping +https://fx678.com##.box_video +https://nxing.cn##.boxclose +https://uzzf.com##.boxl +https://wanqu.co##.brand-ad +https://kehuan.net.cn##.bread_728x90 +https://cgown.com##.breadcrumb-gg +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 +https://aizhan.com##.btn +https://zdfans.com##.btn + .btn +https://xitongzhijia.net##.btn-dl_swift +https://xitongtiandi.net##.btn-dr +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://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://52pk.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://cnblogs.com##.c_ad_block +https://kdnet.net##.c_spread +https://lenniu.com##.caClass +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) +https://meizhou.com##.cc_z1 +https://xinshouzhanzhang.com##.celan +https://11luba.com,niluba.cc##.center > div:last-child +https://sina.com.cn##.center-pdps +https://sina.com.cn##.center-pdps-02 +https://hao.rising.cn##.channel-adimg +https://eeskill.com##.channel-featured-adv +https://enread.com##.channel-nav > .back +https://douban.com##.channel_promo +https://5izyw.com##.chao_ggw +https://xianliao.me##.chat-content__ads +https://longzhu.com##.chatroom-ap +https://2345.com,hao774.com##.chc-dzoem +https://firefoxchina.cn##.chip-banners +https://52ch.net##.chn_pb +https://baidu.com##.chunwan-wrapper +https://zhujiboke.com##.cjtz-border +https://dm5.com,dm5.hk##.cl760 +https://dm5.com,dm5.hk##.cl970 +https://fpdisplay.com##.class_adv1 +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://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] +https://tieba.baidu.com##.client_ad_topBanner_all +https://hboav.com##.close_box +https://hboav.com##.close_box0 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.close_btn[src*="/adsense/"] + div:last-child +https://chaomi.cc##.cm-ads +https://so.com##.cmclk +https://image.so.com##.cmitem +https://2345.com##.cmoe-nxh-dx +https://bbs.xmfish.com##.cmp_v +https://91.com,hao123.com##.cn_banner +https://hao123.com##.cn_tips +https://cnbeta.com##.cnbeta-side-sponsor +https://2345.com##.cnxh_box +https://hlgnet.com##.co_ad +https://hlgnet.com##.co_ad3 +https://vjmedia.com.hk##.code-block +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://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 +https://so.com##.commercialCell +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 > a:last-child +https://qiuw.com##.con > a:nth-child(n+2) +https://maolihui.com##.con-ad +https://ithome.com##.con-recom +https://joy.cn##.con2-3 +https://ifeng.com##.conRgg +https://aihami.com##.conText > div[style*="width:"] +https://360che.com##.con_banner +https://40407.com##.con_tj +https://firefox.com.cn,firefoxchina.cn##.cont-promote +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://hao.su##.content-copyright +https://ptbus.com##.content14 +https://p9.com.tw##.contentRightAd +https://kjsv.com##.content_module > div[style='margin-left: 8px;'] +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 +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 +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://15yc.cc##.crdown +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$="250px;"] +https://cnbeta.com##.ctcloud +https://tigtag.com##.custom-box02 +https://51wangdai.com##.cx_ad +https://51wangdai.com##.cx_xx_lis_c01_right_lis_c_ad +https://vuetifyjs.com##.d-inline-block +https://iplaysoft.com##.d250 +https://iplaysoft.com##.d250x90 +https://hackhw.com##.d336 +https://hackhw.com##.d336x2 +https://xgrb.cn##.d_2016_ggw +https://xingkbjm.com##.d_postlist > ul > li:nth-child(-n+2) +https://51.la##.da-item +https://qingdaonews.com##.da30050 +https://qingdaonews.com##.da66050 +https://zhangxinxu.com##.da_bottom +https://xbyuan.com##.dad +https://lenovo.com.cn##.daily-hotwords +https://map.baidu.com##.damoce-search-item +https://acfun.cn##.danmu-activity +https://soufun.com##.danmu_inbox +https://bbs.it168.com##.daoh2 + .bor8 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dasense +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://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://bcbay.com##.discuss + table +https://360.cn##.div-adv +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://jisuxz.com##.dl_gaosu +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://smzy.com##.down-jisu +https://zol.com.cn##.down-link +https://xiaopi.com##.down-list +https://mianbao99.com##.downApp +https://fx110.com##.down_Hx +https://52pk.com##.down_adv +https://gz0668.com##.down_fixed +https://188soft.com##.down_gaosu +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://greenxiazai.com##.downbtn > a:last-child +https://downza.cn##.downbtn-top +https://portablesoft.org##.downcenter +https://yxzoo.com##.downgg +https://onlinedown.net##.downgs +https://mogewu.com##.download > a[href*="@"] +https://duote.com##.download-box:first-child +https://downg.com##.download-list:first-child +https://wmzhe.com##.downloader +https://9ht.com,pc0359.cn,pc6.com,ucbug.com##.downnow +https://cr173.com,downcc.com,downyi.com##.downnowgaosu +https://opdown.com##.downnows +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://33lc.com##.dt2 + dd +https://jinbaozy.com##.dtk-fixed-ads +https://51ztzj.com##.dtmwrap[style="height:75px;background:#fff"] +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 +https://so.com##.e-buss +https://acg17.com,secretmine.net##.e3lan +https://m.so.com##.e_idea_list +https://so.com##.e_idea_wenda_detail_spread +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 +https://m.baidu.com##.ec_adv +https://baidu.com##.ec_im_container +https://ettoday.net##.ec_menu +https://baidu.com##.ec_sma_im +https://baidu.com##.ec_wise_ad +https://easou.com##.ecom-adTop +https://baidu.com##.ecom_pingzhuan +https://baidu.com##.ecomad-banner-loading +https://19lou.com##.editor-ad +https://wenku.baidu.com##.edu_class_pop_dialog +https://playno1.com##.eis_adv +https://playno1.com##.eis_adv + .eis_mtm +https://playno1.com##.eis_adv2 +https://www.playno1.com##.eis_box_s +https://ncno1.playno1.com##.eis_box_s > div:first-child +https://fuyang.net##.eis_fbox_260:nth-child(n+3) +https://fuyang.net##.eis_fbox_980 +https://playno1.com##.eis_mtm[style="border-top:1px dashed #CDCDCD;padding-top:10px; padding-bottom:15px"] +https://backchina.com##.eis_subnav_area +https://winning11cn.com##.eis_topad +https://dilidili.wang##.elmnt-one > .shade > a[href^="http"]:not([href*=".dilidili."]) +https://eprice.com.tw##.emome-ad +https://firefoxchina.cn##.engine-jokes +https://zreading.cn##.enhanced-text-widget:nth-child(2) +https://1point3acres.com##.enhanced_header +https://hao123.com##.enter1 +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##.epinv_b +https://epinv.com##.epinv_f +https://shulink.com##.er_g +https://sinolub.com##.erjlogo > .fl + .fl +https://2345.com,hao774.com##.event1-hasList +https://58.com##.ewmAdNew +https://8264.com##.ewmbox +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://m.sohu.com##.f_rec[href^="//m.sohu.com/promotion?"][href*="/f/"] +https://sgcn.com,wangjing.cn##.fad +https://mobile01.com##.fast-ad +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://jq22.com##.fdad +https://maxthon.cn##.feast-gift-search +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://hao.360.cn##.festival_snatch +https://nicotv.me##.ff-ads +https://firefoxchina.cn##.ff-banner +https://firefoxchina.cn##.ff-open +https://cngold.org##.fiexdAdvsClosed +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://douyu.com##.fishop-anchor-recommands-box +https://hepan.com##.fivead +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##.fixediv +https://bbs.actoys.net##.fl[style$="float:right;"] +https://youthwant.com.tw##.flex-container +https://vhiphop.com##.flexslider +https://qunar.com##.flight_ad +https://19lou.com,cqmmgo.com,ihome99.com##.float-ad-wrap +https://9dog.pw##.float-adv +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://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://900.la##.font-ad +https://se8u.cc##.footAdv +https://jisilu.cn##.foot_ad +https://880sy.com##.foot_gg +https://yipee.cc##.footer-sidebar-container +https://iciba.com##.footer_baidu +https://yaolan.com##.footer_float_box +https://image.baidu.com##.ford-tag +https://chineseinla.com##.forum_banner_ads +https://pcbeta.com##.forum_top ~ div[class] +https://vvshu.com##.forviewda +https://880sy.com##.fot_btom +https://v2ex.com##.fr > a[href^="https://www.digitalocean.com/"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.frs_act_repost_wrapper_outter +https://tieba.baidu.com##.frs_pb_leadapp_pop_show +https://ytbbs.com##.ftop_ad +https://ytbbs.com##.ftop_ad_2016 +https://duowan.com##.full-banner +https://ainuody.com##.full-width +https://guancha.cn##.full_nav1 +https://gamme.com.tw##.fullad_ad +https://962.net##.g-962-ad +https://quanmin.tv##.g-gg +https://mobanwang.com##.g960 +https://126.com,163.com##.gWel-promt +https://smzdm.com##.g_g +https://233.com##.gads +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://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 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_list_and_rank +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_spread_thread +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_tab +https://sina.com.cn##.gamead1 +https://timeon.cn##.gameads +https://qidian.com##.games-op-wrap +https://3987.com,onlinedown.net,win7w.com##.gaosu +https://3h3.com##.gaosu_down_div +https://so.com##.garllery_ad +https://115.com##.gb-advs +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://5068.com,ifeng.com##.gg01 +https://5068.com,hgitv.com##.gg02 +https://hgitv.com##.gg09 +https://antpedia.com,chinamedevice.cn,lcxw.cn,msdn.hk,xinhuanet.com##.gg1 +https://chinamedevice.cn,hgitv.com##.gg12 +https://skinme.cc,ts.cn,xinhuanet.com##.gg2 +https://angelweb.cn##.gg250x250 +https://iqilu.com##.gg300250dbl +https://lcxw.cn,ts.cn##.gg4 +https://xiaoz.me##.gg5 +https://xizi.com##.gg500 +https://iqilu.com##.gg580140 +https://xiaoz.me##.gg6 +https://5184.com##.gg600 +https://zt5.com##.gg_1 +https://5173.com##.gg_130 +https://5ifxw.com##.gg_300250 +https://ruian.com##.gg_780 +https://ruian.com##.gg_960_t +https://163disk.com##.gg_990_65 +https://163disk.com##.gg_990_90 +https://515fa.com##.gg_ad01 +https://515fa.com##.gg_ad02 +https://wo256.com##.gg_area +https://codejie.net##.gg_banner +https://eeyy.com##.gg_bg +https://js0573.com##.gg_bnr +https://xiaopi.com##.gg_box +https://zt5.com##.gg_bt +https://comicat.org,kisssub.org##.gg_canvas +https://sinolub.com##.gg_cen +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.net##.gg_img +https://324324.cn##.gg_sidebar +https://eeyy.com##.gg_top +https://cww.net.cn##.ggbar +https://baidu.com##.ggbtm-vip-close +https://55188.com##.ggdistich +https://chazidian.com##.ggin +https://eastday.com##.gglist +https://romzhijia.net##.ggposition +https://rising.cn##.ggqh +https://weather.com.cn##.ggt +https://taian.com##.ggtp +https://360doc.com##.ggwz +https://9dcj.com##.gif_left +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 +https://news.sohu.com##.god-first +https://sohu.com##.god-main +https://sohu.com##.godR +https://taiwandaily.net##.gofollow[data-track] > img +https://eastday.com##.golden_adv_1 +https://eastday.com##.golden_adv_2 +https://awaker.cn##.good-price +https://mail.pchome.com.tw##.good_ad +https://techbang.com##.google-dfp +https://i-part.com.tw##.googleAD160x600 +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://wanyx.com##.gs_down_common +https://ddooo.com,xue51.com##.gsbtn +https://yxdown.com##.gsdown +https://33lc.com,cncrk.com##.gsdt +https://jb51.net##.gsdw +https://vpsdx.com##.gsfha3-form +https://kuhou.com,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://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://tukergo.com##.guanggaoBox +https://gasaq.com##.guanggao_ime_big +https://shm.com.cn##.guanggaowei2 +https://shm.com.cn##.guanggaowei3 +https://downhot.com##.guans +https://guokr.com##.guokr-layer-beforelogin +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://mumayi.com##.h80 +https://jjwxc.net##.h8px + div[align="center"] +https://cnblogs.com##.h_ads +https://kekenet.com##.h_news_c +https://bkill.com##.half-ads +https://typecho.wiki##.haliluya +https://cam4.tw##.hbanner +https://mp4ba.la##.hd + table +https://ck101.com##.hd-bgimg +https://sogou.com##.hd-slider > .slider-container +https://1fzw.com##.hd-tops +https://youth.cn##.hd_pic +https://pinggu.org##.hdbanner +https://winning11cn.com##.hdc > div > div[align="center"] +https://ali213.net##.head-left +https://hkepc.com##.headBanner +https://weishangshijie.com##.head_0905 +https://jmw.com.cn##.head_1b +https://jmw.com.cn##.head_3 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.head_middle > div[class]:first-child +https://zhiding.cn##.headads +https://biz.ifeng.com##.header +https://ieforex.com##.header > .left +https://i.maxthon.cn##.header-hotkeys +https://animewld.club##.header-img +https://xbyuan.com##.header-logo-ad +https://kpzpw.com##.header-pic +https://uc123.com##.header-push-container +https://youivr.com##.header-widget-region +https://jiegeng.com##.header__item--fr +https://seehd.so##.header_wrap + .tac + table[align="center"] +https://aguitar.cn,guitarchina.com##.headerbanner +https://aguitar.cn##.headerbanner2 +https://cnbeta.com##.headline-thumb > a[href^="https://active.greatroma.com"] +https://ks.js.cn##.height200 +https://ks.js.cn##.height60 +https://ks.js.cn##.height70 +https://ks.js.cn##.height80 +https://hackhw.com,qqjia.com##.hengfuad +https://jpwind.com##.hf_tupian_gg +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.hgame_mod_theme1 +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,99danji.com##.high-down +https://orsoon.com##.high-downs +https://douyu.com##.his-sign-cont +https://zp365.com##.hitADclass +https://jia360.com##.hjadv +https://4gamers.com.tw##.home-carousel-container +https://orsoon.com##.hongbao +https://pconline.com.cn##.hongbao_1111 +https://tieba.baidu.com##.hongbao_page_pop_common +https://sohu.com##.hot-atlas +https://duba.com##.hot-bottom +https://fanyi.baidu.com##.hot-link-middle +https://douyu.com##.hot-sign-1 +https://douyu.com##.hot-sign-2 +https://piaoliang.com##.hot990 +https://lenovo.com.cn##.hotAd +https://duba.com,uu114.cn##.hotTitle +https://itheat.com##.hot_ad +https://itavcn.com##.hot_dealerxin +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 +https://btdp.online,f6hx.site,magnet2048.com##.hotwords +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://xiazaiba.com##.hspeed +https://chinasmartgrid.com.cn##.ht60ad +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://zjk169.net##.iContentLeft +https://zjk169.net##.iContentRight +https://tieba.baidu.com,wapp.baidu.com##.iSlider-wrapper-container-hot-thread +https://hao.360.cn##.icon-text-nav +https://easylife.tw,ettoday.net##.idleAd +https://163.com##.idx_textlink_ad +https://163.com##.idx_tonglan_ad +https://163.com##.idx_top_ad +https://gamer.com.tw##.iframe:last-child +https://xinhuanet.com##.iframeSrc + a[href^="http"]:not([href*=".xinhuanet."]) +https://aiyuke.com##.igamead +https://outofmemory.cn##.iloveoutofmemory660 +https://im286.net##.im286-t +https://masturbation22.com,playallvideos.com,pron.co,ratedxbiz.com,taporn.com##.ima +https://m.cnbeta.com##.image-container +https://douyu.com##.imageItem-wrap[href*=".cr-nielsen.com/"] +https://douyu.com##.imageItem-wrap[style="width: 1200px; height: 120px;"] +https://douyu.com##.imageItem-wrap[style="width: 287px; height: 559px;"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.images_game_container +https://5555op.com##.img +https://baidu.com##.img-adv-swap1 +https://zxdy777.com##.imgBox +https://fx678.com##.img_tips +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"] +https://cngold.org##.in_content_left_advs +https://news18a.com,tom.com##.ina_ad_class +https://news18a.com##.ina_ad_left +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://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://zahuishi.com##.index950x90 +https://zahuishi.com##.index960x90 +https://ydss.cn##.indexAd +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 +https://cqsq.com,jmnews.com.cn,xz.ccoo.cn##.index_banner +https://shfq.com##.index_banner_ad +https://juxia.com##.index_bttg +https://hgitv.com,wo256.com##.index_gg +https://hgitv.com##.index_gg01 +https://cqsq.com##.index_main_gg +https://hgitv.com##.index_main_top_zhong_02 +https://hqdoor.com##.index_newad +https://jianshen114.com##.index_temp +https://163.com##.index_top_ad +https://99114.com##.indexcjgg +https://daohangtx.com,jojf.cn##.indexgg +https://jxdbg.com##.indexmv +https://itjsb.com##.info_ad +https://wasu.cn##.info_ads +https://ylfx.com##.info_logrt +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://haojiyou.la##.iqshwad-div +https://czsp12.com##.iswindow +https://carrotchou.blog##.item > a[href^="http"]:not([href*=".carrotchou."]) +https://zol.com.cn##.item-sale +https://gansudaily.com.cn##.itemFloat +https://cnbeta.com##.items_area .time +https://pconline.com.cn##.ivy > .ivy-wrap +https://pconline.com.cn##.ivy > a +https://pcauto.com.cn##.ivy-250 +https://sina.cn##.j_article_cutpic +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_banner_post +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_click_stats[href*="adn.baidu.com"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_couplet +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_df_card +https://tieba.baidu.com##.j_feed_li[fid="3665221"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_l_post:not([data-field]) +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_l_post[data-field*="\"user_name\":\"\\u4e3f\\u5929\\u4e36\\u4e4b\\u6b87\""]:not([data-field*="\"user_id\":1180601200,"]) +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_listLiveTvCnt +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_listLiveTvCnt + .listBtnCnt + #listTalkCnt +https://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u623f\\u4ea7\\u5c0f\\u7ad9\\u957f\""] +https://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u623f\\u4ea7\\u5feb\\u8baf\\u5927\\u7ba1\\u5bb6\""] +https://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u623f\\u4ea7\\u901f\\u8baf\""] +https://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u8d34\\u5427\\u89e6\\u70b9\\u63a8\\u5e7f\""] +https://huya.com##.j_posterItem[href^="http"]:not([href*=".huya."]) +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_thread_list[data-field^="\7b \"id\":4419048726,"] +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://xinshouzhanzhang.com##.jinlila +https://95ziyuan.cn##.jiuwu +https://oschina.net##.jj +https://soyunpan.com##.jmwb +https://hahamx.cn##.joke-list-anecdote +https://juqingba.cn##.jqright1 +https://jrj.com.cn##.jrj-ad +https://zhanqi.tv##.js-activity-show +https://sogou.com##.js-ad-item +https://hqew.com##.js-ad-tips +https://cs.com.cn##.js-ad1 +https://360kan.com##.js-playicon[href*="wan.360.cn/"] +https://so.com##.js-show-data +https://jinse.com##.js-spread__main +https://netbardh.com##.js-static[data-position="3.3"] +https://yahoo.com##.js-stream-content > div > div > div > h3 > a[href^="https://hk.promotions."] +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_ny2018_content_LeftAd +https://13mv.com,csai.cn##.keifu +https://iqilu.com##.kejie_ad +https://v.ifeng.com##.keyword +https://99tianji.com##.kf1 +https://1kkk.com##.kk2.cc +https://0597kk.com##.kk_ad +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.kn_nine_wrap +https://ddooo.com##.ks_down +https://fznews.com.cn##.kuang100_right +https://lanyes.org##.kuanpin +https://chinaz.com##.kwLink +https://baidu.com##.l-header-ad +https://jin10.com##.l-main > div > .jin-timeline +https://jin10.com##.l-main > div > div[class^="jin-"] > .jin-timeline > div[class^="jin-1"] +https://www.jin10.com##.l-main_body > div[class]:not(.jin-timeline) +https://www.jin10.com##.l-main_info > div[class]:not(.jin-declaration):not(.jin-qq-cooperation) +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 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post + div[class]:not(.l_post) +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1224761005,"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1480174042,"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1480194257,"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1990070693,"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":50012654,"] +https://flight.qunar.com##.l_rside > .b_fly_ban_b:nth-child(2) +https://3jy.com,maolihui.com##.lad +https://1kkk.com##.lanrenzhijia +https://ithome.com##.lapin +https://bh.sb##.large +https://le.com##.lay_body[style^="width:490px;height:320px;"] +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://szonline.net##.layout_ad +https://gkstk.com##.layui-layer +https://gkstk.com##.layui-layer-shade +https://le.com##.lbzDaoliu +https://finance.ifeng.com##.lccs +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://jmw.com.cn##.leftCouplet +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://duba.com,newduba.cn##.left_slidebar_con +https://bt.cn##.left_wrap:nth-child(3) +https://hkwb.net##.leftadv2 +https://hao123.com##.leftbanner +https://muzhi.baidu.com##.leftnest +https://ifeng.com##.leftpopad +https://zimuku.cn##.li[style^="width:8"] +https://5118.com##.lianmeng-home-header +https://lywww.com##.lianmengclass +https://hao.360.com##.licai-right +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://dl.pconline.com.cn##.links > p:not([class]) +https://duote.com##.links-banner +https://linux.cn##.linuxcnad +https://igxe.cn##.lion-flexd +https://anjuke.com##.list-item > .jx-sign +https://niutuku.com##.listAD +https://eol.cn##.listAd +https://nick18.com,niko18.com##.list_ads +https://en8848.com.cn##.list_adv +https://rsdown.cn##.list_lg +https://qunar.com##.list_promotion_bar +https://opdown.com##.listaddr +https://uimaker.com##.listads +https://58.com##.listpage_detail +https://kpzpw.com##.littlebanner +https://huaren.tv##.live-client_left +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://tianya.cn##.load_m_top +https://ypppt.com##.login_panel +https://uc123.com##.logo > a +https://wdzj.com##.logo-banner +https://jjxw.cn##.logo_ad_r +https://chinamedevice.cn##.logo_ads +https://silver.org.cn##.logo_dsaas +https://qinbing.cn##.logo_right +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.lot_wrap +https://sohu.com##.lottery-box +https://kekenet.com##.lp_r_bar:first-child +https://jrj.com.cn##.ls_all_fc +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://0597kk.com##.lyhux_mu +https://123.sogou.com,web.sogou.com##.m-12[pbflag="guess"] +https://pconline.com.cn##.m-JCZ-scrollBlock +https://kkpan.com##.m-a-linktwo +https://jx3pve.com##.m-banner-tool +https://moe123.net##.m-inner2[style="height: 160px;"] +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 +https://163.com##.m_papa +https://xitongzhijia.net##.m_swift +https://hupu.com##.m_text_ad +https://8bo.com##.mad +https://zhicheng.com##.mad_bt +https://zhicheng.com##.mad_top +https://163disk.com##.mads +https://hupu.com##.maibghref +https://th7.cn##.main > .mb5 +https://firefox.com.cn,firefoxchina.cn##.main-huo +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://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_ad2 +https://tvmost.com.hk##.main_ad_b +https://cnbeta.com##.main_content_left > .mt5[style="text-align:center;"] +https://m.07073.com##.main_content_tit + div +https://tianya.cn##.main_xiangguan2 +https://qqjia.com##.mainad +https://2345.com##.mainbg +https://2345.com##.mainbg1 +https://bbs.fobshanghai.com##.maintable > div:nth-child(7) +https://expreview.com##.mamaBox +https://baidu.com##.manual-spread +https://zhainanba.org##.marauto > p[style="text-align: left;"] +https://fun48.com##.margin-big-bottom +https://fx110.com##.matrix-banner +https://oschina.net##.mayun-jj +https://itavcn.com##.mb_right > .mt8:nth-child(3) +https://265g.com##.mban +https://sciencenet.cn##.mbanner +https://hao.360.cn,hao.360.com##.mbar-bd +https://douguo.com##.mbs +https://2345.com##.mco-ex-ndxh +https://zhaiiker.com##.media-content[style*="0x"] +https://cnool.net##.meilai_box +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://midifan.com##.mid-aaa +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://ck180.net##.mitao +https://hmog.me##.ml_ad_widget +https://cnforex.com##.mleft > a +https://china.com##.mm +https://6789.com##.mm-force +https://playno1.com##.mn > div[style="margin-bottom:10px;"] +https://mail.pchome.com.tw##.mnav +https://mnw.cn##.mnw_685 +https://mnw.cn##.mnw_960 +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 +https://2345.com,hao774.com##.mod-txtred +https://pptv.com##.mod_960x90 +https://163.com##.mod_ad_r +https://163.com##.mod_ad_toutu +https://pianyuan.net,qixingquan.com##.modal-backdrop +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 +https://autohome.com.cn##.monkeyicon-br +https://xbooks.to##.movie-in-ad +https://hao123.com##.mp-app-ad +https://jmw.com.cn##.mr_1 +https://firefoxchina.cn##.mrec-banner +https://xici.net##.msgl_ad +https://66rd.cn##.mst_lamu_main +https://dnwx.com##.mt5_23 +https://newcger.com##.mtb17.h90 +https://meltoday.com,sydneytoday.com##.mtgad +https://90oo.com##.mtswp_scbar_ad +https://stockstar.com##.much_ad +https://techug.com##.mug +https://pixiv.net##.multi-ads-area +https://cqsq.com##.mumucms_index_tlad +https://china.com##.mxm +https://cngold.com.cn##.myGuangGao +https://cnblogs.com##.my_money +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://ifooday.cn##.myzs +https://2345.com,hao774.com##.mzdh_bottom +https://ilvruan.com##.n2-section-smartslider +https://hepuwang.com##.n5_dbhfad > .wapper +https://ccoo.cn##.n_adbox +https://123cha.com##.n_ads_box +https://123cha.com##.n_ads_box + .box > .tbl > tbody > tr:last-child > td[bgcolor="#eeeeee"][width="350"]:last-child +https://moyu16.com##.nav-banner +https://maplestage.com##.nav-left-module__info-wrapper___35CLR +https://youxiduo.com##.navAd +https://lenovo.com.cn##.nav_ad1 +https://lenovo.com.cn##.nav_ad2 +https://baidu.com##.nav_ads +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://rising.cn##.new-1111 +https://zhanqi.tv##.new-advertising-area +https://yes-news.com##.new-index-ad300 +https://yes-news.com##.new-index-main-728 +https://yes-news.com##.new-index-main-ysm +https://yes-news.com##.new-sidebar-today-300ad +https://i-part.com.tw##.newAd +https://ifeng.com##.newAdImg +https://steelcn.cn##.new_fixed +https://mtrend.cn##.new_right > .morecontent_next +https://mtrend.cn##.new_right > div[style="float:left; width:100%;"]:first-child +https://ttrar.com##.new_xzq +https://doubibackup.com##.new_zixun +https://zhicheng.com,zt5.com##.newa +https://zhicheng.com##.newa2 +https://uimaker.com##.newbaidu +https://ali213.net##.newright +https://sydneytoday.com##.news-list > .row > .col-xs-12 +https://eastday.com##.news-promote +https://kaifu.com##.news-t-adv +https://2345.com##.newsArea +https://chinaz.com##.newsMainBox-textad +https://afzhan.com##.newsRightAdv +https://ifeng.com##.news_ADbox +https://m.baidu.com##.news_ad +https://weishangshijie.com##.news_ads1200 +https://weishangshijie.com##.news_ads_1028 +https://jia360.com##.news_adv:nth-child(3) +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://zhibocool.com##.ng-scope[ng-repeat*="adMatchList"] +https://gamersky.com##.ngg_down +https://chongdiantou.com##.nice-sales +https://mamecn.com##.njjGsxzLeft > dl > .cont1 +https://mamecn.com##.njjGsxzRight +https://weishangshijie.com##.nleft_ads +https://dyhjw.com##.nn_link +https://wallstreetcn.com##.node-main-ad +https://admin5.com##.notice +https://yes-news.com##.notification +https://haoxxoo.com##.nrad1 +https://haoxxoo.com##.nrad2 +https://szhk.com##.ny_ad1 +https://wallstreetcn.com##.omg-container +https://10jqka.com.cn,hepan.com##.onead +https://duba.com##.oneone-search +https://bilibili.com##.online + .adpos +https://pgzhibo.com##.onlineqq +https://pgzhibo.com##.onlineqq_left +https://udn.com##.only_web > .DisplayVideo +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 +https://cnbeta.com##.other_news +https://wenxuecity.com##.otherposts +https://jjxw.cn##.ou_banner +https://bbs.my0511.com##.outertxt > tbody > tr > td[height="80"][align="right"] +https://dilidili.wang##.overflow-box > ul > li > a[href^="http"]:not([href*=".dilidili."]) +https://avsuggest.com##.overlay +https://udn.com##.overlay-container +https://lalulalu.com##.overture_banner +https://allhabit.com##.overture_forumlist +https://allhabit.com##.overture_threadlist +https://allhabit.com##.overture_threadlist_single +https://allhabit.com##.overture_top_banner +https://appledaily.com.tw##.owl-lazy[tcode^="AD:"] +https://sgcn.com##.oyad2.cl +https://quanmin.tv##.p-room_ad +https://quanmin.tv##.p-room_chatad +https://quanmin.tv##.p-star_adWrap +https://opticsky.cn##.p83_gridC > .cc +https://jj59.com##.p_ad +https://25xz.com##.p_ads +https://actoys.net##.p_new_ad +https://sina.cn##.p_newsmore +https://actoys.net##.p_top_ad +https://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://xinhuanet.com##.part-ad1 +https://www.sina.com.cn##.part-l +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://265g.com##.phone_bgban +https://sodao.com##.photo-see > div[style="text-align: center; margin-bottom: 10px;"] +https://caikuu.com##.photo_abv +https://jrj.com.cn##.piboxtwo +https://tv.52pili.com##.pic-box +https://ifeng.com##.pic1000 +https://ifeng.com##.pic300 +https://ifeng.com##.pic950 +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://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://kaifu.com##.play_fmt +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.play_list_panel +https://ifeng.com##.playad +https://gimy.tv##.playadbox +https://league-funny.com##.player_bb +https://sgamer.com##.plc > div > a[href*=".vgcool.com"] +https://moonbbs.com##.plc.plm > div > div > a[href*=".dealmoon.com"] +https://firefox.com.cn,firefoxchina.cn##.pm-crack +https://www.17173.com##.pn-tg +https://19lou.com##.pop-ad +https://hqew.com##.pop-banner +https://pconline.com.cn##.pop-huodong +https://sogou.com##.pop-tuiguang +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,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://netbardh.com##.pos-navbar-ad +https://jobbole.com##.post > .textwidget +https://vmovier.com##.post-ad-bottom +https://jobbole.com##.post-adds + .textwidget +https://hao.su##.post-content > div[class^="a"] +https://sanv.org##.post-left +https://vmovier.com##.post-right-item + a[target="_blank"] +https://163.com##.post_adtop_main +https://gamme.com.tw##.post_adwrpt +https://tieba.baidu.com##.post_client_down +https://phpvar.com##.post_content_linkad +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."]) +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,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://doudoudm.site,ezdmw.com##.public_ad +https://cnplugins.com##.pushbox1 +https://sogou.com##.pz-widget-flash-container +https://baidu.com##.qb-other-answer-wmad +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://htcui.com##.qqanimate +https://baidu.com##.quality-elinks +https://muzhi.baidu.com##.quick-ask-2 + .android + div +https://hualongxiang.com##.quick_reply_ad +https://im286.net##.qybj +https://ouyaoxiazai.com##.qzhengfu +https://ali213.net##.qztf +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://cnqiang.com##.rad360 +https://mydigit.cn##.radi +https://ananvod.com##.rbPicAll +https://dayanzai.me##.rban1 +https://sciencenet.cn##.rbanner +https://yuqingcn.cn##.rboxad +https://msn.cn##.rc > a[href^="https://sp.booking.com/"] +https://xvna.com##.rctad +https://xmfish.com##.readCon_right +https://wenku.baidu.com##.reader-to-cashier-vip > .rights-wrap +https://sina.com.cn##.real-time-window__ad +https://finance.ifeng.com,kulemi.com##.rec +https://baidu.com##.rec-feeditem +https://douban.com##.rec_topics_name[href^="https://erebor.douban."] +https://image.baidu.com##.recom +https://image.baidu.com,xizi.com##.recommend +https://csdn.net##.recommend-ad-box +https://0597kk.com##.recommend-container +https://tvsou.com##.recommend-img +https://csdn.net##.recommend-item-box[data-track-click*="http"]:not([data-track-click*=".csdn."]) +https://iciba.com##.recommend-item:not([href*=".iciba."]) +https://hao123.com##.recommend-link +https://le.com##.recommend-part-right +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) +https://xueqiu.com##.regist-guide-container +https://mop.com##.rel-item-gg +https://pconline.com.cn##.rela-best +https://mbd.baidu.com##.related-news > section:first-child + div +https://ithome.com##.related_buy +https://tiexue.net##.reloadCont > div:first-child +https://hoteastday.com##.reloadMedia1 +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://jmw.com.cn##.rightCouplet +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 +https://eastday.com##.right_adv_3 +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://dilidili.wang##.right_top_ad +https://hkwb.net##.rightadv2 +https://mail.sina.com.cn##.rightbottom +https://tingvoa.com##.rightgood +https://muzhi.baidu.com##.rightnest +https://portablesoft.org##.rightside > :nth-child(n+2) +https://5588.tv##.ringhttu +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##.room +https://douyu.com##.row-4.theatre +https://jia360.com##.row-ad01 +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,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://finance.ifeng.com##.sConRbox +https://laozuo.org##.s_ad125 +https://baidu.com##.sam_iebrowser_banner +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://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"] +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,newduba.cn,timeon.cn##.search_promotion +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 +https://wbzol.com##.sg +https://ottawazine.com##.sgpb-popup-overlay +https://pcsoft.com.cn##.shang11-top +https://m.mydrivers.com##.share +https://xilu.com##.shehuibanner +https://hao.rising.cn##.shop-site +https://teepr.com##.shop-widget +https://qiushibaike.com##.shopwindow +https://neonan.com##.shouhuan_ad +https://miercn.com##.show-img-box +https://200sht.info,sehuatang.org##.show-text +https://zahuishi.com##.show2960x90 +https://cnxz.cn##.showad +https://3987.com##.showdown > .mt20:first-child +https://91lai.com##.showimgs +https://uwants.com##.showpx1 +https://pcsoft.com.cn##.shuang11 +https://duanwenxue.com##.shuang11_gg +https://duanwenxue.com##.shuang11_mb +https://luyixian.cn##.side +https://showtv.com.tw##.side-AD +https://laifudao.com##.side-adinner +https://guokr.com##.side-adv +https://ruten.com.tw##.side-advertise +https://iwan.baidu.com##.side-banner +https://rs05.com##.side-bar-first +https://uc123.com##.side-hot +https://wallstreetcn.com##.side-money +https://firefox.com.cn,firefoxchina.cn##.side-notice +https://firefoxchina.cn##.side-promote +https://firefoxchina.cn##.side-recommend +https://smzdm.com##.side-stuff +https://firefoxchina.cn##.side-tool-outer > div[class]:first-child +https://firefoxchina.cn##.side-tpth +https://niutuku.com##.sideAD +https://youthwant.com.tw##.side_adbox +https://shuowan.com##.side_flash +https://duba.com,newduba.cn##.side_game +https://duba.com##.side_other > .img +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://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://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://docin.com##.sider_gg +https://youtaoqi.com##.sidetg +https://mopxing.com##.sideul1 +https://sina.com.cn##.sinaads +https://uuu9.com##.sindex_ad1 +https://2000fun.com##.single-box +https://fujieace.com##.single-goods +https://kocpc.com.tw##.single_ads +https://i.maxthon.cn##.site-ad-container +https://ilvruan.com##.site-sj +https://stockstar.com##.siteAd_l +https://stockstar.com##.siteAd_r +https://15yc.cc##.site_tips +https://hdchina.org##.sitead +https://uimaker.com##.siteads +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://cnbeta.com##.slide_area a[href^="http"]:not([href^="http://www.cnbeta."]) +https://duba.com##.slidebar +https://duba.com##.slidebar + .extend +https://talkfx.com##.slidebox +https://uc.cn##.slider__sdk__wrapper +https://1688.com##.sm-offer-item[p4p*=".1688."] +https://codepub.com##.small-banner +https://hao.360.cn##.small-obj +https://pdflibr.com##.sms-content-ad +https://ant.design##.snd-ad +https://hao123.com##.soft-ad-banner +https://66huacai.com##.soft-downUrl-list.underline +https://oschina.net##.soft_detai_above_ad +https://sohu.com##.sogouService +https://5nd.com##.songAds +https://jq.131458.com##.soso_02 +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://shmet.com##.spb-biz-cont +https://xitongtiandi.net##.speed +https://downbank.cn##.speed-downlist +https://geekpark.net##.sponsor +https://northnews.cn##.sponsor02 +https://sogou.com,soso.com##.sponsored +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 +https://guofs.com##.style2 +https://cnbeta.com##.sub-title +https://07073.com##.subarea_ad +https://cam4.tw##.subfoot-section +https://etest8.com##.subtop2right +https://17house.com##.suiping +https://qingdaonews.com##.surround +https://vdianying.cc##.swiper-container +https://1kkk.com,dm5.com##.swiper-container[style*="760px;"] +https://skydy.top##.swiper-slide[style="width: 1170px;"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.switch_radios + div[class] +https://chinaxinge.com##.sy05 +https://chinaxinge.com##.sy07 +https://heiguang.com##.syAdTopTxt +https://17jiaoyu.com##.sy_ad +https://114la.com##.sy_ad4 +https://5g0a.com##.sy_tj +https://yahoo.com##.sys_dict_native_ads +https://zhifang.com##.sytl +https://bcbay.com,creaders.net##.syzx +https://suizhoushi.com##.sznew_ad_top +https://17ok.com##.t-bann +https://17yy.com##.t2_3 +https://17yy.com##.t2r_3 +https://suopao.org##.t5[style^="margin-top:8px;"] +https://1024qi.com,1024ya.com##.t[style="margin-top:8px"] +https://bbs.fobshanghai.com##.t_infoline +https://douyu.com##.tab-content.promote +https://chinatimes.com##.tab_4_box +https://265g.com##.tab_imgtop +https://tw.yahoo.com##.tabads +https://qqyouyue.com##.table-responsive +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 +https://chinaiiss.com##.taobaopic +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://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"] +https://srzc.com##.tcck1 +https://srzc.com##.tcck2 +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://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://fastadmin.net##.text-center > .carousel +https://baidu.com##.text-link-ads +https://yorkbbs.ca##.textNewsBorder +https://auto-online.com.tw##.text_links_h +https://maomaomom.com##.textwidget > table[width="1050"] +https://acgbuster.moe##.tg-inner +https://526bt.com,eroacg.com,laod.cn,ninpang.com,xiaohutuwb.com,zhangjunseo.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 +https://sogou.com##.tgad-title +https://uuu9.com##.tgbox +https://putclub.com##.the_ad +https://wanghualang.com##.theiaStickySidebar +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://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 +https://asp300.com,asp300.net##.tit02 > a +https://landiannews.com##.title > .more +https://bilibili.com##.title > span > a[href^="http"]:not([href*=".bilibili."]) +https://gucheng.com##.title_ad_time +https://gucheng.com##.title_down_ad +https://chinaz.com##.titright +https://www.duba.com##.tiyan_a +https://youth.cn##.tj2_pic +https://image.baidu.com##.tjImgli +https://image.baidu.com##.tjad +https://mtrend.cn##.tjlanmu_2 +https://cnbeta.com##.tks +https://tieba.baidu.com##.tl_spread +https://manmanw.net##.tlads +https://esnai.com##.tlgg +https://maxthon.cn##.tmall-nav-v2 +https://duba.com,newduba.cn##.tmall_bg15 +https://sxrom.com##.tmk +https://muchong.com##.todayhot +https://weather.com.cn##.tong +https://gamefy.cn##.tonglan +https://qilindao.com##.tonglanAd +https://chinanews.com##.tonglan_advert +https://3dmgame.com##.tonglona_1 +https://3dmgame.com##.tonglona_2 +https://3dmgame.com##.tonglona_3 +https://3dmgame.com##.tonglona_4 +https://fuliba.net##.tool_news1 +https://loldk.com##.tools-recommend +https://meizhou.com##.top + .w1000 +https://2345.com,hao774.com##.top > .fred +https://midifan.com##.top-aaa +https://10jqka.com.cn##.top-ad-box +https://baidu.com##.top-ad-cont +https://ziyuanba.com##.top-ad-img +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://99danji.com,eeyy.com##.top-bg +https://163.com##.top-gg-area +https://taihainet.com##.top-info +https://2345.com##.top-lvy +https://eelly.com##.top-picture +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 +https://52wubi.com##.top960 +https://ktkkt.com##.top980 +https://ktkkt.com##.top980a +https://ifeng.com,nen.com.cn,sina.com,sina.com.tw,weibo.com##.topAd +https://ifeng.com##.topAdBox +https://ltaaa.com##.topAds2 +https://sxclub.net##.topAdv +https://baidu.com,cntour2.com##.topBanner +https://howbuy.com##.topBigAd +https://timedg.com##.topCrossAd +https://hupu.com##.topPub +https://afzhan.com##.topRightAdv +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,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://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,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://srzc.com##.topgg +https://srzc.com##.topgg1 +https://bilibili.com##.topic-preview > li > a[href^="http"]:not([href*=".bilibili."]) +https://makaidong.com##.topimg +https://hy5.com.cn##.toplogoad +https://163.com##.topnews_ad +https://hy5.com.cn##.toppicad +https://1fzw.com##.tops +https://meizhou.cn##.toptonglan +https://hy5.com.cn##.toptxtad +https://jurong.cn,ld0766.com##.totalad +https://wapwenku.baidu.com,wk.baidu.com##.tout +https://demaxiya.com##.tp_box +https://suopao.org##.tr3.t_one[onmouseout] +https://ifeng.com##.trade +https://chinabidding.com.cn##.train +https://dict.baidu.com##.tran-download-ad +https://fanyi.baidu.com##.trans-side-ad-wrap +https://tw.yahoo.com##.travelads +https://hao123.com##.treasure-game +https://hao123.com##.treasure-item +https://megatime.com.tw,pchome.com.tw##.tripplead +https://ts.cn##.tsggding +https://23pili.com,52pili.com,7060.la,bimibimi.tv##.tuiguang +https://m.hao123.com##.tuizhan +https://meizhou.cn##.tuwengg +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://kkpan.com,qqtn.com##.u-gs-btn +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://hackhome.com##.ul_ad +https://131458.com##.ulfooter_top +https://autohome.com.cn##.union-ad-placeholder +https://rijutv.com##.union-list-item +https://baidu.com##.union-tg +https://baidu.com##.v-s-tuiguang-wrap +https://0598yu.com##.v1100_ad +https://ifeng.com##.vAdImg +https://ifeng.com##.vAdbox +https://ifeng.com##.v_adbox +https://2345.com##.v_picConBox.height214 +https://tzfile.com##.vad +https://bejson.com##.validateButtons.clear a +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 +https://ck101.com##.videoADImg +https://ck101.com##.videoFocus +https://yinyuetai.com##.video_abl +https://yinyuetai.com##.video_abr +https://aipai.com##.video_gg +https://7junshi.com##.videoads +https://mydigit.cn##.view-hover[channelid="aitao"] +https://mydigit.cn##.view-hover[channelid="smzdm"] +https://263y.com##.view_abc +https://lahoo.ca##.view_page_ads +https://muchong.com##.viewad +https://ck101.com##.viewthread-leftfloatbox +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 +https://pc841.com##.w1050 +https://516qq.cn##.w1100 +https://meili.cn,pc841.com,ting56.com##.w300 +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.wanle_tab_tip +https://baidu.com##.wapAd +https://hoteastday.com##.watermarh_ul +https://10jqka.com.cn##.wbanner +https://codeforge.cn##.webnotice-right +https://pconline.com.cn##.website_recommend_banner +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 +https://baidu.com##.wgt-bottom-union +https://muzhi.baidu.com##.wgt-container +https://baidu.com##.wgt-union +https://whnews.cn##.whnews_a_dv +https://cnfol.com##.wid325AdBox +https://cnfol.com##.wid390AdBox +https://cnfol.com##.wid595AdBox +https://cnfol.com##.wid600Ad +https://cbmay.com##.widget +https://hao123.com##.widget-hlbar > span +https://hao123.com##.widget-topbanner +https://didispace.com##.widget-wrap > p[style="text-align: left;padding-bottom: 20px;line-height: 30px;"] +https://97hj.net##.widget-zfb +https://web20share.com##.widget:nth-of-type(5) +https://doubibackup.com##.widgetRoller +https://iplaysoft.com##.widget[style] +https://fulibl.com##.widget_banner +https://hackhw.com##.widget_content_b +https://landiannews.com##.widget_custom_html +https://fuliba.net##.widget_custom_html:first-child +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,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://aeink.com##.widget_ui_textads +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://tzfile.com##.wp-image-2738 +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://start.firefoxchina.cn##.wrap > div[style]:last-child +https://99a21.com##.wrap-head-spots +https://paipai.fm##.wrapbg +https://5yfz.com##.wrapper > p +https://iviewui.com##.wrapper-aside +https://image.baidu.com##.wrapper_dot_box.dot_black +https://wallstreetcn.com##.wscn-ad +https://wallstreetcn.com##.wscn-page-ad +https://wenku.baidu.com##.wubai-wrap +https://52pk.com##.wxbox +https://taoguba.com.cn##.wz_ad +https://sohu.com##.x-adv-band-panel +https://sohu.com##.x-adv-flogo-panel +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://xinhuanet.com##.xhdf_moreAdv +https://tj.xinhuanet.com##.xhdf_num1_col3 +https://xinhuanet.com##.xhdf_row_adv +https://bkill.com##.xiangguan-ad +https://12580sky.com##.xiaogao +https://12580sky.com##.xiaogao2 +https://cr173.com,jisuxz.com##.xiazaiqi +https://vdianying.cc##.xintheme-ad +https://hgitv.com##.xinwen_right_gg01 +https://xilu.com##.xlad +https://xilu.com##.xladAdvList +https://xilinjie.com##.xlj-sponsors +https://muchong.com##.xmc_green + a[href^="creditshow."] +https://muchong.com##.xmc_viewthread_ad +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://ddooo.com##.xzgsa +https://05sun.com,xitongtiandi.net##.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] +https://zol.com##.youxuan-shop +https://uuu9.com##.yoyofc +https://ysxs8.com##.ysxs8_w960_1 +https://52ghai.com##.yttl_x_g +https://geilwx.com##.yueduads +https://xiadele.com##.yun-advertisement +https://cnlmjx.com##.yw_ad +https://fx168.com##.yy_guangao +https://ifeng.com##.yy_right_bottom +https://ali213.net##.zadmainholder +https://qizuang.com##.zb_footer_box1 +https://qizuang.com##.zb_footer_box_little +https://qixingquan.com##.zdm +https://mogewu.com##.zfb_icon +https://sina.com.cn##.zhitou-wrap +https://wenku.baidu.com##.zhixin-ads +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 +https://zuanke8.com##.zuanpw +https://meili.cn##.zw_300_ad +https://19lou.com##.zx-link +https://17house.com##.zx_xrhb +https://12580sky.com#?#li[class]:-abp-has(> .mark > h3 > a:-abp-contains(/广告|推荐/)) +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://020job.com##A[href^="/Click.aspx?AdPageID="] +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 +https://sina.com.cn##[data-info^="ad_"] +https://sina.cn##[data-videojc*="://sax"] +https://sina.cn##[href*="://sax"] +https://39.net##[id^="ac_im"] +https://jjwxc.net##[id^="adp_"] +https://ghoffice.com,ksbbs.com,kshot.com##[id^="ads_"] +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://32r.com##[onclick*="@"] +https://zhangxinxu.com##[onclick*="Ad"] +https://42xz.com##[onclick*="godownload"] +https://ddooo.com##[onclick*="soft.ddooo."] +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://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://caibaojian.com##a[data-href*="aliyun"] +https://oschina.net##a[data-traceid$="_ad"] +https://oschina.net##a[data-traceid*="_detail_above_text_link_"] +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://quanmin.tv##a[href*=".2144.cn/"] +https://backchina.com##a[href*=".21usdeal.com"] +https://cnzol.com##a[href*=".91comics.com/"] +https://163.com,bilibili.com,longzhu.com##a[href*=".admaster."] +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://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://chinanews.com##a[href*=".jiuxianfeng.com"] +https://tiexue.net##a[href*=".junp"] +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://mumujita.com##a[href*=".makeding.com/"] +https://sina.cn##a[href*=".maozhuar.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://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,ilxdh.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://xitek.com##a[href*="/adclick"] +https://cangku.in,cangku.moe,galacg.me##a[href*="/game"] +https://ccav1.com##a[href*="/go"] +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://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##a[href*="aliyun"] +https://kanqiuba.net##a[href*="bet"] +https://r3sub.com##a[href*="bit.ly"] +https://qixin.com##a[href*="cc.co/"] +https://cnbeta.com,itboth.com,itkeyword.com,ruyo.net##a[href*="cloud.tencent."] +https://zhaozhaoqu.com##a[href*="czvv.com"] +https://china.com.cn##a[href*="dwz.cn"] +https://jiyingw.net##a[href*="fulibus.me"] +https://tiexue.net##a[href*="game.tiexue."] +https://i-part.com.tw##a[href*="goo.gl%2FW9SXr1&"] +https://jinti.com##a[href*="immobel.com"] +https://v.sogou.com##a[href*="iwan.sogou.com/"] +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://jinti.com##a[href*="tempurchina.com"] +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://jiyingw.net##a[href*="zhidmai.com"] +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"] +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://5izyw.com##a[href="http://61.160.236.52"] +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://xinmin.cn##a[href="http://sbiz.xinmin.cn/new/"] +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://playtv.com.cn##a[href="http://www.sdhanrui.cn/"] +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://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://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://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."] +https://m.nownews.com##a[href^="http://ad1.nownews.com"] +https://wenxuecity.com##a[href^="http://bbs.wenxuecity.com/bbs/advpost/"] +https://big5.china.com.cn##a[href^="http://big5.china.com.cn/gate/big5/"]:not([href*="/science."]) +https://chinaz.com,cnbeta.com,oschina.net##a[href^="http://click.aliyun.com/"] +https://52che.com##a[href^="http://count.52che.com/goto.html?"] +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://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?"] +https://wangqianfang.cn##a[href^="http://mai.qnfuli.com/"] +https://muchong.com##a[href^="http://muchong.com/bbs/a"] > img +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://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##a[href^="http://www.6.cn/coop/"] +https://v.baidu.com##a[href^="http://www.602.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://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://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://tzfile.com##a[href^="https://d.oo14.com/"] +https://3dmgame.com##a[href^="https://down.hyds360.com/"] > div[style] +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##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://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."] +https://5118.com##a[id][href^="http"]:not([href*=".5118.com"]) > img +https://mse.360.cn##a[id^="banner"] +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://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://fixdown.com##a[onclick^="count_down"] +https://52pk.com##a[onclick^="ga"] +https://edc1014070.pixnet.net##a[onmouseover*="_openBrWindow"] +https://pixnet.net##a[onmouseover*="_openBrWindow('https://goo.gl/"] +https://house365.com##a[style*="1200px;"] +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,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://pixiv.net##a[target="premium_noads"] +https://youz4.com##a[title*="广告"] +https://creaders.net##a[title^="www.136888.com/"] +https://duba.com##a[w="topad"] +https://ainuody.com#?#.post:-abp-has(> .article > .entry_post > P:-abp-contains(淘宝)) +https://amazon.cn#?#.s-result-item:-abp-has(> .s-item-container > h5 .s-sponsored-info-icon) +https://idanmu.at##aside > div[class="widget "] +https://xinshouzhanzhang.com##aside[id^="text-"] +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://hdwan.net##body > div[style] +https://wendu.cn##body > div[style^="width:1000px;"] +https://18h.avmimi.com##body > p[align="center"]:first-child +https://ahtv.cn##body > table[style^="text-align:center; width:960px;"] +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*=".greatroma.com"]) +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://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"] +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://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://silver.org.cn##div[class*="_gg"] +https://vpser.net##div[class*="_textlink"] +https://2345.com,hao774.com##div[class*="act-navspec"] +https://2345.com##div[class*="act-open"] > :not(.close):not([class*="mask"]) +https://hupu.com##div[class*="ad200-200"] +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,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;"] +https://chengdu.cn,oeeee.com##div[class^="ad-"] +https://yesky.com##div[class^="ad1"] +https://yesky.com##div[class^="ad2"] +https://yesky.com##div[class^="ad3"] +https://yesky.com##div[class^="ad6"] +https://yesky.com##div[class^="ad7"] +https://yesky.com##div[class^="ad9"] +https://ifeng.com##div[class^="adList"] +https://16668.biz,16668.cc,16668.com,16668.info,16668.net,16668.org,16668tu.com,alibuybuy.com,chewen.com,faloo.com,newhua.com,ph66.com,tv.cntv.cn##div[class^="ad_"] +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://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##div[class^="adw"] +https://kumi.cn##div[class^="adz"] +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://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"] +https://loveshang.com##div[class^="float-ad-"] +https://fx678.com##div[class^="fx_fa_"] +https://idanmu.at##div[class^="g "] +https://jjckb.cn##div[class^="g"] > a:first-child:last-child +https://hqew.com##div[class^="g-ad-"] +https://ifeng.com##div[class^="games_ad_"] +https://163.com,csai.cn,miercn.com##div[class^="gg"] +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://jzhome.cn##div[class^="main_gg"] +https://ifeng.com##div[class^="middleAd"] +https://nba.hupu.com##div[class^="nba-ad"] +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://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://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] +https://yahoo.com##div[data-ad-feedback-beacon] +https://baidu.com##div[data-ad] +https://sina.cn##div[data-adid] +https://cqmmgo.com##div[data-id*="_adv_"] +https://m.cnbeta.com##div[data-role="content"] > div[style^="text-align:"] +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"] +https://dmhy.org##div[id$="_ad"] +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://lalilali.com##div[id*="_"] +https://feiwan.net,kcili.com##div[id*="_"][style] +https://moneyweekly.com.tw##div[id*="_ScupioHomeAD"] +https://sm.cn##div[id*="_Shopping_Etao_"] +https://8684.cn,8684.com##div[id*="adid"] +https://e23.cn##div[id*="adv"] +https://v.baidu.com,v.duba.com##div[id*="categoryPageColumn"] +https://jinti.com##div[id*="gg"] +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"] +https://hc360.com##div[id^="Adv"] +https://tiexue.net##div[id^="Baidu_"] +https://www.zol.com.cn##div[id^="Bar"] +https://airav.cc##div[id^="Billing"] +https://16668.biz,16668.cc,16668.com,16668.info,16668.net,16668.org,16668tu.com##div[id^="Div"] +https://ganji.com##div[id^="GcnADId"] +https://tigtag.com##div[id^="Home942x70_"] +https://2345.com,hao774.com##div[id^="J_Topic"] +https://jin10.com##div[id^="J_wdgg_"] +https://tzfdc.com.cn##div[id^="LMT_"] +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://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,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_"] +https://cheshi.com##div[id^="ad_pos_"] +https://tgfcer.com##div[id^="ad_thread"] +https://yam.com##div[id^="adgshp"] +https://weather.com.cn##div[id^="adpos"] +https://cbmland.com##div[id^="ads_"] +https://actoys.net,hualongxiang.com##div[id^="ads_d_"] +https://eyuyan.com##div[id^="ads_r_"] +https://xiancn.com##div[id^="adv"] +https://v.baidu.com##div[id^="adv_asp_"] +https://ali213.net##div[id^="ali-ad-js-"] +https://qbiao.com##div[id^="aup"] +https://qianzhan.com##div[id^="baidu_ad_"] +https://shm.com.cn##div[id^="baidu_clb_slot_"] +https://ncnews.com.cn##div[id^="ban"] +https://recruit.com.hk##div[id^="banner"] +https://2345.com##div[id^="bd-search-ad"] +https://yaolan.com##div[id^="bot_ad"] +https://sinolub.com##div[id^="bs_"] +https://chajiaotong.com##div[id^="cjtad_"] +https://kankan.com##div[id^="cm"].banner +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##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"] +https://fx110.com##div[id^="ghz"] +https://so.com##div[id^="guang-"] +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://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_"] +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"] +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://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_"] +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://m.mydrivers.com##div[style$="px 0px 0px 0px;text-align:center;"] +https://avonline.org##div[style$="width:570px;margin-left:50px;"] +https://mydrivers.com##div[style*="/ad/"] +https://ilxdh.com##div[style*="1000px"] +https://25xz.com##div[style*="1002px;"] +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://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://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##div[style*="width:336px;height:280px;"] +https://iplaysoft.com##div[style*="width:6"][style*="height:1"] +https://lawtv.com.cn##div[style=" width:664px; height:260px; margin-top:10px;"] +https://nowscore.com##div[style="background-color:#F0F0F0;line-height:25px;height:25px;text-align:center"] +https://jiangjunzy.com##div[style="background: #fff;padding:5px;"] +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"] +https://sinolub.com##div[style="float:left; padding-right:20px;"] +https://mtrend.cn##div[style="float:left; width:100%; margin-bottom:25px; text-align:center;"] +https://gamefy.cn,sitv.com.cn##div[style="float:left; width:220px; padding-top:15px;"] +https://shuhaige.com##div[style="float:left;width:300px;height:300px;margin:10px;border:1px dashed blue;"] +https://sinoca.com##div[style="float:right;height:280px;width:336px;clear:left;background:#FFF;margin:15px 15px 15px 15px;"] +https://qixingquan.com##div[style="float:right;margin-bottom:6px;"] +https://ckdzb.com##div[style="float:right;margin:10px 10px;clear:right;height:310px;width:336px;"] +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://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;"] +https://bbs.my0511.com##div[style="margin-left:auto;margin-right:auto;text-align:center;margin-top:5px;"] +https://yn-dove.cn##div[style="margin-top: 10px; padding: 10px; "] +https://108.62.192.122,23.81.209.214,plus28.com##div[style="margin: auto;width: 960px;margin-bottom: 10px;"] +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://hsex.men##div[style="margin:0 auto 10px;width:900px;height:250px"] +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://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://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://win007.com##div[style="padding:6px 0; width:950px; height:45px"] +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://buzzhand.com##div[style="text-align:left;margin-top:0px;height:600px;"] +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;"] +https://0573ren.com##div[style="width:1000px; margin:10px auto; background:#F8F8F8"] +https://jq-school.com##div[style="width:1060px; height:auto; margin:0 auto;overflow:hidden;"] +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://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://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;"] +https://stnn.cc##div[style="width:960px;height:90px;float:left;"] +https://gfan.com##div[style="width:960px;height:90px;margin-top:10px;"] +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://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://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://buscodepto.com##div[style^="position: fixed;"] +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;"] +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://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:"] +https://mydrivers.com##div[style^="width:728px; height:90px;"] +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://ebay.com#?#li.s-item:-abp-has(span[role="text"]>span:-abp-contains(助)) +https://bbs.my0511.com##embed[width="970"][height="70"] +https://cnbeta.com##h2 > a[href^="https://active.greatroma.com"] +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://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://jspoo.com##img[id^="float_img_"] +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://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"] +https://uschinapress.com##img[width="290"] +https://5eplay.com##img[width="290"][height="360"] +https://2chcn.com##img[width="300"] +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,yxzp.net##img[width="770"] +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 +https://bitauto.com##ins[type="ad_play"] +https://iqshv.com#?#.post-list-item:-abp-has(.thumb-link[href^="http"]:not([href*=".iqshv."])) +https://ithome.com#?#.placeholder:-abp-has(> a > .plc-con > .plc-footer > .tip-gray) +https://ithome.com#?#li:-abp-has(>.block a[href*="/lapin."]) +https://jianshu.com#?#div[id]:-abp-has(> .ad-badge) +https://jin10.com#?#.jin-timeline:-abp-has(.jin-tag) +https://kmzy6.com#?#a:-abp-has(> .xcybk-adfg) +https://lenovo.com.cn#?#a:-abp-has(>div>p:-abp-contains(广告)) +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://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://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://ruanyifeng.com#?#.asset-content > p:-abp-contains(培训) +https://ruanyifeng.com#?#.asset-content > p:-abp-contains(培训) + p > img +https://samsung.com#?#.template-item:-abp-has(> .wrap-sub-title > div > .ad) +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://tukergo.com##section[class^="ch"] +https://vs.cm##section[id^="ad_"] +https://r3sub.com##source + img +https://bbs.my0511.com##span.smalltxt +https://163.com##span[class^="gg"] +https://gamebase.com.tw##span[id^="aid_"] +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://power.baidu.com,zhidao.baidu.com##style[id^="s-m"] + div[id^="m"] +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"] +https://bbs.fobshanghai.com##table[cellpadding="4"][style="background: #D6E0EF"] +https://jpfans.com,jpseek.com##table[cellspacing="1"][cellpadding="6"] +https://news.lyd.com.cn##table[cellspacing="5"]:nth-child(3) +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"] +https://bbs-tw.com##table[ondragstart="window.event.returnValue=false"] +https://zhuji.net##table[style="border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; "] ~ table +https://52life.cc##table[style="margin-top:0"] +https://5yfz.com##table[style="width:100%;text-align:center;font-weight:700;"] +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"] +https://mitbbs.ca,mitbbs.com##table[width="336"][height="280"] +https://nick20.com##table[width="702"][bgcolor="#D1DDAA"] +https://cartonmad.com,cartoomad.com##table[width="728"][height="110"] +https://cartoonmad.com##table[width="737"] > tbody > tr > td[valign="top"][height="100"] +https://cartomad.com,cartoonmad.com##table[width="737"] > tbody > tr > td[valign="top"][height="118"] +https://pt80.net##table[width="760px"] +https://5156edu.com##table[width="770"][bordercolordark="#FFFFFF"] +https://cartoonmad.com##table[width="877"] > tbody > tr > td > a[href^="https://fun8.us/"] +https://6park.com##table[width="89%"][height="60"] +https://cartoonmad.com##table[width="890"] > tbody > tr > td > table[height="110"] +https://mitbbs.ca,mitbbs.com##table[width="915"] > tbody > tr:first-child > td[width] +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://fpdisplay.com##table[width="960"][height="110"] +https://gpcxw.com##table[width="960"][height="90"] +https://you85.cn##table[width="980"] +https://yxfdc.com##table[width="980"] > tbody > tr > td[height="70"] +https://zuanke8.com##tbody[id^="normalthread_"] + tbody > tr > td[colspan="5"] +https://51credit.com,ck101.com,hkepc.com##tbody[id^="normalthread_"] + tbody:not([id]) +https://xici.net##td.doc_sign +https://cartomad.com,cartonmad.com,cartoonmad.com,comicnad.com,conicsmad.com##td[align="center"][height="102"] +https://sinoca.com##td[align="center"][height="90"] +https://90bifen.com##td[bgcolor="#FFFEE0"][height="22"] +https://win007.com##td[height="18"][bgcolor="#FFFFE8"] +https://tianshui.com.cn##td[height="420"] +https://win007.com##td[id^="Ad"] +https://ningmengtiyu.com,ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] +https://tvboxnow.com##td[style="width:15%;height:100%;"] +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"] +https://sdzbcg.com##td[width="297"] img +https://mp4ba.la##td[width="300"][height="300"] +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://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://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://zdfans.com##ul[id^="gaosuxiazai"] +https://firefoxchina.cn##ul[track-key="adv_links"] +https://x6d.com#?#li:-abp-has(>.myad) +https://xbyuan.com#?#li:-abp-has(>.myad) +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://the-sun.on.cc#@##ContentAd1 +https://hubei.gov.cn#@##ad-side +https://abbao.cn#@##adContent +https://gohome.com.hk,idv.st#@##adFrame +https://wangnba.com#@##adSet +https://two.game.tw#@##ad_02 +https://fx678.com#@##ad_8 +https://dpp.org.tw,shuaijiao.com#@##ad_big +https://zhibo8.cc#@##ad_box +https://chanet.com.cn#@##ad_content +https://dpp.org.tw#@##ad_small +https://timesdata.com#@##adbody +https://tt1069.com#@##adbrite +https://abbao.cn,tt1069.com,xietui.com#@##adcontent +https://nfmovies.com#@##adleft +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://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#@##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 +https://buy.ccb.com#@##top_ad +https://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://hahamx.cn#@#.ad-1 +https://mobile01.com#@#.ad-a +https://diantai.ifeng.com#@#.ad-b +https://pptstore.net#@#.ad-big +https://baidu.com,comefromchina.com#@#.ad-block +https://pdflibr.com#@#.ad-center +https://liumingye.cn#@#.ad-column +https://digitalocean.com#@#.ad-content +https://pixiv.net#@#.ad-footer +https://juxiangyou.com,senao.com.tw#@#.ad-img +https://ntm.gov.tw#@#.ad-left +https://polyapt.com#@#.ad-one +https://pipi.cn#@#.ad-root +https://da-fan-shu.cn#@#.ad-s +https://beanfun.com#@#.ad-slider +https://senao.com.tw#@#.ad-wrap +https://mucanwenxue.com#@#.ad250 +https://apk.tw#@#.ad300 +https://2ujj.com#@#.ad350 +https://012.tw#@#.ad728 +https://520tingshu.com,ting35.com#@#.ad960 +https://cw.com.tw#@#.adActive +https://czbj.js.cn#@#.adArea +https://macwk.com,poedb.tw#@#.adBanner +https://cmbc.com.cn#@#.adBox +https://bbs-mychat.com#@#.adContent +https://icbc.com.cn#@#.adLeft +https://189.cn#@#.adLink +https://icbc.com.cn#@#.adRight +https://10jqka.com.cn,faxingw.cn,gdmm.com#@#.ad_1 +https://dnwx.com#@#.ad_250 +https://psahz.com#@#.ad_960 +https://workercn.cn#@#.ad_content +https://mx-fm.com,ts.21cn.com#@#.ad_img +https://yxdown.com#@#.ad_l +https://workercn.cn#@#.ad_main +https://fxedu.com.cn#@#.ad_r +https://howbuy.com#@#.ad_wrapper +https://hibox.hinet.net#@#.adarea +https://en8848.com.cn#@#.adcenter +https://china.com#@#.adclass +https://qqread.com#@#.adcont +https://51cto.com#@#.addarea +https://ggdoc.com.cn#@#.addiv +https://189.cn#@#.adlink +https://poba.com.tw,poba.hk#@#.adlist +https://weather.com.cn,wed114.cn#@#.adpic +https://ltn.com.tw#@#.adright +https://money18.on.cc#@#.ads-bg +https://gsxt.gov.cn#@#.ads-right +https://159i.com,techroomage.com,zhaopin.com#@#.adsBox +https://liumingye.cn#@#.adsTest +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 +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,pron777.com#@#.afs_ads +https://epubit.com#@#.article_share +https://dingdong.ganji.com#@#.banner +https://10.10.5.12#@#.banner_ad +https://ishangman.com#@#.bottom_ad +https://douban.com#@#.download-ad +https://typecho.wiki#@#.downloadad +https://petrochina.com.cn#@#.ggbox +https://bbt.tv,btbt.tv#@#.google-ad +https://apk.tw#@#.google_ad +https://adbug.cn#@#.google_ads +https://mobile01.com#@#.googlead +https://wangzheli.com#@#.headad +https://popo.tw#@#.header_ad +https://hbee.edu.cn#@#.headerad +https://i-pass.com.tw#@#.homead +https://vmall.com#@#.iframeAd +https://sohu.com#@#.label-ad +https://jsbooks.com.cn#@#.left-ads +https://36.cn#@#.mainAd +https://fsjoy.com#@#.main_adv +https://gdrc.com#@#.midAd +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 +https://chinatimes.com#@#.page_ad +https://fjsen.com,nuomi.com#@#.right-ad +https://perfectmatch.tw#@#.right_ad +https://360-bo.com#@#.rightad +https://zdface.com#@#.top-ad +https://bee.coupons,blogspot.com,blogspot.hk,blogspot.jp,blogspot.tw,comic.tw,jasonblog.tw#@#.vertical-ads +https://i-cable.com#@#.video_ad +https://bitauto.com,yinyuetai.com#@#a[href^="http://ad.doubleclick.net/"] +https://brandsales.58.com#@#div[id^="ad_"] +https://gohome.com.hk#@#div[id^="div-gpt-ad"] +https://17ce.com###kr_wrap +https://17ce.com###lr_block +https://17ce.com###lr_rows +https://17ce.com###or_banner +https://17ce.com###or_block +https://17ce.com###pr_wrap +https://17ce.com###r_share +https://17ce.com###s_rows +https://17ce.com#?#:-abp-has(>.add_img) +https://17ce.com#?#div:-abp-has(>div>ul>li>a:-abp-contains(/服|高/)) +https://17ce.com##[style*="important"] +https://17ce.com##a[href^="http"]:not([href*="17ce.com"]) img +https://17ce.com##tr[id^="tr"] > td > a[href^="http"] +https://7255.com###J_search_bd > div:last-child +https://7255.com###right > div:first-child +https://7255.com##.act-search-tab +https://7255.com##.chc-dzoem +https://7255.com##.mod-txtred +https://7255.com##.mzdh_bottom +https://7255.com##div[id^="J_Topic"] +https://58.com###rightRetui +https://58.com##.S_table_ding_box +https://58.com##.topinfos +https://58.com##.zhiding-border +https://58.com#?#.ac_item:-abp-has(.jingpin) +https://58.com#?#.business_main:-abp-has(> .business_desc > .left > .ding_icon) +https://58.com#?#.zzinfo:-abp-has(.zhiding_icon) +https://58.com#?#LI[sortid]:-abp-has(.icon-jingxuan) +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://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"] +https://ipv6.baidu.com,xueshu.baidu.com,www.baidu.com,www1.baidu.com#?#.c-container:-abp-has(.t > a[data-landurl]) +https://ipv6.baidu.com,xueshu.baidu.com,www.baidu.com,www1.baidu.com#?#div:not([id]) > style[id^="s-"] + style + div + div[id] +https://ipv6.baidu.com,xueshu.baidu.com,www.baidu.com,www1.baidu.com#?#div:not([id]) > style[id^="s-"] + style + div[id] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > [id*="00"] > div +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > [id*="00"] > tbody +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > [id*="00"] > ul +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > a[href*="//e.baidu.com/?refer="] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [id*="00"]:not(.result):not(.result-op) > div +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [id*="00"]:not(.result):not(.result-op) > tbody +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [id*="00"]:not(.result):not(.result-op) > ul +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > div:not([id]) > div[id][data-rendered="true"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > div[class][style]:not([id]) +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > div[id*="00"]:not(.result):not(.result-op) + div[class]:not(.result):not(.result-op) +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 +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###ecl-temai-general +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###ecl-weigou-view-container +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###lm +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###op_wiseapp +https://ipv6.baidu.com,m.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###results > div[class]:not(.result):not(.result-op):not(.sp-rslt-bar):not(.s-group-result) +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.EC_newppim +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ec_bdtg +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-car-powerful-container +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-health-pagelist-wrapper +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-health-poplist-wrapper +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-loan-list-card +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-tg-content +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-wealth-list-card-container +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-weigou-nav-buy +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecom-result +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.op_tvplay_main +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.opr-xmas-game-container +https://baidu.com##.opr-zhaopin-ad-ctn +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.res_top_banner +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.result-op[data-click*="\"rsv_srcid\":\"10090\""] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.result-op[tpl="right_chris_prize_list"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.result-op[tpl="right_timeliness2"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.tools > .shouji +https://baidu.com##.wa-zp-exact-new-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ylbx_game_desc +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div:not([id]) > style[id^="s-"] + div[id] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div:not([id]) > style[id^="s-"] + style + div + div[id] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div:not([id]) > style[id^="s-"] + style + div[id] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="EC_pla_"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="ecl"][class*="game"] > .c-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="ecl-edu-"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="ecr"][class*="game"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[data-click="\7b \"rsv_srcid\":49516\7d "] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[id$="2"] ~ #\31 [data-click^="\7b \"rsv_bdr\":\"0\",\"p5\":"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[id$="_canvas"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[id^="ecl-pc-game-"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[srcid="13602"] > .c-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl="app_normal"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl="b2b_straight"] > .c-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl="houses_new"] > .c-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="ecl_health"] > .c-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="job"] > .c-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="qunar_hotel"] > .c-border +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="right_qunar_hotel"] +https://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="soft"] > .c-border +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,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://fuliba.net,uliba.net###focusslide +https://fuliba.net,uliba.net##.widget_custom_html:nth-child(2) +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://googleads.g.doubleclick.net###mys-wrapper +https://xhtml?%22+$script,third-party +https://52biquge.com##[onclick*="app"] +https://52biquge.com##a[href^="http://html.350.com/"] +https://bixia.org##dd[style*="bottom:"] +https://duanwenxue.com##.qgzdwx +https://jx.la##div[onclick*="apk"] +https://xuehongxs.com##DIV[id^="cs_DIV_cscpvrich"] +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 +https://rvlev.com,t66y.com#?#.tpc_content:-abp-has(>b:nth-child(n+40)>span>a[onmouseover="this.style.background='#DEF5CD';"]:-abp-contains(91TV)) > :nth-child(-n+45) +https://rvlev.com,t66y.com#?#.tpc_content:-abp-has(>b:nth-child(n+50)>span>a[onmouseover="this.style.background='#DEF5CD';"]:-abp-contains(91TV)) > :nth-child(-n+55) +https://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+150):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+155) +https://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+160):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+170) +https://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+180):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+188) +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://thzk.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +https://thzk.cc##style + div[style="margin-bottom:5px"] +https://webkaka.com###div_bottomad_m +https://webkaka.com###tdmd +https://webkaka.com##.pNavigateAd +https://webkaka.com##.pTopTextAd +https://webkaka.com##.ucontent[style="padding-top:3px;padding-bottom:8px;"] +https://webkaka.com##[onclick^="url_ajax"] +https://webkaka.com##a[href*=".simcentric."] +https://webkaka.com##a[href*="/click/a_d_"] +https://webkaka.com##td[id$="_SPONSOR"] +https://webkaka.com##td[id*="Mid"] +https://webkaka.com#?#:-abp-has(>[href*="100/"]) +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://zhangxinxu.com##a[href*=".mawen."] +https://zhangxinxu.com##a[href*=".url.cn/"] +https://zhangxinxu.com##a[href^="http://dwz.date/"] +https://zhangxinxu.com##style[id] + a[class] +https://zol.com.cn##.down-dxlt +https://zol.com.cn##.xiazai-top-box +https://zol.com.cn##.xiazaia-topa-box +https://zol.com.cn##a[class*="member-button"] +https://zol.com.cn##a[href*="downloader_main"] +https://zol.com.cn##div[class*="-top-"] +https://zol.com.cn##div[class^="top-box-xiazai"] +https://zol.com.cn##span[class*="-dxlt"] +https://zol.com.cn##span[class^="dxlt-down"] +https://zol.com.cn##span[class^="jisu-down"] +https://dota2.com.cn#@##bdshare +https://eastday.com#@##leftShare +https://gfan.com,gfan.net.cn#@##shareBox +https://sogou.com#@##shareContent +https://zdzdm.com#@##share_list +https://harrynull.tech#@##sharelist +https://freecodecamp.cn,freecodecamp.one#@#.btn-social +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://bilibili.com,douyu.com,oschina.net#@#.follow-btn +https://bilibili.com#@#.follow-wrapper +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,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://dapengjiaoyu.com##.toUnfold +https://dapengjiaoyu.com##.upload-app +https://tongzhuo100.com###gold_banner +https://coolpc.com.tw##TD[onclick="cancelBubble()"] +https://360game.360.cn##.advertising +https://360game.360.cn##[class*="banner"] +https://tobosu.com##.tbs-bottom-order +https://tobosu.com###alert_order +https://dyhjw.com##.guessEntranceOpen +https://jmw.com.cn##.coupon +https://3d66.com##.botfocus +https://jiagle.com##.bannergroup +https://zybang.com##.question-below-text +https://zybang.com##.related-question-below-text +https://baidu.com##.ts-qrcode +https://sblunwen.com###popupService +https://sblunwen.com##.c11 +https://gamersky.com##header[class^="ymw-header20"] +https://news.163.com#?#div[ne-module="/modules/slide/slide.js"]:-abp-has(.ad_hover_pic) +https://dm5.com##.index-side-code +https://qixin.com##.web-diversion-container +https://17ce.com##a[href="/site/api"] +https://hxsd.com##.left_side +https://gitee.com##.register-guide +https://gamer.com.tw##.goAPP +https://yahoo.com##div[id$="-Banner-Proxy"] +https://jiemian.com##.app-open +https://znds.com###diy_mobanbus_view_right2 +https://meijuxingqiu.com##.fixed-bottom-bar +https://3dmgame.com##A[href^="http://web.3dmgame.com/h5/game?"] +https://hanjutv.com###widget-weixin +https://ifeng.com##DIV[class^="enquiry_bottom"] +https://ifeng.com##div[class^="bottom_box"] +https://ifeng.com##div[class^="bottomSlide"] +https://jinti.com###mei +https://jinti.com##.fix-kefu +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."]) +https://m.qu.la#?#:-abp-has(> a[href*=".bcebos."]) +https://sanhao.com###reg-bar +https://lenovo.com.cn##.game-bd +https://zybang.com##.navigationBar-below-banner +https://m.07073.com##.new_heads +https://m.07073.com##.new_heads_bg +https://blog.csdn.net##SCRIPT[src^="https://csdnimg.cn/release/phoenix/vendor/linkCatcher/linkCatcher.js"] + .t0 +https://9312.net##.pop-up +https://gdmm.com##img[width="1200"] +https://ifeng.com##div[class^="qrCode"] +https://mafengwo.cn###float-pannel-gloable +https://mafengwo.cn###smartGuideFeng +https://bigbigwork.com##.pinterestbox +https://kuakao.com##.addTQBar +https://renren.com###videoAd12 +https://weather.com.cn##.tuiguang +https://douyu.com##.video-info-download +https://docer.com##.popup +https://voachinese.com##.slide-in-wg +https://gitee.com##.gitee-stars-main-widget +https://ooopic.com##.fix-newUser +https://itheima.com##.nav1 +https://thmz.com###floatdivids +https://soyoung.com###pubWideBanner +https://soyoung.com##.cash_back +https://soyoung.com##.pop_center_box +https://163.com##.redpacket-footer +https://163.com##.redpacket-subbox +https://worldve.com###fdkDiv +https://worldve.com###img +https://zybang.com###bottomBannerLink +https://ludashi.com##.div_text +https://ludashi.com##.div_mask +https://7k7k.com##.page-right-side-btns-img-link +https://ttmeiju.me##DIV[style="float:left;margin-bottom:27px;margin-top:27px;"] +https://4399.com###ads1_1 +https://xitonghe.com##.sidebar-wx +https://chinaacc.com##.leftBox +https://58pic.com##.activitySettings-Fixed +https://58pic.com##.activitySettings-fixedBottom +https://gdmm.com###diy3 +https://cnblogs.com###div_digg +https://cnblogs.com###xiaociguai +https://nowcoder.com###jsSideTopicList +https://mafengwo.cn###ad1 +https://mafengwo.cn###ad2 +https://eastday.com##.drain_app +https://pconline.com.cn###JnoLoginFixedBottom +https://kankanmi.com##.listnewli +https://epwk.com##.collect-info-icon +https://epwk.com##.collect-info-wrap +https://epwk.com##.head_banner +https://appledaily.com###ebBannerTopDiv + A[href^="http://bit.ly/"] +https://360kan.com###js-eb-bottomad +https://tianyancha.com###banner_web +https://vdianying.cc##div[style^="display:block !important;"] +https://aoji.cn##.xiaoxi_phone +https://gaodun.com###LRdiv1q +https://51cto.com##DIV[id^="topbanner"] +https://3d66.com###botfocus-soft +https://meijuniao.com###widget-weixin +https://meijuniao.com##.player-ad1 +https://wiseway.com.cn##.float-kefu +https://ixigua.com##.banner-section +https://jiakaobaodian.com##.com-footer-flex-panel +https://btime.com##.shop-guid +https://csdn.net##.blog_star_enter +https://ganji.com##.footer-b +https://evget.com###popelevencenter +https://sac.net.cn###ad +https://sac.net.cn###leftDiv +https://sac.net.cn###rightDiv +https://ibaotu.com##.bg-feedback +https://wantgoo.com###FixModal +https://csdn.net##.post_recommend +https://zuowen.com##.dialogP +https://mcmod.cn###McmodDonate +https://pupudy.com##.asst-post_header +https://pupudy.com##.sidebar +https://douyu.com###js-room-activity +https://gdmm.com##a[href="http://www.gdmm.com/appdown/"] +https://kingkong.com.tw##.public-activity +https://kingkong.com.tw##.room-banner-wrap +https://xhd.cn##.xinad +https://163.com##.gkk_bj_yw +https://163.com##.gkk_default_yw +https://jianshu.com###note-fixed-ad-container +https://jianshu.com###web-note-ad-1 +https://776dm.com,qiqidongman.com##.topAA +https://liepin.com##DIV[id^="nodetpl_g_"] +https://med66.com##.coach_pic +https://kekenet.com###bottomlink +https://download.csdn.net##.quake-slider +https://china.cn##.ltp_box +https://qidian.com##div[style="background: rgba(0,0,0,0.4);position: fixed;left:0;right:0;top:0;bottom:0;z-index:9999;"] +https://qidian.com##div[style^="width: 426px; height: 644px; background:"] +https://qidian.com##span[style^="display: inline-block;width: 150px; height: 291px;"] +https://zhufaner.com###dist_footer +https://zhufaner.com##.book +https://91wenmi.com###xiezuo +https://91wenmi.com###xzsp +https://91wenmi.com##a[href^="http://www.91wenmi.com/xiezuo/"] +https://med66.com##.banner +https://9game.cn###btInfo +https://ld0766.com###diy4 +https://tw.yahoo.com###tabTemplate +https://aliyun.com###yq-a-r-bottom +https://aliyun.com##.yq-ads-blog +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://zglww.net##.tool +https://zhongyiju360.com###bottom-float +https://zhongyiju360.com###bottom-float2 +https://dianping.com##.QQlink +https://dianping.com##.bao-jia-form +https://dianping.com##.button_bao-jia +https://dianping.com##.layer-container[data-view-bid="b_njcmobox"] +https://dianping.com##.weixin1 +https://smzdm.com##.foot-banner +https://itheima.com##.tanchang +https://house365.com###AD-coup-left +https://cheaa.com###AD002 +https://cheaa.com###ADText +https://bing.com###BottomAppPro +https://ck365.cn###Dmids +https://baidu.dj###ETE +https://setn.com###FBAnchor +https://alipay.com###J-cooperant-banner +https://letv.com###JS_banner01 +https://letv.com###JS_banner02 +https://sina.com.cn###J_forAutoShow +https://pconline.com.cn###JtlBestA +https://zhiding.cn###MgBox +https://pcauto.com.cn###PcPoPmarket +https://qidian.com###QDCode_float +https://zuoye.baidu.com,zybang.com###QRinside +https://gov.cn###ZhiXuwFloatWindow +https://mmonly.cc###\32 vm_box +https://soku.com###\5f xbox_ad +https://ifeng.com###a_code +https://tianya.cn###a_qiu +https://mydrivers.com###a_showhotnews_list_dia +https://tw.yahoo.com###abu-live +https://zhidao.baidu.com###act-link-banner +https://baidu.com###activateGuidePopupOuter +https://8591.com.tw###active_enter +https://dongao.com,zgsyz.com###ad +https://fengniao.com###ad-head +https://4399.com,sxrtv.com,yundaex.com###ad1 +https://4399.com,sxrtv.com,zgsyz.com###ad2 +https://bitauto.com###advCarsumType1 +https://rrjc.com###alertBox +https://5253.com###android-qr +https://sohu.com###apkBanner +https://pconline.com.cn###app-ewm-tg +https://neihanshequ.com###appDownload +https://qidian.com###app_download_blank_show +https://zuoye.baidu.com,zybang.com###aside +https://jpwind.com###asideNav +https://bilibili.com###b_app_link +https://58.com###banjiaAD +https://3g.baidu.com,m.baidu.com,m5.baidu.com,www.baidu.com###banner_call + div[id] +https://tianya.cn###bbs_login_div +https://pcauto.com.cn###bgbao +https://bing.com###bingBrand +https://163.com###bobo +https://zhiyoo.com###body-bg +https://sogou.com###bottom_appad +https://haosou.com,so.com###bottom_ask +https://so.com###bqPromote +https://zol.com.cn###btmLoginLayer +https://golinksworld.com###btn_download +https://lvmama.com###centerDialog +https://ifeng.com###client-spread +https://ichunqiu.com###cnzz168_Login +https://ck365.cn###content_login +https://yahoo.com###crazyad_mask +https://9miao.com###deanrlc22 +https://news.baidu.com###detail-HotScrollNews-wrapper +https://zhiyoo.com###dialog1 +https://fx168.com###diaochaBg +https://fx168.com###diaochaBox +https://tw.yahoo.com###discount +https://douguo.com###dlayer +https://kongzhong.com###dn +https://btime.com###download +https://ibm.com###dw-regbar +https://xcar.com.cn###eMeng +https://udn.com###ec +https://51cto.com###edu_adver +https://58.com###erweimaAd +https://guancha.cn###ewm_app +https://baidu.com###exp-fixed-bottom +https://sina.com.cn###f_ask +https://51cto.com###f_close_box +https://news.baidu.com###favoriteTips +https://zhidiy.com###festival_float_bottom +https://ci123.com###fixed-recom +https://bilibili.com###fixed_app_download +https://yesky.com###flayer +https://7808.cn###float-chat +https://163.com###floatLayer +https://x-mol.com###floatWindow +https://qianlima.com###float_mask +https://scsjgjj.com###floatinfo +https://mayi.com###floatingLayer +https://tw.beanfun.com###flybeanfun +https://ofweek.com###flybox-db +https://miercn.com###foot_return_foot +https://xtuan.com###foot_zhaobiao_bar +https://smzdm.com###footer_layer +https://7808.cn###force-popup +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###forum_recommend +https://eastmoney.com###fp1 +https://house365.com###ft-login +https://goodcome.com.tw###fulljad +https://eastmoney.com###fundtg-fb +https://ifeng.com###g_code +https://yesky.com###gfapp1 +https://guancha.cn###goapp +https://haosou.com###haosou-banner-left +https://thepaper.cn###head_ask_app_down +https://zhiyoo.com###header_app +https://finance.sina.com.cn###hq_main_top_tgWrap +https://51zxw.net###idSlider +https://youth.cn###identifier-pannel +https://zol.com.cn###iframe_zmall +https://las.ac.cn###img +https://dditblog.com###income_div +https://pptv.com###installApp +https://gov.cn###ippad01 +https://gov.cn###ippad02 +https://gov.cn###ippad03 +https://study.163.com###j-newpeople +https://fwxgx.com###jPpo_sc +https://goodcome.com.tw###jad-float +https://goodcome.com.tw###jad-right +https://goodcome.com.tw###jad-top +https://douyu.com###js-fix-download +https://douyu.com###js-live-room-recommend +https://163.com###js_a_bobo +https://ifeng.com###js_red +https://0439.com###kanfang +https://163.com###layout-bobo +https://163.com###layout-love +https://163.com###layout-shop +https://fh21.com.cn###lbzxM +https://lvmama.com###leftDialog +https://instrument.com.cn###leftFlash +https://66rpg.com###left_overlay +https://duba.net###login_alert +https://tianya.cn###login_mask +https://zhibo8.cc###m_adv +https://zhidao.baidu.com###main-content > div[class]:first-child > a +https://house365.com###marryD +https://goodcome.com.tw,sporttery.cn###mask +https://meitu.com###meipaiFixed +https://ifeng.com###minefields_bottom +https://neihanshe.cn###mobile_client +https://stc.gov.cn###mov +https://aoshitang.com###msg_win +https://so.com###msocomBottomBanner +https://sporttery.cn###newDiv +https://baike.com###newsfix-on +https://finance.sina.com.cn###ny-link-r +https://finance.sina.com.cn###ny-link-r0 +https://autohome.com.cn###packetsWrap +https://neihanshequ.com###pageletBottomBanner +https://neihanshequ.com###pageletTopBanner +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_frs-aside\/pagelet\/hottopic +https://kaopu001.com###pokemon +https://meituan.com###pop +https://52wmb.com###popContent +https://wbiao.cn###popupImgCorner +https://acfun.cn###prompt-box +https://infoq.com###psa-note +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 +https://blog.163.com###r_mlofteriframe +https://blog.163.com###r_mlofteriframe2 +https://yy.com###rbappend +https://15w.com###rec +https://mydrivers.com###recommend +https://tv.sohu.com###referr_bd_box +https://hjenglish.com###regscrollcontainer +https://66rpg.com###right_overlay +https://eastmoney.com###rightadvert +https://pchome.net###rightbar +https://cskaoyan.com###scanWxQrCode +https://wasu.cn###scan_qrcode +https://po.baidu.com###shareBoxBlank +https://xcar.com.cn###show_car +https://hao.360.com###sidebar +https://hao123.com###slidetoolbarContainer +https://suning.com###sn-sidebar-change-code +https://haosou.com###so_feb +https://sogou.com###sogou_vr_21222401_wrap_0 +https://ifeng.com###swiper_bottom +https://msn.com###taboola-above-homepage-thumbnails +https://sina.com.cn###tg_app_w +https://17173.com###topAlert +https://blog.163.com###topbar_gachaArea +https://blog.163.com###topbar_lofterDldArea +https://blog.163.com###topbar_yxpArea +https://ifeng.com###upApp1 +https://ifeng.com###upApp2 +https://51cto.com###upopbox_bot +https://51cto.com###upopbox_mid +https://tw.yahoo.com###util-top-promotion +https://fydisk.com###vbox +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###video_aside +https://ithome.com###wapddfda21 +https://qudao.com###wechat +https://360.cn###weishi-alert +https://kekenet.com###weixinwz +https://kekenet.com###weixinwz1 +https://taoguba.com.cn###wrap_footer > div[style^="width: 957px;"] +https://ganji.com###write_resume_id +https://ifeng.com###wx +https://bendibao.com###wxbox +https://anjuke.com###xajk_down_new +https://muchong.com###xd_popbox +https://wenmi114.com###xiezuo +https://163.com###yjj_pop_wrapper +https://house365.com###youXFsmall +https://gmw.cn###ysp_gmrbAppLayer +https://1010jiajiao.com###yueyu3 +https://appchina.com###yyh-bottom +https://qyer.com###zpui-head-ad +https://3d66.com##.King_Chance_LayerCont +https://douyu.com##.PaladinPop +https://goodcome.com.tw##.Phase2_BigAdbox +https://newsmth.net##.Smthtwenty_float +https://pcgames.com.cn##.aFollowb +https://infoq.com##.ab_detect +https://auto.ifeng.com##.acquire_1 +https://apowersoft.cn##.activity-poster +https://huaban.com,zcool.com.cn##.ad +https://to8to.com##.ad-commom +https://iciba.com##.ad-sign +https://igo.cn##.adBG +https://pcauto.com.cn##.ad_onlyone +https://pixiv.net##.ads_anchor +https://medsci.cn##.adv1201 +https://2cto.com##.adv980 +https://2cto.com##.adv980box +https://8264.com##.advSection__wrapper +https://eastmoney.com##.advertisement +https://cngold.org##.ag_fwindow_ywp +https://jiankang.com##.all_eye +https://baidu.com##.app-guide +https://qidian.com##.app_download_ad +https://qidian.com##.app_download_ad02 +https://loldk.com##.appfix +https://baidu.com##.apphint +https://uisdc.com##.archive-pm-top +https://sina.com.cn##.article-bottom-tg +https://itmo.com##.aside-game-icon-box +https://to8to.com##.ask_side_opa +https://yaofangwang.com##.bad +https://fwxgx.com##.baibaoxiang +https://baidu.com##.baiduapp-ad-container +https://baike.baidu.com##.baike-dynamic-wrapper +https://51cto.com,chinaacc.com,yidianzixun.com##.banner +https://baidu.com##.banner-active +https://m.toutiao.com##.banner-top +https://pinggu.org##.banner2015 +https://55haitao.com##.bbs-bottom-popup +https://sina.com.cn##.blk_APP_JSl +https://sina.com.cn##.blk_APP_JSr +https://163.com##.bobo-area +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.bonus_forum_aside +https://tianya.cn##.book-box +https://douban.com##.bottom_ad_download +https://to8to.com##.bottom_slide_box +https://shejiben.com##.bottom_zb_box +https://sogou.com##.bottombar +https://to8to.com##.btm-float +https://ck101.com##.btn_dw_app +https://uuu9.com##.c_box +https://iciba.com##.cb-downmask +https://zuowen.com##.cj +https://hao123.com##.cjcard2017Container +https://mumayi.com##.clientBox +https://php.cn##.close_id +https://miercn.com##.color-box +https://ibaotu.com##.comVip-tg +https://baidu.com##.commentEmbed-backHomeCard +https://to8to.com##.common-tender-wrapper +https://ithome.com##.con_2 > .img_listbox +https://kaopu001.com##.coupleBannerAdv +https://rrjc.com##.coupletbox +https://yahoo.com##.crazyad +https://taoguba.com.cn##.ct_app +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 +https://youdao.com##.dict-dl +https://163.com##.doc-footer-wrapper +https://douyu.com##.double-festival-pop +https://finance.sina.com.cn##.downLink +https://caijing.com.cn##.downdiv +https://baidu.com##.download-app-parent +https://kdnet.net##.download-bar +https://wallstreetcn.com##.download-coantainer +https://km.com##.downloadApp +https://gfan.com##.downs +https://taizhou.com.cn##.duilian +https://taizhou.com.cn##.duilian2 +https://csdn.net##.edu-promotion +https://cw.com.tw##.emailorder +https://dajie.com##.envelop_layer +https://ettoday.net##.etvideo_collect_1 +https://baidu.com##.eye-catching-tpl-container +https://ifeng.com##.fhsd +https://baidu.com##.first-card-container +https://douyu.com##.firstpay-modal +https://xiushuang.com##.fix_app +https://hjenglish.com##.fix_questionnaire_btn +https://pcauto.com.cn##.fix_sinup_box +https://1010jiajiao.com##.fixed-bar +https://ye120.com##.fixed_bottom +https://1010jiajiao.com##.fixedbox2 +https://autohome.com.cn##.fixqbot +https://letv.com##.fl_app_bot_wrap +https://letv.com##.fl_app_wrap +https://ganji.com##.fl_pop +https://to8to.com##.float +https://www.163.com##.float-bar +https://gitee.com##.float-left-box +https://kaoyan.com##.floatQrcode +https://fwxgx.com##.float_ad +https://ifeng.com##.foot_top_box +https://xdf.cn##.footadv +https://m.zhanqi.tv##.footer +https://me360.com##.footer-booking-open +https://miaopai.com##.footer_banner +https://51cto.com##.footer_mask +https://nen.com.cn##.for3gagzy +https://it168.com##.fu1020_box +https://eastmoney.com##.fund-pop +https://hanjutv.com##.ggw_fr +https://55haitao.com##.global-dialog +https://1kkk.com,dm5.com##.guide +https://baixing.com##.guide-video-app +https://ifeng.com##.h_top_box +https://huke88.com##.hand-once +https://hao123.com##.hao123-search > .notice-fixed +https://jiemian.com##.header-container > div > section[style="width: 100%;"] +https://setn.com##.header-left-banner +https://setn.com##.header-right-banner-b +https://ucptt.com##.hidden-sm +https://baidu.com##.home-app-promotion +https://miercn.com##.hongbao +https://mafengwo.cn##.hotel-banner +https://huize.com##.hz-bottom-reserve-link +https://zhcw.com##.hzg60 +https://163.com##.imglist-bobo-app +https://focus.cn##.index-app-download +https://heirui.cn##.index711-mask +https://aiyuke.com##.index_app_down_ad +https://iciba.com##.info-product +https://58.com##.invokeApp +https://17173.com##.js-lol-pop +https://lofter.com##.js-promote-itm +https://pconline.com.cn##.juletao +https://163.com##.kaola-ad +https://to8to.com##.kgjr-wrap +https://zhcw.com##.khdpc +https://hjenglish.com,hujiang.com##.lamu_banner +https://yidianzixun.com##.layer-download +https://house365.com##.left_fudong_ad +https://xiaoma.com##.leftewm_topa +https://17173.com##.list-beauty +https://baixing.com##.listing-fixed-bottom-promo +https://duowan.com##.lolboxapps-qrcode +https://ltn.com.tw##.ltn_ad +https://ifeng.com##.luckybag +https://eic.org.cn##.lx-btm-box +https://163.com##.m-adv +https://hupu.com##.m-app-info +https://blog.163.com##.m-regGuideLayer.f-trans +https://163.com##.m-slider-footer +https://pclady.com.cn##.mdxyAppEnter +https://xdf.cn##.middleadv +https://ifeng.com##.mr_top_box +https://maiziedu.com##.msg +https://pinggu.org##.mui-mbar-tabs +https://3g.163.com##.ne_rps +https://koolearn.com##.news_pf +https://hao123.com##.newskin-tip +https://letv.com##.newyear_red_bot_wrap +https://letv.com##.newyear_red_wrap +https://douyu.com##.noble-up-guide +https://163.com##.ns-side-qrcode +https://ithome.com##.open-app-banner +https://baidu.com##.openAppCarsouselTpl +https://baidu.com##.openAppCommonTpl-100 +https://baidu.com##.openBox-shareEntry +https://csdn.net##.p4course_target +https://mobile.baidu.com##.p_fixed_lb +https://csdn.net##.padb0 +https://yamol.tw##.panel[style="text-align:left;width:100%;padding:0px;background-color:white"] +https://csdn.net##.panel_body > div[style^="position:fixed;bottom: 0;"] +https://iciba.com##.pc-entry +https://douyu.com##.pendant-wrap +https://jikexueyuan.com##.pewm2 +https://jikexueyuan.com##.pewm3 +https://mumu.163.com##.pic-con +https://17173.com##.pic[href*="Room"] +https://96weixin.com##.pop +https://longzhu.com##.pop-up-button +https://touzi.com##.pop720-bg +https://touzi.com##.pop720-box +https://ifanr.com##.popup-app-download +https://uisdc.com##.post-pm-content +https://zhiyoo.com##.prompt +https://csdn.net##.pulllog-box +https://qdmm.com,qidian.com##.qdRead_client +https://qdmm.com,qidian.com##.qdRead_redscan +https://tianya.cn##.qhb-Box +https://focus.cn##.qhb-fixed +https://wasu.cn##.qp +https://kuwo.cn##.qr_wrapper +https://qihoo.com##.qrcode +https://163.com##.quickmark +https://to8to.com##.quoted-outside +https://news.baidu.com##.recommend-animate +https://juejin.im##.recommend-box +https://m.babytree.com##.recommend-brand +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://oschina.net##.recruitment +https://p2peye.com##.red-box +https://baixing.com##.red-package +https://baidu.com##.redenvelope-small +https://dajie.com##.register_layer +https://blog.51cto.com##.relatedArt.box +https://163.com##.rg_ad +https://itmo.com##.right-side-pop +https://setn.com##.rightFloat +https://baidu.com##.rmb-carsousel-position-bottom +https://baidu.com##.rmb-growth-common-tpl-1-wrapper +https://baidu.com##.s-news-banner-wrap +https://baidu.com##.s-tutorial-tip +https://baihe.com##.scrollULeft +https://baihe.com##.scrollUpf +https://koolearn.com##.show_ad +https://sina.com.cn##.side-btns-2wm +https://firefox.com.cn,firefoxchina.cn##.side-mod[track-key="side_tpth"] +https://babytree.com##.side-text-slider +https://hexun.com##.side618 +https://sogou.com##.side_adv_wrap +https://tianya.cn##.slider_box +https://56.com##.sohu-app +https://ctfile.com##.speedydown-info-box +https://jingyu.com##.stream-app +https://douyu.com##.summer_enter +https://co188.com##.suspen +https://51cto.com##.suspend +https://news.baidu.com##.swipe-backflow-container +https://miaopai.com,renren.com##.swiper-container +https://touzi.com##.tck-cover +https://sogou.com##.tg-box-1 +https://zhcw.com##.tgtc +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_recommend +https://jiankang.com##.three_hot +https://pc841.com,zol.com.cn##.today-hot-layer +https://jianshu.com##.top +https://163.com,zybang.com##.top-banner +https://btime.com##.top-bar +https://sogou.com##.top_adv_wrap +https://zybang.com##.top_download +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.topic_list_box +https://renren.com##.toplive +https://163.com##.topnav_ad +https://kuwo.cn##.tuiguang +https://hao123.com##.tvtip +https://163.com##.txt-bobo +https://yd.baidu.com##.ui-distribution-bar +https://51cto.com##.upopbg +https://letv.com##.vip_popBox +https://nen.com.cn##.w610 +https://wbiao.cn##.wb-panel +https://jrj.com.cn##.wbyy +https://cnbeta.com##.wdj_box +https://hehagame.com##.webad_bottom +https://hehagame.com##.webad_right +https://kdslife.com,pchome.net##.weixin +https://to8to.com##.whan-ad +https://w3cschool.cn##.widget-main +https://m.babytree.com##.wrap > section[class*="0"],.wrap > div[class*="0"] +https://m.babytree.com##.wrap > section[class*="4"],.wrap > div[class*="4"] +https://m.babytree.com##.wrap > section[class*="9"],.wrap > div[class*="9"] +https://m.autohome.com.cn##.wrapper > section[class^="box_"] +https://yahoo.com##.wrapper-border > .Pos\(r\) > .VideoPlayer.D\(b\).Pos\(r\) +https://56.com##.x-download-panel +https://wallstreetcn.com##.xinren-wrapper +https://1010jiajiao.com##.xiti_content + .xiti +https://56.com##.xiu_mm +https://ifeng.com##.yc_con_r +https://8264.com##.zhidemaibox +https://zol.com.cn##.zolapp +https://1905.com##.zx-pic +https://1905.com##.zx-small-pic +https://m.babytree.com##a[class$="-join"] +https://m.56.com##a[data-statkey="newad_banner"] +https://loldk.com##a[href$=".html?from=video_right"] +https://ifeng.com##a[href*=".app"] +https://163.com##a[href*=".kaola.com"]:first-child:last-child +https://sina.com.cn##a[href="https://finance.sina.com.cn/mobile/comfinanceweb.shtml"] +https://crsky.com##a[href^="http://count."][href$=".exe"] +https://163.com,~love.163.com##a[href^="http://love.163.com/"] +https://ltn.com.tw##A[href*="draw.ltn.com.tw"] +https://baidu.com#?#.rec-item:-abp-has(> .vbox > div > .appad-relate-rectpl) +https://baijiahao.baidu.com,feed.baidu.com##body > div[id$="-container"]:last-child +https://cnbeta.com#?#div[style^="display:block !important;"] +https://cnbeta.com##div[style^="display:block !important;"] +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://eastmoney.com##div[id^="em_important_"] +https://finance.sina.com.cn##div[id^="st01_cont0"] +https://ci123.com##div[onclick^="window.location="] +https://subhd.com##div[style="position:fixed;bottom:20px;left:20px;"] +https://xdf.cn##div[style="position:fixed;top:120px;left:4px;width:210px;height:298px;isplay:block;background-position:initial initial;background-repeat:no-repeat no-repeat;"] +https://fmdisk.com##div[style="width: 960px; margin: 0 auto; height:900px; color: #F00; font-size: 14px; text-align:left;"] > p +https://2cto.com##div[style^="float:left;width:300px;"] +https://ithome.com##div[style^="width:960px;height:60px;"] +https://m.babytree.com##script + a[class] +https://weibo.com###v6_pl_content_hometip +https://weibo.com###v6_pl_rightmod_attfeed +https://weibo.com###v6_pl_rightmod_noticeboard +https://weibo.com###v6_trustPagelet_recom_member +https://weibo.com###v6_pl_rightmod_rank +https://weibo.com##.S_txt1[nm="game"] +https://weibo.com##.WB_footer > .footer_link +https://weibo.com##.WB_footer > .other_link +https://weibo.com##.send_weibo > .title_area +https://weibo.com##div[node-type="recommendTopic"] +https://weibo.com##.W_tips.tips_warn +https://weibo.com##.WBIM_news +https://weibo.com###v6_pl_rightmod_updatev6 +https://weibo.com##.WB_main_r > div[style^="position: fixed;"] +https://weibo.com##.PCD_event_red2014 +https://weibo.com###v6_pl_rightmod_hongbaoentrance +https://weibo.com###v6_pl_rightmod_feedback +https://weibo.com###v6_pl_rightmod_helpat +https://weibo.com###v6_pl_rightmod_helpcomment +https://weibo.com###v6_pl_rightmod_helplike +https://weibo.com###v6_pl_rightmod_helpnotebox +https://weibo.com###v6_pl_rightmod_helpgroupchatnotice +https://weibo.com###v6_pl_rightmod_favyoudao +https://weibo.com###v6_pl_rightmod_helpfav +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://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://yaolan.com###AD +http://21yq.com,yaolan.com###AD1 +http://itavcn.com###ADE +http://sina.com.cn###AD_Background_Wall_BG +http://sina.com.cn###AD_Background_Wall_BG_Link +http://sina.com.cn###AD_Background_Wall_Banner +http://51cto.com###ADsList +http://esu.moe,esu.wiki###ASSPC +http://i-part.com.tw###AdBanner785 +http://elecfans.com###AdHtmlRight +http://bbs-tw.com###AdImg +http://hboav.com###AdTitle +http://hboav.com###AdTitle + table +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-bigbanner +http://downyi.com###BzDown +http://ifeng.com###CA_left +http://ifeng.com###CA_right +http://cnfol.com###CjAdvBt +http://pjtime.com###Couplet_l_big +http://pjtime.com###Couplet_l_small +http://pjtime.com###Couplet_r_big +http://pjtime.com###Couplet_r_small +http://jiaodong.net###FixedLeft +http://jiaodong.net###FixedRight +http://stnn.cc###FloatDIV +http://chinatp.com.cn###FloatL_2 +http://chinatp.com.cn###FloatLa +http://chinatp.com.cn###FloatRb +http://angelweb.cn###G640x60 +http://114la.com,ylmf.com###GameAdv +http://hupu.com###HCFull +http://114la.com,ylmf.com###HDtopBar +http://azofreeware.com,pttjoke.com###HTML3 +http://azofreeware.com###HTML7 +http://zhoushan.cn###Headtop +http://tigtag.com###Home1000x70_A29 +http://tigtag.com###Home280x80_A16 +http://tigtag.com###Home942x70_A1 +http://xhzyw.com###HtmlMoKua_752383 +http://xd0.com###HtmlMoKua_775790 +http://diyifanwen.com###Hzh1 +http://diyifanwen.com###Hzh2 +http://21ic.com###IC2008Ad +http://rfidworld.com.cn###IOTVote2017Ad +http://fx168.com###ImgText_01 +http://fx168.com###ImgText_02 +http://fx168.com###ImgText_03 +http://rijutv.com###JU +http://duba.com###J_BottomAdBan +http://duba.com###J_BottomAdBan_bg +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 +http://uc123.com###J_logoLeft +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,newduba.cn###J_sideFooter +http://chem99.com###J_tcode +http://2345.com###J_tip_stopXP +http://jin10.com###J_wdgg_t +http://qzwb.com###Javascript\.RightDiv +http://pconline.com.cn###JdlFixed +http://pconline.com.cn###JrightSideFocus +http://huarenjie.com###LeftAd2 +http://eastmoney.com###ListPage_r_Ad +http://elecfans.com###MiddleLeaderboard +http://yunlaige.com###PAGE_baidu_4 +http://yunlaige.com###PAGE_baidu_5 +http://sogou.com,soso.com###PZL +http://sogou.com,soso.com###PZR +http://airav.cc###Panel_GambleZone +http://airav.cc###Panel_GambleZone + .Hide_For_JP_AND_EN +http://th7.cn###PcPoPmarket +http://aiyuke.com###Playerpad +http://zhijia.com###QPhiddenLayer +http://iis7.com###QTGG +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://playzuan.com###ShouYe_ShangBu +http://aishoujizy.com###ShouYe_ShangBu > .HtmlMoKua:first-child +http://70bt.cn###ShowAD +http://upan.cc###ShowDIV +http://soopat.com###SoopatAside +http://fx168.com###SquareBanner01_01 +http://shhgg.in###TopTipHolder +http://csdn.net###Topic_Top +http://07073.com###Vsss00 +http://cnzol.com###Wl_Float_Div +http://morningpost.com.cn###\33 60hot +http://zongheng.com###\36 roomRecommend +http://renrenfabu.com###\39 1banner +http://hao123.com###\5f _wgt_0_1 +http://hao123.com###\5f _wgt_0_13 +http://ofweek.com###\5f ad-2100 +http://hao123.com###__elm_0_4 +http://973.com###a0 +http://mtv-ktv.net###aShow +http://le.com###a_body_11628 +http://yatu.tv###a_d1 +http://le.com###a_title_11628 +http://51dll.com,fulisuo.com,fulisuo1.com,papa1024.com###aa +http://ik123.com###aa960a +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://chjtx.com,jqgcw.com,srzc.com,ssffx.com,vuejs.org###ad +http://ofweek.com###ad-2100 +http://ruten.com.tw###ad-467 +http://duba.com###ad-detail-banner +http://duba.com###ad-dongman +http://titan24.com###ad-index-01 +http://ithome.com.tw###ad-on-top +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://dayoo.com###ad-xl +http://baike.com###ad-xnsc +http://duba.com###ad-zongyi +http://price.com.hk###ad0 +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 +http://hur.cn###ad810_2 +http://hur.cn###ad810_6 +http://vjmedia.com.hk###ad900 +http://dahe.cn###adArea1 +http://baidu.com###adCard +http://yeecloud.com###adFirefox +http://baidu.com###adMainTopLeft +http://baidu.com###adMainTopRight +http://plu.cn###adMask +http://xunyingwang.com###adModalLabel +http://baidu.com###adTitleRight +http://sogou.com###adWindow +http://sina.com.cn###ad_blk_fixed +http://windows7en.com###ad_btm_down +http://gdmm.com###ad_cover +http://udn.com###ad_curtain +http://gpcxw.com###ad_dl +http://gpcxw.com###ad_dl2 +http://house.jschina.com.cn###ad_dl_left +http://house.jschina.com.cn###ad_dl_right +http://smzy.com###ad_down_box +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://udn.com###ad_mag +http://100ksw.com###ad_move_sg +http://zysj.com.cn###ad_pc_bottom +http://csdn.net,itboth.com,iteye.com,itkeyword.com###ad_pop +http://c114.com.cn###ad_r1 +http://lzep.cn###ad_side_l +http://lzep.cn###ad_side_r +http://bioon.com###ad_tb +http://taoguba.com.cn###ad_tgb_list +http://cctime.com###ad_three +http://sina.com.cn###ad_tl_01 +http://gaokao.com###ad_top_gkw +http://megatime.com.tw###ad_type_9 +http://baidu.com###ad_xbox_1 +http://baidu.com###ad_xbox_2 +http://baidu.com###ad_xbox_3 +http://subhd.la,subhdtw.com###adad +http://localking.com.tw###adbannerurl +http://yxdown.com###adbg +http://tbtdg.com###adblockWarning +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://mianhuatang520.com###addiv2 +http://3322.cc###addr +http://eol.cn###adfloat_l +http://eol.cn###adfloat_r +http://jia360.com###adl +http://172cat.com###adload +http://jia360.com###adr +http://ahtv.cn,frdic.com,huasing.net,it168.com,qinbing.cn###ads +http://nownews.com###ads-footer-bar +http://disp.cc###ads_page_b +http://disp.cc###ads_page_r +http://yes-news.com###adsc3 +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://dm530.net,it168.com###adv +http://chinabyte.com###adv-button +http://js0573.com###adv1 +http://js0573.com###adv2 +http://wenku8.net###adv300 +http://firefoxchina.cn###advBlock +http://nnfcxx.com###adv_3 +http://shurua.com###advbox +http://kjsv.com###advertisingMap +http://104.com.tw###aidma-job +http://104.com.tw###aidma_128 +http://104.com.tw###aidma_588 +http://ali213.net###ali-js-4 +http://shenchuang.com###all +http://aizhan.com###all_text_content +http://liisex.com###apDiv22 +http://sogou.com###appNewsBtn +http://sogou.com###appRedPackageAd +http://dmzj.com###app_home_ad +http://dmzj.com###app_manhua +http://hao123.com###append +http://txahz.com###archy_ad2 +http://wx.sina.com.cn###artibody > .article-video +http://zhuankebar.com###article-cnt > a +http://blog.csdn.net###article_content > link + a +http://p2peye.com###article_content a[ref="nofollow"] +http://doyo.cn###article_top_down +http://tingvoa.com###articletopimg +http://360doc.cn###artnewdiv +http://csdn.net###asideCustom36733263 +http://csdn.net###asideCustom65392991 +http://baidu.com###asideLeft +http://baidu.com###asideRight +http://zybang.com###askTeacher-after-adx-wrap +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###attention-game-wraper_dialog +http://vjmedia.com.hk###author-spotlight + .clear + div +http://androiddevtools.cn###auto-scroll-ad-box +http://ck101.com###av_a +http://bing.com###b_results > li[style*="padding-bottom: 8px;"][style*="235, 235, 235"] +http://520cc.me###back-to-top > a[href^="http"] +http://hao.360.cn###background.festival +http://china.com.cn###baidu +http://ifeng.com###baidualading +http://52pk.com###baidutop +http://52pk.com###baidutop2 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###baiduweishiDown +http://newsmth.net###ban_ner +http://ufanw.com###banne +http://cwyuni.tw###banner > h2 +http://iwan.baidu.com###banner-box +http://iwan.baidu.com###banner-info +http://qidian.com###banner-two +http://ballbar.cc,qidian.com###banner1 +http://ballbar.cc###banner2 +http://ksbbs.com,kshot.com###banner2_top +http://qidian.com###banner3 +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://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,dm5.com,dm5.hk,sfacg.com###beitou +http://eeyy.com###beitou_box +http://qmaile.com###bf[style*="background-color:red"] +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###bg_link +http://netbardh.com###bg_right +http://eol.cn###big-ad-img +http://timedg.com###bigAdv +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://zaobao.com###block-views-zb2016-freefrom-block-1 +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 +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] > :nth-child(n+2) +http://airav.cc###bottom-adv +http://hao123.com###bottom-be +http://recruit.com.hk###bottomBar +http://10086.cn###bottomBigBanner +http://wapwenku.baidu.com,wk.baidu.com###bottomFixed +http://auto.sina.com.cn###bottomInquryBar +http://masok.cn###bottomLayer +http://hao.360.com###bottom_hotsite +http://badmintoncn.com###bottomad_big +http://kdhome.net###bottomadv +http://jijidy.com,vzhuan.cn###box +http://50sen.com###box-ads +http://mcdulll.com,mcdulll.pixnet.net###box1290930 +http://mcdulll.com,mcdulll.pixnet.net###box1989082 +http://cwyuni.tw###box34614 > [class^="box-"] +http://lohas.pixnet.net###box785805 +http://finance.ifeng.com###box_img +http://zhan.com###box_tips +http://sogou.com###browser_ad +http://orsoon.com###btn-down-one +http://7down.com,newasp.net###btndowns +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://dapenti.com###center > div[align="center"][target="_blank"] +http://55188.com###center-pic +http://huarenjie.com###cftoutiao +http://hao.rising.cn###change +http://360.com###channel-game +http://360.com###channel-mall +http://i-part.com.tw###chatroomFrame + div[style="text-align: center;padding-top: 10px"] +http://cqfishing.net###chs_bannerArea +http://seseda90.com###clone_ad +http://gz0668.com###closexguide +http://uuu9.com###cm1337 +http://baidu.com###cms-company +http://baidu.com###cms-scroll +http://image.baidu.com###cmsimage +http://chinaqking.com###cnt-ad +http://2345.com###cnxh +http://sina.com.tw###colorbox +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://tt243.com###commentDiv +http://elecfans.com###company-ad +http://ithome.com###con > div[style="text-align:center"] +http://apk.tw###confirmOverla +http://gate.baidu.com,m.baidu.com###container +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://fuliba.net###content > ul[style="list-style-type: none;"] +http://yes-news.com###content-728 +http://yes-news.com###content-728-top +http://yes-news.com###content-ads-right +http://jdyou.com###contentSlide +http://udn.com###content_body_banner +http://qihoo.com###content_bottom_gg +http://qihoo.com###content_bottom_left_gg +http://aa25.cn###content_head +http://jpwind.com###content_right_ad2 +http://aa25.cn,kafan.cn###content_top +http://qihoo.com###content_top_gg +http://mbd.baidu.com###content_wrapper + div + .default-container +http://jb51.net###contsec +http://0597kk.com###cool_fixed +http://2345.com###corner-flash +http://2345.com,hao774.com###corner_a +http://airav.cc###corner_cf +http://2345.com,hao774.com###corner_div +http://qihoo.com###countdown1111 +http://sg169.com###coupleft +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://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://free.com.tw###custom_html-11 +http://hexieshe.cn###custom_html-2 +http://wanghualang.com###cx_tag_cloud-2 ~ aside[id^="php_text-"] +http://makaidong.com###cyWallsplugin +http://eworldship.com###d1 +http://eworldship.com###d2 +http://cool18.com###d_right_ad +http://1010jiajiao.com###daan_recommend + .xiti +http://hao.360.cn###daily-hotword +http://6789.com,hao.360.cn,hao.360.com###daily-hotwords +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://bnmanhua.com###didi +http://chinanews.com###dingtong +http://3boys2girls.com###displayadb1 +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 +http://rfidworld.com.cn###divTopContainer +http://nmgnews.com.cn###div_ad4 +http://twpkinfo.com###div_close_cf +http://3boys2girls.com###div_display +http://eeyy.cc###div_dn +http://chem99.com###div_main_ta +http://ref.so###div_midleft +http://ck101.com,pchome.com.tw###div_superbar_swf +http://360doc.com###divaboveReflectionAd1 +http://360doc.com###divaboveReflectionAd2 +http://360doc.com###divunderZcommondAd +http://360doc.com###divyoulikead +http://im286.net###diy110 +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://1fzdao.com###diy_heheda +http://5imx.com###diy_mxad02 +http://5imx.com###diy_mxad03 +http://5imx.com###diy_mxad04 +http://5imx.com###diy_mxad06 +http://5imx.com###diy_mxnewsad01 +http://airav.cc###diy_right +http://0517w.com,lysq.com###diyad +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,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 +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://mogewu.com###downloadurl > dl:first-child +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 +http://gongkong.com###dull_left +http://gongkong.com###dull_right +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###duoku_servers_list +http://chongbuluo.com###dzrid > .frame:nth-child(n+2) +http://so.com###e_idea_left +http://so.com###e_idea_pp +http://so.com###e_idea_wenda_detail_guess_new +http://so.com###e_idea_wenda_leftBox +http://easou.com###ec-results-c +http://baidu.com###ec_im_container +http://hao123.com###ecom +http://image.baidu.com###ecomContainer +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 +http://hc360.com###endAdBanner +http://chinabidding.cn,chinabidding.com.cn###erweima_l +http://chinabidding.cn,chinabidding.com.cn###erweima_r +http://anhuinews.com###ewm +http://maomaomom.com###execphp-15 +http://maomaomom.com###execphp-21 +http://maomaomom.com###execphp-4 +http://www.pixnet.net###extradiv2 +http://www.pixnet.net###extradiv5 +http://apk.tw###favatarRight +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://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://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 +http://6665.com###fgdiy09 +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://e0838.com###float-bot +http://hahamx.cn###float-left-ad +http://speedpan.com###float-window +http://fun48.com###float2016 +http://guagua.cn###floatRoomDiv +http://rrys2019.com###float_ad +http://eeyy.com###float_ad0 +http://123du.cc,bokon.net,eol.cn###float_l +http://jnnc.com###float_layer +http://ssnn.net###float_picr +http://123du.cc,bokon.net###float_r +http://28hse.com###floating_left_div +http://brushes8.com###flxgg +http://gamer.com.tw###flyRightBox +http://gamer.com.tw###flySalve +http://juxia.com###fmt +http://apk.tw###focus +http://fulibus.net,wuzuowei.net###focusslide +http://bitauto.com###folieAdNews +http://wdzj.com###footbanner +http://jxedt.com###footer +http://ttzmz.vip###footer > div[style] +http://ettoday.net###for-ec +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 +http://tvapk.net###frame5zglZ4 +http://playno1.com###frame8I822E +http://tahua.net###frameJjnBIp +http://dabin69.com###frameOa2lrD +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://wendangxiazai.com###ft_hb +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 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_forum +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_frs_head +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###game_live_list +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://9ht.com,downcc.com,pc6.com,xfdown.com###gaosuxiazai +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.one,hitime5.com,zdzdm.com###gg +http://sdgundam.cn###gg-banner +http://vvshu.com###gg120 +http://hitime5.com###gg250 +http://5173.com###gg330 +http://hitime5.com###gg730 +http://5173.com###ggFloat +http://xiazaizhijia.com###gg_1 +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 +http://shouji56.com###gg_top_banner +http://baidu.com###ggbtm +http://wenku.baidu.com###ggbtm-ads +http://huya.com###ggcomment +http://52pk.com###ggfloat +http://china.com.cn###gggg +http://discuss.com.hk###gid_group_restricted > .gid_group_title +http://danyang.com###global-hd > div[align="center"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###global_notice_wrap +http://eprice.com.tw###goldlink +http://rebooo.com###gong +http://acfun.cn###goniudan +http://aimazu.com###gotoTop +http://js0573.com###gotopl +http://js0573.com###gotopr +http://xdowns.com###gsxza +http://cnr.cn###gtop00 +http://doubibackup.com###guangg_image +http://creaders.net###guanggao2 +http://gasaq.com###guanggao_left +http://gasaq.com###guanggao_right +http://hao123.com###guesslikesite +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 +http://hackhw.com,ithome.com###hd_float +http://52pk.com###hdowner +http://he-games.com###he_banner_ad +http://he-games.com###he_bottom_ad +http://1ydt.com###head +http://opticsky.cn###head > .tac +http://gaoqing.la###head > a +http://pythontab.com###head-bottom +http://elecfans.com###headJf +http://hao123.com###headJoke +http://tbxt.com###headad2 +http://solidot.org###headads +http://lxty66.com###header + .tac.mb5 +http://1024qi.com,1024ya.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://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://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,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://ifeng.com###hslide_sPic_baidu +http://narutom.com###hy_float +http://mzyz.com###idTransformView2 +http://tlanyan.me###id_ad_field +http://nownews.com###idle-layer +http://tingroom.com###ifram_563 +http://hao.360.cn###iguess +http://ck101.com###image_ad_long +http://rznews.cn###img +http://nick18.com###img a +http://pharmnet.com.cn###img1 +http://e0575.com###img2 +http://114la.com,ylmf.com###imgArr +http://image.baidu.com###imgCmsAdPart +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://520call.me,520cc.cc,jav777.cc,yocoolnet.in###inplayer +http://pchome.net###intel-bar +http://mm-cg.com###ioshowAD +http://xh127.com###isubpi +http://narutom.com###itaTop +http://2345.com###ivy-taobao +http://baidu.com###j-ad-first +http://baidu.com###j-ad-side +http://letv.com###j-adr-playBT +http://letv.com###j-bottomBanner +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://stheadline.com###jetso-wrapper +http://awaker.cn###jiji + div[style="padding: 20px"] +http://cnbeta.com###job_box +http://aiyuke.com###js-ad-type4 +http://tigtag.com###js-dropdown +http://163.com###js-ep3rdRank +http://so.com###js-mod-fixed-float +http://zhanqi.tv###js-room-flash-banner-panel +http://cnxz.cn###js_focusimg3 +http://image.so.com###js_textlink +http://ifeng.com###js_videopause_container +http://airav.cc###jssor_banner +http://mh160.com###jusha1 +http://xianshuabao.com###justfy_left_banner +http://pcstore.com.tw###keyad-right +http://0597kk.com###kk_content1_left_ad1 +http://0597kk.com###kk_head_ad +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://hao.360.com###large2small +http://csdn.net###layerd +http://hao123.com###layout-guess +http://920share.com###layui-layer1 +http://dm5.com###lb-win +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://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,hao.360.com###left_float +http://sina.com.cn###left_focus_ad +http://timeon.cn###leftadv +http://hao123.com###leftbannerv2 +http://5izyw.com###leftbottbox +http://wed114.cn###leftdiv +http://leagueofmovie.com###leftfixedad +http://www.wenxuecity.com###leftside +http://hao123.com###lefttip-container +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://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://ly6080.com###loginInfo > a +http://djwma.com###logo +http://xuehuile.com###logoBanner +http://eepw.com.cn###logoSearchNews + .marb10 +http://letv.com###logo_activity +http://ebc.net.tw###lotteryfnc +http://nlc.gov.cn###lovexin12xx +http://rising.cn###lowerrightAd +http://my0511.com###lphybbschklogdiv +http://antpedia.com###luxury_car +http://dilidili.wang###m-box +http://playno1.com###m12 +http://playno1.com###m2 +http://playno1.com###m7 +http://2345.com###m_banner +http://2345.com###m_banner_2 +http://chacuo.net###mailtooltipss +http://g-years.com,ghoffice.com,gpsuu.com,mydigit.cn###main > .textMes +http://e0575.cn###main > div:first-child +http://qiannao.com###main > div[style="padding-left:20px;margin-top:10px;"]:first-child +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://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 +http://xmfish.com###marry_laping +http://yaolan.com###maryAd +http://muchong.com###mask +http://gzmama.com###mdvtips +http://l114la.com###media +http://hinet.net###media_ad_popup_overlay +http://hexieshe.cn###media_image-2 +http://hexieshe.cn###media_image-3 +http://avtb7788.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://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://so.com###mohe-etao_shangye +http://so.com###mohe-gouwu > .g-shadow +http://so.com###mohe-m-smzdm_haojia +http://so.com###mohe-medicine_sy > .cont +http://so.com###mohe-right_windows_ads +http://mtrend.cn###morecontent > .morecontent_next[style] +http://wenxuecity.com###morehealth-banner-1 +http://nick18.com,niko18.com###mov > .content +http://gd163.cn,itavcn.com,jmnews.com.cn,xt700.com###msg_win +http://yahoo.com###my-adsHPSPON +http://yahoo.com###my-adsMBAR +http://pianyuan.net###myModal +http://qqjia.com###myadsL +http://xiaoz.me###mygg +http://psdhtml.cn###myggnx +http://javjunkies.com###naked-ad +http://narutom.com###naruto_desk +http://28188.com,28188.net,yxad.com###nav +http://ccav1.com###nav-menu > ul > .menu-item > a[href^="http"]:not([href*="yigujin."]) +http://tgbus.com###neck_970 +http://40407.com###nei_fmt +http://elecfans.com###new-adsm-berry +http://cnpingpang.com###new-flash +http://hc360.com###newAppBox +http://hc360.com###newAppBox1 +http://cam4.tw###newTippingViewer + div[data-ab] +http://dilidili.wang###newapp2018 +http://yaolan.com###newfix-dsp +http://pigai.org###newnotice +http://chinaqking.com###newsAD +http://hexun.com###newsPopWin +http://live.win007.com###notify > a[target="_blank"] +http://ssnn.net###nrk_gg +http://ddrk.me###obay_hf +http://ddrk.me###obay_hf_i +http://fx168.com###oilTopAd +http://duba.com###one-mid +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://rrys2019.com###output > li > a:not([href*="/resource/"]) +http://rrys2019.com###output > li > a:not([href*="/resource/"]) + h2 +http://lalulalu.com###overture-side-bar-ads +http://3boys2girls.com###overture_ads_long +http://lalulalu.com###overture_main_banner +http://manhua.weibo.com###p-nav-fix + .p-area.w980 +http://image.baidu.com###pageLayoutTipWindow +http://xizi.com###pageRight-loop +http://rising.cn###pageflip +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_encourage-appforum\/pagelet\/my_app +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_encourage-tbguess\/pagelet\/sidebar +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_frs-aside\/pagelet\/ad +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://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://sina.com.cn###pip_taobao +http://pixnet.net###pixblogad +http://pixnet.net###pixblogad-banner2 +http://pjtime.com###pjtime_full +http://blog.sina.cn###pl-ad-after-comments +http://blog.sina.cn###pl-adtop-bar +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://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 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_recom_carousel > .activity_head +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_recom_carousel > .tbui_slideshow_list +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://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 +http://dataguru.cn###popDiv +http://dilidili.wang###popUp +http://jdyou.com###popWrap +http://ebiotrade.com###pop_banner1 +http://xclient.info###pop_business +http://cnplugins.com###pop_div +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pop_frame +http://hinet.net###pop_media_ad +http://up01.cc###popad +http://2dfan.com###popadv-container +http://univisa.com.cn###popup +http://eprice.com.tw###popup-ad-overlay +http://tom.com###popupDivgame +http://ck101.com###popupGameAd +http://5173.com###popupRight +http://baixing.com###port-info +http://ld0766.com###portal_ad3 +http://x3cn.com###portal_block_12045 +http://ichunqiu.com###portal_block_157 +http://fuyang.net###portal_block_474 +http://fuyang.net###portal_block_502 +http://zhaiiker.com###post-single + .pd10.mar10-t.box +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://downza.cn###priDownBtn + a[href*="?module="] +http://9le8.com###program_play_right +http://oschina.net###project_ad_banner +http://firefoxchina.cn###promo +http://firefox.com.cn,firefoxchina.cn###promote-top-list +http://sina.cn###promotionCover +http://tmsf.com###property_listf +http://bbs.pcbeta.com###pt + div[style] > div[style^="clear:both;"] +http://xiazaizhijia.com###public_right_mid_ad +http://bestopview.com###pubtextnone +http://hcomic.in###pv_all > a[onclick^="trackOutboundLink"] +http://xmfish.com###pw_content > .forum_panel:nth-child(4) +http://xh127.com###pzlhdd +http://tianya.cn###q_topbanner_950_90 +http://soyunpan.com###qblad +http://cankaoxiaoxi.com###qihupic +http://so.com###qiyu-brand-container +http://chinanews.com###qizhi_div980 +http://xineurope.com###qmenu_menu + .wp +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://cqsq.com###read_0 + a[target="_blank"] +http://tiboo.cn###read_hd1 +http://chinaqking.com###readerServiceDIV +http://pujia8.com,sdgundam.cn###recommend +http://ganji.com###recommend_storeg_div +http://duba.com,uu114.cn###redbagRain +http://image.baidu.com###relEcom +http://baidu.com###relative_shop_flow +http://image.baidu.com###relecom54 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###replyBusinessImg +http://qxfun.com###reward-me > figure:nth-child(n+2) +http://2345.com,hao774.com###right > div:first-child +http://90oo.com###right > div[style^="height:60px; width:750px;"] +http://cnbeta.com###right1 +http://cs.com.cn,cssqt.com,qiannao.com,qinbing.cn,sonimei.cn###rightDiv +http://07073.com###rightDiv > div[style="height:250px"] +http://zimushe.com###rightFixed +http://kuai8.com###right_Ad +http://cpd.com.cn###right_ad1 +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://gmw.cn###rightad1 + .contentColumnRight +http://wed114.cn###rightdiv +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://alu.cn###sanjia +http://javjunkies.com###sb1 +http://sm.cn###sc + .article.ali_row +http://wpsoso.com###scontent > div[style] +http://chyangwa.net,motorfans.com.cn###scrollPics +http://youxi.kugou.com###scrollUp +http://qlwb.com.cn###scroll_box +http://kocpc.com.tw###scroll_div +http://baidu.com###search-union-ad +http://flighty.cn###searchBox + #sidebarBox +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 +http://5118.com###seobigdata_d1_text_seoreport +http://gdmm.com###separatorline + script + tbody:not([id]) +http://nick18.com,nick20.com###sex +http://nick20.com###sex + div[align="center"] +http://265g.com###sfmt +http://ottawazine.com###sgpb-popup-dialog-main-div-wrapper +http://pan.baidu.com###share_ad_info_panl +http://hupu.com###shihuo1111 +http://maxthon.cn###shopping +http://hao123.com###shortcut-box > .tip +http://hao123.com###shortcut-tuiguang +http://kaoyan1v1.com###showAD +http://dmzj.com###show_tip_bg +http://rising.cn###shuangshiyibid +http://maxthon.cn###side-game-pop +http://iwan.baidu.com###side-xbox +http://ck101.com###sideAds1 +http://ifeng.com###sideBar[class^="box_"] +http://2345.com###sideCat +http://paipai.fm###sideForum + div +http://hao.360.com###sidebar +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://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 +http://fuliba.net###sidebar > div:last-child +http://iplaysoft.com###sidebar > ul > .widget:first-child +http://iplaysoft.com###sidebar > ul > .widget:nth-child(3) +http://ipcfun.com###sidebar > ul > div[style] +http://ipcfun.com###sidebar > ul > li[style] +http://mpyit.com###sidebar a > img +http://mpyit.com###sidebar div[style*="background"] +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://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###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://keke.la###slide:first-child +http://12306.cn,club.pchome.net,kdslife.com###slideBox +http://12306.cn###slideRBox +http://cjn.cn###slidelr +http://526bt.com###slider +http://tiantianzhibo.com###sliderb_container +http://popart.hk###slideshow +http://pconline.com.cn###smallHB1 +http://eol.cn###small_adleft +http://eol.cn###small_adright +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://baidu.com###spage-top-banner +http://downbank.cn,greenxf.com###speed-download +http://greenxf.com###speed-downloader +http://heartinkstone.pixnet.net###spotlight +http://srzc.com###srzcad +http://techbang.com###stickies +http://1616.net###stool +http://showtv.com.tw###sub-ad +http://163.com###suning-bottom-banner +http://265g.com###swiper-bot +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 +http://gametower.com.tw###tableAD +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://histock.tw###tbadword +http://kengso.com###tbk_left +http://kengso.com###tbk_right +http://40407.com###tcdgg +http://xh127.com###teinka +http://pchome.com.tw###test2 +http://loldk.com###test_ad + #model +http://ilvruan.com###text-13 +http://ilvruan.com###text-14 +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://ref.so###tg2_main +http://paipai.fm###the-logo + .fr +http://firefoxchina.cn###theme-side-banner +http://hupu.com###threadLeftAd +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###thread_list > .j_thread_list + li[class]:not(.j_thread_list) +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###thread_list > .j_thread_list:not([data-field]) +http://firefox.com.cn,firefoxchina.cn###thside-left-banner +http://ettoday.net###ticker_3 +http://1ting.com###tingx_5 +http://wpsoso.com###tips +http://dict.cn###tjcd +http://yxdown.com###tl_adv +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://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 +http://recruit.com.hk###topBar +http://qidian.com###topGameOp +http://2345.com,duanwenxue.com###topHf +http://elecfans.com###topJf +http://hupu.com###topPub +http://zhangxinxu.com###topRecomm +http://hao.360.cn,hao.360.com###top_activity +http://starbaby.cn###top_ad_show +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://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 +http://10jqka.com.cn###topba1 +http://blog.163.com###topbar_randShowArea +http://hao123.com###topbeWrapper +http://xijucn.com###topc +http://nowscore.com###toperAd +http://nowscore.com###toperBaskText +http://nowscore.com###toperText +http://cnforex.com###topfocus +http://csshello.com###topgg +http://iask.sina.com.cn###topic_ylzz_new +http://mtrend.cn###topictabs1 +http://1616.net###toplink +http://zzbaike.com###topnav +http://zzbaike.com###topnav + div[style] +http://mtrend.cn###toptabs1 > .kz_line +http://85lou.com###topwarning_7ree +http://fuli.us###toubuads +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://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://hexun.com,hexun.com.tw###videoLeftAd +http://hexun.com,hexun.com.tw###videoRightAd +http://vhiphop.com###video_ad +http://yzz.cn###video_ff +http://bitauto.com###video_floatBox +http://ifeng.com###video_p +http://baidu.com###video_push_box +http://aipai.com###videosRightDown +http://rising.cn###viphui +http://rising.cn###viphuibg +http://jstv.com###vplayad +http://160.com###w-advertisement +http://160.com###w-btn-advertisement +http://zqzq.com###wAdTop1 +http://zqzq.com###wAdTop2 +http://weishangshijie.com###wad_left +http://weishangshijie.com###wad_right +http://kamlm.com###wanmeiffad1 +http://21ic.com###warp_con +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://51yfx.com###widget-test +http://ccav1.com###widget_da +http://huanqiu.com###winNext +http://ylnet.com.cn###winpop1 +http://news.baidu.com###women-picwall +http://xici.net###word_ad +http://chazidian.com###worldcup_float +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###worldcup_guess_frs_wrap +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###worldcup_topic +http://xingkbjm.com###wowslider-container1 +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://ganpapa.com###wrapper + div +http://btbtt.me###wrapper2 > .width +http://zhaolianmeng.com###wzgg +http://nczsks.com###wzyxjs +http://liaoxuefeng.com###x-sponsor-a +http://liaoxuefeng.com###x-sponsor-b +http://smzy.com###x_pc_down_g +http://soft4fun.net###xad_mu +http://hl.cn###xf_left +http://hl.cn###xf_right +http://jmbbs.com###xjj_jmbbs2015_01 +http://win7w.com###xldz +http://fang.com###xmlAd +http://gaokao.com###xuad-left +http://qhnews.com###xwyc +http://alu.cn###xxxhuangjinzhanwei +http://storyren.com###xydlleft +http://storyren.com###xydlright +http://drv5.cn###xzqq > ul +http://redocn.com###yc_adv_1_2 +http://rjfcxxw.com###yimao > div[style] +http://starbaby.cn###yindex_ads +http://hao123.com###yixing-siye +http://ynet.com###ynetG_B1 +http://dm5.com###youce +http://yahoo.com###ysm-umu +http://weather.com.cn###ytc +http://eastday.com###yxxf_area +http://weather.com.cn###zdl +http://cccpan.com,ys168.com###zdy_wz0 +http://gzmama.com###zone_banner_1_new +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.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 +http://eepw.com.cn##.AD300x200 +http://wxrb.com##.AD305 +http://wxrb.com##.AD340 +http://wxrb.com##.AD640 +http://cyol.net##.AD960_90 +http://jc001.cn##.ADS +http://click108.com.tw##.AD_300250 +http://click108.com.tw##.AD_730280 +http://tzfdc.com##.AD_B +http://paowen.net##.AD_D +http://sina.com.cn##.AD_hqbottom +http://wxrb.com##.ADtxt +http://shejidaren.com##.AND +http://le.com,letv.com##.Ad +http://kuai8.com##.Ad1 +http://cnfol.com##.Ad1000 +http://cnfol.com##.Ad310 +http://cnfol.com##.AdAsideW300H250 +http://hung-ya.com##.AdBottom +http://crsky.com##.Adown_dli +http://cnfol.com##.AdvDL +http://fx110.com##.Adv_1 +http://bestopview.com##.Adv_c +http://pc6.com##.Advbox +http://qiuyi.cn##.Advertisement +http://big5.china.com.cn##.Advertising > a +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.BAIDU_CLB_AD +http://le.com,letv.com##.Banner +http://china.com.cn##.Banner_left +http://china.com.cn##.Banner_right +http://ucbug.com##.BzClick +http://18avhub.com,18avtube.com,mm-cg.com##.CN_qmvtoy +http://3464.com##.CommonBody > .CommonListArea:nth-child(3) +http://3464.com##.CommonBody > .CommonListArea:nth-child(3) + .CommonListArea +http://zjk169.net##.ConImg +http://imeee.cn##.DA336 +http://91lai.com##.D_guanggaotu11 +http://91lai.com##.D_guanggaotu2 +http://91lai.com##.D_guanggaotu3 +http://cnfol.com##.EtGA +http://javjunkies.com##.FAd +http://cnfol.com##.FixedLeft +http://cnfol.com##.FixedRight +http://jinhua.com.cn##.FocusAD +http://angelweb.cn##.GG960x90 +http://aiyuke.com##.GGad +http://downg.com##.Gs_d[href$=".exe"] +http://crsky.com##.Gs_d[href="javascript:;"] +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 +http://smzdm.com##.J_index_wall +http://dianping.com##.J_midas-3 +http://dianping.com##.J_mkt-group-1 +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://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 +http://cnfol.com##.NavTopAd +http://cnfol.com##.NewAdBox +http://07073.com##.No1 +http://bing.com##.OpInNwWndw +http://chinaz.com##.Postcon-ad +http://5588.tv##.ProDaTu +http://21uscity.com##.R300x70 +http://3dmgame.com##.R_qingtianzhu +http://3jy.com##.Rad +http://tuku.cc##.TLAD +http://avmimi.com##.TW_UTtoy +http://alu.cn##.Tg_125x70 +http://alu.cn##.Tg_230x80 +http://alu.cn##.Tg_260x70 +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 +http://avmimi.com,mm-cg.com##.UT_thread +http://tuwan.com##.Video-r-ad +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://pincong.rocks##.a-a +http://thinkphp.cn##.a6 +http://chacuo.net##.a96090 +http://speedtest.cn##.aP-box +http://lahoo.ca##.a_af +http://hcbbs.com##.a_cn_pb +http://baixing.com##.a_d_s_hidden_link +http://jdbbs.com##.a_h +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 +http://ishuhui.com##.a_xx_d +http://159i.com,china.com.cn##.ab +http://jiyingdm.com##.abcde +http://yesky.com##.abox +http://w3cschool.cn##.abox-item +http://yaolan.com##.abstract_ad +http://159i.com##.ac +http://2345.com##.act-market +http://2345.com,hao774.com##.act-search-tab +http://2345.com##.act-yguang +http://rising.cn##.activity-ad +http://hao.rising.cn##.activity-gt +http://zuimeia.com##.activity-poster:not([href*="zuimeia."]) +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,9dcj.com,acg.bz,acg13.cn,acgbenzi.com,baiduyunpan.net,baike.com,bbs-mychat.com,cdyee.com,ce.cn,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,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-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 +http://baidu.com##.ad-block-1 +http://easou.com##.ad-charge +http://newtalk.tw,toolfk.com##.ad-container +http://olevod.com##.ad-corner +http://cqmmgo.com##.ad-cycle +http://sm.cn##.ad-dot-container +http://pc0359.cn,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://sogou.com##.ad-img-bt + .picContainer +http://265g.com##.ad-inner03 +http://baidu.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://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://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://sm.cn##.ad-wolong-container +http://ccoo.cn##.ad-wrap1 +http://cztv.com##.ad003 +http://ifeng.com##.ad05 +http://ifeng.com##.ad06 +http://ifeng.com##.ad07 +http://ifeng.com##.ad08 +http://10jqka.com.cn,88files.net,99files.net,actoys.net,beijing-air.com,bio1000.com,gter.net,hepuwang.com,jjwxc.net,ncdiy.com,qingdaonews.com,tgbus.com##.ad1 +http://ifeng.com##.ad1000-2 +http://ifeng.com##.ad1000_2 +http://ifeng.com##.ad1000_box +http://yuqingcn.cn##.ad1024x90 +http://chexun.com##.ad1100 +http://ishowx.com##.ad1160 +http://tt243.com##.ad123 +http://c114.com.cn,china.com.cn,qingdaonews.com,sj998.com##.ad2 +http://ifeng.com##.ad200-2 +http://yaolan.com##.ad24090 +http://jokeji.cn##.ad250_1 +http://jokeji.cn##.ad250_2 +http://nmgnews.com.cn,sj998.com,sportscn.com,tpy888.cn##.ad3 +http://21uscity.com##.ad300x60 +http://jokeji.cn##.ad3602 +http://jokeji.cn##.ad360_280 +http://linuxde.net##.ad360x500 +http://hupu.com##.ad361-240-240 +http://tpy888.cn,weather.com.cn##.ad4 +http://5imx.com##.ad4:first-child +http://sj998.com##.ad5 +http://china.com.cn##.ad6 +http://juyouqu.com##.ad630 +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://ting89.com##.ad7 +http://yaolan.com##.ad71090 +http://hupu.com##.ad720-90 +http://ck101.com##.ad728Top +http://pujia8.com##.ad740 +http://chexun.com##.ad794 +http://ting89.com##.ad8 +http://ifeng.com,sohu.com##.ad950 +http://pharmnet.com.cn##.ad9502 +http://yaolan.com##.ad96090 +http://danlan.org##.ad98090 +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://familydoctor.com.cn##.adExtra +http://sina.com.cn##.adF +http://newcger.com##.adFullwidth90 +http://sina.com.cn##.adG +http://sina.com.cn##.adH +http://niaogebiji.com##.adImgBox +http://baidu.com##.adLog +http://2345.com##.adMainBg +http://hao123.com##.adMainMiddle-box +http://cnblogs.com##.adPopup +http://jschina.com.cn##.adR +http://ifeng.com##.adR01 +http://ck101.com##.adTopBox +http://baidu.com##.adTopImg +http://cztv.com##.ad_003 +http://ifeng.com##.ad_01 +http://sina.com.cn##.ad_01_center +http://sina.com.cn##.ad_01_left +http://sina.com.cn##.ad_01_right +http://ifeng.com##.ad_04 +http://ifeng.com##.ad_09 +http://szonline.net##.ad_1000_90 +http://ifeng.com,nnnews.net##.ad_12 +http://51wangdai.com##.ad_123_AD +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://ttys5.com##.ad_580 +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://huanqiu.com,tpy888.cn##.ad_all +http://download.csdn.net##.ad_area_1 +http://sogou.com##.ad_aside_inner +http://zhibo8.cc##.ad_box_250 +http://ifeng.com##.ad_btn +http://csdn.net##.ad_class +http://gamme.com.tw##.ad_down +http://putclub.com##.ad_fastReading +http://tgfcer.com##.ad_headerbanner +http://le.com##.ad_layer +http://hc360.com##.ad_left +http://duba.com##.ad_leftTip_out +http://miercn.com##.ad_list +http://ck101.com##.ad_logo +http://78dm.net##.ad_logor +http://sina.com.cn##.ad_main_top +http://udn.com##.ad_mask +http://duba.com##.ad_middleModal +http://comefromchina.com##.ad_navtext_11 > li:nth-child(n+2) +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,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 +http://9upk.com,ouyaoxiazai.com,smzy.com##.ad_show +http://fx168.com##.ad_teshu +http://tgfcer.com##.ad_text +http://dmzj.com##.ad_th +http://zjstv.com##.ad_tl +http://pchome.com.tw##.ad_triple +http://fulibac.com##.ad_two +http://cs.com.cn,pjtime.com##.ad_txt +http://bcbay.com##.ad_txt_box +http://putclub.com##.ad_vipabc +http://yicheshi.com##.ad_w +http://stheadline.com,yinyuetai.com##.ad_w300 +http://itavcn.com##.ad_wordxin +http://baike.com##.ad_xuanban +http://zhijia.com##.adb +http://ifeng.com##.adbest +http://motobuy.com.tw##.adbig +http://sina.com.tw##.adbig300_mid +http://appledaily.com.tw##.adblock_splash +http://17173.com,cdyee.com,chinaz.com,eastmoney.com,epochtimes.com,hsw.cn,ifeng.com,lantian.tv,phoenixtv.com,pyccoo.cn,xineurope.com,yesky.com##.adbox +http://7jiu.com.hk,plays01.com##.adbox-bg +http://dwnews.com##.adbox-top +http://ifeng.com##.adbox03 +http://ceiea.com##.adclass2019 +http://pchome.com.tw##.adcon +http://jgzj.net##.adcss +http://52pk.com,hao.rising.cn,vpgame.com##.add +http://78dm.net##.add-980 +http://kmzy6.com##.add-gg +http://fang.com,soufun.com##.add1200 +http://chinanews.com##.add3 +http://chinanews.com##.add4 +http://putclub.com##.add_ad +http://bnmanhua.com##.addg +http://uzzf.com##.address_like:nth-child(-n+7) +http://ck101.com##.adfixWp +http://chinaz.com##.adfixbug +http://duba.com,uu114.cn##.adfixed +http://1kkk.com,dm5.com,dm5.hk##.adform_1 +http://1kkk.com,dm5.com,dm5.hk##.adform_2 +http://xineurope.com##.adft +http://92wy.com##.adhengfu +http://jxdbg.com##.adindex +http://huanqiu.com##.adindexList +http://oopw.top,sina.com##.aditem +http://fzdao.cn##.adlan +http://jxedt.com##.adlink1 +http://jxedt.com##.adlink2 +http://cww.net.cn##.adlinkL +http://cww.net.cn##.adlinkR +http://mobile01.com##.admicrobtn +http://ccoo.cn,hackhome.com,vipcn.com##.adn +http://zj.com##.adnav +http://zj.com##.adnav2 +http://gaokao.com##.adout116 +http://bigear.cn##.adpicright +http://ifeng.com##.adpubpic +http://doc88.com##.adpx250 +http://gamme.com.tw##.adread +http://appinn.com##.ads-m +http://360.cn##.ads-pic +http://shejidaren.com##.ads-post-foot +http://weishangshijie.com##.ads228_1_r +http://5icool.org##.ads300_show +http://eeyy.cc##.ads650 +http://disp.cc##.ads_bot_block +http://xhzyw.com##.ads_bottom +http://chinamedevice.cn##.ads_img +http://chinamedevice.cn##.ads_img1 +http://xianliao.me##.ads_popup_small_ads_container +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://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,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 +http://wdzj.com##.adv-img +http://yxdm.tv##.adv0 +http://shouji56.com##.adv01 + a +http://kdhome.net,yxdm.tv##.adv2 +http://kdhome.net,xinhuanet.com,yxdm.tv##.adv3 +http://myhack58.com##.adv32 +http://it165.net##.adv728a +http://it165.net##.adv728b +http://sohu.com##.adv_960 +http://rs05.com##.adv_bottom +http://kjsv.com##.adv_cent +http://kjsv.com##.adv_fnt_cont +http://jjckb.cn##.adv_ment +http://kaifu.com##.adv_slide +http://autohome.com.cn,jdzj.com,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 +http://360che.com##.adver250_250 +http://360che.com##.adver300_150 +http://360che.com##.adver300_250 +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,ieforex.com,laod.cn,xywy.com,zhangjunseo.com,zhujiceping.com##.advert +http://csdn.net##.advert-bg +http://sspai.com##.advert-card +http://xmfish.com##.advert-entry-list +http://liba.com##.advert-l +http://liba.com##.advert-r +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,bccn.net,hkepc.com,iviewui.com##.advertisement +http://3d66.com##.advertisement-carousel +http://chinacar.com.cn##.advertising +http://10086.cn##.advertisingOther_img +http://speedtest.cn##.advertisingSpace +http://ifeng.com##.advmark +http://it165.net##.advyello +http://itavcn.com##.advzone +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://13mv.com##.aggd +http://33lc.com##.ags +http://wigcw.cn##.alert-block +http://wdzj.com##.alert-box-pop +http://jszbug.com,siku11.com##.alert-danger +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 +http://keywin.org##.appdownload +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://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://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://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://iviewui.com##.asd +http://btyingshi.com##.aside > .card:last-child +http://78dm.net##.aside-add +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://acgking.com,dbtmn.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://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 +http://bing.com##.b_ad +http://bing.com##.b_adBottom +http://pinshan.com##.b_adv +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 +http://17k.com##.baiduBox +http://flyzy2005.com##.baidu_ad +http://mydrivers.com##.baidu_box +http://ucbug.com##.baidu_fx +http://qqcyl123.com##.baiduadc +http://brushes8.com##.baidugg580 +http://hc360.com##.baidutuiguang +http://xizi.com##.baner1 +http://uschinapress.com##.baner_pictur +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 +http://smzdm.com##.banner-stuff +http://big-cup.tv,g-cup.tv##.banner-table-block +http://5118.com##.banner-top +http://firefoxchina.cn##.banner-words +http://fanyi.baidu.com,longzhu.com##.banner-wrap +http://news.cn2che.com##.banner01 +http://sojson.com,wbzol.com,xizi.com##.banner1 +http://jinhua.com.cn##.banner1200 +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 +http://ting89.com,tingshuge.com##.banner688_1 +http://ting89.com,tingshuge.com##.banner688_2 +http://aguitar.cn##.banner7 +http://jinhua.com.cn##.banner935 +http://yaolan.com##.banner960 +http://niutuku.com,sina.cn##.bannerAD +http://afzhan.com##.bannerAdv +http://aipai.com##.banner_90 +http://900.la##.banner_ad1 +http://xilu.com##.banner_bg +http://foodmate.net,ksbbs.com,kshot.com,oschina.net##.banner_box +http://sinami.com##.banner_centerLeft +http://sinami.com##.banner_centerRight +http://baidu.com##.banner_center_adv2 +http://vod1769.com##.banner_img +http://fanyi.baidu.com##.banner_img_container +http://chinaiiss.com##.banner_middle +http://sznews.com##.banner_new2 +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 +http://efu.com.cn##.banners-top-x2 +http://fang.com##.bannger_inbox +http://mscbsc.com##.bao1 +http://hao123.com##.bar-text +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 +http://xilu.com##.bbs_topad +http://bcquan.me##.bcqad +http://hao.rising.cn##.bd-lmhot +http://jrj.com.cn##.bd.pa10.bgn +http://newxue.com##.bd500 +http://33am.cn##.bd_980_90 +http://52tian.net,starbaby.cn##.bdad +http://newnet.cc##.bdad1 +http://cnscore.com##.bdbanner +http://1010jiajiao.com##.bdgg +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 +http://jrj.com.cn##.bg2424 +http://duba.com##.bgOpen +http://265g.com##.bg_ban +http://asus.com##.bg_block +http://40407.com##.bg_l +http://40407.com##.bg_r +http://265g.com##.bgban +http://douyu.com##.bglink +http://gdzjdaily.com.cn##.big_news + div +http://sgcn.com##.bigaimg +http://114la.com,ylmf.com##.bighd-top-bar +http://haote.com##.bigmainIn +http://rkanr.com##.bill +http://gywb.cn##.bill-vertical +http://sogou.com##.bizr_rb +http://chinairn.com##.bizrpt +http://erji.com,erji.net##.black.y-style +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) +http://boo.tw##.blockUI +http://oschina.net##.blog-left-ad +http://codexiu.cn##.blog-twitter:first-child +http://xianzhenyuan.cn##.bm.a_c +http://tropica.cn##.bm.a_c1 +http://ydss.cn##.bm.bml.pbn > table > tbody > tr > td:nth-child(-n+2) +http://jlmhk.com##.bn +http://ft.com,ftchinese.com##.bn-ph +http://yeeyi.com##.boardnav > #ct > .sd +http://xmfish.com##.bobing-theme +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://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://ilxdh.com##.bottom-show +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://sportsv.net##.box.ad +http://csdn.net##.box.hot +http://0772fang.com##.box0 +http://lolshipin.com##.box2 +http://mobanwang.com##.box960x90 +http://ifeng.com##.box_list_pic > a[href^="http://dol.deliver."] +http://duba.com##.box_shopping +http://fx678.com##.box_video +http://nxing.cn##.boxclose +http://uzzf.com##.boxl +http://wanqu.co##.brand-ad +http://kehuan.net.cn##.bread_728x90 +http://cgown.com##.breadcrumb-gg +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 +http://aizhan.com##.btn +http://zdfans.com##.btn + .btn +http://xitongzhijia.net##.btn-dl_swift +http://xitongtiandi.net##.btn-dr +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://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://52pk.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://cnblogs.com##.c_ad_block +http://kdnet.net##.c_spread +http://lenniu.com##.caClass +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) +http://meizhou.com##.cc_z1 +http://xinshouzhanzhang.com##.celan +http://11luba.com,niluba.cc##.center > div:last-child +http://sina.com.cn##.center-pdps +http://sina.com.cn##.center-pdps-02 +http://hao.rising.cn##.channel-adimg +http://eeskill.com##.channel-featured-adv +http://enread.com##.channel-nav > .back +http://douban.com##.channel_promo +http://5izyw.com##.chao_ggw +http://xianliao.me##.chat-content__ads +http://longzhu.com##.chatroom-ap +http://2345.com,hao774.com##.chc-dzoem +http://firefoxchina.cn##.chip-banners +http://52ch.net##.chn_pb +http://baidu.com##.chunwan-wrapper +http://zhujiboke.com##.cjtz-border +http://dm5.com,dm5.hk##.cl760 +http://dm5.com,dm5.hk##.cl970 +http://fpdisplay.com##.class_adv1 +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://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] +http://tieba.baidu.com##.client_ad_topBanner_all +http://hboav.com##.close_box +http://hboav.com##.close_box0 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.close_btn[src*="/adsense/"] + div:last-child +http://chaomi.cc##.cm-ads +http://so.com##.cmclk +http://image.so.com##.cmitem +http://2345.com##.cmoe-nxh-dx +http://bbs.xmfish.com##.cmp_v +http://91.com,hao123.com##.cn_banner +http://hao123.com##.cn_tips +http://cnbeta.com##.cnbeta-side-sponsor +http://2345.com##.cnxh_box +http://hlgnet.com##.co_ad +http://hlgnet.com##.co_ad3 +http://vjmedia.com.hk##.code-block +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://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 +http://so.com##.commercialCell +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 > a:last-child +http://qiuw.com##.con > a:nth-child(n+2) +http://maolihui.com##.con-ad +http://ithome.com##.con-recom +http://joy.cn##.con2-3 +http://ifeng.com##.conRgg +http://aihami.com##.conText > div[style*="width:"] +http://360che.com##.con_banner +http://40407.com##.con_tj +http://firefox.com.cn,firefoxchina.cn##.cont-promote +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://hao.su##.content-copyright +http://ptbus.com##.content14 +http://p9.com.tw##.contentRightAd +http://kjsv.com##.content_module > div[style='margin-left: 8px;'] +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 +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 +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://15yc.cc##.crdown +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$="250px;"] +http://cnbeta.com##.ctcloud +http://tigtag.com##.custom-box02 +http://51wangdai.com##.cx_ad +http://51wangdai.com##.cx_xx_lis_c01_right_lis_c_ad +http://vuetifyjs.com##.d-inline-block +http://iplaysoft.com##.d250 +http://iplaysoft.com##.d250x90 +http://hackhw.com##.d336 +http://hackhw.com##.d336x2 +http://xgrb.cn##.d_2016_ggw +http://xingkbjm.com##.d_postlist > ul > li:nth-child(-n+2) +http://51.la##.da-item +http://qingdaonews.com##.da30050 +http://qingdaonews.com##.da66050 +http://zhangxinxu.com##.da_bottom +http://xbyuan.com##.dad +http://lenovo.com.cn##.daily-hotwords +http://map.baidu.com##.damoce-search-item +http://acfun.cn##.danmu-activity +http://soufun.com##.danmu_inbox +http://bbs.it168.com##.daoh2 + .bor8 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dasense +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://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://bcbay.com##.discuss + table +http://360.cn##.div-adv +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://jisuxz.com##.dl_gaosu +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://smzy.com##.down-jisu +http://zol.com.cn##.down-link +http://xiaopi.com##.down-list +http://mianbao99.com##.downApp +http://fx110.com##.down_Hx +http://52pk.com##.down_adv +http://gz0668.com##.down_fixed +http://188soft.com##.down_gaosu +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://greenxiazai.com##.downbtn > a:last-child +http://downza.cn##.downbtn-top +http://portablesoft.org##.downcenter +http://yxzoo.com##.downgg +http://onlinedown.net##.downgs +http://mogewu.com##.download > a[href*="@"] +http://duote.com##.download-box:first-child +http://downg.com##.download-list:first-child +http://wmzhe.com##.downloader +http://9ht.com,pc0359.cn,pc6.com,ucbug.com##.downnow +http://cr173.com,downcc.com,downyi.com##.downnowgaosu +http://opdown.com##.downnows +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://33lc.com##.dt2 + dd +http://jinbaozy.com##.dtk-fixed-ads +http://51ztzj.com##.dtmwrap[style="height:75px;background:#fff"] +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 +http://so.com##.e-buss +http://acg17.com,secretmine.net##.e3lan +http://m.so.com##.e_idea_list +http://so.com##.e_idea_wenda_detail_spread +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 +http://m.baidu.com##.ec_adv +http://baidu.com##.ec_im_container +http://ettoday.net##.ec_menu +http://baidu.com##.ec_sma_im +http://baidu.com##.ec_wise_ad +http://easou.com##.ecom-adTop +http://baidu.com##.ecom_pingzhuan +http://baidu.com##.ecomad-banner-loading +http://19lou.com##.editor-ad +http://wenku.baidu.com##.edu_class_pop_dialog +http://playno1.com##.eis_adv +http://playno1.com##.eis_adv + .eis_mtm +http://playno1.com##.eis_adv2 +http://www.playno1.com##.eis_box_s +http://ncno1.playno1.com##.eis_box_s > div:first-child +http://fuyang.net##.eis_fbox_260:nth-child(n+3) +http://fuyang.net##.eis_fbox_980 +http://playno1.com##.eis_mtm[style="border-top:1px dashed #CDCDCD;padding-top:10px; padding-bottom:15px"] +http://backchina.com##.eis_subnav_area +http://winning11cn.com##.eis_topad +http://dilidili.wang##.elmnt-one > .shade > a[href^="http"]:not([href*=".dilidili."]) +http://eprice.com.tw##.emome-ad +http://firefoxchina.cn##.engine-jokes +http://zreading.cn##.enhanced-text-widget:nth-child(2) +http://1point3acres.com##.enhanced_header +http://hao123.com##.enter1 +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##.epinv_b +http://epinv.com##.epinv_f +http://shulink.com##.er_g +http://sinolub.com##.erjlogo > .fl + .fl +http://2345.com,hao774.com##.event1-hasList +http://58.com##.ewmAdNew +http://8264.com##.ewmbox +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://m.sohu.com##.f_rec[href^="//m.sohu.com/promotion?"][href*="/f/"] +http://sgcn.com,wangjing.cn##.fad +http://mobile01.com##.fast-ad +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://jq22.com##.fdad +http://maxthon.cn##.feast-gift-search +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://hao.360.cn##.festival_snatch +http://nicotv.me##.ff-ads +http://firefoxchina.cn##.ff-banner +http://firefoxchina.cn##.ff-open +http://cngold.org##.fiexdAdvsClosed +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://douyu.com##.fishop-anchor-recommands-box +http://hepan.com##.fivead +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##.fixediv +http://bbs.actoys.net##.fl[style$="float:right;"] +http://youthwant.com.tw##.flex-container +http://vhiphop.com##.flexslider +http://qunar.com##.flight_ad +http://19lou.com,cqmmgo.com,ihome99.com##.float-ad-wrap +http://9dog.pw##.float-adv +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://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://900.la##.font-ad +http://se8u.cc##.footAdv +http://jisilu.cn##.foot_ad +http://880sy.com##.foot_gg +http://yipee.cc##.footer-sidebar-container +http://iciba.com##.footer_baidu +http://yaolan.com##.footer_float_box +http://image.baidu.com##.ford-tag +http://chineseinla.com##.forum_banner_ads +http://pcbeta.com##.forum_top ~ div[class] +http://vvshu.com##.forviewda +http://880sy.com##.fot_btom +http://v2ex.com##.fr > a[href^="https://www.digitalocean.com/"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.frs_act_repost_wrapper_outter +http://tieba.baidu.com##.frs_pb_leadapp_pop_show +http://ytbbs.com##.ftop_ad +http://ytbbs.com##.ftop_ad_2016 +http://duowan.com##.full-banner +http://ainuody.com##.full-width +http://guancha.cn##.full_nav1 +http://gamme.com.tw##.fullad_ad +http://962.net##.g-962-ad +http://quanmin.tv##.g-gg +http://mobanwang.com##.g960 +http://126.com,163.com##.gWel-promt +http://smzdm.com##.g_g +http://233.com##.gads +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://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 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_list_and_rank +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_spread_thread +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.game_tab +http://sina.com.cn##.gamead1 +http://timeon.cn##.gameads +http://qidian.com##.games-op-wrap +http://3987.com,onlinedown.net,win7w.com##.gaosu +http://3h3.com##.gaosu_down_div +http://so.com##.garllery_ad +http://115.com##.gb-advs +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://5068.com,ifeng.com##.gg01 +http://5068.com,hgitv.com##.gg02 +http://hgitv.com##.gg09 +http://antpedia.com,chinamedevice.cn,lcxw.cn,msdn.hk,xinhuanet.com##.gg1 +http://chinamedevice.cn,hgitv.com##.gg12 +http://skinme.cc,ts.cn,xinhuanet.com##.gg2 +http://angelweb.cn##.gg250x250 +http://iqilu.com##.gg300250dbl +http://lcxw.cn,ts.cn##.gg4 +http://xiaoz.me##.gg5 +http://xizi.com##.gg500 +http://iqilu.com##.gg580140 +http://xiaoz.me##.gg6 +http://5184.com##.gg600 +http://zt5.com##.gg_1 +http://5173.com##.gg_130 +http://5ifxw.com##.gg_300250 +http://ruian.com##.gg_780 +http://ruian.com##.gg_960_t +http://163disk.com##.gg_990_65 +http://163disk.com##.gg_990_90 +http://515fa.com##.gg_ad01 +http://515fa.com##.gg_ad02 +http://wo256.com##.gg_area +http://codejie.net##.gg_banner +http://eeyy.com##.gg_bg +http://js0573.com##.gg_bnr +http://xiaopi.com##.gg_box +http://zt5.com##.gg_bt +http://comicat.org,kisssub.org##.gg_canvas +http://sinolub.com##.gg_cen +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.net##.gg_img +http://324324.cn##.gg_sidebar +http://eeyy.com##.gg_top +http://cww.net.cn##.ggbar +http://baidu.com##.ggbtm-vip-close +http://55188.com##.ggdistich +http://chazidian.com##.ggin +http://eastday.com##.gglist +http://romzhijia.net##.ggposition +http://rising.cn##.ggqh +http://weather.com.cn##.ggt +http://taian.com##.ggtp +http://360doc.com##.ggwz +http://9dcj.com##.gif_left +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 +http://news.sohu.com##.god-first +http://sohu.com##.god-main +http://sohu.com##.godR +http://taiwandaily.net##.gofollow[data-track] > img +http://eastday.com##.golden_adv_1 +http://eastday.com##.golden_adv_2 +http://awaker.cn##.good-price +http://mail.pchome.com.tw##.good_ad +http://techbang.com##.google-dfp +http://i-part.com.tw##.googleAD160x600 +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://wanyx.com##.gs_down_common +http://ddooo.com,xue51.com##.gsbtn +http://yxdown.com##.gsdown +http://33lc.com,cncrk.com##.gsdt +http://jb51.net##.gsdw +http://vpsdx.com##.gsfha3-form +http://kuhou.com,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://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://tukergo.com##.guanggaoBox +http://gasaq.com##.guanggao_ime_big +http://shm.com.cn##.guanggaowei2 +http://shm.com.cn##.guanggaowei3 +http://downhot.com##.guans +http://guokr.com##.guokr-layer-beforelogin +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://mumayi.com##.h80 +http://jjwxc.net##.h8px + div[align="center"] +http://cnblogs.com##.h_ads +http://kekenet.com##.h_news_c +http://bkill.com##.half-ads +http://typecho.wiki##.haliluya +http://cam4.tw##.hbanner +http://mp4ba.la##.hd + table +http://ck101.com##.hd-bgimg +http://sogou.com##.hd-slider > .slider-container +http://1fzw.com##.hd-tops +http://youth.cn##.hd_pic +http://pinggu.org##.hdbanner +http://winning11cn.com##.hdc > div > div[align="center"] +http://ali213.net##.head-left +http://hkepc.com##.headBanner +http://weishangshijie.com##.head_0905 +http://jmw.com.cn##.head_1b +http://jmw.com.cn##.head_3 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.head_middle > div[class]:first-child +http://zhiding.cn##.headads +http://biz.ifeng.com##.header +http://ieforex.com##.header > .left +http://i.maxthon.cn##.header-hotkeys +http://animewld.club##.header-img +http://xbyuan.com##.header-logo-ad +http://kpzpw.com##.header-pic +http://uc123.com##.header-push-container +http://youivr.com##.header-widget-region +http://jiegeng.com##.header__item--fr +http://seehd.so##.header_wrap + .tac + table[align="center"] +http://aguitar.cn,guitarchina.com##.headerbanner +http://aguitar.cn##.headerbanner2 +http://cnbeta.com##.headline-thumb > a[href^="https://active.greatroma.com"] +http://ks.js.cn##.height200 +http://ks.js.cn##.height60 +http://ks.js.cn##.height70 +http://ks.js.cn##.height80 +http://hackhw.com,qqjia.com##.hengfuad +http://jpwind.com##.hf_tupian_gg +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.hgame_mod_theme1 +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,99danji.com##.high-down +http://orsoon.com##.high-downs +http://douyu.com##.his-sign-cont +http://zp365.com##.hitADclass +http://jia360.com##.hjadv +http://4gamers.com.tw##.home-carousel-container +http://orsoon.com##.hongbao +http://pconline.com.cn##.hongbao_1111 +http://tieba.baidu.com##.hongbao_page_pop_common +http://sohu.com##.hot-atlas +http://duba.com##.hot-bottom +http://fanyi.baidu.com##.hot-link-middle +http://douyu.com##.hot-sign-1 +http://douyu.com##.hot-sign-2 +http://piaoliang.com##.hot990 +http://lenovo.com.cn##.hotAd +http://duba.com,uu114.cn##.hotTitle +http://itheat.com##.hot_ad +http://itavcn.com##.hot_dealerxin +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 +http://btdp.online,f6hx.site,magnet2048.com##.hotwords +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://xiazaiba.com##.hspeed +http://chinasmartgrid.com.cn##.ht60ad +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://zjk169.net##.iContentLeft +http://zjk169.net##.iContentRight +http://tieba.baidu.com,wapp.baidu.com##.iSlider-wrapper-container-hot-thread +http://hao.360.cn##.icon-text-nav +http://easylife.tw,ettoday.net##.idleAd +http://163.com##.idx_textlink_ad +http://163.com##.idx_tonglan_ad +http://163.com##.idx_top_ad +http://gamer.com.tw##.iframe:last-child +http://xinhuanet.com##.iframeSrc + a[href^="http"]:not([href*=".xinhuanet."]) +http://aiyuke.com##.igamead +http://outofmemory.cn##.iloveoutofmemory660 +http://im286.net##.im286-t +http://masturbation22.com,playallvideos.com,pron.co,ratedxbiz.com,taporn.com##.ima +http://m.cnbeta.com##.image-container +http://douyu.com##.imageItem-wrap[href*=".cr-nielsen.com/"] +http://douyu.com##.imageItem-wrap[style="width: 1200px; height: 120px;"] +http://douyu.com##.imageItem-wrap[style="width: 287px; height: 559px;"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.images_game_container +http://5555op.com##.img +http://baidu.com##.img-adv-swap1 +http://zxdy777.com##.imgBox +http://fx678.com##.img_tips +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"] +http://cngold.org##.in_content_left_advs +http://news18a.com,tom.com##.ina_ad_class +http://news18a.com##.ina_ad_left +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://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://zahuishi.com##.index950x90 +http://zahuishi.com##.index960x90 +http://ydss.cn##.indexAd +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 +http://cqsq.com,jmnews.com.cn,xz.ccoo.cn##.index_banner +http://shfq.com##.index_banner_ad +http://juxia.com##.index_bttg +http://hgitv.com,wo256.com##.index_gg +http://hgitv.com##.index_gg01 +http://cqsq.com##.index_main_gg +http://hgitv.com##.index_main_top_zhong_02 +http://hqdoor.com##.index_newad +http://jianshen114.com##.index_temp +http://163.com##.index_top_ad +http://99114.com##.indexcjgg +http://daohangtx.com,jojf.cn##.indexgg +http://jxdbg.com##.indexmv +http://itjsb.com##.info_ad +http://wasu.cn##.info_ads +http://ylfx.com##.info_logrt +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://haojiyou.la##.iqshwad-div +http://czsp12.com##.iswindow +http://carrotchou.blog##.item > a[href^="http"]:not([href*=".carrotchou."]) +http://zol.com.cn##.item-sale +http://gansudaily.com.cn##.itemFloat +http://cnbeta.com##.items_area .time +http://pconline.com.cn##.ivy > .ivy-wrap +http://pconline.com.cn##.ivy > a +http://pcauto.com.cn##.ivy-250 +http://sina.cn##.j_article_cutpic +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_banner_post +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_click_stats[href*="adn.baidu.com"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_couplet +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_df_card +http://tieba.baidu.com##.j_feed_li[fid="3665221"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_l_post:not([data-field]) +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_l_post[data-field*="\"user_name\":\"\\u4e3f\\u5929\\u4e36\\u4e4b\\u6b87\""]:not([data-field*="\"user_id\":1180601200,"]) +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_listLiveTvCnt +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_listLiveTvCnt + .listBtnCnt + #listTalkCnt +http://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u623f\\u4ea7\\u5c0f\\u7ad9\\u957f\""] +http://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u623f\\u4ea7\\u5feb\\u8baf\\u5927\\u7ba1\\u5bb6\""] +http://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u623f\\u4ea7\\u901f\\u8baf\""] +http://tieba.baidu.com##.j_post_list_item[data-info^="\7b \"un\":\"\\u8d34\\u5427\\u89e6\\u70b9\\u63a8\\u5e7f\""] +http://huya.com##.j_posterItem[href^="http"]:not([href*=".huya."]) +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.j_thread_list[data-field^="\7b \"id\":4419048726,"] +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://xinshouzhanzhang.com##.jinlila +http://95ziyuan.cn##.jiuwu +http://oschina.net##.jj +http://soyunpan.com##.jmwb +http://hahamx.cn##.joke-list-anecdote +http://juqingba.cn##.jqright1 +http://jrj.com.cn##.jrj-ad +http://zhanqi.tv##.js-activity-show +http://sogou.com##.js-ad-item +http://hqew.com##.js-ad-tips +http://cs.com.cn##.js-ad1 +http://360kan.com##.js-playicon[href*="wan.360.cn/"] +http://so.com##.js-show-data +http://jinse.com##.js-spread__main +http://netbardh.com##.js-static[data-position="3.3"] +http://yahoo.com##.js-stream-content > div > div > div > h3 > a[href^="https://hk.promotions."] +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_ny2018_content_LeftAd +http://13mv.com,csai.cn##.keifu +http://iqilu.com##.kejie_ad +http://v.ifeng.com##.keyword +http://99tianji.com##.kf1 +http://1kkk.com##.kk2.cc +http://0597kk.com##.kk_ad +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.kn_nine_wrap +http://ddooo.com##.ks_down +http://fznews.com.cn##.kuang100_right +http://lanyes.org##.kuanpin +http://chinaz.com##.kwLink +http://baidu.com##.l-header-ad +http://jin10.com##.l-main > div > .jin-timeline +http://jin10.com##.l-main > div > div[class^="jin-"] > .jin-timeline > div[class^="jin-1"] +http://www.jin10.com##.l-main_body > div[class]:not(.jin-timeline) +http://www.jin10.com##.l-main_info > div[class]:not(.jin-declaration):not(.jin-qq-cooperation) +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 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post + div[class]:not(.l_post) +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1224761005,"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1480174042,"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1480194257,"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":1990070693,"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.l_post[data-field^="\7b \"author\":\7b \"user_id\":50012654,"] +http://flight.qunar.com##.l_rside > .b_fly_ban_b:nth-child(2) +http://3jy.com,maolihui.com##.lad +http://1kkk.com##.lanrenzhijia +http://ithome.com##.lapin +http://bh.sb##.large +http://le.com##.lay_body[style^="width:490px;height:320px;"] +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://szonline.net##.layout_ad +http://gkstk.com##.layui-layer +http://gkstk.com##.layui-layer-shade +http://le.com##.lbzDaoliu +http://finance.ifeng.com##.lccs +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://jmw.com.cn##.leftCouplet +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://duba.com,newduba.cn##.left_slidebar_con +http://bt.cn##.left_wrap:nth-child(3) +http://hkwb.net##.leftadv2 +http://hao123.com##.leftbanner +http://muzhi.baidu.com##.leftnest +http://ifeng.com##.leftpopad +http://zimuku.cn##.li[style^="width:8"] +http://5118.com##.lianmeng-home-header +http://lywww.com##.lianmengclass +http://hao.360.com##.licai-right +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://dl.pconline.com.cn##.links > p:not([class]) +http://duote.com##.links-banner +http://linux.cn##.linuxcnad +http://igxe.cn##.lion-flexd +http://anjuke.com##.list-item > .jx-sign +http://niutuku.com##.listAD +http://eol.cn##.listAd +http://nick18.com,niko18.com##.list_ads +http://en8848.com.cn##.list_adv +http://rsdown.cn##.list_lg +http://qunar.com##.list_promotion_bar +http://opdown.com##.listaddr +http://uimaker.com##.listads +http://58.com##.listpage_detail +http://kpzpw.com##.littlebanner +http://huaren.tv##.live-client_left +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://tianya.cn##.load_m_top +http://ypppt.com##.login_panel +http://uc123.com##.logo > a +http://wdzj.com##.logo-banner +http://jjxw.cn##.logo_ad_r +http://chinamedevice.cn##.logo_ads +http://silver.org.cn##.logo_dsaas +http://qinbing.cn##.logo_right +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.lot_wrap +http://sohu.com##.lottery-box +http://kekenet.com##.lp_r_bar:first-child +http://jrj.com.cn##.ls_all_fc +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://0597kk.com##.lyhux_mu +http://123.sogou.com,web.sogou.com##.m-12[pbflag="guess"] +http://pconline.com.cn##.m-JCZ-scrollBlock +http://kkpan.com##.m-a-linktwo +http://jx3pve.com##.m-banner-tool +http://moe123.net##.m-inner2[style="height: 160px;"] +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 +http://163.com##.m_papa +http://xitongzhijia.net##.m_swift +http://hupu.com##.m_text_ad +http://8bo.com##.mad +http://zhicheng.com##.mad_bt +http://zhicheng.com##.mad_top +http://163disk.com##.mads +http://hupu.com##.maibghref +http://th7.cn##.main > .mb5 +http://firefox.com.cn,firefoxchina.cn##.main-huo +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://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_ad2 +http://tvmost.com.hk##.main_ad_b +http://cnbeta.com##.main_content_left > .mt5[style="text-align:center;"] +http://m.07073.com##.main_content_tit + div +http://tianya.cn##.main_xiangguan2 +http://qqjia.com##.mainad +http://2345.com##.mainbg +http://2345.com##.mainbg1 +http://bbs.fobshanghai.com##.maintable > div:nth-child(7) +http://expreview.com##.mamaBox +http://baidu.com##.manual-spread +http://zhainanba.org##.marauto > p[style="text-align: left;"] +http://fun48.com##.margin-big-bottom +http://fx110.com##.matrix-banner +http://oschina.net##.mayun-jj +http://itavcn.com##.mb_right > .mt8:nth-child(3) +http://265g.com##.mban +http://sciencenet.cn##.mbanner +http://hao.360.cn,hao.360.com##.mbar-bd +http://douguo.com##.mbs +http://2345.com##.mco-ex-ndxh +http://zhaiiker.com##.media-content[style*="0x"] +http://cnool.net##.meilai_box +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://midifan.com##.mid-aaa +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://ck180.net##.mitao +http://hmog.me##.ml_ad_widget +http://cnforex.com##.mleft > a +http://china.com##.mm +http://6789.com##.mm-force +http://playno1.com##.mn > div[style="margin-bottom:10px;"] +http://mail.pchome.com.tw##.mnav +http://mnw.cn##.mnw_685 +http://mnw.cn##.mnw_960 +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 +http://2345.com,hao774.com##.mod-txtred +http://pptv.com##.mod_960x90 +http://163.com##.mod_ad_r +http://163.com##.mod_ad_toutu +http://pianyuan.net,qixingquan.com##.modal-backdrop +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 +http://autohome.com.cn##.monkeyicon-br +http://xbooks.to##.movie-in-ad +http://hao123.com##.mp-app-ad +http://jmw.com.cn##.mr_1 +http://firefoxchina.cn##.mrec-banner +http://xici.net##.msgl_ad +http://66rd.cn##.mst_lamu_main +http://dnwx.com##.mt5_23 +http://newcger.com##.mtb17.h90 +http://meltoday.com,sydneytoday.com##.mtgad +http://90oo.com##.mtswp_scbar_ad +http://stockstar.com##.much_ad +http://techug.com##.mug +http://pixiv.net##.multi-ads-area +http://cqsq.com##.mumucms_index_tlad +http://china.com##.mxm +http://cngold.com.cn##.myGuangGao +http://cnblogs.com##.my_money +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://ifooday.cn##.myzs +http://2345.com,hao774.com##.mzdh_bottom +http://ilvruan.com##.n2-section-smartslider +http://hepuwang.com##.n5_dbhfad > .wapper +http://ccoo.cn##.n_adbox +http://123cha.com##.n_ads_box +http://123cha.com##.n_ads_box + .box > .tbl > tbody > tr:last-child > td[bgcolor="#eeeeee"][width="350"]:last-child +http://moyu16.com##.nav-banner +http://maplestage.com##.nav-left-module__info-wrapper___35CLR +http://youxiduo.com##.navAd +http://lenovo.com.cn##.nav_ad1 +http://lenovo.com.cn##.nav_ad2 +http://baidu.com##.nav_ads +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://rising.cn##.new-1111 +http://zhanqi.tv##.new-advertising-area +http://yes-news.com##.new-index-ad300 +http://yes-news.com##.new-index-main-728 +http://yes-news.com##.new-index-main-ysm +http://yes-news.com##.new-sidebar-today-300ad +http://i-part.com.tw##.newAd +http://ifeng.com##.newAdImg +http://steelcn.cn##.new_fixed +http://mtrend.cn##.new_right > .morecontent_next +http://mtrend.cn##.new_right > div[style="float:left; width:100%;"]:first-child +http://ttrar.com##.new_xzq +http://doubibackup.com##.new_zixun +http://zhicheng.com,zt5.com##.newa +http://zhicheng.com##.newa2 +http://uimaker.com##.newbaidu +http://ali213.net##.newright +http://sydneytoday.com##.news-list > .row > .col-xs-12 +http://eastday.com##.news-promote +http://kaifu.com##.news-t-adv +http://2345.com##.newsArea +http://chinaz.com##.newsMainBox-textad +http://afzhan.com##.newsRightAdv +http://ifeng.com##.news_ADbox +http://m.baidu.com##.news_ad +http://weishangshijie.com##.news_ads1200 +http://weishangshijie.com##.news_ads_1028 +http://jia360.com##.news_adv:nth-child(3) +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://zhibocool.com##.ng-scope[ng-repeat*="adMatchList"] +http://gamersky.com##.ngg_down +http://chongdiantou.com##.nice-sales +http://mamecn.com##.njjGsxzLeft > dl > .cont1 +http://mamecn.com##.njjGsxzRight +http://weishangshijie.com##.nleft_ads +http://dyhjw.com##.nn_link +http://wallstreetcn.com##.node-main-ad +http://admin5.com##.notice +http://yes-news.com##.notification +http://haoxxoo.com##.nrad1 +http://haoxxoo.com##.nrad2 +http://szhk.com##.ny_ad1 +http://wallstreetcn.com##.omg-container +http://10jqka.com.cn,hepan.com##.onead +http://duba.com##.oneone-search +http://bilibili.com##.online + .adpos +http://pgzhibo.com##.onlineqq +http://pgzhibo.com##.onlineqq_left +http://udn.com##.only_web > .DisplayVideo +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 +http://cnbeta.com##.other_news +http://wenxuecity.com##.otherposts +http://jjxw.cn##.ou_banner +http://bbs.my0511.com##.outertxt > tbody > tr > td[height="80"][align="right"] +http://dilidili.wang##.overflow-box > ul > li > a[href^="http"]:not([href*=".dilidili."]) +http://avsuggest.com##.overlay +http://udn.com##.overlay-container +http://lalulalu.com##.overture_banner +http://allhabit.com##.overture_forumlist +http://allhabit.com##.overture_threadlist +http://allhabit.com##.overture_threadlist_single +http://allhabit.com##.overture_top_banner +http://appledaily.com.tw##.owl-lazy[tcode^="AD:"] +http://sgcn.com##.oyad2.cl +http://quanmin.tv##.p-room_ad +http://quanmin.tv##.p-room_chatad +http://quanmin.tv##.p-star_adWrap +http://opticsky.cn##.p83_gridC > .cc +http://jj59.com##.p_ad +http://25xz.com##.p_ads +http://actoys.net##.p_new_ad +http://sina.cn##.p_newsmore +http://actoys.net##.p_top_ad +http://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://xinhuanet.com##.part-ad1 +http://www.sina.com.cn##.part-l +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://265g.com##.phone_bgban +http://sodao.com##.photo-see > div[style="text-align: center; margin-bottom: 10px;"] +http://caikuu.com##.photo_abv +http://jrj.com.cn##.piboxtwo +http://tv.52pili.com##.pic-box +http://ifeng.com##.pic1000 +http://ifeng.com##.pic300 +http://ifeng.com##.pic950 +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://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://kaifu.com##.play_fmt +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.play_list_panel +http://ifeng.com##.playad +http://gimy.tv##.playadbox +http://league-funny.com##.player_bb +http://sgamer.com##.plc > div > a[href*=".vgcool.com"] +http://moonbbs.com##.plc.plm > div > div > a[href*=".dealmoon.com"] +http://firefox.com.cn,firefoxchina.cn##.pm-crack +http://www.17173.com##.pn-tg +http://19lou.com##.pop-ad +http://hqew.com##.pop-banner +http://pconline.com.cn##.pop-huodong +http://sogou.com##.pop-tuiguang +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,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://netbardh.com##.pos-navbar-ad +http://jobbole.com##.post > .textwidget +http://vmovier.com##.post-ad-bottom +http://jobbole.com##.post-adds + .textwidget +http://hao.su##.post-content > div[class^="a"] +http://sanv.org##.post-left +http://vmovier.com##.post-right-item + a[target="_blank"] +http://163.com##.post_adtop_main +http://gamme.com.tw##.post_adwrpt +http://tieba.baidu.com##.post_client_down +http://phpvar.com##.post_content_linkad +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."]) +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,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://doudoudm.site,ezdmw.com##.public_ad +http://cnplugins.com##.pushbox1 +http://sogou.com##.pz-widget-flash-container +http://baidu.com##.qb-other-answer-wmad +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://htcui.com##.qqanimate +http://baidu.com##.quality-elinks +http://muzhi.baidu.com##.quick-ask-2 + .android + div +http://hualongxiang.com##.quick_reply_ad +http://im286.net##.qybj +http://ouyaoxiazai.com##.qzhengfu +http://ali213.net##.qztf +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://cnqiang.com##.rad360 +http://mydigit.cn##.radi +http://ananvod.com##.rbPicAll +http://dayanzai.me##.rban1 +http://sciencenet.cn##.rbanner +http://yuqingcn.cn##.rboxad +http://msn.cn##.rc > a[href^="https://sp.booking.com/"] +http://xvna.com##.rctad +http://xmfish.com##.readCon_right +http://wenku.baidu.com##.reader-to-cashier-vip > .rights-wrap +http://sina.com.cn##.real-time-window__ad +http://finance.ifeng.com,kulemi.com##.rec +http://baidu.com##.rec-feeditem +http://douban.com##.rec_topics_name[href^="https://erebor.douban."] +http://image.baidu.com##.recom +http://image.baidu.com,xizi.com##.recommend +http://csdn.net##.recommend-ad-box +http://0597kk.com##.recommend-container +http://tvsou.com##.recommend-img +http://csdn.net##.recommend-item-box[data-track-click*="http"]:not([data-track-click*=".csdn."]) +http://iciba.com##.recommend-item:not([href*=".iciba."]) +http://hao123.com##.recommend-link +http://le.com##.recommend-part-right +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) +http://xueqiu.com##.regist-guide-container +http://mop.com##.rel-item-gg +http://pconline.com.cn##.rela-best +http://mbd.baidu.com##.related-news > section:first-child + div +http://ithome.com##.related_buy +http://tiexue.net##.reloadCont > div:first-child +http://hoteastday.com##.reloadMedia1 +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://jmw.com.cn##.rightCouplet +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 +http://eastday.com##.right_adv_3 +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://dilidili.wang##.right_top_ad +http://hkwb.net##.rightadv2 +http://mail.sina.com.cn##.rightbottom +http://tingvoa.com##.rightgood +http://muzhi.baidu.com##.rightnest +http://portablesoft.org##.rightside > :nth-child(n+2) +http://5588.tv##.ringhttu +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##.room +http://douyu.com##.row-4.theatre +http://jia360.com##.row-ad01 +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,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://finance.ifeng.com##.sConRbox +http://laozuo.org##.s_ad125 +http://baidu.com##.sam_iebrowser_banner +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://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"] +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,newduba.cn,timeon.cn##.search_promotion +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 +http://wbzol.com##.sg +http://ottawazine.com##.sgpb-popup-overlay +http://pcsoft.com.cn##.shang11-top +http://m.mydrivers.com##.share +http://xilu.com##.shehuibanner +http://hao.rising.cn##.shop-site +http://teepr.com##.shop-widget +http://qiushibaike.com##.shopwindow +http://neonan.com##.shouhuan_ad +http://miercn.com##.show-img-box +http://200sht.info,sehuatang.org##.show-text +http://zahuishi.com##.show2960x90 +http://cnxz.cn##.showad +http://3987.com##.showdown > .mt20:first-child +http://91lai.com##.showimgs +http://uwants.com##.showpx1 +http://pcsoft.com.cn##.shuang11 +http://duanwenxue.com##.shuang11_gg +http://duanwenxue.com##.shuang11_mb +http://luyixian.cn##.side +http://showtv.com.tw##.side-AD +http://laifudao.com##.side-adinner +http://guokr.com##.side-adv +http://ruten.com.tw##.side-advertise +http://iwan.baidu.com##.side-banner +http://rs05.com##.side-bar-first +http://uc123.com##.side-hot +http://wallstreetcn.com##.side-money +http://firefox.com.cn,firefoxchina.cn##.side-notice +http://firefoxchina.cn##.side-promote +http://firefoxchina.cn##.side-recommend +http://smzdm.com##.side-stuff +http://firefoxchina.cn##.side-tool-outer > div[class]:first-child +http://firefoxchina.cn##.side-tpth +http://niutuku.com##.sideAD +http://youthwant.com.tw##.side_adbox +http://shuowan.com##.side_flash +http://duba.com,newduba.cn##.side_game +http://duba.com##.side_other > .img +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://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://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://docin.com##.sider_gg +http://youtaoqi.com##.sidetg +http://mopxing.com##.sideul1 +http://sina.com.cn##.sinaads +http://uuu9.com##.sindex_ad1 +http://2000fun.com##.single-box +http://fujieace.com##.single-goods +http://kocpc.com.tw##.single_ads +http://i.maxthon.cn##.site-ad-container +http://ilvruan.com##.site-sj +http://stockstar.com##.siteAd_l +http://stockstar.com##.siteAd_r +http://15yc.cc##.site_tips +http://hdchina.org##.sitead +http://uimaker.com##.siteads +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://cnbeta.com##.slide_area a[href^="http"]:not([href^="http://www.cnbeta."]) +http://duba.com##.slidebar +http://duba.com##.slidebar + .extend +http://talkfx.com##.slidebox +http://uc.cn##.slider__sdk__wrapper +http://1688.com##.sm-offer-item[p4p*=".1688."] +http://codepub.com##.small-banner +http://hao.360.cn##.small-obj +http://pdflibr.com##.sms-content-ad +http://ant.design##.snd-ad +http://hao123.com##.soft-ad-banner +http://66huacai.com##.soft-downUrl-list.underline +http://oschina.net##.soft_detai_above_ad +http://sohu.com##.sogouService +http://5nd.com##.songAds +http://jq.131458.com##.soso_02 +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://shmet.com##.spb-biz-cont +http://xitongtiandi.net##.speed +http://downbank.cn##.speed-downlist +http://geekpark.net##.sponsor +http://northnews.cn##.sponsor02 +http://sogou.com,soso.com##.sponsored +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 +http://guofs.com##.style2 +http://cnbeta.com##.sub-title +http://07073.com##.subarea_ad +http://cam4.tw##.subfoot-section +http://etest8.com##.subtop2right +http://17house.com##.suiping +http://qingdaonews.com##.surround +http://vdianying.cc##.swiper-container +http://1kkk.com,dm5.com##.swiper-container[style*="760px;"] +http://skydy.top##.swiper-slide[style="width: 1170px;"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.switch_radios + div[class] +http://chinaxinge.com##.sy05 +http://chinaxinge.com##.sy07 +http://heiguang.com##.syAdTopTxt +http://17jiaoyu.com##.sy_ad +http://114la.com##.sy_ad4 +http://5g0a.com##.sy_tj +http://yahoo.com##.sys_dict_native_ads +http://zhifang.com##.sytl +http://bcbay.com,creaders.net##.syzx +http://suizhoushi.com##.sznew_ad_top +http://17ok.com##.t-bann +http://17yy.com##.t2_3 +http://17yy.com##.t2r_3 +http://suopao.org##.t5[style^="margin-top:8px;"] +http://1024qi.com,1024ya.com##.t[style="margin-top:8px"] +http://bbs.fobshanghai.com##.t_infoline +http://douyu.com##.tab-content.promote +http://chinatimes.com##.tab_4_box +http://265g.com##.tab_imgtop +http://tw.yahoo.com##.tabads +http://qqyouyue.com##.table-responsive +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 +http://chinaiiss.com##.taobaopic +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://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"] +http://srzc.com##.tcck1 +http://srzc.com##.tcck2 +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://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://fastadmin.net##.text-center > .carousel +http://baidu.com##.text-link-ads +http://yorkbbs.ca##.textNewsBorder +http://auto-online.com.tw##.text_links_h +http://maomaomom.com##.textwidget > table[width="1050"] +http://acgbuster.moe##.tg-inner +http://526bt.com,eroacg.com,laod.cn,ninpang.com,xiaohutuwb.com,zhangjunseo.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 +http://sogou.com##.tgad-title +http://uuu9.com##.tgbox +http://putclub.com##.the_ad +http://wanghualang.com##.theiaStickySidebar +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://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 +http://asp300.com,asp300.net##.tit02 > a +http://landiannews.com##.title > .more +http://bilibili.com##.title > span > a[href^="http"]:not([href*=".bilibili."]) +http://gucheng.com##.title_ad_time +http://gucheng.com##.title_down_ad +http://chinaz.com##.titright +http://www.duba.com##.tiyan_a +http://youth.cn##.tj2_pic +http://image.baidu.com##.tjImgli +http://image.baidu.com##.tjad +http://mtrend.cn##.tjlanmu_2 +http://cnbeta.com##.tks +http://tieba.baidu.com##.tl_spread +http://manmanw.net##.tlads +http://esnai.com##.tlgg +http://maxthon.cn##.tmall-nav-v2 +http://duba.com,newduba.cn##.tmall_bg15 +http://sxrom.com##.tmk +http://muchong.com##.todayhot +http://weather.com.cn##.tong +http://gamefy.cn##.tonglan +http://qilindao.com##.tonglanAd +http://chinanews.com##.tonglan_advert +http://3dmgame.com##.tonglona_1 +http://3dmgame.com##.tonglona_2 +http://3dmgame.com##.tonglona_3 +http://3dmgame.com##.tonglona_4 +http://fuliba.net##.tool_news1 +http://loldk.com##.tools-recommend +http://meizhou.com##.top + .w1000 +http://2345.com,hao774.com##.top > .fred +http://midifan.com##.top-aaa +http://10jqka.com.cn##.top-ad-box +http://baidu.com##.top-ad-cont +http://ziyuanba.com##.top-ad-img +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://99danji.com,eeyy.com##.top-bg +http://163.com##.top-gg-area +http://taihainet.com##.top-info +http://2345.com##.top-lvy +http://eelly.com##.top-picture +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 +http://52wubi.com##.top960 +http://ktkkt.com##.top980 +http://ktkkt.com##.top980a +http://ifeng.com,nen.com.cn,sina.com,sina.com.tw,weibo.com##.topAd +http://ifeng.com##.topAdBox +http://ltaaa.com##.topAds2 +http://sxclub.net##.topAdv +http://baidu.com,cntour2.com##.topBanner +http://howbuy.com##.topBigAd +http://timedg.com##.topCrossAd +http://hupu.com##.topPub +http://afzhan.com##.topRightAdv +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,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://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,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://srzc.com##.topgg +http://srzc.com##.topgg1 +http://bilibili.com##.topic-preview > li > a[href^="http"]:not([href*=".bilibili."]) +http://makaidong.com##.topimg +http://hy5.com.cn##.toplogoad +http://163.com##.topnews_ad +http://hy5.com.cn##.toppicad +http://1fzw.com##.tops +http://meizhou.cn##.toptonglan +http://hy5.com.cn##.toptxtad +http://jurong.cn,ld0766.com##.totalad +http://wapwenku.baidu.com,wk.baidu.com##.tout +http://demaxiya.com##.tp_box +http://suopao.org##.tr3.t_one[onmouseout] +http://ifeng.com##.trade +http://chinabidding.com.cn##.train +http://dict.baidu.com##.tran-download-ad +http://fanyi.baidu.com##.trans-side-ad-wrap +http://tw.yahoo.com##.travelads +http://hao123.com##.treasure-game +http://hao123.com##.treasure-item +http://megatime.com.tw,pchome.com.tw##.tripplead +http://ts.cn##.tsggding +http://23pili.com,52pili.com,7060.la,bimibimi.tv##.tuiguang +http://m.hao123.com##.tuizhan +http://meizhou.cn##.tuwengg +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://kkpan.com,qqtn.com##.u-gs-btn +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://hackhome.com##.ul_ad +http://131458.com##.ulfooter_top +http://autohome.com.cn##.union-ad-placeholder +http://rijutv.com##.union-list-item +http://baidu.com##.union-tg +http://baidu.com##.v-s-tuiguang-wrap +http://0598yu.com##.v1100_ad +http://ifeng.com##.vAdImg +http://ifeng.com##.vAdbox +http://ifeng.com##.v_adbox +http://2345.com##.v_picConBox.height214 +http://tzfile.com##.vad +http://bejson.com##.validateButtons.clear a +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 +http://ck101.com##.videoADImg +http://ck101.com##.videoFocus +http://yinyuetai.com##.video_abl +http://yinyuetai.com##.video_abr +http://aipai.com##.video_gg +http://7junshi.com##.videoads +http://mydigit.cn##.view-hover[channelid="aitao"] +http://mydigit.cn##.view-hover[channelid="smzdm"] +http://263y.com##.view_abc +http://lahoo.ca##.view_page_ads +http://muchong.com##.viewad +http://ck101.com##.viewthread-leftfloatbox +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 +http://pc841.com##.w1050 +http://516qq.cn##.w1100 +http://meili.cn,pc841.com,ting56.com##.w300 +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.wanle_tab_tip +http://baidu.com##.wapAd +http://hoteastday.com##.watermarh_ul +http://10jqka.com.cn##.wbanner +http://codeforge.cn##.webnotice-right +http://pconline.com.cn##.website_recommend_banner +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 +http://baidu.com##.wgt-bottom-union +http://muzhi.baidu.com##.wgt-container +http://baidu.com##.wgt-union +http://whnews.cn##.whnews_a_dv +http://cnfol.com##.wid325AdBox +http://cnfol.com##.wid390AdBox +http://cnfol.com##.wid595AdBox +http://cnfol.com##.wid600Ad +http://cbmay.com##.widget +http://hao123.com##.widget-hlbar > span +http://hao123.com##.widget-topbanner +http://didispace.com##.widget-wrap > p[style="text-align: left;padding-bottom: 20px;line-height: 30px;"] +http://97hj.net##.widget-zfb +http://web20share.com##.widget:nth-of-type(5) +http://doubibackup.com##.widgetRoller +http://iplaysoft.com##.widget[style] +http://fulibl.com##.widget_banner +http://hackhw.com##.widget_content_b +http://landiannews.com##.widget_custom_html +http://fuliba.net##.widget_custom_html:first-child +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,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://aeink.com##.widget_ui_textads +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://tzfile.com##.wp-image-2738 +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://start.firefoxchina.cn##.wrap > div[style]:last-child +http://99a21.com##.wrap-head-spots +http://paipai.fm##.wrapbg +http://5yfz.com##.wrapper > p +http://iviewui.com##.wrapper-aside +http://image.baidu.com##.wrapper_dot_box.dot_black +http://wallstreetcn.com##.wscn-ad +http://wallstreetcn.com##.wscn-page-ad +http://wenku.baidu.com##.wubai-wrap +http://52pk.com##.wxbox +http://taoguba.com.cn##.wz_ad +http://sohu.com##.x-adv-band-panel +http://sohu.com##.x-adv-flogo-panel +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://xinhuanet.com##.xhdf_moreAdv +http://tj.xinhuanet.com##.xhdf_num1_col3 +http://xinhuanet.com##.xhdf_row_adv +http://bkill.com##.xiangguan-ad +http://12580sky.com##.xiaogao +http://12580sky.com##.xiaogao2 +http://cr173.com,jisuxz.com##.xiazaiqi +http://vdianying.cc##.xintheme-ad +http://hgitv.com##.xinwen_right_gg01 +http://xilu.com##.xlad +http://xilu.com##.xladAdvList +http://xilinjie.com##.xlj-sponsors +http://muchong.com##.xmc_green + a[href^="creditshow."] +http://muchong.com##.xmc_viewthread_ad +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://ddooo.com##.xzgsa +http://05sun.com,xitongtiandi.net##.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] +http://zol.com##.youxuan-shop +http://uuu9.com##.yoyofc +http://ysxs8.com##.ysxs8_w960_1 +http://52ghai.com##.yttl_x_g +http://geilwx.com##.yueduads +http://xiadele.com##.yun-advertisement +http://cnlmjx.com##.yw_ad +http://fx168.com##.yy_guangao +http://ifeng.com##.yy_right_bottom +http://ali213.net##.zadmainholder +http://qizuang.com##.zb_footer_box1 +http://qizuang.com##.zb_footer_box_little +http://qixingquan.com##.zdm +http://mogewu.com##.zfb_icon +http://sina.com.cn##.zhitou-wrap +http://wenku.baidu.com##.zhixin-ads +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 +http://zuanke8.com##.zuanpw +http://meili.cn##.zw_300_ad +http://19lou.com##.zx-link +http://17house.com##.zx_xrhb +http://12580sky.com#?#li[class]:-abp-has(> .mark > h3 > a:-abp-contains(/广告|推荐/)) +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://020job.com##A[href^="/Click.aspx?AdPageID="] +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 +http://sina.com.cn##[data-info^="ad_"] +http://sina.cn##[data-videojc*="://sax"] +http://sina.cn##[href*="://sax"] +http://39.net##[id^="ac_im"] +http://jjwxc.net##[id^="adp_"] +http://ghoffice.com,ksbbs.com,kshot.com##[id^="ads_"] +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://32r.com##[onclick*="@"] +http://zhangxinxu.com##[onclick*="Ad"] +http://42xz.com##[onclick*="godownload"] +http://ddooo.com##[onclick*="soft.ddooo."] +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://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://caibaojian.com##a[data-href*="aliyun"] +http://oschina.net##a[data-traceid$="_ad"] +http://oschina.net##a[data-traceid*="_detail_above_text_link_"] +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://quanmin.tv##a[href*=".2144.cn/"] +http://backchina.com##a[href*=".21usdeal.com"] +http://cnzol.com##a[href*=".91comics.com/"] +http://163.com,bilibili.com,longzhu.com##a[href*=".admaster."] +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://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://chinanews.com##a[href*=".jiuxianfeng.com"] +http://tiexue.net##a[href*=".junp"] +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://mumujita.com##a[href*=".makeding.com/"] +http://sina.cn##a[href*=".maozhuar.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://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,ilxdh.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://xitek.com##a[href*="/adclick"] +http://cangku.in,cangku.moe,galacg.me##a[href*="/game"] +http://ccav1.com##a[href*="/go"] +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://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##a[href*="aliyun"] +http://kanqiuba.net##a[href*="bet"] +http://r3sub.com##a[href*="bit.ly"] +http://qixin.com##a[href*="cc.co/"] +http://cnbeta.com,itboth.com,itkeyword.com,ruyo.net##a[href*="cloud.tencent."] +http://zhaozhaoqu.com##a[href*="czvv.com"] +http://china.com.cn##a[href*="dwz.cn"] +http://jiyingw.net##a[href*="fulibus.me"] +http://tiexue.net##a[href*="game.tiexue."] +http://i-part.com.tw##a[href*="goo.gl%2FW9SXr1&"] +http://jinti.com##a[href*="immobel.com"] +http://v.sogou.com##a[href*="iwan.sogou.com/"] +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://jinti.com##a[href*="tempurchina.com"] +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://jiyingw.net##a[href*="zhidmai.com"] +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"] +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://5izyw.com##a[href="http://61.160.236.52"] +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://xinmin.cn##a[href="http://sbiz.xinmin.cn/new/"] +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://playtv.com.cn##a[href="http://www.sdhanrui.cn/"] +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://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://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://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."] +http://m.nownews.com##a[href^="http://ad1.nownews.com"] +http://wenxuecity.com##a[href^="http://bbs.wenxuecity.com/bbs/advpost/"] +http://big5.china.com.cn##a[href^="http://big5.china.com.cn/gate/big5/"]:not([href*="/science."]) +http://chinaz.com,cnbeta.com,oschina.net##a[href^="http://click.aliyun.com/"] +http://52che.com##a[href^="http://count.52che.com/goto.html?"] +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://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?"] +http://wangqianfang.cn##a[href^="http://mai.qnfuli.com/"] +http://muchong.com##a[href^="http://muchong.com/bbs/a"] > img +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://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##a[href^="http://www.6.cn/coop/"] +http://v.baidu.com##a[href^="http://www.602.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://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://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://tzfile.com##a[href^="https://d.oo14.com/"] +http://3dmgame.com##a[href^="https://down.hyds360.com/"] > div[style] +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##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://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."] +http://5118.com##a[id][href^="http"]:not([href*=".5118.com"]) > img +http://mse.360.cn##a[id^="banner"] +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://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://fixdown.com##a[onclick^="count_down"] +http://52pk.com##a[onclick^="ga"] +http://edc1014070.pixnet.net##a[onmouseover*="_openBrWindow"] +http://pixnet.net##a[onmouseover*="_openBrWindow('https://goo.gl/"] +http://house365.com##a[style*="1200px;"] +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,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://pixiv.net##a[target="premium_noads"] +http://youz4.com##a[title*="广告"] +http://creaders.net##a[title^="www.136888.com/"] +http://duba.com##a[w="topad"] +http://ainuody.com#?#.post:-abp-has(> .article > .entry_post > P:-abp-contains(淘宝)) +http://amazon.cn#?#.s-result-item:-abp-has(> .s-item-container > h5 .s-sponsored-info-icon) +http://idanmu.at##aside > div[class="widget "] +http://xinshouzhanzhang.com##aside[id^="text-"] +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://hdwan.net##body > div[style] +http://wendu.cn##body > div[style^="width:1000px;"] +http://18h.avmimi.com##body > p[align="center"]:first-child +http://ahtv.cn##body > table[style^="text-align:center; width:960px;"] +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*=".greatroma.com"]) +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://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"] +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://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://silver.org.cn##div[class*="_gg"] +http://vpser.net##div[class*="_textlink"] +http://2345.com,hao774.com##div[class*="act-navspec"] +http://2345.com##div[class*="act-open"] > :not(.close):not([class*="mask"]) +http://hupu.com##div[class*="ad200-200"] +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,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;"] +http://chengdu.cn,oeeee.com##div[class^="ad-"] +http://yesky.com##div[class^="ad1"] +http://yesky.com##div[class^="ad2"] +http://yesky.com##div[class^="ad3"] +http://yesky.com##div[class^="ad6"] +http://yesky.com##div[class^="ad7"] +http://yesky.com##div[class^="ad9"] +http://ifeng.com##div[class^="adList"] +http://16668.biz,16668.cc,16668.com,16668.info,16668.net,16668.org,16668tu.com,alibuybuy.com,chewen.com,faloo.com,newhua.com,ph66.com,tv.cntv.cn##div[class^="ad_"] +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://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##div[class^="adw"] +http://kumi.cn##div[class^="adz"] +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://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"] +http://loveshang.com##div[class^="float-ad-"] +http://fx678.com##div[class^="fx_fa_"] +http://idanmu.at##div[class^="g "] +http://jjckb.cn##div[class^="g"] > a:first-child:last-child +http://hqew.com##div[class^="g-ad-"] +http://ifeng.com##div[class^="games_ad_"] +http://163.com,csai.cn,miercn.com##div[class^="gg"] +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://jzhome.cn##div[class^="main_gg"] +http://ifeng.com##div[class^="middleAd"] +http://nba.hupu.com##div[class^="nba-ad"] +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://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://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] +http://yahoo.com##div[data-ad-feedback-beacon] +http://baidu.com##div[data-ad] +http://sina.cn##div[data-adid] +http://cqmmgo.com##div[data-id*="_adv_"] +http://m.cnbeta.com##div[data-role="content"] > div[style^="text-align:"] +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"] +http://dmhy.org##div[id$="_ad"] +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://lalilali.com##div[id*="_"] +http://feiwan.net,kcili.com##div[id*="_"][style] +http://moneyweekly.com.tw##div[id*="_ScupioHomeAD"] +http://sm.cn##div[id*="_Shopping_Etao_"] +http://8684.cn,8684.com##div[id*="adid"] +http://e23.cn##div[id*="adv"] +http://v.baidu.com,v.duba.com##div[id*="categoryPageColumn"] +http://jinti.com##div[id*="gg"] +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"] +http://hc360.com##div[id^="Adv"] +http://tiexue.net##div[id^="Baidu_"] +http://www.zol.com.cn##div[id^="Bar"] +http://airav.cc##div[id^="Billing"] +http://16668.biz,16668.cc,16668.com,16668.info,16668.net,16668.org,16668tu.com##div[id^="Div"] +http://ganji.com##div[id^="GcnADId"] +http://tigtag.com##div[id^="Home942x70_"] +http://2345.com,hao774.com##div[id^="J_Topic"] +http://jin10.com##div[id^="J_wdgg_"] +http://tzfdc.com.cn##div[id^="LMT_"] +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://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,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_"] +http://cheshi.com##div[id^="ad_pos_"] +http://tgfcer.com##div[id^="ad_thread"] +http://yam.com##div[id^="adgshp"] +http://weather.com.cn##div[id^="adpos"] +http://cbmland.com##div[id^="ads_"] +http://actoys.net,hualongxiang.com##div[id^="ads_d_"] +http://eyuyan.com##div[id^="ads_r_"] +http://xiancn.com##div[id^="adv"] +http://v.baidu.com##div[id^="adv_asp_"] +http://ali213.net##div[id^="ali-ad-js-"] +http://qbiao.com##div[id^="aup"] +http://qianzhan.com##div[id^="baidu_ad_"] +http://shm.com.cn##div[id^="baidu_clb_slot_"] +http://ncnews.com.cn##div[id^="ban"] +http://recruit.com.hk##div[id^="banner"] +http://2345.com##div[id^="bd-search-ad"] +http://yaolan.com##div[id^="bot_ad"] +http://sinolub.com##div[id^="bs_"] +http://chajiaotong.com##div[id^="cjtad_"] +http://kankan.com##div[id^="cm"].banner +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##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"] +http://fx110.com##div[id^="ghz"] +http://so.com##div[id^="guang-"] +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://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_"] +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"] +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://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_"] +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://m.mydrivers.com##div[style$="px 0px 0px 0px;text-align:center;"] +http://avonline.org##div[style$="width:570px;margin-left:50px;"] +http://mydrivers.com##div[style*="/ad/"] +http://ilxdh.com##div[style*="1000px"] +http://25xz.com##div[style*="1002px;"] +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://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://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##div[style*="width:336px;height:280px;"] +http://iplaysoft.com##div[style*="width:6"][style*="height:1"] +http://lawtv.com.cn##div[style=" width:664px; height:260px; margin-top:10px;"] +http://nowscore.com##div[style="background-color:#F0F0F0;line-height:25px;height:25px;text-align:center"] +http://jiangjunzy.com##div[style="background: #fff;padding:5px;"] +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"] +http://sinolub.com##div[style="float:left; padding-right:20px;"] +http://mtrend.cn##div[style="float:left; width:100%; margin-bottom:25px; text-align:center;"] +http://gamefy.cn,sitv.com.cn##div[style="float:left; width:220px; padding-top:15px;"] +http://shuhaige.com##div[style="float:left;width:300px;height:300px;margin:10px;border:1px dashed blue;"] +http://sinoca.com##div[style="float:right;height:280px;width:336px;clear:left;background:#FFF;margin:15px 15px 15px 15px;"] +http://qixingquan.com##div[style="float:right;margin-bottom:6px;"] +http://ckdzb.com##div[style="float:right;margin:10px 10px;clear:right;height:310px;width:336px;"] +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://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;"] +http://bbs.my0511.com##div[style="margin-left:auto;margin-right:auto;text-align:center;margin-top:5px;"] +http://yn-dove.cn##div[style="margin-top: 10px; padding: 10px; "] +http://108.62.192.122,23.81.209.214,plus28.com##div[style="margin: auto;width: 960px;margin-bottom: 10px;"] +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://hsex.men##div[style="margin:0 auto 10px;width:900px;height:250px"] +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://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://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://win007.com##div[style="padding:6px 0; width:950px; height:45px"] +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://buzzhand.com##div[style="text-align:left;margin-top:0px;height:600px;"] +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;"] +http://0573ren.com##div[style="width:1000px; margin:10px auto; background:#F8F8F8"] +http://jq-school.com##div[style="width:1060px; height:auto; margin:0 auto;overflow:hidden;"] +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://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://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;"] +http://stnn.cc##div[style="width:960px;height:90px;float:left;"] +http://gfan.com##div[style="width:960px;height:90px;margin-top:10px;"] +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://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://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://buscodepto.com##div[style^="position: fixed;"] +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;"] +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://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:"] +http://mydrivers.com##div[style^="width:728px; height:90px;"] +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://ebay.com#?#li.s-item:-abp-has(span[role="text"]>span:-abp-contains(助)) +http://bbs.my0511.com##embed[width="970"][height="70"] +http://cnbeta.com##h2 > a[href^="https://active.greatroma.com"] +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://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://jspoo.com##img[id^="float_img_"] +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://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"] +http://uschinapress.com##img[width="290"] +http://5eplay.com##img[width="290"][height="360"] +http://2chcn.com##img[width="300"] +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,yxzp.net##img[width="770"] +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 +http://bitauto.com##ins[type="ad_play"] +http://iqshv.com#?#.post-list-item:-abp-has(.thumb-link[href^="http"]:not([href*=".iqshv."])) +http://ithome.com#?#.placeholder:-abp-has(> a > .plc-con > .plc-footer > .tip-gray) +http://ithome.com#?#li:-abp-has(>.block a[href*="/lapin."]) +http://jianshu.com#?#div[id]:-abp-has(> .ad-badge) +http://jin10.com#?#.jin-timeline:-abp-has(.jin-tag) +http://kmzy6.com#?#a:-abp-has(> .xcybk-adfg) +http://lenovo.com.cn#?#a:-abp-has(>div>p:-abp-contains(广告)) +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://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://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://ruanyifeng.com#?#.asset-content > p:-abp-contains(培训) +http://ruanyifeng.com#?#.asset-content > p:-abp-contains(培训) + p > img +http://samsung.com#?#.template-item:-abp-has(> .wrap-sub-title > div > .ad) +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://tukergo.com##section[class^="ch"] +http://vs.cm##section[id^="ad_"] +http://r3sub.com##source + img +http://bbs.my0511.com##span.smalltxt +http://163.com##span[class^="gg"] +http://gamebase.com.tw##span[id^="aid_"] +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://power.baidu.com,zhidao.baidu.com##style[id^="s-m"] + div[id^="m"] +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"] +http://bbs.fobshanghai.com##table[cellpadding="4"][style="background: #D6E0EF"] +http://jpfans.com,jpseek.com##table[cellspacing="1"][cellpadding="6"] +http://news.lyd.com.cn##table[cellspacing="5"]:nth-child(3) +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"] +http://bbs-tw.com##table[ondragstart="window.event.returnValue=false"] +http://zhuji.net##table[style="border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; "] ~ table +http://52life.cc##table[style="margin-top:0"] +http://5yfz.com##table[style="width:100%;text-align:center;font-weight:700;"] +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"] +http://mitbbs.ca,mitbbs.com##table[width="336"][height="280"] +http://nick20.com##table[width="702"][bgcolor="#D1DDAA"] +http://cartonmad.com,cartoomad.com##table[width="728"][height="110"] +http://cartoonmad.com##table[width="737"] > tbody > tr > td[valign="top"][height="100"] +http://cartomad.com,cartoonmad.com##table[width="737"] > tbody > tr > td[valign="top"][height="118"] +http://pt80.net##table[width="760px"] +http://5156edu.com##table[width="770"][bordercolordark="#FFFFFF"] +http://cartoonmad.com##table[width="877"] > tbody > tr > td > a[href^="https://fun8.us/"] +http://6park.com##table[width="89%"][height="60"] +http://cartoonmad.com##table[width="890"] > tbody > tr > td > table[height="110"] +http://mitbbs.ca,mitbbs.com##table[width="915"] > tbody > tr:first-child > td[width] +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://fpdisplay.com##table[width="960"][height="110"] +http://gpcxw.com##table[width="960"][height="90"] +http://you85.cn##table[width="980"] +http://yxfdc.com##table[width="980"] > tbody > tr > td[height="70"] +http://zuanke8.com##tbody[id^="normalthread_"] + tbody > tr > td[colspan="5"] +http://51credit.com,ck101.com,hkepc.com##tbody[id^="normalthread_"] + tbody:not([id]) +http://xici.net##td.doc_sign +http://cartomad.com,cartonmad.com,cartoonmad.com,comicnad.com,conicsmad.com##td[align="center"][height="102"] +http://sinoca.com##td[align="center"][height="90"] +http://90bifen.com##td[bgcolor="#FFFEE0"][height="22"] +http://win007.com##td[height="18"][bgcolor="#FFFFE8"] +http://tianshui.com.cn##td[height="420"] +http://win007.com##td[id^="Ad"] +http://ningmengtiyu.com,ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] +http://tvboxnow.com##td[style="width:15%;height:100%;"] +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"] +http://sdzbcg.com##td[width="297"] img +http://mp4ba.la##td[width="300"][height="300"] +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://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://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://zdfans.com##ul[id^="gaosuxiazai"] +http://firefoxchina.cn##ul[track-key="adv_links"] +http://x6d.com#?#li:-abp-has(>.myad) +http://xbyuan.com#?#li:-abp-has(>.myad) +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://the-sun.on.cc#@##ContentAd1 +http://hubei.gov.cn#@##ad-side +http://abbao.cn#@##adContent +http://gohome.com.hk,idv.st#@##adFrame +http://wangnba.com#@##adSet +http://two.game.tw#@##ad_02 +http://fx678.com#@##ad_8 +http://dpp.org.tw,shuaijiao.com#@##ad_big +http://zhibo8.cc#@##ad_box +http://chanet.com.cn#@##ad_content +http://dpp.org.tw#@##ad_small +http://timesdata.com#@##adbody +http://tt1069.com#@##adbrite +http://abbao.cn,tt1069.com,xietui.com#@##adcontent +http://nfmovies.com#@##adleft +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://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#@##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 +http://buy.ccb.com#@##top_ad +http://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://hahamx.cn#@#.ad-1 +http://mobile01.com#@#.ad-a +http://diantai.ifeng.com#@#.ad-b +http://pptstore.net#@#.ad-big +http://baidu.com,comefromchina.com#@#.ad-block +http://pdflibr.com#@#.ad-center +http://liumingye.cn#@#.ad-column +http://digitalocean.com#@#.ad-content +http://pixiv.net#@#.ad-footer +http://juxiangyou.com,senao.com.tw#@#.ad-img +http://ntm.gov.tw#@#.ad-left +http://polyapt.com#@#.ad-one +http://pipi.cn#@#.ad-root +http://da-fan-shu.cn#@#.ad-s +http://beanfun.com#@#.ad-slider +http://senao.com.tw#@#.ad-wrap +http://mucanwenxue.com#@#.ad250 +http://apk.tw#@#.ad300 +http://2ujj.com#@#.ad350 +http://012.tw#@#.ad728 +http://520tingshu.com,ting35.com#@#.ad960 +http://cw.com.tw#@#.adActive +http://czbj.js.cn#@#.adArea +http://macwk.com,poedb.tw#@#.adBanner +http://cmbc.com.cn#@#.adBox +http://bbs-mychat.com#@#.adContent +http://icbc.com.cn#@#.adLeft +http://189.cn#@#.adLink +http://icbc.com.cn#@#.adRight +http://10jqka.com.cn,faxingw.cn,gdmm.com#@#.ad_1 +http://dnwx.com#@#.ad_250 +http://psahz.com#@#.ad_960 +http://workercn.cn#@#.ad_content +http://mx-fm.com,ts.21cn.com#@#.ad_img +http://yxdown.com#@#.ad_l +http://workercn.cn#@#.ad_main +http://fxedu.com.cn#@#.ad_r +http://howbuy.com#@#.ad_wrapper +http://hibox.hinet.net#@#.adarea +http://en8848.com.cn#@#.adcenter +http://china.com#@#.adclass +http://qqread.com#@#.adcont +http://51cto.com#@#.addarea +http://ggdoc.com.cn#@#.addiv +http://189.cn#@#.adlink +http://poba.com.tw,poba.hk#@#.adlist +http://weather.com.cn,wed114.cn#@#.adpic +http://ltn.com.tw#@#.adright +http://money18.on.cc#@#.ads-bg +http://gsxt.gov.cn#@#.ads-right +http://159i.com,techroomage.com,zhaopin.com#@#.adsBox +http://liumingye.cn#@#.adsTest +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 +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,pron777.com#@#.afs_ads +http://epubit.com#@#.article_share +http://dingdong.ganji.com#@#.banner +http://10.10.5.12#@#.banner_ad +http://ishangman.com#@#.bottom_ad +http://douban.com#@#.download-ad +http://typecho.wiki#@#.downloadad +http://petrochina.com.cn#@#.ggbox +http://bbt.tv,btbt.tv#@#.google-ad +http://apk.tw#@#.google_ad +http://adbug.cn#@#.google_ads +http://mobile01.com#@#.googlead +http://wangzheli.com#@#.headad +http://popo.tw#@#.header_ad +http://hbee.edu.cn#@#.headerad +http://i-pass.com.tw#@#.homead +http://vmall.com#@#.iframeAd +http://sohu.com#@#.label-ad +http://jsbooks.com.cn#@#.left-ads +http://36.cn#@#.mainAd +http://fsjoy.com#@#.main_adv +http://gdrc.com#@#.midAd +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 +http://chinatimes.com#@#.page_ad +http://fjsen.com,nuomi.com#@#.right-ad +http://perfectmatch.tw#@#.right_ad +http://360-bo.com#@#.rightad +http://zdface.com#@#.top-ad +http://bee.coupons,blogspot.com,blogspot.hk,blogspot.jp,blogspot.tw,comic.tw,jasonblog.tw#@#.vertical-ads +http://i-cable.com#@#.video_ad +http://bitauto.com,yinyuetai.com#@#a[href^="http://ad.doubleclick.net/"] +http://brandsales.58.com#@#div[id^="ad_"] +http://gohome.com.hk#@#div[id^="div-gpt-ad"] +http://17ce.com###kr_wrap +http://17ce.com###lr_block +http://17ce.com###lr_rows +http://17ce.com###or_banner +http://17ce.com###or_block +http://17ce.com###pr_wrap +http://17ce.com###r_share +http://17ce.com###s_rows +http://17ce.com#?#:-abp-has(>.add_img) +http://17ce.com#?#div:-abp-has(>div>ul>li>a:-abp-contains(/服|高/)) +http://17ce.com##[style*="important"] +http://17ce.com##a[href^="http"]:not([href*="17ce.com"]) img +http://17ce.com##tr[id^="tr"] > td > a[href^="http"] +http://7255.com###J_search_bd > div:last-child +http://7255.com###right > div:first-child +http://7255.com##.act-search-tab +http://7255.com##.chc-dzoem +http://7255.com##.mod-txtred +http://7255.com##.mzdh_bottom +http://7255.com##div[id^="J_Topic"] +http://58.com###rightRetui +http://58.com##.S_table_ding_box +http://58.com##.topinfos +http://58.com##.zhiding-border +http://58.com#?#.ac_item:-abp-has(.jingpin) +http://58.com#?#.business_main:-abp-has(> .business_desc > .left > .ding_icon) +http://58.com#?#.zzinfo:-abp-has(.zhiding_icon) +http://58.com#?#LI[sortid]:-abp-has(.icon-jingxuan) +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://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"] +http://ipv6.baidu.com,xueshu.baidu.com,www.baidu.com,www1.baidu.com#?#.c-container:-abp-has(.t > a[data-landurl]) +http://ipv6.baidu.com,xueshu.baidu.com,www.baidu.com,www1.baidu.com#?#div:not([id]) > style[id^="s-"] + style + div + div[id] +http://ipv6.baidu.com,xueshu.baidu.com,www.baidu.com,www1.baidu.com#?#div:not([id]) > style[id^="s-"] + style + div[id] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > [id*="00"] > div +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > [id*="00"] > tbody +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > [id*="00"] > ul +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [class] > a[href*="//e.baidu.com/?refer="] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [id*="00"]:not(.result):not(.result-op) > div +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [id*="00"]:not(.result):not(.result-op) > tbody +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > [id*="00"]:not(.result):not(.result-op) > ul +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > div:not([id]) > div[id][data-rendered="true"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > div[class][style]:not([id]) +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###content_left > div[id*="00"]:not(.result):not(.result-op) + div[class]:not(.result):not(.result-op) +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 +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###ecl-temai-general +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###ecl-weigou-view-container +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###lm +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###op_wiseapp +http://ipv6.baidu.com,m.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com###results > div[class]:not(.result):not(.result-op):not(.sp-rslt-bar):not(.s-group-result) +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.EC_newppim +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ec_bdtg +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-car-powerful-container +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-health-pagelist-wrapper +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-health-poplist-wrapper +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-loan-list-card +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-tg-content +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-wealth-list-card-container +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecl-weigou-nav-buy +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ecom-result +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.op_tvplay_main +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.opr-xmas-game-container +http://baidu.com##.opr-zhaopin-ad-ctn +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.res_top_banner +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.result-op[data-click*="\"rsv_srcid\":\"10090\""] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.result-op[tpl="right_chris_prize_list"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.result-op[tpl="right_timeliness2"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.tools > .shouji +http://baidu.com##.wa-zp-exact-new-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##.ylbx_game_desc +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div:not([id]) > style[id^="s-"] + div[id] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div:not([id]) > style[id^="s-"] + style + div + div[id] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div:not([id]) > style[id^="s-"] + style + div[id] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="EC_pla_"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="ecl"][class*="game"] > .c-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="ecl-edu-"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[class^="ecr"][class*="game"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[data-click="\7b \"rsv_srcid\":49516\7d "] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[id$="2"] ~ #\31 [data-click^="\7b \"rsv_bdr\":\"0\",\"p5\":"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[id$="_canvas"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[id^="ecl-pc-game-"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[srcid="13602"] > .c-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl="app_normal"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl="b2b_straight"] > .c-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl="houses_new"] > .c-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="ecl_health"] > .c-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="job"] > .c-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="qunar_hotel"] > .c-border +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="right_qunar_hotel"] +http://ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com##div[tpl^="soft"] > .c-border +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,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://fuliba.net,uliba.net###focusslide +http://fuliba.net,uliba.net##.widget_custom_html:nth-child(2) +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://googleads.g.doubleclick.net###mys-wrapper +http://xhtml?%22+$script,third-party +http://52biquge.com##[onclick*="app"] +http://52biquge.com##a[href^="http://html.350.com/"] +http://bixia.org##dd[style*="bottom:"] +http://duanwenxue.com##.qgzdwx +http://jx.la##div[onclick*="apk"] +http://xuehongxs.com##DIV[id^="cs_DIV_cscpvrich"] +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 +http://rvlev.com,t66y.com#?#.tpc_content:-abp-has(>b:nth-child(n+40)>span>a[onmouseover="this.style.background='#DEF5CD';"]:-abp-contains(91TV)) > :nth-child(-n+45) +http://rvlev.com,t66y.com#?#.tpc_content:-abp-has(>b:nth-child(n+50)>span>a[onmouseover="this.style.background='#DEF5CD';"]:-abp-contains(91TV)) > :nth-child(-n+55) +http://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+150):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+155) +http://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+160):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+170) +http://rvlev.com,t66y.com#?#[class]:-abp-has(>a[onmouseover="this.style.background='#DEF5CD';"]:nth-child(n+180):-abp-contains(/赌|娱|澳/)) > :nth-child(-n+188) +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://thzk.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +http://thzk.cc##style + div[style="margin-bottom:5px"] +http://webkaka.com###div_bottomad_m +http://webkaka.com###tdmd +http://webkaka.com##.pNavigateAd +http://webkaka.com##.pTopTextAd +http://webkaka.com##.ucontent[style="padding-top:3px;padding-bottom:8px;"] +http://webkaka.com##[onclick^="url_ajax"] +http://webkaka.com##a[href*=".simcentric."] +http://webkaka.com##a[href*="/click/a_d_"] +http://webkaka.com##td[id$="_SPONSOR"] +http://webkaka.com##td[id*="Mid"] +http://webkaka.com#?#:-abp-has(>[href*="100/"]) +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://zhangxinxu.com##a[href*=".mawen."] +http://zhangxinxu.com##a[href*=".url.cn/"] +http://zhangxinxu.com##a[href^="http://dwz.date/"] +http://zhangxinxu.com##style[id] + a[class] +http://zol.com.cn##.down-dxlt +http://zol.com.cn##.xiazai-top-box +http://zol.com.cn##.xiazaia-topa-box +http://zol.com.cn##a[class*="member-button"] +http://zol.com.cn##a[href*="downloader_main"] +http://zol.com.cn##div[class*="-top-"] +http://zol.com.cn##div[class^="top-box-xiazai"] +http://zol.com.cn##span[class*="-dxlt"] +http://zol.com.cn##span[class^="dxlt-down"] +http://zol.com.cn##span[class^="jisu-down"] +http://dota2.com.cn#@##bdshare +http://eastday.com#@##leftShare +http://gfan.com,gfan.net.cn#@##shareBox +http://sogou.com#@##shareContent +http://zdzdm.com#@##share_list +http://harrynull.tech#@##sharelist +http://freecodecamp.cn,freecodecamp.one#@#.btn-social +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://bilibili.com,douyu.com,oschina.net#@#.follow-btn +http://bilibili.com#@#.follow-wrapper +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,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://dapengjiaoyu.com##.toUnfold +http://dapengjiaoyu.com##.upload-app +http://tongzhuo100.com###gold_banner +http://coolpc.com.tw##TD[onclick="cancelBubble()"] +http://360game.360.cn##.advertising +http://360game.360.cn##[class*="banner"] +http://tobosu.com##.tbs-bottom-order +http://tobosu.com###alert_order +http://dyhjw.com##.guessEntranceOpen +http://jmw.com.cn##.coupon +http://3d66.com##.botfocus +http://jiagle.com##.bannergroup +http://zybang.com##.question-below-text +http://zybang.com##.related-question-below-text +http://baidu.com##.ts-qrcode +http://sblunwen.com###popupService +http://sblunwen.com##.c11 +http://gamersky.com##header[class^="ymw-header20"] +http://news.163.com#?#div[ne-module="/modules/slide/slide.js"]:-abp-has(.ad_hover_pic) +http://dm5.com##.index-side-code +http://qixin.com##.web-diversion-container +http://17ce.com##a[href="/site/api"] +http://hxsd.com##.left_side +http://gitee.com##.register-guide +http://gamer.com.tw##.goAPP +http://yahoo.com##div[id$="-Banner-Proxy"] +http://jiemian.com##.app-open +http://znds.com###diy_mobanbus_view_right2 +http://meijuxingqiu.com##.fixed-bottom-bar +http://3dmgame.com##A[href^="http://web.3dmgame.com/h5/game?"] +http://hanjutv.com###widget-weixin +http://ifeng.com##DIV[class^="enquiry_bottom"] +http://ifeng.com##div[class^="bottom_box"] +http://ifeng.com##div[class^="bottomSlide"] +http://jinti.com###mei +http://jinti.com##.fix-kefu +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."]) +http://m.qu.la#?#:-abp-has(> a[href*=".bcebos."]) +http://sanhao.com###reg-bar +http://lenovo.com.cn##.game-bd +http://zybang.com##.navigationBar-below-banner +http://m.07073.com##.new_heads +http://m.07073.com##.new_heads_bg +http://blog.csdn.net##SCRIPT[src^="https://csdnimg.cn/release/phoenix/vendor/linkCatcher/linkCatcher.js"] + .t0 +http://9312.net##.pop-up +http://gdmm.com##img[width="1200"] +http://ifeng.com##div[class^="qrCode"] +http://mafengwo.cn###float-pannel-gloable +http://mafengwo.cn###smartGuideFeng +http://bigbigwork.com##.pinterestbox +http://kuakao.com##.addTQBar +http://renren.com###videoAd12 +http://weather.com.cn##.tuiguang +http://douyu.com##.video-info-download +http://docer.com##.popup +http://voachinese.com##.slide-in-wg +http://gitee.com##.gitee-stars-main-widget +http://ooopic.com##.fix-newUser +http://itheima.com##.nav1 +http://thmz.com###floatdivids +http://soyoung.com###pubWideBanner +http://soyoung.com##.cash_back +http://soyoung.com##.pop_center_box +http://163.com##.redpacket-footer +http://163.com##.redpacket-subbox +http://worldve.com###fdkDiv +http://worldve.com###img +http://zybang.com###bottomBannerLink +http://ludashi.com##.div_text +http://ludashi.com##.div_mask +http://7k7k.com##.page-right-side-btns-img-link +http://ttmeiju.me##DIV[style="float:left;margin-bottom:27px;margin-top:27px;"] +http://4399.com###ads1_1 +http://xitonghe.com##.sidebar-wx +http://chinaacc.com##.leftBox +http://58pic.com##.activitySettings-Fixed +http://58pic.com##.activitySettings-fixedBottom +http://gdmm.com###diy3 +http://cnblogs.com###div_digg +http://cnblogs.com###xiaociguai +http://nowcoder.com###jsSideTopicList +http://mafengwo.cn###ad1 +http://mafengwo.cn###ad2 +http://eastday.com##.drain_app +http://pconline.com.cn###JnoLoginFixedBottom +http://kankanmi.com##.listnewli +http://epwk.com##.collect-info-icon +http://epwk.com##.collect-info-wrap +http://epwk.com##.head_banner +http://appledaily.com###ebBannerTopDiv + A[href^="http://bit.ly/"] +http://360kan.com###js-eb-bottomad +http://tianyancha.com###banner_web +http://vdianying.cc##div[style^="display:block !important;"] +http://aoji.cn##.xiaoxi_phone +http://gaodun.com###LRdiv1q +http://51cto.com##DIV[id^="topbanner"] +http://3d66.com###botfocus-soft +http://meijuniao.com###widget-weixin +http://meijuniao.com##.player-ad1 +http://wiseway.com.cn##.float-kefu +http://ixigua.com##.banner-section +http://jiakaobaodian.com##.com-footer-flex-panel +http://btime.com##.shop-guid +http://csdn.net##.blog_star_enter +http://ganji.com##.footer-b +http://evget.com###popelevencenter +http://sac.net.cn###ad +http://sac.net.cn###leftDiv +http://sac.net.cn###rightDiv +http://ibaotu.com##.bg-feedback +http://wantgoo.com###FixModal +http://csdn.net##.post_recommend +http://zuowen.com##.dialogP +http://mcmod.cn###McmodDonate +http://pupudy.com##.asst-post_header +http://pupudy.com##.sidebar +http://douyu.com###js-room-activity +http://gdmm.com##a[href="http://www.gdmm.com/appdown/"] +http://kingkong.com.tw##.public-activity +http://kingkong.com.tw##.room-banner-wrap +http://xhd.cn##.xinad +http://163.com##.gkk_bj_yw +http://163.com##.gkk_default_yw +http://jianshu.com###note-fixed-ad-container +http://jianshu.com###web-note-ad-1 +http://776dm.com,qiqidongman.com##.topAA +http://liepin.com##DIV[id^="nodetpl_g_"] +http://med66.com##.coach_pic +http://kekenet.com###bottomlink +http://download.csdn.net##.quake-slider +http://china.cn##.ltp_box +http://qidian.com##div[style="background: rgba(0,0,0,0.4);position: fixed;left:0;right:0;top:0;bottom:0;z-index:9999;"] +http://qidian.com##div[style^="width: 426px; height: 644px; background:"] +http://qidian.com##span[style^="display: inline-block;width: 150px; height: 291px;"] +http://zhufaner.com###dist_footer +http://zhufaner.com##.book +http://91wenmi.com###xiezuo +http://91wenmi.com###xzsp +http://91wenmi.com##a[href^="http://www.91wenmi.com/xiezuo/"] +http://med66.com##.banner +http://9game.cn###btInfo +http://ld0766.com###diy4 +http://tw.yahoo.com###tabTemplate +http://aliyun.com###yq-a-r-bottom +http://aliyun.com##.yq-ads-blog +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://zglww.net##.tool +http://zhongyiju360.com###bottom-float +http://zhongyiju360.com###bottom-float2 +http://dianping.com##.QQlink +http://dianping.com##.bao-jia-form +http://dianping.com##.button_bao-jia +http://dianping.com##.layer-container[data-view-bid="b_njcmobox"] +http://dianping.com##.weixin1 +http://smzdm.com##.foot-banner +http://itheima.com##.tanchang +http://house365.com###AD-coup-left +http://cheaa.com###AD002 +http://cheaa.com###ADText +http://bing.com###BottomAppPro +http://ck365.cn###Dmids +http://baidu.dj###ETE +http://setn.com###FBAnchor +http://alipay.com###J-cooperant-banner +http://letv.com###JS_banner01 +http://letv.com###JS_banner02 +http://sina.com.cn###J_forAutoShow +http://pconline.com.cn###JtlBestA +http://zhiding.cn###MgBox +http://pcauto.com.cn###PcPoPmarket +http://qidian.com###QDCode_float +http://zuoye.baidu.com,zybang.com###QRinside +http://gov.cn###ZhiXuwFloatWindow +http://mmonly.cc###\32 vm_box +http://soku.com###\5f xbox_ad +http://ifeng.com###a_code +http://tianya.cn###a_qiu +http://mydrivers.com###a_showhotnews_list_dia +http://tw.yahoo.com###abu-live +http://zhidao.baidu.com###act-link-banner +http://baidu.com###activateGuidePopupOuter +http://8591.com.tw###active_enter +http://dongao.com,zgsyz.com###ad +http://fengniao.com###ad-head +http://4399.com,sxrtv.com,yundaex.com###ad1 +http://4399.com,sxrtv.com,zgsyz.com###ad2 +http://bitauto.com###advCarsumType1 +http://rrjc.com###alertBox +http://5253.com###android-qr +http://sohu.com###apkBanner +http://pconline.com.cn###app-ewm-tg +http://neihanshequ.com###appDownload +http://qidian.com###app_download_blank_show +http://zuoye.baidu.com,zybang.com###aside +http://jpwind.com###asideNav +http://bilibili.com###b_app_link +http://58.com###banjiaAD +http://3g.baidu.com,m.baidu.com,m5.baidu.com,www.baidu.com###banner_call + div[id] +http://tianya.cn###bbs_login_div +http://pcauto.com.cn###bgbao +http://bing.com###bingBrand +http://163.com###bobo +http://zhiyoo.com###body-bg +http://sogou.com###bottom_appad +http://haosou.com,so.com###bottom_ask +http://so.com###bqPromote +http://zol.com.cn###btmLoginLayer +http://golinksworld.com###btn_download +http://lvmama.com###centerDialog +http://ifeng.com###client-spread +http://ichunqiu.com###cnzz168_Login +http://ck365.cn###content_login +http://yahoo.com###crazyad_mask +http://9miao.com###deanrlc22 +http://news.baidu.com###detail-HotScrollNews-wrapper +http://zhiyoo.com###dialog1 +http://fx168.com###diaochaBg +http://fx168.com###diaochaBox +http://tw.yahoo.com###discount +http://douguo.com###dlayer +http://kongzhong.com###dn +http://btime.com###download +http://ibm.com###dw-regbar +http://xcar.com.cn###eMeng +http://udn.com###ec +http://51cto.com###edu_adver +http://58.com###erweimaAd +http://guancha.cn###ewm_app +http://baidu.com###exp-fixed-bottom +http://sina.com.cn###f_ask +http://51cto.com###f_close_box +http://news.baidu.com###favoriteTips +http://zhidiy.com###festival_float_bottom +http://ci123.com###fixed-recom +http://bilibili.com###fixed_app_download +http://yesky.com###flayer +http://7808.cn###float-chat +http://163.com###floatLayer +http://x-mol.com###floatWindow +http://qianlima.com###float_mask +http://scsjgjj.com###floatinfo +http://mayi.com###floatingLayer +http://tw.beanfun.com###flybeanfun +http://ofweek.com###flybox-db +http://miercn.com###foot_return_foot +http://xtuan.com###foot_zhaobiao_bar +http://smzdm.com###footer_layer +http://7808.cn###force-popup +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###forum_recommend +http://eastmoney.com###fp1 +http://house365.com###ft-login +http://goodcome.com.tw###fulljad +http://eastmoney.com###fundtg-fb +http://ifeng.com###g_code +http://yesky.com###gfapp1 +http://guancha.cn###goapp +http://haosou.com###haosou-banner-left +http://thepaper.cn###head_ask_app_down +http://zhiyoo.com###header_app +http://finance.sina.com.cn###hq_main_top_tgWrap +http://51zxw.net###idSlider +http://youth.cn###identifier-pannel +http://zol.com.cn###iframe_zmall +http://las.ac.cn###img +http://dditblog.com###income_div +http://pptv.com###installApp +http://gov.cn###ippad01 +http://gov.cn###ippad02 +http://gov.cn###ippad03 +http://study.163.com###j-newpeople +http://fwxgx.com###jPpo_sc +http://goodcome.com.tw###jad-float +http://goodcome.com.tw###jad-right +http://goodcome.com.tw###jad-top +http://douyu.com###js-fix-download +http://douyu.com###js-live-room-recommend +http://163.com###js_a_bobo +http://ifeng.com###js_red +http://0439.com###kanfang +http://163.com###layout-bobo +http://163.com###layout-love +http://163.com###layout-shop +http://fh21.com.cn###lbzxM +http://lvmama.com###leftDialog +http://instrument.com.cn###leftFlash +http://66rpg.com###left_overlay +http://duba.net###login_alert +http://tianya.cn###login_mask +http://zhibo8.cc###m_adv +http://zhidao.baidu.com###main-content > div[class]:first-child > a +http://house365.com###marryD +http://goodcome.com.tw,sporttery.cn###mask +http://meitu.com###meipaiFixed +http://ifeng.com###minefields_bottom +http://neihanshe.cn###mobile_client +http://stc.gov.cn###mov +http://aoshitang.com###msg_win +http://so.com###msocomBottomBanner +http://sporttery.cn###newDiv +http://baike.com###newsfix-on +http://finance.sina.com.cn###ny-link-r +http://finance.sina.com.cn###ny-link-r0 +http://autohome.com.cn###packetsWrap +http://neihanshequ.com###pageletBottomBanner +http://neihanshequ.com###pageletTopBanner +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_frs-aside\/pagelet\/hottopic +http://kaopu001.com###pokemon +http://meituan.com###pop +http://52wmb.com###popContent +http://wbiao.cn###popupImgCorner +http://acfun.cn###prompt-box +http://infoq.com###psa-note +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 +http://blog.163.com###r_mlofteriframe +http://blog.163.com###r_mlofteriframe2 +http://yy.com###rbappend +http://15w.com###rec +http://mydrivers.com###recommend +http://tv.sohu.com###referr_bd_box +http://hjenglish.com###regscrollcontainer +http://66rpg.com###right_overlay +http://eastmoney.com###rightadvert +http://pchome.net###rightbar +http://cskaoyan.com###scanWxQrCode +http://wasu.cn###scan_qrcode +http://po.baidu.com###shareBoxBlank +http://xcar.com.cn###show_car +http://hao.360.com###sidebar +http://hao123.com###slidetoolbarContainer +http://suning.com###sn-sidebar-change-code +http://haosou.com###so_feb +http://sogou.com###sogou_vr_21222401_wrap_0 +http://ifeng.com###swiper_bottom +http://msn.com###taboola-above-homepage-thumbnails +http://sina.com.cn###tg_app_w +http://17173.com###topAlert +http://blog.163.com###topbar_gachaArea +http://blog.163.com###topbar_lofterDldArea +http://blog.163.com###topbar_yxpArea +http://ifeng.com###upApp1 +http://ifeng.com###upApp2 +http://51cto.com###upopbox_bot +http://51cto.com###upopbox_mid +http://tw.yahoo.com###util-top-promotion +http://fydisk.com###vbox +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###video_aside +http://ithome.com###wapddfda21 +http://qudao.com###wechat +http://360.cn###weishi-alert +http://kekenet.com###weixinwz +http://kekenet.com###weixinwz1 +http://taoguba.com.cn###wrap_footer > div[style^="width: 957px;"] +http://ganji.com###write_resume_id +http://ifeng.com###wx +http://bendibao.com###wxbox +http://anjuke.com###xajk_down_new +http://muchong.com###xd_popbox +http://wenmi114.com###xiezuo +http://163.com###yjj_pop_wrapper +http://house365.com###youXFsmall +http://gmw.cn###ysp_gmrbAppLayer +http://1010jiajiao.com###yueyu3 +http://appchina.com###yyh-bottom +http://qyer.com###zpui-head-ad +http://3d66.com##.King_Chance_LayerCont +http://douyu.com##.PaladinPop +http://goodcome.com.tw##.Phase2_BigAdbox +http://newsmth.net##.Smthtwenty_float +http://pcgames.com.cn##.aFollowb +http://infoq.com##.ab_detect +http://auto.ifeng.com##.acquire_1 +http://apowersoft.cn##.activity-poster +http://huaban.com,zcool.com.cn##.ad +http://to8to.com##.ad-commom +http://iciba.com##.ad-sign +http://igo.cn##.adBG +http://pcauto.com.cn##.ad_onlyone +http://pixiv.net##.ads_anchor +http://medsci.cn##.adv1201 +http://2cto.com##.adv980 +http://2cto.com##.adv980box +http://8264.com##.advSection__wrapper +http://eastmoney.com##.advertisement +http://cngold.org##.ag_fwindow_ywp +http://jiankang.com##.all_eye +http://baidu.com##.app-guide +http://qidian.com##.app_download_ad +http://qidian.com##.app_download_ad02 +http://loldk.com##.appfix +http://baidu.com##.apphint +http://uisdc.com##.archive-pm-top +http://sina.com.cn##.article-bottom-tg +http://itmo.com##.aside-game-icon-box +http://to8to.com##.ask_side_opa +http://yaofangwang.com##.bad +http://fwxgx.com##.baibaoxiang +http://baidu.com##.baiduapp-ad-container +http://baike.baidu.com##.baike-dynamic-wrapper +http://51cto.com,chinaacc.com,yidianzixun.com##.banner +http://baidu.com##.banner-active +http://m.toutiao.com##.banner-top +http://pinggu.org##.banner2015 +http://55haitao.com##.bbs-bottom-popup +http://sina.com.cn##.blk_APP_JSl +http://sina.com.cn##.blk_APP_JSr +http://163.com##.bobo-area +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.bonus_forum_aside +http://tianya.cn##.book-box +http://douban.com##.bottom_ad_download +http://to8to.com##.bottom_slide_box +http://shejiben.com##.bottom_zb_box +http://sogou.com##.bottombar +http://to8to.com##.btm-float +http://ck101.com##.btn_dw_app +http://uuu9.com##.c_box +http://iciba.com##.cb-downmask +http://zuowen.com##.cj +http://hao123.com##.cjcard2017Container +http://mumayi.com##.clientBox +http://php.cn##.close_id +http://miercn.com##.color-box +http://ibaotu.com##.comVip-tg +http://baidu.com##.commentEmbed-backHomeCard +http://to8to.com##.common-tender-wrapper +http://ithome.com##.con_2 > .img_listbox +http://kaopu001.com##.coupleBannerAdv +http://rrjc.com##.coupletbox +http://yahoo.com##.crazyad +http://taoguba.com.cn##.ct_app +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 +http://youdao.com##.dict-dl +http://163.com##.doc-footer-wrapper +http://douyu.com##.double-festival-pop +http://finance.sina.com.cn##.downLink +http://caijing.com.cn##.downdiv +http://baidu.com##.download-app-parent +http://kdnet.net##.download-bar +http://wallstreetcn.com##.download-coantainer +http://km.com##.downloadApp +http://gfan.com##.downs +http://taizhou.com.cn##.duilian +http://taizhou.com.cn##.duilian2 +http://csdn.net##.edu-promotion +http://cw.com.tw##.emailorder +http://dajie.com##.envelop_layer +http://ettoday.net##.etvideo_collect_1 +http://baidu.com##.eye-catching-tpl-container +http://ifeng.com##.fhsd +http://baidu.com##.first-card-container +http://douyu.com##.firstpay-modal +http://xiushuang.com##.fix_app +http://hjenglish.com##.fix_questionnaire_btn +http://pcauto.com.cn##.fix_sinup_box +http://1010jiajiao.com##.fixed-bar +http://ye120.com##.fixed_bottom +http://1010jiajiao.com##.fixedbox2 +http://autohome.com.cn##.fixqbot +http://letv.com##.fl_app_bot_wrap +http://letv.com##.fl_app_wrap +http://ganji.com##.fl_pop +http://to8to.com##.float +http://www.163.com##.float-bar +http://gitee.com##.float-left-box +http://kaoyan.com##.floatQrcode +http://fwxgx.com##.float_ad +http://ifeng.com##.foot_top_box +http://xdf.cn##.footadv +http://m.zhanqi.tv##.footer +http://me360.com##.footer-booking-open +http://miaopai.com##.footer_banner +http://51cto.com##.footer_mask +http://nen.com.cn##.for3gagzy +http://it168.com##.fu1020_box +http://eastmoney.com##.fund-pop +http://hanjutv.com##.ggw_fr +http://55haitao.com##.global-dialog +http://1kkk.com,dm5.com##.guide +http://baixing.com##.guide-video-app +http://ifeng.com##.h_top_box +http://huke88.com##.hand-once +http://hao123.com##.hao123-search > .notice-fixed +http://jiemian.com##.header-container > div > section[style="width: 100%;"] +http://setn.com##.header-left-banner +http://setn.com##.header-right-banner-b +http://ucptt.com##.hidden-sm +http://baidu.com##.home-app-promotion +http://miercn.com##.hongbao +http://mafengwo.cn##.hotel-banner +http://huize.com##.hz-bottom-reserve-link +http://zhcw.com##.hzg60 +http://163.com##.imglist-bobo-app +http://focus.cn##.index-app-download +http://heirui.cn##.index711-mask +http://aiyuke.com##.index_app_down_ad +http://iciba.com##.info-product +http://58.com##.invokeApp +http://17173.com##.js-lol-pop +http://lofter.com##.js-promote-itm +http://pconline.com.cn##.juletao +http://163.com##.kaola-ad +http://to8to.com##.kgjr-wrap +http://zhcw.com##.khdpc +http://hjenglish.com,hujiang.com##.lamu_banner +http://yidianzixun.com##.layer-download +http://house365.com##.left_fudong_ad +http://xiaoma.com##.leftewm_topa +http://17173.com##.list-beauty +http://baixing.com##.listing-fixed-bottom-promo +http://duowan.com##.lolboxapps-qrcode +http://ltn.com.tw##.ltn_ad +http://ifeng.com##.luckybag +http://eic.org.cn##.lx-btm-box +http://163.com##.m-adv +http://hupu.com##.m-app-info +http://blog.163.com##.m-regGuideLayer.f-trans +http://163.com##.m-slider-footer +http://pclady.com.cn##.mdxyAppEnter +http://xdf.cn##.middleadv +http://ifeng.com##.mr_top_box +http://maiziedu.com##.msg +http://pinggu.org##.mui-mbar-tabs +http://3g.163.com##.ne_rps +http://koolearn.com##.news_pf +http://hao123.com##.newskin-tip +http://letv.com##.newyear_red_bot_wrap +http://letv.com##.newyear_red_wrap +http://douyu.com##.noble-up-guide +http://163.com##.ns-side-qrcode +http://ithome.com##.open-app-banner +http://baidu.com##.openAppCarsouselTpl +http://baidu.com##.openAppCommonTpl-100 +http://baidu.com##.openBox-shareEntry +http://csdn.net##.p4course_target +http://mobile.baidu.com##.p_fixed_lb +http://csdn.net##.padb0 +http://yamol.tw##.panel[style="text-align:left;width:100%;padding:0px;background-color:white"] +http://csdn.net##.panel_body > div[style^="position:fixed;bottom: 0;"] +http://iciba.com##.pc-entry +http://douyu.com##.pendant-wrap +http://jikexueyuan.com##.pewm2 +http://jikexueyuan.com##.pewm3 +http://mumu.163.com##.pic-con +http://17173.com##.pic[href*="Room"] +http://96weixin.com##.pop +http://longzhu.com##.pop-up-button +http://touzi.com##.pop720-bg +http://touzi.com##.pop720-box +http://ifanr.com##.popup-app-download +http://uisdc.com##.post-pm-content +http://zhiyoo.com##.prompt +http://csdn.net##.pulllog-box +http://qdmm.com,qidian.com##.qdRead_client +http://qdmm.com,qidian.com##.qdRead_redscan +http://tianya.cn##.qhb-Box +http://focus.cn##.qhb-fixed +http://wasu.cn##.qp +http://kuwo.cn##.qr_wrapper +http://qihoo.com##.qrcode +http://163.com##.quickmark +http://to8to.com##.quoted-outside +http://news.baidu.com##.recommend-animate +http://juejin.im##.recommend-box +http://m.babytree.com##.recommend-brand +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://oschina.net##.recruitment +http://p2peye.com##.red-box +http://baixing.com##.red-package +http://baidu.com##.redenvelope-small +http://dajie.com##.register_layer +http://blog.51cto.com##.relatedArt.box +http://163.com##.rg_ad +http://itmo.com##.right-side-pop +http://setn.com##.rightFloat +http://baidu.com##.rmb-carsousel-position-bottom +http://baidu.com##.rmb-growth-common-tpl-1-wrapper +http://baidu.com##.s-news-banner-wrap +http://baidu.com##.s-tutorial-tip +http://baihe.com##.scrollULeft +http://baihe.com##.scrollUpf +http://koolearn.com##.show_ad +http://sina.com.cn##.side-btns-2wm +http://firefox.com.cn,firefoxchina.cn##.side-mod[track-key="side_tpth"] +http://babytree.com##.side-text-slider +http://hexun.com##.side618 +http://sogou.com##.side_adv_wrap +http://tianya.cn##.slider_box +http://56.com##.sohu-app +http://ctfile.com##.speedydown-info-box +http://jingyu.com##.stream-app +http://douyu.com##.summer_enter +http://co188.com##.suspen +http://51cto.com##.suspend +http://news.baidu.com##.swipe-backflow-container +http://miaopai.com,renren.com##.swiper-container +http://touzi.com##.tck-cover +http://sogou.com##.tg-box-1 +http://zhcw.com##.tgtc +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_recommend +http://jiankang.com##.three_hot +http://pc841.com,zol.com.cn##.today-hot-layer +http://jianshu.com##.top +http://163.com,zybang.com##.top-banner +http://btime.com##.top-bar +http://sogou.com##.top_adv_wrap +http://zybang.com##.top_download +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.topic_list_box +http://renren.com##.toplive +http://163.com##.topnav_ad +http://kuwo.cn##.tuiguang +http://hao123.com##.tvtip +http://163.com##.txt-bobo +http://yd.baidu.com##.ui-distribution-bar +http://51cto.com##.upopbg +http://letv.com##.vip_popBox +http://nen.com.cn##.w610 +http://wbiao.cn##.wb-panel +http://jrj.com.cn##.wbyy +http://cnbeta.com##.wdj_box +http://hehagame.com##.webad_bottom +http://hehagame.com##.webad_right +http://kdslife.com,pchome.net##.weixin +http://to8to.com##.whan-ad +http://w3cschool.cn##.widget-main +http://m.babytree.com##.wrap > section[class*="0"],.wrap > div[class*="0"] +http://m.babytree.com##.wrap > section[class*="4"],.wrap > div[class*="4"] +http://m.babytree.com##.wrap > section[class*="9"],.wrap > div[class*="9"] +http://m.autohome.com.cn##.wrapper > section[class^="box_"] +http://yahoo.com##.wrapper-border > .Pos\(r\) > .VideoPlayer.D\(b\).Pos\(r\) +http://56.com##.x-download-panel +http://wallstreetcn.com##.xinren-wrapper +http://1010jiajiao.com##.xiti_content + .xiti +http://56.com##.xiu_mm +http://ifeng.com##.yc_con_r +http://8264.com##.zhidemaibox +http://zol.com.cn##.zolapp +http://1905.com##.zx-pic +http://1905.com##.zx-small-pic +http://m.babytree.com##a[class$="-join"] +http://m.56.com##a[data-statkey="newad_banner"] +http://loldk.com##a[href$=".html?from=video_right"] +http://ifeng.com##a[href*=".app"] +http://163.com##a[href*=".kaola.com"]:first-child:last-child +http://sina.com.cn##a[href="https://finance.sina.com.cn/mobile/comfinanceweb.shtml"] +http://crsky.com##a[href^="http://count."][href$=".exe"] +http://163.com,~love.163.com##a[href^="http://love.163.com/"] +http://ltn.com.tw##A[href*="draw.ltn.com.tw"] +http://baidu.com#?#.rec-item:-abp-has(> .vbox > div > .appad-relate-rectpl) +http://baijiahao.baidu.com,feed.baidu.com##body > div[id$="-container"]:last-child +http://cnbeta.com#?#div[style^="display:block !important;"] +http://cnbeta.com##div[style^="display:block !important;"] +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://eastmoney.com##div[id^="em_important_"] +http://finance.sina.com.cn##div[id^="st01_cont0"] +http://ci123.com##div[onclick^="window.location="] +http://subhd.com##div[style="position:fixed;bottom:20px;left:20px;"] +http://xdf.cn##div[style="position:fixed;top:120px;left:4px;width:210px;height:298px;isplay:block;background-position:initial initial;background-repeat:no-repeat no-repeat;"] +http://fmdisk.com##div[style="width: 960px; margin: 0 auto; height:900px; color: #F00; font-size: 14px; text-align:left;"] > p +http://2cto.com##div[style^="float:left;width:300px;"] +http://ithome.com##div[style^="width:960px;height:60px;"] +http://m.babytree.com##script + a[class] +http://weibo.com###v6_pl_content_hometip +http://weibo.com###v6_pl_rightmod_attfeed +http://weibo.com###v6_pl_rightmod_noticeboard +http://weibo.com###v6_trustPagelet_recom_member +http://weibo.com###v6_pl_rightmod_rank +http://weibo.com##.S_txt1[nm="game"] +http://weibo.com##.WB_footer > .footer_link +http://weibo.com##.WB_footer > .other_link +http://weibo.com##.send_weibo > .title_area +http://weibo.com##div[node-type="recommendTopic"] +http://weibo.com##.W_tips.tips_warn +http://weibo.com##.WBIM_news +http://weibo.com###v6_pl_rightmod_updatev6 +http://weibo.com##.WB_main_r > div[style^="position: fixed;"] +http://weibo.com##.PCD_event_red2014 +http://weibo.com###v6_pl_rightmod_hongbaoentrance +http://weibo.com###v6_pl_rightmod_feedback +http://weibo.com###v6_pl_rightmod_helpat +http://weibo.com###v6_pl_rightmod_helpcomment +http://weibo.com###v6_pl_rightmod_helplike +http://weibo.com###v6_pl_rightmod_helpnotebox +http://weibo.com###v6_pl_rightmod_helpgroupchatnotice +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 +! ******************************* koolproxy 语法******************************* +! 一行一个,请必须标注清楚http与https +! https 必须为域名,不能使用 * 不然会GG的。 +! 例如 ||users.51.la^$third-party 写成 ||http://users.51.la^$third-party 即可。只需要在 +! "!" 为行注释符,注释行以该符号起始作为一行注释语义,用于规则描述 +! "@@" 为白名单符,白名单具有最高优先级,放行过滤的网站,https 需要四个 @@@@ 例如:@@@@||https://taobao.com +! ------------------------------------------------------------------------------------------ +! "*" 为字符通配符,能够匹配0长度或任意长度的字符串,该通配符不能与正则语法混用。 +! "^" 为分隔符,可以是除了字母、数字或者 _ - . % 之外的任何字符。 +! "~" 为排除标识符,通配符能过滤大多数广告,但同时存在误杀, 可以通过排除标识符修正误杀链接。 +! 注:通配符仅在 url 规则中支持,html 规则中不支持 +! ------------------------------------------------------------------------------------------ +! "|" 为管线符号,来表示地址的最前端或最末端 +! "||" 为子域通配符,方便匹配主域名下的所有子域 +! ------------------------------------------------------------------------------------------- +! 驱动之家 +|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 +|http://*btbtt.*/view/image/QT_* +http://*btbtt.*###wrapper_left_bg +http://*btbtt.*###wrapper2 > DIV.width:nth-child(2) > DIV.error +||http://www.btbtt.co/view/image/QT_QT.jpg$image +http://www.btbtt.co###wrapper_right_bg +http://www.btbtt.co###wrapper_left_bg +||http://www.btbtt.co##div.width:nth-of-type(2) +||http://*btbtt.*/slade.js +!天天美剧 +http://ttmeiju.me##DIV:nth-child(2) > P > A > IMG +http://ttmeiju.me###footer > DIV:first-child > P > IMG +! 谷歌网盘放行 +@@@@|https://drive.google.com +! macx.cn +@@@@|https://www.macx.cn +! 直播吧 +||https://pcgg.qiumibao.com/webAdvert.php$subdocument +https://www.zhibo8.cc##.ad_box_250 +https://www.zhibo8.cc###popautoapp +! 5173首页补充去广告 +||http://www.5173.com##body > .top +||http://www.5173.com##.gg_130 > .close_btn +||http://www.5173.com###ggFloat > .inner +||http://www.5173.com##.gt-wrapimg-signin +! 巨超值 去下方弹框 +||https://best.pconline.com.cn###JnoLoginFixedBottom +! 斗鱼去播放器解码弹窗广告 +https://www.douyu.com##.LotteryContainer +https://www.douyu.com##.UPlayerLotteryEnter-giftImg +https://www.douyu.com##.is-baodeng.is-active.UPlayerLotteryEnter +https://www.douyu.com##.PaladinWeek-toast +https://www.douyu.com##.closeBg-998534 +||https://www.douyu.com##.PaladinWeek-toast +! 游侠游戏论坛 去首页上方广告 +||http://game.ali213.net###wp > div:nth-of-type(1) +||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 +@@@@https://fhnfile.oss-cn-shenzhen.aliyuncs.com +@@@@https://webapi.115.com +@@@@https://115.com +@@@@https://cdnres.115.com +! MIUI骚扰拦截库更新功能放行 +@@@@https://api.sec.miui.com +!微博分享图片放行 +@@@@||https://sinaimg.cn +! jsdelivr放行 +@@@@||https://cdn.jsdelivr.net +! 小米电视去广告 ------------------ 来自网友分享---------------------------- +||http://package.box.xiaomi.com +||https://package.box.xiaomi.com +||package.box.xiaomi.com +@@http://cesu.cdn.pandora.xiaomi.com +@@http://b0.market.xiaomi.com +@@@@https://cesu.cdn.pandora.xiaomi.com +@@@@https://b0.market.xiaomi.com +@@http://pandora.mi.com +||market.mi-img.com +||http://market.mi-img.com +||https://market.mi-img.com +||ad.mi.com +||ad.xiaomi.com +||http://ad.mi.com +||http://ad.xiaomi.com +||https://ad.mi.com +||https://ad.xiaomi.com +||ad1.xiaomi.com +||http://ad1.xiaomi.com +||https://ad1.xiaomi.com +||o2o.api.xiaomi.com +||pandora.mi.com +||pandora.xiaomi.com +||http://o2o.api.xiaomi.com +||http://pandora.mi.com +||http://pandora.xiaomi.com +||https://o2o.api.xiaomi.com +||https://pandora.mi.com +||https://pandora.xiaomi.com +||data.mistat.xiaomi.com +||tracking.miui.com +||http://data.mistat.xiaomi.com +||http://tracking.miui.com +||https://data.mistat.xiaomi.com +||https://tracking.miui.com +!播放出现问题时 可以删减 此区域的 Host 地址 +||http://img.cdn.mvideo.xiaomi.com +||img.cdn.mvideo.xiaomi.com +||https://img.cdn.mvideo.xiaomi.com +!===== 通用型:广告投放商 拦截规则 所有电视都可以用 ==== +!友盟+ +||http://umeng.com +||https://umeng.com +||umeng.com +!酷云监播 +||http://ikuyun.com +||https://ikuyun.com +||kuyun.com +!广东南方新媒体股份 +||http://atianqi.com +||https://atianqi.com +||atianqi.com +@@@@https://tv.aiseet.atianqi.com +@@http://tv.aiseet.atianqi.com +@@http://vv.play.aiseet.atianqi.com +@@@@https://vv.play.aiseet.atianqi.com +@@@@https://e.crashlytics.com +@@http://e.crashlytics.com +!银河互联网电视 +||auth.api.gitv.tv +||appstore.ptmi.gitv.tv +||gamecenter.ptmi.gitv.tv +@@http://pl.cp31.ott.cibntv.net +! 上海贞安精硕广告有限公司 +||admaster.com.cn +||v.admaster.com.cn +||79t2.admaster.com.cn +||397c0.admaster.com.cn +! 小米电视去广告结束 -------------------- 分享结束-------------- +! speedtest.cn (国内) +@@@@https://forge.speedtest.cn +! 一个看电视剧的网站 +||https://yueyuju.com##.tp_reccomend_banner,[style="margin:8px 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);"],[ id="HMDownBox" ],[style="height: auto;"] +|https://iek.jiekc.com +! 远景论坛 +||bbs.pcbeta.com$s@{width:980px; position:relative; height:171px; padding:10px;@{width:0px; position:relative; height:0px; padding:0px;@ +||bbs.pcbeta.com$s@{padding:9px;width:980px;height:4??px;@{padding:9px;width:980px;height:260px;@ +! 淘宝,天猫其余部分域名放行 +@@@@https://ecpm.tanx.com +@@@@https://g.alicdn.com +@@@@https://img.alicdn.com +! paypal API放行 +@@@@https://api-m.paypal.com +!百度网盘登录 +@@@@https://passport.baidu.com +@@@@https://pan.baidu.com +@@@@https://d.pcs.baidu.com +!支付宝苹果设备放行 +@@@@https://mygw.alipay.com +!微信公众号放行 +@@@@https://mmbiz.qpic.cn +@@@@https://mp.weixin.qq.com +! IT之家 +@@@@https://api.ithome.com +@@@@https://dyn.ithome.com +! 小说网站补充 +|http://m.quduwv.com/17mb/script/wap* +|http://m.quduwv.com/yukeqwer +! PSN CDN放行 +@@@@https://gss0.bdstatic.com +@@@@https://gss1.bdstatic.com +@@@@https://id.sonyentertainmentnetwork.com +! 腾讯云开发者平台 +@@@@https://dev.tencent.com +¡ 淘宝优惠券及苏宁签到 +@@@@https://dcbpm.suning.cn +@@@@https://temai.m.taobao.com +! 23us小说网 +||https://t5i0pb.cn +|https://m.x23us.com/wap/ajax.js +|https://m.x23us.com/wap/read.js +! 网易 +||https://www.163.com##div[class^="mod_index_ad"],[class^="mod_r_ad"],[class^="hp_textlink_ad"],[class^="mod_ad_text"],[class^="head_ad"],[class="yc_ft"] +! 360杀毒更新 +@@http://sdup.update.360safe.com +@@@@https://sdup.update.360safe.com +! 建设银行app登录放行 +@@@@https://ibsbjstar.ccb.com.cn +! 迅雷登录放行 +!只看小姐姐, [6/2/19, 11:09 AM] +@@@@https://mobile-login.xunlei.com +!只看小姐姐, [6/2/19, 11:09 AM] +@@@@https://mobile-login-2.xunlei.com +!只看小姐姐, [6/2/19, 11:09 AM] +@@@@https://mobile-login-3.xunlei.com +!阿里云搜索放行 +!只看小姐姐, [6/2/19, 12:12 PM] +@@@@https://oa-panther.data.aliyun.com +!只看小姐姐, [6/2/19, 12:15 PM] +@@@@https://promotion.aliyun.com +! LOFTER(乐乎) 无法显示登陆框 +@@http://urswebzj.nosdn.127.net +@@http://analytics.163.com +! v2ex.com +![In reply to 白告] +||https://v2ex.com###Rightbar > DIV.box:nth-child(4) +||https://v2ex.com###Rightbar > DIV.box:nth-child(6) +||https://v2ex.com###Rightbar > DIV.sep20:nth-child(5) +||https://v2ex.com###Rightbar > DIV.sep20:nth-child(3) +||https://v2ex.com###Wrapper > DIV.content > DIV.box:last-child +! 快递100放行 +@@@@||https://p.kuaidi100.com +! 谷歌云gcp日志放行 +!只看小姐姐, [6/10/19, 11:38 PM] +@@@@https://console.cloud.google.com +!只看小姐姐, [6/10/19, 11:39 PM] +@@@@||https://clients6.google.com +!网易我的世界客户端, [6/11/19, 00:46 AM] +@@@@||https://netease.com +!ios谷歌相册备份放行 +@@@@|https://photos.googleapis.com +! 126 163邮箱放行 +!只看小姐姐, [6/16/19, 10:27 PM] +@@@@||https://126.com + +!只看小姐姐, [6/16/19, 10:27 PM] +@@@@||https://163.com +!游民星空 +||https://ja1.gamersky.com +||https://ja2.gamersky.com +||https://gamersky.com##div[class="ad_r"],[class="MidR_ad"] +!恩山 +||https://right.com.cn##.a_t,div#diy1.area,div.a_p,div.a_pr,DIV.column.frame-1-c,div.wp.a_f,div.a_cn,.a_mu,.a_pt,.a_pb,div.wp.a_h +||https://right.com.cn##img[src^="static/image/common/logo2.gif"] +||https://right.com.cn/logo/*.gif$image +!威锋 +|https://bbs.feng.com##DIV[class="wrap"],[class^="a_pt"] +! 简书广告 +||https://jianshu.com###web-note-ad-fixed +||https://jianshu.com###web-note-ad-1 +||https://jianshu.com##div[class="recommended-author-wrap"] +||https://static.thefifthera.com/h5/wapSdk/asset/sdk +||https://jianshu.com###recommended-notes +! YouTube 网页版 +||https://youtube.com###masthead-ad +||https://youtube.com/youtubei/v1/log_event +|https://googleads.g.doubleclick.net/pagead/id +||https://youtube.com/get_midroll_info +||https://youtube.com/youtubei/v1/log_event +||https://googleads.g.doubleclick.net/pagead/ads +! 百度文库去广告 +||https://baidu.com/xpage/interface/get +||https://eduad.baidu.com^ +||https://wk.baidu.com##div[class="bottom-bar-global"] +||https://cpro.baidustatic.com^ +|https://wkstatic.bdimg.com/static/wkview/widget/ad +|https://wenku.baidu.com/view$s@/third_party/fengchao_plugin@/third_party@ +|https://wk.baidu.com/view$s@component/foldPage@component@ +! 手机百度首页去广告 +|https://www.baidu.com##div[class="center-content"] +|https://m.baidu.com##div[class="center-content"] +|https://m.baidu.com###index-box +|https://www.baidu.com###index-box +|https://www.baidu.com##div[class="baiduappcall-wrap"] +|https://m.baidu.com##div[class="baiduappcall-wrap"] +|https://www.baidu.com###header > div:nth-child(7) > div +|https://m.baidu.com###header > div:nth-child(7) > div +|https://www.baidu.com##.index-banner.square-banner-icon +|https://www.baidu.com###index-card > div.blank-frame +! 新浪邮箱 +||https://mail.sina.com.cn##div[class="connMod"] +||https://mail.sina.com.cn##div[class="ad1"] +||https://mail.sina.com.cn##div[class="extendAd"] +! 草榴社区 去除60秒等待 去除连接30秒等待,去除广告屏蔽不显示内容(kpr原则上不过滤黄网广告,但是草榴曾经封了我三个月的账号,得罪了方丈还想跑?) +||http://t66y.com$s@r2aeadS(){@noads(){@ +||https://t66y.com$s@r2aeadS(){@noads(){@ +||https://cnzz.com^$third-party +||http://cnzz.com^$third-party +||http://viidii.info$s@if(waittime==0)@if(waittime==29)@ +||https://viidii.info$s@if(waittime==0)@if(waittime==29)@ +||http://t66y.com##div[class^="tpc_icon"] +||https://t66y.com##div[class^="tpc_icon"] +||http://t66y.com##div[class^="sptable_do"] +||https://t66y.com##div[class^="sptable_do"] +||http://viidii.info/web$s@JSON.parse(spJson);@noad@ +||https://viidii.info/web$s@JSON.parse(spJson);@noad@ +||http://viidii.info/web$s@spinit(){@noad(){@ +||https://viidii.info/web$s@spinit(){@noad(){@ +||https://viidii.info/web$s@if(cnt!=1){@if(1!=1){@ +||http://viidii.info/web$s@if(cnt!=1){@if(1!=1){@ +!fodm +||fodm.net/$s@solid;width:960px;height:90px@solid;width:0px;height:0px@ +||https://vip.51hyper.com +||fodm.net/##div[class="m-ads"] +||fodm.net/###content_box_60090 +||fodm.net/###content_box_72890_out +||fodm.net/###forum_btn +|https://og.ylxxf.top +! 百度搜索广告 +@@@@https://ss1.bdstatic.com +|https://ss1.bdstatic.com/*/r/www/cache/static/protocol/https/global/js +! 殁漂遥 +||https://mpyit.com###sidebar > div > div[class="box"] +||https://mpyit.com/$s@

合作伙伴

@@ +! 91wii +||https://91wii.com##img[id^="img_"],div[class^="a_"],[style^="display:inline-block;"] +! 蓝点网 +||https://landiannews.com##section[class="ad"],div[class="NOTICE"],div[id^="metaslider_container"],ins[class="adsbygoogle"],section[id^="metaslider_widget"],div[class="slider-wrapper theme-default"],section[id^="custom_html"],section[id^="media_image"] +! 搜狗输入法 +@@http://config.pinyin.sogou.com +!baidu贴吧 +!|https://tieba.baidu.com/$s@