diff --git a/luci-app-koolproxyR/Makefile b/luci-app-koolproxyR/Makefile new file mode 100644 index 000000000..cfc4e3e65 --- /dev/null +++ b/luci-app-koolproxyR/Makefile @@ -0,0 +1,95 @@ +include $(TOPDIR)/rules.mk + +PKG_NAME:=luci-app-koolproxyR +PKG_VERSION:=3.8.4 +PKG_RELEASE:=5 + +PKG_MAINTAINER:=panda-mute +PKG_LICENSE:=GPLv3 +PKG_LICENSE_FILES:=LICENSE + +PKG_BUILD_PARALLEL:=1 + +RSTRIP:=true + +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/luci-app-koolproxyR/README.md b/luci-app-koolproxyR/README.md new file mode 100644 index 000000000..8d7498b0b --- /dev/null +++ b/luci-app-koolproxyR/README.md @@ -0,0 +1,33 @@ + +修改了kpupdate,使其可以直接更新easylist、fanboy和yhost的规则。 + +## 准备工作: +先运行:
+`opkg install openssl-util ipset dnsmasq-full diffutils iptables-mod-nat-extra wget ca-bundle ca-certificates libustream-openssl`
+手动安装以上依赖包
+* 如果没有 **openssl** ,就不能正常生成证书,导致https过滤失败! +* 如果没有 **ipset, dnsmasq-full, diffutils**,黑名单模式也会出现问题!(ipset 需要版本6),如果你的固件的busybox带有支持diff支持,那么diffutils包可以不安装 +* 如果没有 **iptables-mod-nat-extra** ,会导致mac过滤失效! +* 如果没有 **wget, ca-bundle, ca-certificates, libustream-openssl** ,会导致规则文件更新失败,host规则条数变为0,如果你的固件的busybox带有支持https的wget,那么这几个包可以不安装 + + + +## 使用方法 +```Brach + #源码根目录,进入package文件夹 + cd package + #下载源码 + git clone https://github.com/jefferymvp/luci-app-koolproxyR + #回到源码根目录 + cd .. + make menuconfig + #编译 + make package/luci-app-koolproxyR/{clean,compile} V=s + + + + + + + + diff --git a/luci-app-koolproxyR/files/bin/arm b/luci-app-koolproxyR/files/bin/arm new file mode 100755 index 000000000..f80c1ceca Binary files /dev/null and b/luci-app-koolproxyR/files/bin/arm differ diff --git a/luci-app-koolproxyR/files/bin/i386 b/luci-app-koolproxyR/files/bin/i386 new file mode 100755 index 000000000..c29581549 Binary files /dev/null and b/luci-app-koolproxyR/files/bin/i386 differ diff --git a/luci-app-koolproxyR/files/bin/mips b/luci-app-koolproxyR/files/bin/mips new file mode 100755 index 000000000..2673deff6 Binary files /dev/null and b/luci-app-koolproxyR/files/bin/mips differ diff --git a/luci-app-koolproxyR/files/bin/mipsel b/luci-app-koolproxyR/files/bin/mipsel new file mode 100755 index 000000000..f398b91c5 Binary files /dev/null and b/luci-app-koolproxyR/files/bin/mipsel differ diff --git a/luci-app-koolproxyR/files/bin/x86_64 b/luci-app-koolproxyR/files/bin/x86_64 new file mode 100755 index 000000000..7e7bb3f1b Binary files /dev/null and b/luci-app-koolproxyR/files/bin/x86_64 differ diff --git a/luci-app-koolproxyR/files/etc/adblocklist/adblock b/luci-app-koolproxyR/files/etc/adblocklist/adblock new file mode 100644 index 000000000..e69de29bb diff --git a/luci-app-koolproxyR/files/etc/adblocklist/adblockip b/luci-app-koolproxyR/files/etc/adblocklist/adblockip new file mode 100644 index 000000000..b456b97f9 --- /dev/null +++ b/luci-app-koolproxyR/files/etc/adblocklist/adblockip @@ -0,0 +1 @@ +61.160.200.252 \ No newline at end of file diff --git a/luci-app-koolproxyR/files/etc/adblocklist/adbypass b/luci-app-koolproxyR/files/etc/adblocklist/adbypass new file mode 100644 index 000000000..6f1e51b67 --- /dev/null +++ b/luci-app-koolproxyR/files/etc/adblocklist/adbypass @@ -0,0 +1 @@ +v2ex.com diff --git a/luci-app-koolproxyR/files/etc/adblocklist/adbypassip b/luci-app-koolproxyR/files/etc/adblocklist/adbypassip new file mode 100644 index 000000000..e69de29bb diff --git a/luci-app-koolproxyR/files/etc/config/koolproxy b/luci-app-koolproxyR/files/etc/config/koolproxy new file mode 100644 index 000000000..fd6e2086a --- /dev/null +++ b/luci-app-koolproxyR/files/etc/config/koolproxy @@ -0,0 +1,17 @@ +config global + option time_update '4' + option koolproxy_port '0' + option startup_delay '5' + option koolproxy_acl_default '0' + option koolproxy_mode '2' + option koolproxy_host '1' + option koolproxy_rules 'fanboy.txt easylistchina.txt yhosts.txt kp.dat user.txt' + option enabled '0' + option koolproxy_ipv6 '0' + +config rss_rule + option load '1' + option name 'kpr_our_rule.txt' + option url 'https://github.com/user1121114685/koolproxyR_rule_list/raw/master/kpr_our_rule.txt' + option file 'kpr_our_rule.txt' + diff --git a/luci-app-koolproxyR/files/etc/init.d/koolproxy b/luci-app-koolproxyR/files/etc/init.d/koolproxy new file mode 100755 index 000000000..974ca8749 --- /dev/null +++ b/luci-app-koolproxyR/files/etc/init.d/koolproxy @@ -0,0 +1,475 @@ +#!/bin/sh /etc/rc.common +# +# Copyright (C) 2015 OpenWrt-dist +# Copyright (C) 2016 fw867 +# +# This is free software, licensed under the GNU General Public License v3. +# See /LICENSE for more information. +# + +START=99 +USE_PROCD=1 + +CONFIG=koolproxy +KP_DIR=/usr/share/koolproxy +TMP_DIR=/tmp + +alias echo_date='echo $(date +%Y年%m月%d日\ %X):' + +config_n_get() { + local ret=$(uci get $CONFIG.$1.$2 2>/dev/null) + echo ${ret:=$3} +} + +config_t_get() { + local index=0 + [ -n "$4" ] && index=$4 + local ret=$(uci get $CONFIG.@$1[$index].$2 2>/dev/null) + echo ${ret:=$3} +} + +add_ipset_conf() { + if [ -s /etc/adblocklist/adbypass ]; then + echo_date 添加白名单软连接... + cat /etc/adblocklist/adbypass | sed "s/,/\n/g" | sed "s/^/ipset=&\/./g" | sed "s/$/\/white_kp_list/g" >> /tmp/adbypass.conf + rm -rf /tmp/dnsmasq.d/adbypass.conf + ln -sf /tmp/adbypass.conf /tmp/dnsmasq.d/adbypass.conf + + dnsmasq_restart=1 + fi + + if [ "$koolproxy_mode" == "2" ]; then + if [ "$koolproxy_host" == "1" ];then + echo_date 添加Adblock Plus Host软连接... + ln -sf $KP_DIR/dnsmasq.adblock /tmp/dnsmasq.d/dnsmasq.adblock + fi + + echo_date 添加黑名单软连接... + rm -rf /tmp/dnsmasq.d/koolproxy_ipset.conf + ln -sf $KP_DIR/koolproxy_ipset.conf /tmp/dnsmasq.d/koolproxy_ipset.conf + + echo_date 添加自定义黑名单软连接... + if [ -s /etc/adblocklist/adblock ]; then + cat /etc/adblocklist/adblock | sed "s/,/\n/g" | sed "s/^/ipset=&\/./g" | sed "s/$/\/black_koolproxy/g" >> /tmp/adblock.conf + rm -rf /tmp/dnsmasq.d/adblock.conf + ln -sf /tmp/adblock.conf /tmp/dnsmasq.d/adblock.conf + fi + + dnsmasq_restart=1 + fi +} + +remove_ipset_conf() { + if [ -L "/tmp/dnsmasq.d/adbypass.conf" ]; then + echo_date 移除白名单软连接... + rm -rf /tmp/adbypass.conf + rm -rf /tmp/dnsmasq.d/adbypass.conf + dnsmasq_restart=1 + fi + + if [ -L "/tmp/dnsmasq.d/koolproxy_ipset.conf" ]; then + echo_date 移除黑名单软连接... + rm -rf /tmp/dnsmasq.d/koolproxy_ipset.conf + dnsmasq_restart=1 + fi + + if [ -L "/tmp/dnsmasq.d/adblock.conf" ]; then + echo_date 移除自定义黑名单软连接... + rm -rf /tmp/dnsmasq.d/adblock.conf + rm -rf /tmp/adblock.conf + dnsmasq_restart=1 + fi + + if [ -L "/tmp/dnsmasq.d/dnsmasq.adblock" ]; then + echo_date 移除Adblock Plus Host软连接... + rm -rf /tmp/dnsmasq.d/dnsmasq.adblock + dnsmasq_restart=1 + fi +} + + +restart_dnsmasq() { + if [ "$dnsmasq_restart" == "1" ]; then + echo_date 重启dnsmasq进程... + /etc/init.d/dnsmasq restart > /dev/null 2>&1 + fi +} + +creat_ipset() { + echo_date 创建ipset名单 + # Load ipset netfilter kernel modules and kernel modules + ipset -! create white_kp_list nethash + ipset -! create black_koolproxy iphash + cat $KP_DIR/data/rules/yhosts.txt $KP_DIR/data/rules/easylistchina.txt $KP_DIR/data/rules/fanboy.txt $KP_DIR/data/rules/user.txt | grep -Eo "(.\w+\:[1-9][0-9]{1,4})/" | grep -Eo "([0-9]{1,5})" | sort -un | sed -e '$a\80' -e '$a\443' | sed -e "s/^/-A kp_full_port &/g" -e "1 i\-N kp_full_port bitmap:port range 0-65535 " | ipset -R -! +} + +add_white_black_ip() { + echo_date 添加ipset名单 + ip_lan="0.0.0.0/8 10.0.0.0/8 100.64.0.0/10 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 224.0.0.0/4 240.0.0.0/4" + for ip in $ip_lan + do + ipset -A white_kp_list $ip >/dev/null 2>&1 + + done + sed -e "s/^/add white_kp_list &/g" /etc/adblocklist/adbypassip | awk '{print $0} END{print "COMMIT"}' | ipset -R 2>/dev/null + ipset -A black_koolproxy 110.110.110.110 >/dev/null 2>&1 + sed -e "s/^/add black_koolproxy &/g" /etc/adblocklist/adblockip | awk '{print $0} END{print "COMMIT"}' | ipset -R 2>/dev/null +} + +load_config() { + ENABLED=$(config_t_get global enabled 0) + [ $ENABLED -ne 1 ] && return 0 + koolproxy_mode=$(config_t_get global koolproxy_mode 1) + koolproxy_host=$(config_t_get global koolproxy_host 0) + koolproxy_acl_default=$(config_t_get global koolproxy_acl_default 1) + koolproxy_port=$(config_t_get global koolproxy_port 0) + koolproxy_bp_port=$(config_t_get global koolproxy_bp_port) + koolproxy_ipv6=$(config_t_get global koolproxy_ipv6 0) + config_load $CONFIG + return 1 +} + +__load_lan_acl() { + local mac + local ipaddr + local proxy_mode + config_get mac $1 mac + config_get ipaddr $1 ipaddr + config_get proxy_mode $1 proxy_mode + [ -n "$ipaddr" ] && [ -z "$mac" ] && echo_date 加载ACL规则:【$ipaddr】模式为:$(get_mode_name $proxy_mode) + [ -z "$ipaddr" ] && [ -n "$mac" ] && echo_date 加载ACL规则:【$mac】模式为:$(get_mode_name $proxy_mode) + [ -n "$ipaddr" ] && [ -n "$mac" ] && echo_date 加载ACL规则:【$ipaddr】【$mac】模式为:$(get_mode_name $proxy_mode) + #echo iptables -t nat -A KOOLPROXY $(factor $ipaddr "-s") $(factor $mac "-m mac --mac-source") -p tcp $(get_jump_mode $proxy_mode) $(get_action_chain $proxy_mode) + iptables -t nat -A KOOLPROXY $(factor $ipaddr "-s") $(factor $mac "-m mac --mac-source") -p tcp $(get_jump_mode $proxy_mode) $(get_action_chain $proxy_mode) + + acl_nu=`expr $acl_nu + 1` +} + +lan_acess_control() { + acl_nu=0 + [ -z "$koolproxy_acl_default" ] && koolproxy_acl_default=1 + config_foreach __load_lan_acl acl_rule + if [ $acl_nu -ne 0 ]; then + echo_date 加载ACL规则:其余主机模式为:$(get_mode_name $koolproxy_acl_default) + else + echo_date 加载ACL规则:所有模式为:$(get_mode_name $koolproxy_acl_default) + fi +} + +__load_exrule() { + local file + local exrule + local enable + config_get file $1 file + config_get exrule $1 url + config_get enable $1 load + if [ -n "$exrule" ]; then + if [ $enable -ne 1 ]; then + [ -n "$file" ] && [ -f $KP_DIR/data/rules/$file ] && rm -f $KP_DIR/data/rules/$file + uci set koolproxy.$1.time="" + uci commit koolproxy + return + fi + + if [ -z "$file" ]; then + file=$(echo $exrule |awk -F "/" '{print $NF}') + uci set koolproxy.$1.file="$file" + uci commit koolproxy + fi + + if [ ! -f $KP_DIR/data/rules/$file ]; then + wget-ssl --quiet --timeout=5 --no-check-certificate $exrule -O $TMP_DIR/$file + if [ "$?" == "0" ]; then + uci set koolproxy.$1.time="`date +%Y-%m-%d" "%H:%M`" + uci commit koolproxy + mv $TMP_DIR/$file $KP_DIR/data/rules/$file + else + echo "koolproxy download rule $file failed!" + [ -f $TMP_DIR/$file ] && rm -f $TMP_DIR/$file + fi + fi + cat $KP_DIR/data/rules/$file >>$KP_DIR/data/rules/user.txt + fi +} + +load_user_rules() { + cp $KP_DIR/data/user.txt $KP_DIR/data/rules/user.txt + config_foreach __load_exrule rss_rule +} + +load_rules() { + sed -i '1,7s/1/0/g' $KP_DIR/data/source.list + + local rulelist="$(uci -q get koolproxy.@global[0].koolproxy_rules)" + for rule in $rulelist + do + case "$rule" in + yhosts.txt) + sed -i '1s/0/1/g' $KP_DIR/data/source.list + ;; + kp.dat) + sed -i '2s/0/1/g' $KP_DIR/data/source.list + ;; + user.txt) + sed -i '3s/0/1/g' $KP_DIR/data/source.list + ;; + easylistchina.txt) + sed -i '4s/0/1/g' $KP_DIR/data/source.list + ;; + fanboy.txt) + sed -i '5s/0/1/g' $KP_DIR/data/source.list + ;; + esac + done + + local rulelist="$(uci -q get koolproxy.@global[0].thirdparty_rules)" + for rule in $rulelist + do + case "$rule" in + easylistchina.txt) + sed -i '5s/0/1/g' $KP_DIR/data/source.list + ;; + chengfeng.txt) + sed -i '6s/0/1/g' $KP_DIR/data/source.list + ;; + fanboy.txt) + sed -i '7s/0/1/g' $KP_DIR/data/source.list + ;; + esac + done +} + +get_mode_name() { + case "$1" in + 0) + echo "不过滤" + ;; + 1) + echo "http模式" + ;; + 2) + echo "http + https" + ;; + 3) + echo "full port" + ;; + esac +} + +get_jump_mode() { + case "$1" in + 0) + echo "-j" + ;; + *) + echo "-g" + ;; + esac +} + +get_action_chain() { + case "$1" in + 0) + echo "RETURN" + ;; + 1) + echo "KP_HTTP" + ;; + 2) + echo "KP_HTTPS" + ;; + 3) + echo "KP_ALL_PORT" + ;; + esac +} + +factor() { + if [ -z "$1" ] || [ -z "$2" ]; then + echo "" + else + echo "$2 $1" + fi +} + +load_nat() { + echo_date 加载nat规则! + #----------------------BASIC RULES--------------------- + echo_date 写入iptables规则到nat表中... + # 创建KOOLPROXY nat rule + iptables -t nat -N KOOLPROXY + # 局域网地址不走KP + iptables -t nat -A KOOLPROXY -m set --match-set white_kp_list dst -j RETURN + # 生成对应CHAIN + iptables -t nat -N KP_HTTP + iptables -t nat -A KP_HTTP -p tcp -m multiport --dport 80 -j REDIRECT --to-ports 3000 + iptables -t nat -N KP_HTTPS + iptables -t nat -A KP_HTTPS -p tcp -m multiport --dport 80,443 -j REDIRECT --to-ports 3000 + iptables -t nat -N KP_ALL_PORT + #iptables -t nat -A KP_ALL_PORT -p tcp -j REDIRECT --to-ports 3000 + # 端口控制 + if [ "$koolproxy_port" == "1" ]; then + echo_date 开启端口控制:【$koolproxy_bp_port】 + if [ -n "$koolproxy_bp_port" ]; then + iptables -t nat -A KP_ALL_PORT -p tcp -m multiport ! --dport $koolproxy_bp_port -m set --match-set kp_full_port dst -j REDIRECT --to-ports 3000 + else + iptables -t nat -A KP_ALL_PORT -p tcp -m set --match-set kp_full_port dst -j REDIRECT --to-ports 3000 + fi + else + iptables -t nat -A KP_ALL_PORT -p tcp -m set --match-set kp_full_port dst -j REDIRECT --to-ports 3000 + fi + [ "$koolproxy_ipv6" == "1" ] && ip6tables -t nat -I PREROUTING -p tcp -j REDIRECT --to-ports 3000 + # 局域网控制 + lan_acess_control + # 剩余流量转发到缺省规则定义的链中 + iptables -t nat -A KOOLPROXY -p tcp -j $(get_action_chain $koolproxy_acl_default) + # 重定所有流量到 KOOLPROXY + # 全局模式和视频模式 + [ "$koolproxy_mode" == "1" ] || [ "$koolproxy_mode" == "3" ] && iptables -t nat -I PREROUTING 1 -p tcp -j KOOLPROXY + # ipset 黑名单模式 + [ "$koolproxy_mode" == "2" ] && iptables -t nat -I PREROUTING 1 -p tcp -m set --match-set black_koolproxy dst -j KOOLPROXY +} + +add_cru() { + time=$(config_t_get global time_update) + wirtecron=$(cat /etc/crontabs/root | grep "00 $time * * *" | grep kpupdate) + if [ -z "$wirtecron" ];then + sed -i '/kpupdate/d' /etc/crontabs/root >/dev/null 2>&1 + echo "0 $time * * * /usr/share/koolproxy/kpupdate" >> /etc/crontabs/root + fi +} + +del_cru() { + sed -i '/kpupdate/d' /etc/crontabs/root >/dev/null 2>&1 +} + +detect_cert(){ + if [ ! -f $KP_DIR/data/private/ca.key.pem -o ! -f $KP_DIR/data/cert/ca.crt ]; then + echo_date 开始生成koolproxy证书,用于https过滤! + cd $KP_DIR/data && sh gen_ca.sh + fi +} + +flush_nat() { + echo_date 移除nat规则... + cd $TMP_DIR + iptables -t nat -S | grep -E "KOOLPROXY|KP_HTTP|KP_HTTPS|KP_ALL_PORT" | sed 's/-A/iptables -t nat -D/g'|sed 1,4d > clean.sh && chmod 777 clean.sh && ./clean.sh + [ -f $TMP_DIR/clean.sh ] && rm -f $TMP_DIR/clean.sh + iptables -t nat -X KOOLPROXY > /dev/null 2>&1 + iptables -t nat -X KP_HTTP > /dev/null 2>&1 + iptables -t nat -X KP_HTTPS > /dev/null 2>&1 + iptables -t nat -X KP_ALL_PORT > /dev/null 2>&1 + ipset -F black_koolproxy > /dev/null 2>&1 && ipset -X black_koolproxy > /dev/null 2>&1 + ipset -F white_kp_list > /dev/null 2>&1 && ipset -X white_kp_list > /dev/null 2>&1 + ip6tables -t nat -D PREROUTING -p tcp -j REDIRECT --to-ports 3000 > /dev/null 2>&1 +} + +export_ipt_rules() { + FWI=$(uci get firewall.koolproxy.path 2>/dev/null) + [ -n "$FWI" ] || return 0 + cat <<-CAT >>$FWI + iptables-save -c | grep -v -E "KOOLPROXY|KP" | iptables-restore -c + iptables-restore -n <<-EOF + $(iptables-save | grep -E "KOOLPROXY|KP|^\*|^COMMIT" |\ + sed -e "s/^-A \(PREROUTING\)/-I \1 1/") + EOF + CAT + return $? +} + +flush_ipt_rules() { + FWI=$(uci get firewall.koolproxy.path 2>/dev/null) + [ -n "$FWI" ] && echo '# firewall include file' >$FWI + return 0 +} + +pre_start() { + load_config + [ $? -ne 1 ] && return 0 + iptables -t nat -C PREROUTING -p tcp -j KOOLPROXY 2>/dev/null && [ $? -eq 0 ] && return 0; + detect_cert + load_rules + load_user_rules + add_ipset_conf && restart_dnsmasq + creat_ipset + add_white_black_ip + load_nat + flush_ipt_rules && export_ipt_rules + add_cru + [ "$koolproxy_mode" == "1" ] && echo_date 选择【全局过滤模式】 + [ "$koolproxy_mode" == "2" ] && echo_date 选择【IPSET过滤模式】 + if [ "$koolproxy_mode" == "3" ]; then + echo_date 选择【视频过滤模式】 + sed -i '1s/1/0/g;2s/1/0/g' $KP_DIR/data/source.list + fi + return 1 +} + +post_stop() { + load_config + [ $? -ne 1 ] && NO_RESTART_DNSMASQ=false + if [ $NO_RESTART_DNSMASQ ]; then + remove_ipset_conf + else + remove_ipset_conf && restart_dnsmasq + fi + flush_ipt_rules + flush_nat + del_cru + return 0 +} + +start_service() { + echo_date ================== koolproxy启用 ================ + pre_start + [ $? -ne 1 ] && return 0 + + procd_open_instance + procd_set_param command /usr/share/koolproxy/koolproxy + procd_append_param command --mark + procd_append_param command --ttl 160 + procd_append_param command --ipv6 + + procd_set_param respawn + + procd_set_param file /etc/adblocklist/adblock + procd_set_param file /etc/adblocklist/adblockip + procd_set_param file /usr/share/koolproxy/data/user.txt + procd_set_param stdout 1 + procd_set_param stderr 1 + procd_close_instance + + logger "koolproxy has started." + echo_date ================================================= +} + +stop_service() { + echo_date ====================== 关闭 ===================== + post_stop + logger "koolproxy has stopped." + echo_date ================================================= +} + +reload_service() { + logger "koolproxy reload service." + NO_RESTART_DNSMASQ=true + stop + start +} + +service_triggers() { + procd_add_reload_trigger "koolproxy" +} + +restart() { + logger "koolproxy restart service." + NO_RESTART_DNSMASQ=true + stop + start +} + +boot() { + local delay=$(config_t_get global startup_delay 0) + (sleep $delay && start >/dev/null 2>&1) & + return 0 +} diff --git a/luci-app-koolproxyR/files/etc/uci-defaults/luci-koolproxy b/luci-app-koolproxyR/files/etc/uci-defaults/luci-koolproxy new file mode 100755 index 000000000..85d7f421c --- /dev/null +++ b/luci-app-koolproxyR/files/etc/uci-defaults/luci-koolproxy @@ -0,0 +1,17 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@koolproxy[-1] + add ucitrack koolproxy + set ucitrack.@koolproxy[-1].init=koolproxy + commit ucitrack + delete firewall.koolproxy + set firewall.koolproxy=include + set firewall.koolproxy.type=script + set firewall.koolproxy.path=/var/etc/koolproxy.include + set firewall.koolproxy.reload=1 + commit firewall +EOF + +rm -f /tmp/luci-indexcache +exit 0 diff --git a/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy b/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy new file mode 100644 index 000000000..d20942b8b --- /dev/null +++ b/luci-app-koolproxyR/files/lib/upgrade/keep.d/koolproxy @@ -0,0 +1,3 @@ +/usr/share/koolproxy/data/certs/ca.crt +/usr/share/koolproxy/data/private/base.key.pem +/usr/share/koolproxy/data/private/ca.key.pem diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/controller/koolproxy.lua b/luci-app-koolproxyR/files/usr/lib/lua/luci/controller/koolproxy.lua new file mode 100644 index 000000000..dcd8a1cf7 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/lib/lua/luci/controller/koolproxy.lua @@ -0,0 +1,8 @@ +module("luci.controller.koolproxy",package.seeall) +function index() + if not nixio.fs.access("/etc/config/koolproxy")then + return + end + entry({"admin","services","koolproxy"},cbi("koolproxy/global"),_("KoolProxyR plus+"),1).dependent=true + entry({"admin","services","koolproxy","rss_rule"},cbi("koolproxy/rss_rule"), nil).leaf=true +end diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo b/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo new file mode 100644 index 000000000..42a3874cc Binary files /dev/null and b/luci-app-koolproxyR/files/usr/lib/lua/luci/i18n/koolproxy.zh-cn.lmo differ diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua b/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua new file mode 100644 index 000000000..b0663bea1 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/global.lua @@ -0,0 +1,392 @@ +-- Copyright 2018 Nick Peng (pymumu@gmail.com) + +require ("nixio.fs") +require ("luci.http") +require ("luci.dispatcher") +require ("nixio.fs") + +local fs = require "nixio.fs" +local sys = require "luci.sys" +local http = require "luci.http" + + +local o,t,e +local v=luci.sys.exec("/usr/share/koolproxy/koolproxy -v") +local s=luci.sys.exec("grep -v !x /usr/share/koolproxy/data/rules/easylistchina.txt | wc -l") +local u=luci.sys.exec("grep -v !x /usr/share/koolproxy/data/rules/fanboy.txt | wc -l") +local p=luci.sys.exec("grep -v !x /usr/share/koolproxy/data/rules/yhosts.txt | wc -l") +local h=luci.sys.exec("grep -v '^!' /usr/share/koolproxy/data/rules/user.txt | wc -l") +local i=luci.sys.exec("cat /usr/share/koolproxy/dnsmasq.adblock | wc -l") + +if luci.sys.call("pidof koolproxy >/dev/null") == 0 then + status = translate("KoolProxyR plus+ 运行中") +else + status = translate("KoolProxyR plus+ 已停止") +end + +o = Map("koolproxy", translate("KoolProxyR plus+ "), translate("KoolProxyR plus+是能识别adblock规则的免费开源软件,追求体验更快、更清洁的网络,屏蔽烦人的广告

")) + + +t = o:section(TypedSection, "global") +t.anonymous = true +t.description = translate(string.format("%s

", status)) + +t:tab("base",translate("Basic Settings")) + +e = t:taboption("base", Flag, "enabled", translate("Enable")) +e.default = 0 +e.rmempty = false + +e = t:taboption("base", DummyValue, "koolproxy_status", translate("程序版本")) +e.value = string.format("[ %s ]", v) + +e = t:taboption("base", Value, "startup_delay", translate("Startup Delay")) +e:value(0, translate("Not enabled")) +for _, v in ipairs({5, 10, 15, 25, 40}) do + e:value(v, translate("%u seconds") %{v}) +end +e.datatype = "uinteger" +e.default = 0 +e.rmempty = false + +e = t:taboption("base", ListValue, "koolproxy_mode", translate("Filter Mode")) +e.default = 1 +e.rmempty = false +e:value(1, translate("全局模式")) +e:value(2, translate("IPSET模式")) +e:value(3, translate("视频模式")) + +e = t:taboption("base", MultiValue, "koolproxy_rules", translate("内置规则")) +e.optional = false +e.rmempty = false +e:value("easylistchina.txt", translate("ABP规则")) +e:value("fanboy.txt", translate("fanboy规则")) +e:value("yhosts.txt", translate("yhosts规则")) +e:value("kp.dat", translate("视频规则")) +e:value("user.txt", translate("自定义规则")) + +e = t:taboption("base", ListValue, "koolproxy_port", translate("端口控制")) +e.default = 0 +e.rmempty = false +e:value(0, translate("关闭")) +e:value(1, translate("开启")) + +e = t:taboption("base", ListValue, "koolproxy_ipv6", translate("IPv6支持")) +e.default = 0 +e.rmempty = false +e:value(0, translate("关闭")) +e:value(1, translate("开启")) + +e = t:taboption("base", Value, "koolproxy_bp_port", translate("例外端口")) +e:depends("koolproxy_port", "1") +e.rmempty = false +e.description = translate(string.format("单端口:80  多端口:80,443")) + +e=t:taboption("base",Flag,"koolproxy_host",translate("开启Adblock Plus Hosts")) +e.default=0 +e:depends("koolproxy_mode","2") + + +e = t:taboption("base", ListValue, "koolproxy_acl_default", translate("默认访问控制")) +e.default = 1 +e.rmempty = false +e:value(0, translate("不过滤")) +e:value(1, translate("过滤HTTP协议")) +e:value(2, translate("过滤HTTP(S)协议")) +e:value(3, translate("全部过滤")) +e.description = translate(string.format("访问控制设置中其他主机的默认规则")) + +e = t:taboption("base", ListValue, "time_update", translate("定时更新")) +for t = 0,23 do + e:value(t,translate("每天"..t.."点")) +end +e.default = 0 +e.rmempty = false +e.description = translate(string.format("定时更新订阅规则与Adblock Plus Hosts")) + +e = t:taboption("base", Button, "restart", translate("规则状态")) +e.inputtitle = translate("更新规则") +e.inputstyle = "reload" +e.write = function() + luci.sys.call("/usr/share/koolproxy/kpupdate 2>&1 >/dev/null") + luci.http.redirect(luci.dispatcher.build_url("admin","services","koolproxy")) +end +e.description = translate(string.format("更新订阅规则与Adblock Plus Hosts
ABP规则: %s条
fanboy规则: %s条
yhosts规则: %s条
自定义规则: %s条
Host: %s条

", s, u, p, h, i)) +t:tab("cert",translate("Certificate Management")) + +e=t:taboption("cert",DummyValue,"c1status",translate("
Certificate Restore
")) +e=t:taboption("cert",FileUpload,"") +e.template="koolproxy/caupload" +e=t:taboption("cert",DummyValue,"",nil) +e.template="koolproxy/cadvalue" +if nixio.fs.access("/usr/share/koolproxy/data/certs/ca.crt")then + e=t:taboption("cert",DummyValue,"c2status",translate("
Certificate Backup
")) + e=t:taboption("cert",Button,"certificate") + e.inputtitle=translate("Backup Download") + e.inputstyle="reload" + e.write=function() + luci.sys.call("/usr/share/koolproxy/camanagement backup 2>&1 >/dev/null") + Download() + luci.http.redirect(luci.dispatcher.build_url("admin","services","koolproxy")) + end +end + + +t:tab("white_weblist",translate("网站白名单设置")) + +local i = "/etc/adblocklist/adbypass" +e = t:taboption("white_weblist", TextValue, "adbypass_domain") +e.description = translate("这些已经加入的网站将不会使用过滤器。请输入网站的域名,每行只能输入一个网站域名。例如google.com。") +e.rows = 28 +e.wrap = "off" +e.rmempty = false + +function e.cfgvalue() + return fs.readfile(i) or "" +end + +function e.write(self, section, value) + if value then + value = value:gsub("\r\n", "\n") + else + value = "" + end + fs.writefile("/tmp/adbypass", value) + if (luci.sys.call("cmp -s /tmp/adbypass /etc/adblocklist/adbypass") == 1) then + fs.writefile(i, value) + end + fs.remove("/tmp/adbypass") +end + +t:tab("weblist",translate("Set Backlist Of Websites")) + +local i = "/etc/adblocklist/adblock" +e = t:taboption("weblist", TextValue, "adblock_domain") +e.description = translate("加入的网址将走广告过滤端口。只针对黑名单模式。只能输入WEB地址,如:google.com,每个地址一行。") +e.rows = 28 +e.wrap = "off" +e.rmempty = false + +function e.cfgvalue() + return fs.readfile(i) or "" +end + +function e.write(self, section, value) + if value then + value = value:gsub("\r\n", "\n") + else + value = "" + end + fs.writefile("/tmp/adblock", value) + if (luci.sys.call("cmp -s /tmp/adblock /etc/adblocklist/adblock") == 1) then + fs.writefile(i, value) + end + fs.remove("/tmp/adblock") +end + +t:tab("white_iplist",translate("IP白名单设置")) + +local i = "/etc/adblocklist/adbypassip" +e = t:taboption("white_iplist", TextValue, "adbypass_ip") +e.description = translate("这些已加入的ip地址将使用代理,但只有GFW型号。请输入ip地址或ip地址段,每行只能输入一个ip地址。例如,112.123.134.145 / 24或112.123.134.145。") +e.rows = 28 +e.wrap = "off" +e.rmempty = false + +function e.cfgvalue() + return fs.readfile(i) or "" +end + +function e.write(self, section, value) + if value then + value = value:gsub("\r\n", "\n") + else + value = "" + end + fs.writefile("/tmp/adbypassip", value) + if (luci.sys.call("cmp -s /tmp/adbypassip /etc/adblocklist/adbypassip") == 1) then + fs.writefile(i, value) + end + fs.remove("/tmp/adbypassip") +end + +t:tab("iplist",translate("IP黑名单设置")) + +local i = "/etc/adblocklist/adblockip" +e = t:taboption("iplist", TextValue, "adblock_ip") +e.description = translate("这些已经加入的ip地址不会使用filter.Please输入ip地址或ip地址段,每行只能输入一个ip地址。例如,112.123.134.145 / 24或112.123.134.145。") +e.rows = 28 +e.wrap = "off" +e.rmempty = false + +function e.cfgvalue() + return fs.readfile(i) or "" +end + +function e.write(self, section, value) + if value then + value = value:gsub("\r\n", "\n") + else + value = "" + end + fs.writefile("/tmp/adblockip", value) + if (luci.sys.call("cmp -s /tmp/adblockip /etc/adblocklist/adblockip") == 1) then + fs.writefile(i, value) + end + fs.remove("/tmp/adblockip") +end + +t:tab("customlist", translate("Set Backlist Of custom")) + +local i = "/usr/share/koolproxy/data/user.txt" +e = t:taboption("customlist", TextValue, "user_rule") +e.description = translate("Enter your custom rules, each row.") +e.rows = 28 +e.wrap = "off" +e.rmempty = false + +function e.cfgvalue() + return fs.readfile(i) or "" +end + +function e.write(self, section, value) + if value then + value = value:gsub("\r\n", "\n") + else + value = "" + end + fs.writefile("/tmp/user.txt", value) + if (luci.sys.call("cmp -s /tmp/user.txt /usr/share/koolproxy/data/user.txt") == 1) then + fs.writefile(i, value) + end + fs.remove("/tmp/user.txt") +end + +t:tab("logs",translate("View the logs")) + +local i = "/var/log/koolproxy.log" +e = t:taboption("logs", TextValue, "kpupdate_log") +e.description = translate("Koolproxy Logs") +e.rows = 28 +e.wrap = "off" +e.rmempty = false + +function e.cfgvalue() + return fs.readfile(i) or "" +end + +function e.write(self, section, value) +end + +t=o:section(TypedSection,"acl_rule",translate("KoolProxyR 访问控制"), +translate("ACLs is a tools which used to designate specific IP filter mode,The MAC addresses added to the list will be filtered using https")) +t.template="cbi/tblsection" +t.sortable=true +t.anonymous=true +t.addremove=true +e=t:option(Value,"remarks",translate("Client Remarks")) +e.width="30%" +e.rmempty=true +e=t:option(Value,"ipaddr",translate("IP Address")) +e.width="20%" +e.datatype="ip4addr" +luci.ip.neighbors({family = 4}, function(neighbor) + if neighbor.reachable then + e:value(neighbor.dest:string(), "%s (%s)" %{neighbor.dest:string(), neighbor.mac}) + end +end) +e=t:option(Value,"mac",translate("MAC Address")) +e.width="20%" +e.rmempty=true +e.datatype="macaddr" +luci.ip.neighbors({family = 4}, function(neighbor) + if neighbor.reachable then + e:value(neighbor.mac, "%s (%s)" %{neighbor.mac, neighbor.dest:string()}) + end +end) +e=t:option(ListValue,"proxy_mode",translate("访问控制")) +e.width="20%" +e.default=1 +e.rmempty=false +e:value(0,translate("不过滤")) +e:value(1,translate("http only")) +e:value(2,translate("http + https")) +e:value(3,translate("full port")) + + + + + +t=o:section(TypedSection,"rss_rule",translate("KoolProxyR 规则订阅"), translate("请确保订阅规则的兼容性")) +t.anonymous=true +t.addremove=true +t.sortable=true +t.template="cbi/tblsection" +t.extedit=luci.dispatcher.build_url("admin/services/koolproxy/rss_rule/%s") + +t.create=function(...) + local sid=TypedSection.create(...) + if sid then + luci.http.redirect(t.extedit % sid) + return + end +end + +e=t:option(Flag,"load",translate("启用")) +e.default=0 +e.rmempty=false + +e=t:option(DummyValue,"name",translate("规则名称")) +function e.cfgvalue(...) + return Value.cfgvalue(...) or translate("None") +end + +e=t:option(DummyValue,"url",translate("规则地址")) +function e.cfgvalue(...) + return Value.cfgvalue(...) or translate("None") +end + +e=t:option(DummyValue,"time",translate("更新时间")) + +function Download() + local t,e + t=nixio.open("/tmp/upload/koolproxyca.tar.gz","r") + luci.http.header('Content-Disposition','attachment; filename="koolproxyCA.tar.gz"') + luci.http.prepare_content("application/octet-stream") + while true do + e=t:read(nixio.const.buffersize) + if(not e)or(#e==0)then + break + else + luci.http.write(e) + end + end + t:close() + luci.http.close() +end +local t,e +t="/tmp/upload/" +nixio.fs.mkdir(t) +luci.http.setfilehandler( +function(o,a,i) + if not e then + if not o then return end + e=nixio.open(t..o.file,"w") + if not e then + return + end + end + if a and e then + e:write(a) + end + if i and e then + e:close() + e=nil + luci.sys.call("/usr/share/koolproxy/camanagement restore 2>&1 >/dev/null") + end +end +) + + + +return o diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua b/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua new file mode 100644 index 000000000..b8cca5a59 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/lib/lua/luci/model/cbi/koolproxy/rss_rule.lua @@ -0,0 +1,36 @@ +local m, s, o +local koolproxy = "koolproxy" +local sid = arg[1] + +m = Map(koolproxy, "%s - %s" %{translate("koolproxy"), translate("编辑规则")}) +m.redirect = luci.dispatcher.build_url("admin/services/koolproxy") + +if not arg[1] or m.uci:get(koolproxy, sid) ~= "rss_rule" then + luci.http.redirect(m.redirect) + return +end + +-- [[ Edit Rule ]]-- +s = m:section(NamedSection, sid, "rss_rule") +s.anonymous = true +s.addremove = true + +o=s:option(Flag,"load",translate("启用")) +o.default=0 +o.rmempty=false + +o=s:option(Value,"name",translate("规则描述")) +o.rmempty=true + +o=s:option(Value,"url",translate("规则地址")) +o.rmempty=false +o.placeholder="[https|http|ftp]://[Hostname]/[File]" +function o.validate(self, value) + if not value then + return nil + else + return value + end +end + +return m diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/cadvalue.htm b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/cadvalue.htm new file mode 100644 index 000000000..73a617d84 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/cadvalue.htm @@ -0,0 +1,8 @@ +<%+cbi/valueheader%> + +<% + local val = self:cfgvalue(section) or self.default or "" + write(pcdata(val)) +%> + +<%+cbi/valuefooter%> diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/caupload.htm b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/caupload.htm new file mode 100644 index 000000000..73b0f132d --- /dev/null +++ b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/caupload.htm @@ -0,0 +1,5 @@ +<%+cbi/valueheader%> +
+ + +<%+cbi/valuefooter%> diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/dvalue.htm b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/dvalue.htm new file mode 100644 index 000000000..ff4117979 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/dvalue.htm @@ -0,0 +1,3 @@ +<%+cbi/valueheader%> +<%=pcdata(self:cfgvalue(section) or self.default or "")%> +<%+cbi/valuefooter%> diff --git a/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/index.htm b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/index.htm new file mode 100644 index 000000000..c34e4215d --- /dev/null +++ b/luci-app-koolproxyR/files/usr/lib/lua/luci/view/koolproxy/index.htm @@ -0,0 +1,16 @@ +<%# + Copyright 2016 Chen RuiWei + Licensed to the public under the Apache License 2.0. +-%> + +<% include("cbi/map") %> + diff --git a/luci-app-koolproxyR/files/usr/sbin/adblockplus b/luci-app-koolproxyR/files/usr/sbin/adblockplus new file mode 100755 index 000000000..f7d530ee9 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/sbin/adblockplus @@ -0,0 +1,23 @@ +#!/bin/sh +echo "$(date "+%F %T"): 正在下载adblockplus规则..." +wget-ssl --quiet --no-check-certificate https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt -O /tmp/adlist.txt +if [ "$?" == "0" ]; then + grep ^\|\|[^\*]*\^$ /tmp/adlist.txt | sed -e 's:||:address\=\/:' -e 's:\^:/0\.0\.0\.0:' > /tmp/dnsmasq.adblock + rm -f /tmp/adlist.txt + diff /tmp/dnsmasq.adblock /usr/share/koolproxy/dnsmasq.adblock >/dev/null + [ $? = 0 ] && echo "$(date "+%F %T"): adblockplus本地规则和服务器规则相同,无需更新!" && rm -f /tmp/dnsmasq.adblock && return 1 + echo "$(date "+%F %T"): 检测到adblockplus规则有更新,开始转换规则!" + sed -i '/youku/d' /tmp/dnsmasq.adblock >/dev/null 2>&1 + sed -i '/[1-9]\{1,3\}\.[1-9]\{1,3\}\.[1-9]\{1,3\}\.[1-9]\{1,3\}/d' /tmp/dnsmasq.adblock >/dev/null 2>&1 + mv /tmp/dnsmasq.adblock /usr/share/koolproxy/dnsmasq.adblock + echo "$(date "+%F %T"): adblockplus规则转换完成,应用新规则。" + echo "" + echo "$(date "+%F %T"): 重启dnsmasq进程" + /etc/init.d/dnsmasq restart > /dev/null 2>&1 + + return 0 +else + echo "$(date "+%F %T"): 获取在线版本时出现错误! " + [ -f /tmp/adlist.txt ] && rm -f /tmp/adlist.txt + return 1 +fi diff --git a/luci-app-koolproxyR/files/usr/share/koolproxy/adblock.conf b/luci-app-koolproxyR/files/usr/share/koolproxy/adblock.conf new file mode 100644 index 000000000..e69de29bb diff --git a/luci-app-koolproxyR/files/usr/share/koolproxy/camanagement b/luci-app-koolproxyR/files/usr/share/koolproxy/camanagement new file mode 100755 index 000000000..07b7d85a8 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/share/koolproxy/camanagement @@ -0,0 +1,66 @@ +#!/bin/sh +kpfolder="/usr/share/koolproxy/data" +kplogfile="/var/log/koolproxy.log" +readyfolder="/tmp/upload/koolproxy" + +backup() { + if [ ! -f $kpfolder/private/ca.key.pem ]; then + echo "未找到ca.key.pem,请先运行Koolproxy一次!" > $kplogfile + exit 1 + fi + if [ ! -f $kpfolder/private/base.key.pem ]; then + echo "未找到base.key.pem,请先运行Koolproxy一次!" > $kplogfile + exit 1 + fi + if [ ! -f $kpfolder/certs/ca.crt ]; then + echo "未找到ca.crt,请先运行Koolproxy一次!" > $kplogfile + exit 1 + fi + + mkdir -p /tmp/upload + cd $kpfolder + tar czf /tmp/upload/koolproxyca.tar.gz private/ca.key.pem private/base.key.pem certs/ca.crt + [ -f /tmp/upload/koolproxyca.tar.gz ] && echo "证书备份已成功生成。" > $kplogfile +} + +restore() { + if [ ! -f /tmp/upload/koolproxyCA.tar.gz ]; then + echo "未找到备份文件,文件名必须为koolproxyCA.tar.gz或已损坏,请检查备份文件!" >> $kplogfile + else + mkdir -p $readyfolder + cd $readyfolder + tar xzf /tmp/upload/koolproxyCA.tar.gz + fi + if [ ! -f $readyfolder/private/ca.key.pem ]; then + echo "未找到ca.key.pem,备份文件不正确或已损坏,请检查备份文件!" > $kplogfile + exit 1 + fi + if [ ! -f $readyfolder/private/base.key.pem ]; then + echo "未找到base.key.pem,备份文件不正确或已损坏,请检查备份文件!" > $kplogfile + exit 1 + fi + if [ ! -f $readyfolder/certs/ca.crt ]; then + echo "未找到ca.crt,备份文件不正确或已损坏,请检查备份文件!" > $kplogfile + exit 1 + fi + + mv -f $readyfolder/private/ca.key.pem $kpfolder/private/ca.key.pem + mv -f $readyfolder/private/base.key.pem $kpfolder/private/base.key.pem + mv -f $readyfolder/certs/ca.crt $kpfolder/certs/ca.crt + rm -rf $readyfolder + rm -f /tmp/upload/koolproxyCA.tar.gz + echo "证书成功还原,重启Koolproxy。" > $kplogfile + /etc/init.d/koolproxy restart +} + +case "$*" in + "backup") + backup + ;; + "restore") + restore + ;; + "help") + echo "use backup or restore" + ;; +esac diff --git a/luci-app-koolproxyR/files/usr/share/koolproxy/data/gen_ca.sh b/luci-app-koolproxyR/files/usr/share/koolproxy/data/gen_ca.sh new file mode 100755 index 000000000..3cf3c20fd --- /dev/null +++ b/luci-app-koolproxyR/files/usr/share/koolproxy/data/gen_ca.sh @@ -0,0 +1,29 @@ +#!/bin/sh +alias echo_date='echo $(date +%Y年%m月%d日\ %X):' + +if [ ! -f openssl.cnf ]; then + echo_date "Cannot found openssl.cnf" + exit 1 +fi +if [ -f /usr/share/koolproxy/data/private/ca.key.pem ]; then + echo_date "已经有证书了!" +else + echo_date "生成证书中..." + + #step 1, root ca + mkdir -p certs private + rm -f serial private/ca.key.pem + chmod 700 private + echo 1000 > serial + openssl genrsa -aes256 -passout pass:koolshare -out private/ca.key.pem 2048 + chmod 400 private/ca.key.pem + openssl req -config openssl.cnf -passin pass:koolshare \ + -subj "/C=CN/ST=Beijing/L=KP/O=KoolProxy inc/CN=koolproxy.com" \ + -key private/ca.key.pem \ + -new -x509 -days 7300 -sha256 -extensions v3_ca \ + -out certs/ca.crt + + #step 2, domain rsa key + openssl genrsa -aes256 -passout pass:koolshare -out private/base.key.pem 2048 + echo_date "证书生成完毕..." +fi diff --git a/luci-app-koolproxyR/files/usr/share/koolproxy/data/openssl.cnf b/luci-app-koolproxyR/files/usr/share/koolproxy/data/openssl.cnf new file mode 100755 index 000000000..e17544d08 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/share/koolproxy/data/openssl.cnf @@ -0,0 +1,132 @@ +# OpenSSL root CA configuration file. +# Copy to `/root/ca/openssl.cnf`. + +[ ca ] +# `man ca` +default_ca = CA_default + +[ CA_default ] +# Directory and file locations. +dir = ./ca +certs = $dir/certs +crl_dir = $dir/crl +new_certs_dir = $dir/newcerts +database = $dir/index.txt +serial = $dir/serial +RANDFILE = $dir/private/.rand + +# The root key and root certificate. +private_key = $dir/private/ca.key.pem +certificate = $dir/certs/ca.cert.pem + +# For certificate revocation lists. +crlnumber = $dir/crlnumber +crl = $dir/crl/ca.crl.pem +crl_extensions = crl_ext +default_crl_days = 30 + +# SHA-1 is deprecated, so use SHA-2 instead. +default_md = sha256 + +name_opt = ca_default +cert_opt = ca_default +default_days = 375 +preserve = no +policy = policy_strict + +[ policy_strict ] +# The root CA should only sign intermediate certificates that match. +# See the POLICY FORMAT section of `man ca`. +countryName = match +stateOrProvinceName = match +organizationName = match +organizationalUnitName = optional +commonName = supplied +emailAddress = optional + +[ policy_loose ] +# Allow the intermediate CA to sign a more diverse range of certificates. +# See the POLICY FORMAT section of the `ca` man page. +countryName = optional +stateOrProvinceName = optional +localityName = optional +organizationName = optional +organizationalUnitName = optional +commonName = supplied +emailAddress = optional + +[ req ] +# Options for the `req` tool (`man req`). +default_bits = 2048 +distinguished_name = req_distinguished_name +string_mask = utf8only + +# SHA-1 is deprecated, so use SHA-2 instead. +default_md = sha256 + +# Extension to add when the -x509 option is used. +x509_extensions = v3_ca + +[ req_distinguished_name ] +# See . +countryName = Country Name (2 letter code) +stateOrProvinceName = State or Province Name +localityName = Locality Name +0.organizationName = Organization Name +organizationalUnitName = Organizational Unit Name +commonName = Common Name +emailAddress = Email Address + +# Optionally, specify some defaults. +countryName_default = GB +stateOrProvinceName_default = England +localityName_default = +0.organizationName_default = Alice Ltd +organizationalUnitName_default = +emailAddress_default = + +[ v3_ca ] +# Extensions for a typical CA (`man x509v3_config`). +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid:always,issuer +basicConstraints = critical, CA:true +keyUsage = critical, digitalSignature, cRLSign, keyCertSign + +[ v3_intermediate_ca ] +# Extensions for a typical intermediate CA (`man x509v3_config`). +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid:always,issuer +basicConstraints = critical, CA:true, pathlen:0 +keyUsage = critical, digitalSignature, cRLSign, keyCertSign + +[ usr_cert ] +# Extensions for client certificates (`man x509v3_config`). +basicConstraints = CA:FALSE +nsCertType = client, email +nsComment = "OpenSSL Generated Client Certificate" +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid,issuer +keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment +extendedKeyUsage = clientAuth, emailProtection + +[ server_cert ] +# Extensions for server certificates (`man x509v3_config`). +basicConstraints = CA:FALSE +nsCertType = server +nsComment = "OpenSSL Generated Server Certificate" +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid,issuer:always +keyUsage = critical, digitalSignature, keyEncipherment +extendedKeyUsage = serverAuth + +[ crl_ext ] +# Extension for CRLs (`man x509v3_config`). +authorityKeyIdentifier=keyid:always + +[ ocsp ] +# Extension for OCSP signing certificates (`man ocsp`). +basicConstraints = CA:FALSE +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid,issuer +keyUsage = critical, digitalSignature +extendedKeyUsage = critical, OCSPSigning diff --git a/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/easylistchina.txt b/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/easylistchina.txt new file mode 100644 index 000000000..9a47c3725 --- /dev/null +++ b/luci-app-koolproxyR/files/usr/share/koolproxy/data/rules/easylistchina.txt @@ -0,0 +1,27813 @@ +[Adblock Plus 2.0] +! Checksum: uP11DneJS9+YELPpFuiAbQ +! Version: 201908301442 +! Title: EasyList China +! Chinese supplement for the EasyList filters +||https://last2.cn^$third-party +||https://0082tv.net^$third-party +||https://012.tw^$third-party +||https://033.com^$third-party +||https://0591101.com^$third-party +||https://0756j.com^$third-party +||https://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://59519.com^$third-party +||https://59hi.com^$third-party +||https://5leji.com^$third-party +||https://5mnh.com^$third-party +||https://61.160.200. +||https://63kc.com^$third-party +||https://6604.org^$third-party +||https://668559.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://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://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://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://dm1080p.com^$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://le123.cn^$third-party +||https://letaoxiaochi.com^$third-party +||https://leturich.org^$subdocument +||https://leturich.org^$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://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://qchannel03.cn^$third-party +||https://qdxrhg.com^$third-party +||https://qidou.com^$third-party +||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://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://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://sscj123.com^$third-party +||https://ssh.*.com^*!$script,third-party +||https://sspsky.com^$third-party +||https://star8.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://tagtic.cn^$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://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://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://vbtrax.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://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://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://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://1024wanzhai.$popup,third-party +||https://133gp.com^$popup +||https://189.cn/actpush/$popup,third-party +||https://35.$popup +||https://415.net^$popup +||https://76fengyun.com/vip.php$popup +||https://7866593178.com^$popup +||https://9100300.com^$popup +||https://9453hot.com^$popup +||https://aiwanma99.com^$popup +||https://ark.letv.com/t?$popup +||https://avkankankan.com^$popup,third-party +||https://baidu.com/adrc.$popup +||https://baidu.com/baidu.php?url=$popup +||https://bm999999.com^$popup +||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://duoyi.com/welcome/$popup +||https://dwz.cn^$popup +||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://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://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/shouye/moe-9 +||https://005.tv/templets/muban/js/jquery-1.8.3.js +||https://005.tv:60000/ad.js +||https://007.mx/flv/ +||https://007ds.com/js/js/ +||https://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://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://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://11129.com/800X80 +||https://111cn.net/gg_ad/ +||https://112.124.15.130/res/linuxde_www/images/cxy-ad.jpg +||https://112.126.66.58^*?mid= +||https://114shouji.com/a/1.js +||https://114txt.com/hello/ +||https://115.28.114.149^*_proxy. +||https://115.29.46.146^$subdocument +||https://115mm.com/js/ +||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://124fu.com/js/*.htm +||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://158pic.com/js/tjhd.js +||https://159i.com/p/b201u502y.js +||https://159i.com/video/pop/ +||https://159i.com/video/usr/uploads/1- +||https://159i.com/video/usr/uploads/bd/$image +||https://15hn.net/data/content +||https://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://16sucai.com/ads/ +||https://16sucai.com/images/*0 +||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://17989.com/script/index.asp +||https://17ce.com/118/ +||https://17ce.com^$subdocument +||https://17dm.com/s/common/js/*AD.js +||https://17jiaoyu.com/images/img_980x90.jpg +||https://17ok.com/focus/3j_right_jdt.shtml +||https://17yy.com/style/ifra_ad/ +||https://180.96.27.85^*.htm +||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://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://1fzw.com/content/templates/zjbnew/yxj.js +||https://1kejian.com/js/topA.js +||https://1ketang.com/Runtime/js/play +||https://1xlala.com/img/ +||https://2.56.176.42/link/ +||https://2008mm.com^*.js +||https://2008xxx.com:888 +||https://202.102.26.253:8182/files/7/lhzs1k.jpg +||https://20bmm.com:8888/js +||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/dtnew_recom_img/duoteself/ +||https://2345.com/duoteimg/duotehtml/ +||https://2345.com/duoteimg/img/*_ad_ +||https://2345.com/dypcimg/*gameRecommend.js +||https://2345.com/dypcimg/ads/ +||https://2345.com/images/activity/20180618/search-actimg +||https://2345.com/images/m/global/new-hongbao/ +||https://2345.com/jifenimg/img/common/logo.png$third-party +||https://2345.com/js/index/activity/ +||https://2345.com/js/m/bottom.float.adver.js +||https://2345.com/js/m/common/top_information.js +||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://23sc.cn/andy/ +||https://24cmm.com:8888/js +||https://24mn.me/js/total.js +||https://2500sz.com/site/ +||https://25bmm.com/js +||https://265la.com/html/ +||https://268de.com/js/ +||https://28hse.com/adsman/www/images/ +||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://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://33api.com/index.php/Article/eddata? +||https://33av.net/Uploads/ad/ +||https://33lc.com/bui/ +||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://363uu.com/banner_list.js +||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://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://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://40407.com/plus/rpad/ +||https://40407.com/plus_rpad_ +||https://40wan.com/js/www2/ +||https://42cao.com/ckplay/js.jpg +||https://4399.com/baiduad/ +||https://4399.com/loadimg/iframe_ +||https://4399.com/loadimg/loading.htm +||https://44hd.cc/js/ +||https://44pd.com^*xds/ +||https://47.100.0.249/js/thea +||https://47ks.com^*_ad.js +||https://484r.com/images/flash/gallery_ +||https://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://5054399.com/js/rice/m.js +||https://5068.com/*gg +||https://5068.com/websleft.js +||https://508ii.com/banner_list.js +||https://50yxw.com/content/uploadfile/*.gif +||https://51.com/up/bdfmt/ +||https://510mall.com//image/ +||https://5118.com/8/g.aspx +||https://512ms.com/js/index_ggw_show.js +||https://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://520boxtv.com/images/logo_top.gif +||https://520cc.cc/300aaa.gif +||https://520xs.la/js/dianrui- +||https://521000.com/co/ +||https://523525.com/img/20170508.jpg +||https://5278.cc/index.js +||https://5278.mobi/aa/ +||https://5278bbs.com/adpost_ +||https://52beiwo.com/gg. +||https://52card.net/img/ +||https://52che.com/Inc/FooterComm_ +||https://52che.com/NewLocal/TemplateHtml/headflash1_ +||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://52waha.com/static/js/func_bbs.js +||https://52wmb.com/2014js/cn_ +||https://52z.com/images/52zgg/ +||https://52zpi.com/gg/ +||https://52zy.com/other/js/ +||https://5328t.com/js/jquery.js +||https://543et.com/detail/ +||https://5442.com/style/ads5442.js +||https://54new.com/da/ +||https://55.la/anonymous/banner/ +||https://55aaee.com/detail/ +||https://56ads.com/js/main.js +||https://56img.com^*/baidu-promotion.js +||https://56img.com^*/search-engine-promotion.js +||https://56rmm.com:8888/js +||https://56shu.net/JSRmb/ +||https://570rr.com/banner_list.js +||https://576tv.com/Scripts/home.js +||https://57fx.com/img/20170508.jpg +||https://57see.com/js/ +||https://58.com/demand/content? +||https://58.com/ds/tgbrand/*.js +||https://58.com/show/ads? +||https://58cdn.com.cn/ds/tgbrand/*.js +||https://58cdn.com.cn/ds/zhuangxiu/jzad- +||https://59.36.101.209:888/link/*_280x192. +||https://591hx.com/images/0000.jpg +||https://591hx.com/js/dll.js +||https://591hx.com/js/floatbox.js +||https://591hx.com/lunbo/ +||https://591hx.com/zyrk_dy/gwjl.html +||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/js/cnzz +||https://5qqn.com/js/js/ +||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://61.10.2.86/dev/xopen.php +||https://61.164.108.104:4275/*.gif +||https://61.164.108.184^*.swf +||https://61.235.249.195^*/Default.aspx?id= +||https://62422.cn/ggimg/ +||https://63007.com:82/haodxi.js +||https://63ef.com^*.js +||https://64.120.16.146/hsk_update/upload/*.gif +||https://64bobo.com/ckplay/js.jpg +||https://66.fmx.cn/js/ +||https://6620070.com/js/ +||https://6699fa.cn/imagestb/ +||https://6699fa.cn/js/ +||https://66kkl.com/tools/ +||https://66rd.cn/pic/*.swf +||https://66wz.com/adv2/ +||https://66wz.com/data/attachment/portal/ +||https://66wz.com/eap/ +||https://66ys.tv/d/ +||https://67.159.44.187/js/v1.js +||https://6789.com/media/images/jiao.swf +||https://678pan.com/TC/ +||https://678pan.vip/ad.js +||https://688900.net/js/ok/ +||https://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://7160.com/js/tiaozhuanquanju.js +||https://71bmm.com:8888/js +||https://726dy.com/726pic/ +||https://733.so/template/wap1/js/all_css.js +||https://75.125.41.29:8080/ +||https://76.73.85.179/js/v1.js +||https://76fengyun.com/70070.gif +||https://76fengyun.com/jsa/ +||https://76mao.com/52 +||https://76wmm.com:8888/js +||https://76xh.com/skin/zxf/js/*Out.js +||https://76xh.com/skin/zxf/js/ad +||https://775mz.com/js/jquery.js +||https://777g.me/cs/ +||https://77ds.vip/js/shichuang.js +||https://77file.com/jsa/ +||https://77kan.com/jquery/ +||https://7893com.com/img/*.gif +||https://78dm.net/channel/test? +||https://78land.com/js/fumeiti.js +||https://797sun.com/include/js/common_footer. +||https://7c.com/7c_ +||https://7caa.com/js/js/ +||https://7hcn.com//f/*.swf +||https://7jiu.com.hk/hotsearch_box.php +||https://7junshi.com/con/ad +||https://7k7k.com^*/loding.htm +||https://7kankan.com/scripts/new/indext +||https://7m.cn/analyse/include/*_ +||https://7m.com.cn/b1/live_b +||https://7scs.com/Public/img/list- +||https://7xdown.com/bz/ +||https://7xdown.com/idcgg/ +||https://7xsf4r.com1.z0.glb.clouddn.com/lianzi.mp4 +||https://800cdn.com/go/bqad.jpg +||https://800j.com.cn/api.php?op=itemtopbanner& +||https://800j.com.cn/index.php?m=poster& +||https://8090app.com/js/right.js +||https://83133.com/api/ +||https://8585go.com/recommend +||https://8684.cn/id/ad_ +||https://8684.com/com/sys_ad_ +||https://8684.com/local/bdadv. +||https://8684.com/shuang11/ +||https://868ch.com/js/ds/index.js +||https://86uk.com/uploads/*0.gif +||https://86uk.com^$subdocument +||https://876porn.com/attachment/ +||https://880fg.com/css/*.js +||https://880sy.com/Public/js/*_gg.js +||https://88148.com/UpFile/a/2016040849191350.jpg +||https://883ads.com^*.js +||https://88448.com/images/appkai980x100.gif +||https://888dizhi.com/888/ +||https://88gs.com/agfile/ +||https://88liu.com/data/attachment/portal/ +||https://8bo.com/template/default/8bo/j/app.js +||https://8d8d.me/images/dealer.gif +||https://8maple.ru/dzcmyqv8.jpg$rewrite=abp-resource:1x1-transparent-gif +||https://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/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://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://91porri.org/fans/ +||https://91wii.com/data/ad/ +||https://91xiazai.com/qunyinguwuqi.jpg +||https://91xporn.com/fans/ +||https://92dp.com/home/showga? +||https://92uq.com/Ads/ +||https://949949.com/2013/end/hot_news.js +||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://966266.com/a-d/ +||https://9669.cn/ipdat/duilian/ +||https://9669.cn/js/jquery.play. +||https://9669.cn/refactor/js/360_ads.js +||https://973.com/static/js/pccom.js +||https://97aa1.com/g/ +||https://97daimeng.com/taobao/ +||https://98.126.219.216/ads/ +||https://98441.com^*gg +||https://9906g.com/js/jquery.js +||https://9938.net/video/tvg/footer.js +||https://9938.net/video/tvg/hot.js +||https://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/pic/ +||https://9ez.me/embd.php?type= +||https://9ht.com/images/1200p.gif +||https://9ifz.cc/ling/index/ +||https://9ihome.com/info/ADTopvnet/ +||https://9ist.com/others/ad/ +||https://9kjj.com/images/*.gif +||https://9ku.com/aaa/ +||https://9tour.cn/x2/images/czmf.jpg +||https://9w1an.com/special/ +||https://9wcn.com/gcld/500.gif +||https://9ye.com/Files/Editor/ad/ +||https://9zvip.net/hi5asd/ +||https://a.jiaodong.net/a/2013/ +||https://a.jyeoo.com/js? +||https://a.v.duowan.com/crossdomain.xml +||https://a3v4.top/Picture/aiai.gif +||https://aaqqw.com/js/pc/ +||https://abbao.cn^*adblock +||https://abcache.com/tg/ +||https://abcache.com/xc/image/ +||https://abcache.com/youlaohu/ +||https://abcde.cn/info/uploadfile/poster/yun.png +||https://abminbuy.com/images/jiazai.png +||https://acfun.cn/appSpreadContents/danmuad/ +||https://acg.tv^$image,object +||https://acgbenzi.com^$image +||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://acgsou.com/js/nu +||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://ad.12306.cn/res/*.html +||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://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://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/imagesa/ +||https://ak47fuli.net/fd.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/*_1085845541. +||https://alicdn.com/img/ibank/*_1095372465. +||https://alicdn.com/img/ibank/*_1409595492. +||https://alicdn.com/img/ibank/*_1545027917. +||https://alicdn.com/img/ibank/*_1746120392. +||https://alicdn.com/img/ibank/*_1794478205. +||https://alicdn.com/img/ibank/*_1995781528. +||https://alicdn.com/img/ibank/*_2114606112. +||https://alicdn.com/img/ibank/*_256401016. +||https://alicdn.com/img/ibank/*_368737028. +||https://alicdn.com/img/ibank/*_434184744. +||https://alicdn.com/img/ibank/*_687764080. +||https://alicdn.com/img/ibank/*_755908572. +||https://alicdn.com/img/ibank/*_775661713. +||https://alicdn.com/img/ibank/*_872274545. +||https://alicdn.com/imgextra/i1/3491683832/TB2A4QaisjI8KJjSsppXXXbyVXa_ +||https://alicdn.com/kf/HTB1WS7FUwHqK1RjSZJnq6zNLpXaT.jpg +||https://alicdn.com/kf/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://alotof.software/wp-content/uploads/EKpYHOTLpixu/ +||https://alu.cn/2011/js/categoryAdvert.js +||https://alu.cn/alutg/ +||https://alu.cn/aluTrade/Fragments/ListAdvertisementProductsHandler. +||https://alu.cn/Ashx/AjaxGuangGao. +||https://am.zhiding.cn/www/images/$image,object,subdocument +||https://amazonaws.com.cn/static-documents/marketing/uda_banner_ +||https://amazonaws.com/s?z= +||https://amd.cn/yyets.js +||https://ammcg.imgscloud.com/toy/ +||https://ammmi.com/wp-content/uploads/2019/01/20856cf279c193.gif +||https://angelweb.cn/Inc/AngelG.js +||https://anhuinews.com/include/ +||https://anhuinews.com/zhuyeguanli/*ad/ +||https://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://appfh.com/fhyq/ +||https://appfh.com/jiu/ +||https://appfh.com/xin/ +||https://apple886.com/subs/*.js +||https://apptry.easylife.tw/pub/js/common/common.js +||https://apsgo.com/go/ +||https://aqlife.com/data/attachment/portal/ +||https://aqy102.com/js/aqy/ +||https://aqy103.com/js/aqy/ +||https://ark.le.com/s?vid= +||https://ark.letv.com/s?res= +||https://ark.letv.com/s?vid= +||https://artzd.cn/img/ +||https://asia-home.com.cn/js/yt/ytadshow +||https://aspjzy.com/jsweb/js/ +||https://aspku.com/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://autohome.com.cn/api/lives/getliveroom? +||https://autohome.com.cn/api/platformData/getFinanceBanner +||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://axjbt.com/dbxf/pctc.js +||https://ayxz.com/images/$script +||https://ayxz.com/images/enkj_small.gif +||https://azhibo.tv/arts/ +||https://azureedge.net/wp-content/cache/minify/904ff.js +||https://azureedge.net/wp-content/cache/minify/d2299.js +||https://azureedge.net/wp-content/uploads/*-AD0 +||https://b7yy.com/ad/ +||https://baby-kingdom.com/reqsads? +||https://babyhome.com.tw/public/img/640x100- +||https://backchina.com/banners/ +||https://badmintoncn.com/cbo_gg/ +||https://badmintoncn.com/cbo_include/js/cboaaa.js +||https://baidu-taobao-av.com/js/ +||https://baidu.com/?action=getadsdata& +||https://baidu.com/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/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?platform=wise&ms=1&rset=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/tcx?infos=adbanner +||https://baidu.com/tequan/adpadmin_feed/ +||https://baidu.com/ur/scun?di=contentunion +||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^*/interface/ad? +||https://baidud.cn/aoao/down_ +||https://baiduyunpan.net/t/ +||https://baike.com/3g/ads/ +||https://baike.com/iframeheightforad. +||https://baishuku.com/news/$script +||https://baixing.com/bb/*/?category= +||https://baixing.com/widget/ +||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://banyungong.org/images/1.gif +||https://banyungong.org/images/2.gif +||https://banyungong.org/Scripts/tc.js +||https://baofeng.com/images/yiqi +||https://baojia.steelcn.cn/images/$object +||https://baoliny.com/js/jing.js +||https://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://bcc.com.tw/imgs/adv/ +||https://bccnsoft.com/aac/ +||https://bcquan.me/front/components/get_global_ad +||https://bcquan.me/front/components/get_top_games +||https://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://bequge.com/images/content.js +||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://biepa.net/mm2019/sy_ +||https://biepa.net/vjs/hf.js +||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://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://boroboromi.com/js/tbclick.js +||https://bosw.net/js/bos/*960 +||https://bozhou.cn/templates/bozhoucn/css/2017ad/ +||https://bp.blogspot.com^*/s1600/dealer +||https://brand.sogou.com/micro?yyid= +||https://bs.baidu.com/app-ads% +||https://bt121.net/ats/ +||https://btbttv.net/dd/ +||https://btbuluo.com/uploads/*.gif +||https://btcfans.com/template/comiis_lssy/ad/ +||https://btdx8.com/tmp/ +||https://btjia.com/slade.js +||https://btkat.com/style/l.js +||https://btkuai.org/js/ac +||https://btkuai.org/pingbi +||https://btpian.com/static/*960.js +||https://btpian.com/static/wenquan.js +||https://btrenren.com/js/index960_ +||https://btschool.net/adv/ +||https://btspreadcn.com/images/zfb.jpg +||https://bttiantang8.net/templets/bttt/js/gonggao.js +||https://bukade.com/js/*_p_ +||https://bukade.com/js/b_ +||https://bukade.com/js/tj2.js +||https://bukade.com/tpl/2/loading.html +||https://bumimi.com/money/ +||https://buy.sina.com.tw/js/sina_popup.php +||https://buzzhand.com/images/$subdocument +||https://bvlang.com/ad/ +||https://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://c114.com.cn/default_inc/a/images/ +||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://caikuu.com/ckimages/*_gg +||https://caikuu.com/ckimages/*_zg +||https://cailianpress.com/v1/web/ad +||https://caixin.com/s?z= +||https://camster.com/promos/ +||https://candou.com/i/2000/ +||https://canton8.com/adphoto/ +||https://cao0001.com/vip/js/ +||https://cao0002.com/vip/js/ +||https://caoads.com/images/ +||https://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://ccdm6.com/Scripts/ccMedia.js +||https://cckke.com/fanhao/v/ad +||https://cctime.com/UpLoadFile/2012/11/7/201211733483705.gif +||https://cctv.com/Library/a2.js +||https://cctv5.name/data/js/ +||https://cctv5.name/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://cdsoso.me/img/hongbao.jpg +||https://cdsoso.me/static/image/760x60.jpg +||https://cdyee.com/external/5070.files/ad/ +||https://centoscn.com/money/ +||https://centoscn.com/uploads/allimg/ +||https://centurys.net/promo_ +||https://cgfdjz.net/xia.js +||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://chddh.com/G1G/ +||https://cheers.com.tw/assets/js/fancyapps- +||https://chengdu.cn/acts/phoneqss/openCornerWin/ +||https://chengtongled.com/gg/ +||https://chengtu.com/api.php?mod=ad&adid= +||https://chexun.com/delivery? +||https://chexun.net/images/sales//cxgg/ +||https://china.chemnet.com/cnbanner/ +||https://china.cn/js/common/daniel_pop/ +||https://china.cn/js/common/product_pop/ +||https://china.com.cn/2016ads/ +||https://china.com.cn/statics/js/henan/ad/ +||https://china.com.cn/statics/js/js_vag/ +||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://chinachugui.com/jsfiles/aods/ +||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://chinamedevice.cn/cnbanner/zjmz.gif +||https://chinanews.com.cn/ad2015/ +||https://chinanews.com/shipin/sptp.xml +||https://chinaqking.com/images/newPage/JLW.jpg +||https://chinaqking.com/images/qkw/jobApply1.jpg +||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://chinauui.com/fumeiti.js +||https://chinaxinge.com/gif3/ +||https://chinaxinge.com/gif4/ +||https://chinaxinge.com/html/index_pf3.js +||https://chinaz.com/2019/0815/2019081513391118.png +||https://chinaz.com/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/ziyou.jpg +||https://chinaz.com/zz_img/ +||https://chinaz.com^*_g/ +||https://chinesetoday.cn/2017/ad/*.gif +||https://chiphell.com/activity/ +||https://chjtx.com/JTaro/gg.html +||https://chnmoney.com/dfile/ +||https://chongdiantou.com/wp-content/uploads/2019/02/pzb.jpg +||https://chromeba.net/wp-content/uploads/LOIFYeTnkQrC/pounqcfHWNpr.js +||https://chuantu.biz/t2/22/1450961822x1822613148.gif +||https://chubun.com/images/banners/ +||https://chubun.com/uploads/pic/img +||https://chuiyao.com/static/jsa/ +||https://cidianwang.com/images/taobao/ +||https://cidianwang.com/inc/check.asp +||https://cidianwang.com/js/left +||https://cidianwang.com/js/right +||https://cidianwang.com/js/zdtop.js +||https://ciliba.org/Public/static/js/common-v2.js +||https://citysbs.com/chongqing/*/1920x179- +||https://citysbs.com/no/*/1190x60- +||https://citysbs.com/no/*/650x50- +||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://ckcdn.com/c/html5_ad/ +||https://ckck.vip/inc/ +||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://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/include/2011/index/js/index.js +||https://cnjxol.com/news/*.swf +||https://cnkang.com/showcodejsonp? +||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://cnstock.com/img/news/ad- +||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://cnwnews.com/zhenrui/ad/ +||https://cnyw.net/autoloader.js +||https://cnzol.com/template/style/images/lcdl.js +||https://cnzz.cn/badu.gif +||https://cnzz.cn/ssp_ +||https://cnzzla.com/public/scripts/money.js +||https://codeceo.com/images/*/beiqia +||https://codejie.net/img/xiandai.gif +||https://codejie.net/wp-content/uploads/*/1120-50. +||https://codezp.org/uploads/ +||https://comefromchina.com/images/128bestbuy +||https://content.xilu.com^$object +||https://cool-de.com/api.php?mod=js&bid= +||https://coolaler.com/index_ads/ +||https://coolpc.com.tw/img/topweb.html +||https://cp.eastmoney.com/wap/*.js +||https://cp.ifeng.com/iframe/getiframe +||https://cp121.com/js2/ +||https://cpbl-elta.cdn.hinet.net/web/images/ad_ +||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://cxacg.com/data/attachment/portal/201904/27/142830erc3qizlarlsy3uu.jpg +||https://cy1234.space^*sifang/ +||https://cztv.com/201506/02/124d35111e8f180c96f99acbcbdf5de6.jpg +||https://d.pixiv.org/show?zone_id= +||https://d1.sina.com.cn^$object,script +||https://d2.sina.com.cn^$object,script +||https://d2epwh5sm67a3s.cloudfront.net/assets/*vpn +||https://d3.sina.com.cn^$object,script +||https://d4.sina.com.cn^$object,script +||https://d5.sina.com.cn^$image +||https://d5.sina.com.cn^$object,script +||https://d7w.net/static/d7wad/ +||https://da-fan-shu.cn/images/kuaijie.jpg +||https://da.duowan.com/loc/ +||https://dabaoku.com^$object,script,subdocument +||https://dabin69.com/data/attachment/portal/ +||https://dagou2018.com/js/item +||https://dailynews.sina.com/gb/ads/ +||https://dajiadu8.com/17.js +||https://dajiazhao.com/login/reg.js +||https://dandanzan.com/res/*.js +||https://dangdang.com/adall. +||https://danji6.com/style/style2016/js/gaosuxiazai.js +||https://danji6.com/xingg/ +||https://danlan.org/KFC/ +||https://danmeixsw.com/js/mwap.js +||https://dataguru.cn/site_ +||https://dataoke.com/api/component/code-info/v1? +||https://daweijita.com/2014/08/ad_head +||https://daweijita.com/2015/10/shopad +||https://dayanzai.me/Computer.png +||https://dburl.xyz/js/ +||https://dbw.cn/eap/js/db/dbwad_ +||https://dbw.cn/eap/js/hl/hlj_ad +||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/images/qcloud/ +||https://debugease.com/static/js/show.js +||https://delivery-pc.wasu.cn/d/frontJs/3.0$rewrite=abp-resource:blank-js +||https://delivery-pc.wasu.cn/d/js/ +||https://demaxiya.com/v4/dd/ +||https://deyangs.com/img/ +||https://dfcfw.com/EMFloatFrame/ +||https://dfcfw.com/js/*/emfloatmedia_ +||https://dfcfw.com/js/tg/rightAd_v2.js +||https://dfcfw.com/public/js/left.js +||https://dftoutiao.com/dfpcitv/pcitv?jsonpcallback= +||https://dftoutiao.com/dfpcitv/pcitv?type= +||https://dhzw.org/m- +||https://dianmi.net/tj/tj1.js +||https://dianyingbar.com/api/get.json +||https://diaoyu123.com/cpro/show.js +||https://dichan.com.au/newhouse/pinnacle/images/bcastr3.swf +||https://dig.chouti.com/advert +||https://dilidili.wang/ad/ +||https://dilidili.wang/shouye/ +||https://dilidili.wang/uploads/allimg/170720/6_1500209066.jpg +||https://dingniugu.com/newskin/js/backTop.js +||https://dingniugu.com/newskin/js/public.php +||https://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/js/list_right_ +||https://djicdn.com/uploads/ad_image_file/ +||https://djkk.com/ak/ +||https://djwma.com^*960.gif +||https://dm530.net/js/newjs/ +||https://dm530.net/pic/fgr/*.js +||https://dmzj.com/js/ad/ +||https://dmzj.com/js/m_BtmApp.js +||https://dn-geekpark-new.qbox.me/uploads/ad/ +||https://dnvod.tv/listprovider/ajaxlist.async.ashx +||https://dnwx.com/pic/*_978x60. +||https://dnwx.com/pic_ad/ +||https://dnwyb.tv/a/$xmlhttprequest +||https://docin.com/docin_adv/ +||https://docin.com/jsp_cn/ad/ +||https://doczj.com/js/common.js +||https://dol.tianya.cn/s?z=tianya& +||https://dongfangtai.com/2018/ +||https://dospy.com/hezuo/ +||https://dota2.uuu9.com^$subdocument +||https://doub.io/wp-content/themes/yusi1.0/js/jquery.min.js +||https://doub.io/wp-content/uploads/ +||https://doub.pw/abc/ +||https://doub.pw/ss-jc23/ +||https://douban.com/?unit=dale_movie_trailer_after_play& +||https://douban.com/view/dale-online/dale_ad +||https://douban.com^*/fm_bgad.js +||https://doubanio.com^*/js/ad. +||https://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/common/share/play.swf?room_id=30 +||https://douyucdn.cn/common/simplayer/assets/effect/cpsUI_ +||https://douyucdn.cn/dyfelocal/act/*/ad.png +||https://douyucdn.cn/japi/sign/web/getinfo +||https://down.admin5.com/z/ +||https://down12.com^*/bdvert.js +||https://downbank.cn/js/g.js +||https://downhot.com/Res/js/arc.js +||https://downhot.com/Res/js/main.js +||https://download.game.yy.com/crossdomain.xml +||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://duanwenxue.com/shuang11/ +||https://duba.com/baidu +||https://duba.com/dhads?id= +||https://duba.com/static/*/iframe/baidu_ +||https://duba.com/static/*/images/*.swf +||https://duba.com/static/*/js/home/ad/ad. +||https://duba.com/static/images/public/20181110/14661d41048e09e2d523dd2e5f0c6310.png +||https://dufile.com/jsa/ +||https://duote.com/soft/ads/baiduAd.html +||https://duouoo.com/vss/right-ssd.js +||https://duouoo.com/vss/wz +||https://dwstatic.com^*/p/livetip/ +||https://dy2018.com/js/tj.js +||https://dy2018.com/js17/ +||https://dy2018.com/jsdd/ +||https://dyguo.com/pc/*0.js +||https://dyguo.com/pc/nr336.js +||https://dyjqd.com/images/js/dyjqd.js +||https://dyncdn.me/static/20/js/expla +||https://dyncdn2.com/static/20/js/expla +||https://dysfz.tv/js/adtop_ +||https://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/data/attachment/portal/ +||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/detail_ +||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^$subdocument,~third-party +||https://eastmoney.com/banner/ +||https://eastmoney.com/js/headbiggg_ +||https://eastmoney.com/js/news_fixed_ +||https://eastmoney.com/trade/hqb_hq.html +||https://eat-travel.com.tw^$third-party +||https://ebiotrade.com/jslibrary/js +||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://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/templates/js/other/yxj +||https://eeyy.com/templates/js/popback.js +||https://eeyy.com/uploadfile/img/beitou +||https://elecfans.com/baidu_m.html +||https://elecfans.com/images2012/pcb.gif +||https://emoney.cn/www/officalWebStatic/js/slideAd.js +||https://emu999.net/nds/ +||https://emule.org.cn/km.gif +||https://emule.org.cn/templets/default/ +||https://en8848.com.cn/js/ad +||https://en8848.com.cn/js/content. +||https://en8848.com.cn/js/lianxi.js +||https://enet.com.cn/eschool/includes/gdtup/tu6/slide.js +||https://enet.com.cn/mem_str_zoneid= +||https://enread.com/img/185-50.gif +||https://enshi.cn/userfiles/esrb/$object,subdocument +||https://ent.mb.baidu.com/webgamepage/GameAPP/ +||https://entry.baidu.com/rp/home? +||https://eol.cn/e_busi/ +||https://eol.cn/e_images/gk/jnc +||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://epinv.com/wp-content/themes/ep/js/single.js +||https://epinv.com/wp-content/themes/ep/tu/*250.js +||https://epinv.com/wp-content/themes/ep/tu/*300.js +||https://epinv.com/wp-content/themes/ep/tu/epzz.js +||https://epinv.com/wp-content/themes/ep/tu/hkw.jpg +||https://epinv.com/wp-content/themes/ep/tu/yinshu.gif +||https://eprice.com.tw/img/dis/file/ +||https://eprice.com.tw/img/tw_m/ad/ +||https://eprice.com.tw/js/swfobject-2.3.js +||https://eqq9.com/js/js/ +||https://eryamishu.com/zb_system/image/logo/64060.png +||https://eryamishu.com/zb_users/upload/2016/04/201604061459908985564295.jpg +||https://es3984.review/02_cn_ad/ +||https://etest8.com/js/158/infojs/ +||https://etf88.com/jjb/*_ad$script +||https://etf88.com/swf/ +||https://etfunhome.com/images/kk.gif +||https://etnet.com.hk/ad2014/ +||https://etnet.com.hk/www/tc/stocks/ads/ +||https://ettoday.net/banners/ +||https://ettoday.net/events/ad-tab/ +||https://ettoday.net/funfuntrip/ +||https://ettoday.net/style/hot-trip/js/travel-action.js +||https://ettoday.net^*/ad/ +||https://everyonepiano.cn/Public/*0x +||https://eyusky.net/weixin-img/zhifubao.jpg +||https://eyuyao.com/yyad/ +||https://eyy5.cn/data/attachment/freeaddon_banner/ +||https://ezprice.com.tw/ezysm/ +||https://ezprice.com.tw/js/*_ysm_ +||https://f8dy.tv/template/m1938/js/b +||https://f8dy.tv/template/m1938/js/foot.js +||https://fabuye.vip/zhuanfa/ +||https://faiusr.com/2/ABUIABACGAAg_dCW0gUo7NqNJjDgATh3.jpg +||https://faiusr.com/3/ABUIABADGAAgkIXb6gUo-L_AwwcwsAk4Wg.gif +||https://faloo.com/ou/site/ +||https://familydoctor.com.cn/aiframe/ +||https://familydoctor.com.cn/c/a/000/ggw_ +||https://fang.com/afp/door/ +||https://fang.com/house/ajaxrequest/adverTlGet. +||https://fang99.com^*/advjs/ +||https://fangying.tv/assets/xzy- +||https://fanhaobao.net/wp-content/themes/xiu/js/single.js +||https://fanhaodang.org/Runtime/js/ +||https://fanquanwang.com/uploads/ad/ +||https://fans.*.space/fans/*.php +||https://fantasy.tv/img/adImg +||https://fantizi5.com/js/baiduad +||https://faquanya.com/weixin/ +||https://fastadmin.net/uploads/store/aliyun- +||https://faxingw.cn/js/*0 +||https://faxingw.cn/js/*ad +||https://faxingw.cn/js/detailgcbox.js +||https://fbcinema.com/wp-content/uploads/2017/12/138bet +||https://fc2fan.net/js/check_focus.js +||https://fcai.com/ifengIndex.html +||https://fd173.cn^$third-party +||https://fdc.com.cn/cms/js/bbs/bbstonglan.js +||https://fdc.com.cn/cms/js/bbs/dl.js +||https://fdc.com.cn/cms/js/home_js/*_move_ +||https://fdc.com.cn^*adv +||https://fdc.my0511.com^$script +||https://feesoon.com/js/cnzz_ +||https://feiwan.net/zqcom_style/ad/ +||https://feizl.com/images/smdd/ +||https://fenxiangdashi.com/img/banner/ +||https://fenxiangdashi.com/Res/js/detail_ +||https://fff1208.supfree.net/stat.asp +||https://fh21.com.cn/partners/ +||https://file.cloud.sogou.com/*/superzone/ +||https://file.ws.126.net/house/nj/*.swf +||https://files.jb51.net/image/ +||https://firefoxchina.cn/2014/*_foxphone.png +||https://firefoxchina.cn/res/js/fchina_video-min.js +||https://firefoxchina.cn/v2/json/floatBanner.json +||https://firefoxchina.cn^*49560. +||https://firefoxchina.cn^*_couplet +||https://firefoxchina.cn^*_topbanner +||https://fj.sina.com.cn/iframe/63/ +||https://fjisu.com/js/wap-tg.js +||https://fjlqqc.com/common/api/v1.0/slot-code/ +||https://fjlyfdc.com.cn/hxhad/ +||https://flash.mycar168.com/data/js/ +||https://flash8.net/flash8_a_d_s/ +||https://flightclub.cn/WidgetHot? +||https://flighty.cn/images/ +||https://flxdaily.com/wp-content/plugins/flxdaily/script.js +||https://flyertea.com/plugin.php?id=he_topad +||https://flyoffline.com/images/miaoshou- +||https://flyoffline.com/images/ss- +||https://flyoffline.com/images/vpn- +||https://fobshanghai.com/bbsad/ +||https://fontke.com/custom/ +||https://foodmate.net/file/script/A +||https://forimg.com/js/content/ +||https://forum.51nb.com/images/ +||https://fpdisplay.com/templates/default/js/palyflash_ +||https://fpdisplay.com/upload/n_ad/ +||https://fqsousou.com/statics/pc/img/wx1.png +||https://fragment.firefoxchina.cn/html/ +||https://free9.net/images/pic/dhc2013.gif +||https://free9.net/myc/myc.js +||https://freehao123.com/wp-content/uploads/2017/05/mmkdm.png +||https://freep.cn/zhuangxiu_ +||https://front-adsnew.babyhome.com.tw/jwplayer/jwplayer.js +||https://fsehome.com/images/ad_tan.js +||https://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://fulishequ.com/abc/images/ +||https://fullyu.com/js-lib/jquery.modal. +||https://func.tw/image/func2.png +||https://funshipin.com/v1/js/footerhongbao.js +||https://fx110.com/Pub/Ghz/GetModel +||https://fx110.com/Scripts/1.0.0/gulpmin/Ghz/ +||https://fx110.com/Styles/1.0.0/dist/Ghz/MatrixAds. +||https://fx114.net/images/bangbaotao.jpg +||https://fx168.com/am.js +||https://fxxz.com/skin/know/ +||https://fzbm.com/bbs/static/js/bma.js +||https://fzlol.com/images/$script +||https://fzpchome.com/txt/$script +||https://g-years.com/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://gameapps.hk/images/banners/ +||https://gameapps.hk/images/d/20170516/e334d088b4440fb9.png +||https://gameapps.hk/js/content_ +||https://gameapps.hk/js/determine_page_ +||https://gamefy.cn/cookiead.php +||https://gamersky.com/bgpic/ +||https://gamersky.com/common/tg/ +||https://gamersky.com/g/gamerskyflash.js +||https://gamersky.com/gsinc/content_bg.js +||https://gamersky.com/img/ +||https://gamersky.com^*.htm$subdocument +||https://games.ifeng.com^$subdocument +||https://games.ifeng.com^*.shtml?v= +||https://gamme.com.tw/event/ghost2019/pc/index.html +||https://gamme.com.tw/ga/ +||https://gamme.com.tw/uploads/*?2 +||https://ganji.com/content.php +||https://ganjistatic1.com^*-banner- +||https://ganjistatic1.com^*/adm/ +||https://gansudaily.com.cn/2017zt/images/*gg +||https://gaofen.com/source/plugin/gaofen_ad/ +||https://gaoqing.la/wp-content/uploads/*/gg +||https://gaoqing.la/wp-content/uploads/2019/05/ed5e6a1dly1fx2qut6mgoj20r907h0xh.jpg +||https://gaoqingyy.net/baidu.js +||https://gaoqingyy.net/hengfutupian/ +||https://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://geekpark.net/api/v1/ads +||https://geilwx.com/read/ad +||https://gemgsx.com/js/ +||https://getitfree.cn/wp-content/plugins/anti- +||https://getscriptjs.com/p.js +||https://gexing.com/api/api_get_tankuang.php? +||https://gexing.com/i/*960x +||https://gexing.com/j/??zmask.js,easing.js? +||https://gezila.com/v3/ad/ +||https://gfan.com/plugin.php?id=gfan_viewpic:gfan_adView +||https://gfan.com/press/ +||https://gg-led.com/uploadFile/uploadCompanyLogo/*.gif +||https://gg163.net/js/163bbsad.js +||https://gg163.net/js/gg163ad.js +||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.com/js/ +||https://go2av.com/for_ad/ +||https://go2av.com/js/AM.js +||https://go2tutor.com/lifebox.asp +||https://gogorenti.wang/js/m_cp +||https://golangtc.com/bar/ +||https://gold678.com/news/js/layer/layer.js +||https://gome.com.cn/flight? +||https://gongfupian.com/js/wuxiatui/ +||https://gongfupian.com/template/new2014/gftui/ +||https://gongshe99.com/d/js/gongshe/gsw +||https://goodgupiao.com/skins/default/js/backTop.js +||https://goproxy.cc/api.php +||https://gougou2018.com/js/item +||https://goupu.org/1files/*.gif +||https://goupu.org/1files/*.htm +||https://goupu.org/1files/*.swf +||https://goupu.org/1files/guidebar/ +||https://gpcxw.com/file/js/img/*.gif +||https://gpsuu.com/yhj.gif +||https://gpxz.com/js2/ +||https://gq.com.tw/event/$subdocument +||https://greatfire.org/widget +||https://greenxf.com/js/2019/ +||https://greenxiazai.com/d/js/v/ +||https://gter.net/index.html?c=foot_js&type=footer.js +||https://gtimg.com/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://gusuwang.com/api/gsw_ +||https://gusuwang.com/ymsextweb/fullggw/ +||https://gusuwang.com/ymsextweb/images/index/ist_t.jpg +||https://gusuwang.com/ymsextweb/javascript/gs +||https://guyizhou.cn/temp/top_banner_ +||https://gvm.com.tw/scripts/jquery.colorbox- +||https://gwbnsh.net.cn/hd/unicom/ad.html +||https://gxnews.com.cn/clientscript/index_duilian_ +||https://gxnews.com.cn/upload/index/*.swf +||https://gywb.cn/cs_mulu/ +||https://gywb.cn/gggl/ +||https://gzzza.com/html/ +||https://hackhome.com/hz/*down +||https://hackhome.com/js/*top.js +||https://hackhome.com/js/bhref.js +||https://hackhome.com/js/dright.js +||https://hackhome.com/js/zt.js +||https://hackhw.com/ckjs/ +||https://haha.mx/images/float-ad/ +||https://haha.mx/images/market/ +||https://haha.mx/upload/data/detail_ +||https://haha.mx/upload/data/list_sidebar_ +||https://haiwaiyy.com/B970X90.gif +||https://halihali.me^*/js/low.js +||https://halihali.me^*/js/nscript.js +||https://hangzhou.com.cn/extra/flash/hzwarticle300.swf +||https://hangzhou.com.cn/images/flashyingpian.swf +||https://hangzhou.com.cn/inc_hzw/ +||https://hanhande.com/upload/180330/4182613_143K0437.jpg +||https://hanjutv.com/index.php?c=dudu_ +||https://hanjutv.com/statics/skin/hjtv-pc/js/push.js +||https://hanjutvn.com/template/alifun/js/Tmall/ +||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://haochi123.com/Js/Fun_Effects_HT9.js +||https://haofs.com/haofs/ggapi.asp +||https://haoju5.com/js/bbb/ +||https://haokan5.com/js/haokanjs/2014_ +||https://haokan5.com/js/haokanjs/playa +||https://haokan5.com/js/haokanjs/tj.js +||https://haokan5.com/js/haokanjs/youxiajiao.js +||https://haokan58.com/pcgg/ +||https://haokongbu.com/plus/show.php +||https://haolepic.com/blz/ +||https://haolepic.com/js/ +||https://haopp02.com/js/ +||https://haoring03.com/ads/ +||https://haosf.com/kan.htm +||https://haote.com/style2017/2017images/banner/ +||https://haotxt.com/index.php?m=book/ad& +||https://haoxxoo.com/player/ad.html +||https://happyhongkong.com/images/client/ +||https://haxiu.com/data/cache/myadn- +||https://hc360.cn/js/module/info/info_liuliangbao.js +||https://hc360.com/images/14826/289x90.jpg +||https://hc360.com/js/*hezuo.js +||https://hc360.com/js/build/source/widgets/flowbao/flowbao.js +||https://hc360.com/js/hcpop_ +||https://hc360.com/js/module/info/info_liuliangbao.js +||https://hc360.com/list/iframe_2011hezuo.shtml +||https://hc360.com/list/iframe_2012ad_ +||https://hc360.com/list/iframe_end_textadv.shtml +||https://hc360.com/list/iframe_right_ad_ +||https://hc360.com/news/201207/201207241712413488.jpg +||https://hc360.com/security/201409/201409021830024990.jpg +||https://hcmoo.com/mm.js +||https://hcomic.in/post/js/jquery +||https://hcomic.in/wp-content/themes/boomog/js/list +||https://hcw888.com/Plug/GG.asp +||https://hcwang.cn/images/g/*.swf +||https://hdsky.me/adv/ +||https://hdslb.com/bfs/ad/ +||https://hdslb.com/js/core-v5/picment. +||https://he2d.com/crossdomain.xml +||https://hebei.com.cn/eap/ +||https://hebei.com.cn/swf/ +||https://hebei.com.cn/sys/online_calc.js +||https://hebtv.com/d/a/thea +||https://hefei.cc/templates/default/index_ad +||https://heiguang.com/f/uad/ +||https://hellojava.com//bja/tanzhou.jpg +||https://henan.sina.com.cn/iframe/7/ +||https://henan100.com/d/file/indexad/ +||https://henan100.com^*/ad_article/ +||https://henan100.com^*/images/ad_content_ +||https://henghost.com^$third-party +||https://herogame.com^$subdocument +||https://hexun.com/gphqtc/ +||https://hexun.com/wxcms/ad/ +||https://hexunimg.cn/m/images/ad_ +||https://hf365.com/0/13/79/87/13798795_912593.jpg +||https://hf365.com/0/14/31/00/14310068_933922.png +||https://hf365.com/0/14/60/93/14609355_921128.jpg +||https://hf365.com/0/15/64/87/15648725_922274.jpg +||https://hh010.com/1/ +||https://hh010.com/data/attachment/common/0a/ +||https://hh010.com/static/img/ +||https://hiao.com/node/node_27508.htm +||https://hiapk.com/uploads/AD/ +||https://hifidiy.net/www/2015/08/18/HIFIDIY_Compat.swf +||https://hinet.net/radio/getAdcode.do +||https://hinews.cn/js/09page/10pagesjbtj +||https://histock.tw/ad/ +||https://hiwenku.com/getRightAdv +||https://hk-pub.com/forum/images/banner/ +||https://hkacger.com/showimage.php?i=dlsite1709NEKOPARA +||https://hkcna.hk/upload/6/2011/0608/U139P22T6D51F96DT20110608114515.jpg +||https://hkcna.hk/upload/6/2011/0909/U127P22T6D70F98DT20110914111852.swf +||https://hkcoding.com/chequeconvert/img/grammarly- +||https://hkcoding.com/img/ +||https://hkepc.com/forum/api/unimhk_ +||https://hkepc.com/prepared/images/b608.png +||https://hkgolden.com/forum_allpage_bottom.htm +||https://hkgolden.com/google_ad +||https://hkgolden.com/GoogleFrontPageAd.html +||https://hkgolden.com/hkg.js +||https://hkgolden.com/HKG_PRODUCT.htm +||https://hkgolden.com/js/faall1.js +||https://hkgolden.com/js/fpall.js +||https://hkgolden.com/mtg/ +||https://hkgolden.com/yahoo_ad +||https://hkgolden.com^*_ad.aspx +||https://hkitblog.com^*-banner +||https://hktvmall.com/api/preroll/getList? +||https://hmghmg.com/tb +||https://hmog.me/tb +||https://hn-pc.com/css/Fun_Div.js +||https://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://hot000.com/m- +||https://hotavxxx.com/images/*96 +||https://hoteastday.com/newspc/show? +||https://house.sina.com.cn/2.0/abp/ +||https://house365.com/*ads/201 +||https://house365.com/js/lbpopup.js +||https://housefindeasy.com/images/*banner978x90. +||https://housefindeasy.com/images/vip_ads +||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://hsbianma.com/content/images/*-ad- +||https://htcui.com/wp-content/uploads/2018/12/jdyzu-b.png +||https://htcui.com/wp-content/uploads/2018/12/xtfen-b.png +||https://htcui.com/xtfen.gif +||https://htpc1.com/iBT/tools/ +||https://htqyy.com/kiees/ +||https://httpcn.com/images/ad_ +||https://httpcn.com/Images/banner +||https://httpcn.com/images/topimg/ +||https://httpcn.com/include/ad1/ +||https://httpcn.com/tg/ +||https://httpwwwdcom.com/js/aaa/ +||https://huabian.com/hb/ad/ +||https://huacolor.com/d/js/v/hc +||https://huaiduoduo.info/Runtime/js/ +||https://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://huimg.cn/e/hd.e.wap. +||https://huizu100.com/data/attachment/portal/ +||https://hunantv.com/ui/2014/images/hao123.jpg +||https://huoche.net/Images/pc/ad_ +||https://huoche.net/public/huoche/ad/ +||https://huoyan.tv/yb/img/*.gif +||https://hupu.com^*/stream.js +||https://hur.cn/AhurD/*.gif +||https://hxjs.tool.hexun.com +||https://hxsame.hexun.com +||https://hxsd.com/templets/js/looyu_pop.js +||https://hxsxw.com/hxsxw666/ +||https://hxsxw.com/js/float.js +||https://hxyl.net/js/tv.js +||https://hy5.com.cn/admin/ +||https://hybbs.com/i/$image,object +||https://hznzcn.com/moban/youxiajiao.js +||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://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://icaile.com/z.php?id= +||https://iciba.com/www/img/activity/common/active-11-11.js +||https://ickd.cn/act/ +||https://ickd.cn/mobile/js/touch +||https://icnkr.com/cnkradv/ +||https://icnkr.com/data/attachment/portal/ +||https://idaima.com/ycz/ajax/get_items_for_bejson/ +||https://idcquan.com/linux/cio_new.html +||https://idv.st/dns/bar.htm +||https://ieche.com/global/*/ad/ +||https://ieche.com/InAds/ +||https://ieforex.com/r/cms/www/red/red2/images/*0. +||https://ifeng.com/a_if/ +||https://ifeng.com/bbsfile/js/ifeng_tip.js +||https://ifeng.com/burroughsnews? +||https://ifeng.com/cc? +||https://ifeng.com/client_share_bottom_ +||https://ifeng.com/iframe/quickbet +||https://ifeng.com/iframe/toquickbet +||https://ifeng.com/sc? +||https://ifeng.com/showcode? +||https://ifeng.com/ssi-incs/ +||https://ifeng.com/statics/comment_baidu.html +||https://ifeng.com/wapAdversApi? +||https://ifeng.com^*&ADUNITID= +||https://ifeng.com^*=YWRp +||https://ifengimg.com/*/taobaopudi/ +||https://ifengimg.com/1d124ac5e89463af/2013/0125/rdn_51023a5071d32.jpg +||https://ifengimg.com/29daa33abbbc4bbc/2015/7/aogute.gif +||https://ifengimg.com/29daa33abbbc4bbc/2015/7/titad.gif +||https://ifengimg.com/6e0e559e19f25e8b/2013/1226/shoucheng +||https://ifengimg.com/a/*/core201 +||https://ifengimg.com/a/*/openclient.js +||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/a/c.js +||https://ifengimg.com/b/b.js +||https://ifengimg.com/b/c.js +||https://ifengimg.com/c337cf1a3749e953/2015/0301/rdn_54f25a4228062.jpg +||https://ifengimg.com/ch_sd_ +||https://ifengimg.com/edsd +||https://ifengimg.com/iamsImg/*_w100_h550. +||https://ifengimg.com/iamsImg/*banner +||https://ifengimg.com/ifeng/sources/ +||https://ifengimg.com/iis/iis_ +||https://ifengimg.com/m/ax.js +||https://ifengimg.com/m/img.js +||https://ifengimg.com/mappa/ +||https://ifengimg.com/md/*/v_responsive +||https://ifengimg.com/p/ax_ +||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/tres/js/*/idemin_noif.js +||https://ifengimg.com/w702_h371/ +||https://ifengimg.com/wap/js/wp.js +||https://ifengimg.com/wrlgs1yu5o9- +||https://ifengimg.com/xingzhao/JS/ +||https://ifengimg.com/zhishaofei/js/ +||https://ifengimg.com^*-gewindow- +||https://ifengimg.com^*/100-100- +||https://ifengimg.com^*/1000-90- +||https://ifengimg.com^*/1000X90- +||https://ifengimg.com^*/300-300- +||https://ifengimg.com^*/300-300. +||https://ifengimg.com^*/aplayer.xml +||https://ifengimg.com^*/backwindow.js +||https://ifengimg.com^*/embed*.js +||https://ifengimg.com^*/feed.js +||https://ifengimg.com^*/fullscreen +||https://ifengimg.com^*/hddw- +||https://ifengimg.com^*/hover.js +||https://ifengimg.com^*/iframe_load_ +||https://ifengimg.com^*/o.js +||https://ifengimg.com^*/rdn_*.js? +||https://ifengimg.com^*/shfwq +||https://ifengimg.com^*/sources/i.js +||https://ifengimg.com^*/sources/inice_abc.js +||https://ifengimg.com^*/sources/j.js +||https://ifengimg.com^*/sources/jj.js +||https://ifengimg.com^*/sparta.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://ifengimg.com^*Float$script +||https://ifkdy.com/img/hydy +||https://ifooday.cn/index.php?m=poster& +||https://igamepark.biz/ads_output.php +||https://iis7.com/ys/css2018/ggw.js +||https://ijia360.com/data/poster/ +||https://ik123.com/js/dd.js +||https://ikafan.com/js/novel.js +||https://ikafan.com/upload/image/iqiyi_ +||https://ikaka.com/globalad/ +||https://ikanfan.cn/2018/ikanfan_new/dist/bootstrap.js +||https://im286.net/286/ +||https://image-shop.baidu.com/n/imageproduct? +||https://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.86wan.com/img2/top.jpg +||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/*.gif +||https://imgchili.net/media/top.gif +||https://imgf.gamersky.com^$image +||https://imghost.top/kita/ +||https://imgkdiyoub999.com/ok/ +||https://imgme.me/images/*.gif +||https://imgmega.com/i/*.gif +||https://imgout.ph.126.net/56208002/AD_ +||https://imgroom.net/images/*.gif +||https://imgs.cc/images/ad_ +||https://imgsrc.baidu.com/tieba/pic/item/$image +||https://imgur.com/df53F09.jpg +||https://imgur.com/zNQ0lXP.gif +||https://imooc.com/open/courselistrandjs +||https://infoqstatic.com^*/scripts/rightbarOptionalVcrBox.js +||https://inhe.net/Uploadfiles/inhegg2016/ +||https://inlishui.com/index.php?m=poster& +||https://inoreader.com/adv/ +||https://inszu.com/js/qian/ +||https://iocoder.cn/alert/js/alert.js +||https://ioio.cc*/dm/*.swf +||https://ioio.cc/adtui/ +||https://ip.cn^$csp=style-src 'self' https: +||https://ip38.qiniudn.com/js/zzsc.js +||https://ipeen.com.tw/js/frame/ad-actions.js +||https://ipeen.com.tw/photo/ad/ +||https://iplaypy.com/js/tonglan-1200ad.js +||https://iplaypy.com/uploads/allimg/160127/2-16012G50U0c1.jpg +||https://iplaypython.com/images/banner +||https://iporn.world/attachment/ad/ +||https://iqilu.com/getZone.php +||https://iqilu.com/static_files/richmedia/ +||https://iqshw.com/d/js/m/thea +||https://iqtfy.com/upload/vod/620.gif +||https://ishowx.com/www/2015/js/top.js +||https://ishuaji.cn/public/images/banner.jpg +||https://ishuhui.com/cartoon/book-1/*/sp +||https://ishuhui.com/setting/get_conf/option/ad/ +||https://isso.com.cn/upload_image/A-D/ +||https://it165.net/index.php?m=poster& +||https://it168.com/factory/ad/ +||https://it168.com/forum/201412/19/151606lvf3btnnotc62rl6.jpg +||https://it610.com/siteimage/shop +||https://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://itocp.com/html/gk/*/*x50. +||https://itocp.com/html/gk/*/204x +||https://itocp.com/html/gk/topic/topicmain.html +||https://itongcheng.cc/amm/ +||https://itopdog.cn/itopdog/ad.js +||https://ituba.cc/uploads/allimg/201610/603/ +||https://itv.hexun.com +||https://iviewui.com/v1/*?name= +||https://iviewui.com/v1/asd/ +||https://ixinshijue.com/template/212yspc/js/37.js +||https://ixjys.com/dbxf/ +||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://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://javazhijia.com/skin/ +||https://javbooks.com/52toy/ +||https://javdove.com/templates/frontend/javdove/*/partialviewslider. +||https://javhd.com/banners-mainpage/ +||https://javhub.net/img/r18_banner1.jpg +||https://javjunkies.com/FL$subdocument +||https://jb51.net/imgby/logo_ +||https://jb51.net^$script +||https://jb51.net^*Loader.js +||https://jbzyw.com/Application/M/adv/ +||https://jc001.cn/footer_float_bar/ +||https://jcodecraeer.com/plus/fuckblok. +||https://jcrb.com/ZYW/$subdocument +||https://jd-bbs.com/tianyi/ +||https://jd-bbs.com^*/gif/ +||https://jd100.com/cwmpc/ +||https://jfrft.com/ad/ +||https://jfrft.com/images/index_ +||https://jfrft.com/images/nono/ +||https://jfrft.com/js/main_list.js +||https://jfzx.tv/js/sb/ +||https://jgzj.net/bbs/attachments/month_1111/ +||https://jia.com/js/common/article_home_adv.js +||https://jialingmm.net/foot.php +||https://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://jiazhuang.com/Public/Home/bootinfo/ +||https://jijidown.com/static/img/dongcidaci/ +||https://jijidown.com/static/img/right_bottom. +||https://jijistatic.duapp.com/Squall/1.jpg +||https://jin10.com/board/json/index.js +||https://jin10.com/board/json/rili.js +||https://jinbaozy.com/images/tb/ +||https://jinbaozy.com/images/zhangshang.jpg +||https://jinhongweiqi.com/cache/ads.js +||https://jinhua.com.cn/ad_pic/ +||https://jinse.com/promotion/ +||https://jinyici.com/qq.js +||https://jipinzw.com^*.php?aid= +||https://jishuyl.com/_skins/*/ad_ +||https://jisoupan.com/static/ +||https://jisutiyu.com/app/js/*footer.js +||https://jisuxz.com/170320/kaola58058.gif +||https://jisuxz.com/180226/b180226.js +||https://jisuxz.com/180226/downshare +||https://jitapu.com/inc/adv +||https://jiyingdm.com/js/loadingshow.html +||https://jj.5ccc.net/scripts/new/ +||https://jj20.com/js/x +||https://jj59.com/sy/banner.js +||https://jjckb.cn/flash/1031ad/ +||https://jjjaaa.com/aaa/ +||https://jjjgame.com/images/ad11.jpg +||https://jjr123.com/javascript/dl.js +||https://jjwxc.net/jjPopup.php +||https://jlpcn.net/upload/vod/2016-02-25/201602251456391344.jpg +||https://jlxyjs.com/attachment/ +||https://jmbbs.cn/sjgg/ +||https://jmcdn.cn/file/script/A +||https://jmhfw.com/index.php?/ajax/get_adv/ +||https://jmydm.com/jspage/ftt.js +||https://jnlc.com/www/fund/newsmarket +||https://jp2468.com/api/vip/vipshow.php +||https://jpm.cn/images/a/ +||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://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/ftp/2019/0220/2cd03e9627bf753fa94bf9ac1c4d1250.jpg +||https://jstucdn.com/g3/ +||https://jsxf.org/images/ +||https://juejin.im/v3/web/wbbr/ +||https://juqingw.com/js/tad +||https://juweixin.com/static/spk +||https://juxia.com/jxtp/indexbg.jpg +||https://jwcsb.com.cn/js/neirong.js +||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://jysjian.com/public//z +||https://jz5u.com/js/tl$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/c.html +||https://kancloud.cn/ad/ +||https://kanguba.com/file/js/ifr.asp +||https://kanjuba.me/js/bbk/ +||https://kankanmi.com/js/zjgg +||https://kankantv.cc/330-50.gif +||https://kankanwu.com/le/ +||https://kanmeiju.net/js/ +||https://kanpb.com/skin/images/ +||https://kanpp.net/Uploads/ad/ +||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://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://keydatas.com/ad/ +||https://keydatas.com/img/*-336-280. +||https://keywin.org/templates/kw_v2/images/youbianad.png +||https://kiees.cn/img/ +||https://kiees.cn/jm.png +||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://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://kuailiyu.com/templates/cyzonev3/js/m.js +||https://kuaiso.com/js/ad- +||https://kukan5.com/ad +||https://kukudm.com/js/comic- +||https://kukudm.com/js/play- +||https://kukudm.com/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://lcok.net/2019/ad/$rewrite=abp-resource:blank-mp3 +||https://lcxw.cn/d/js/thea +||https://ld0766.com/*20*a/ +||https://ld12.com/js/myfiles/ +||https://ldb.cc/js/top.js +||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://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://lewenxiaoshuo.com/file/script/ +||https://lewenxiaoshuo.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/fgh/ +||https://lianmeng.la/layui/layui.js +||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://line-scdn.net/6c21c9a4/statics/js/index/redirect.js +||https://linecg.com/uploads/banner/ +||https://lingdianshuwu.com/js/content +||https://link.fobshanghai.com/bbsimage/ +||https://linkhelper.cn/mmshow +||https://links.cn/mmshow +||https://linkwan.com/gb/broadmeter/speed/cp.js +||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://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.net/blr.js +||https://loldyttw.net/skin/lol/js/ds.js +||https://loli.net/2017/12/21/5a3b732b8e72e.png +||https://loli.net/2018/06/12/5b1eb40282e3a.jpg +||https://loli.net/2018/09/01/5b8ab2b61cec4.jpg +||https://loli.net/2019/04/24/5cc0027b4f2f1.png +||https://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://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.mianbao99.com/js/detail.js +||https://m.tiebaimg.com/timg?wapp^*imgtype=0$image +||https://m.xigua110.com/js/ +||https://m1905.cn/afp/mdsfw.js +||https://m1905.cn/data/suspension_ +||https://m1905.com/asp_js/k.js +||https://m1968.com/files/h5/ +||https://m3hf.com/js/float +||https://ma.baiducdn2.com^*/main.js?t= +||https://macd.cn/macd-topads.html +||https://macfans.org/images/*/980x +||https://macx.cn/js/jquery. +||https://mafengwo.net/s13/M00/D0/6D/wKgEaVza2HCAJw8sAAOVHkWHw_c98.jpeg +||https://mahoupao.com/api.php?mod=ad& +||https://mahua.com/api/$subdocument +||https://mahua.com/www/default/js/mahua_show.js +||https://mahua.com/www/default/js/replace_ab.js +||https://maiche.com/iframe/rank.html +||https://mail.pchome.com.tw/img/classifieds/300120.gif +||https://maipiao.96900.com.cn/js/indexgg +||https://makaidong.com/img/ +||https://mall.xinkuaituan.com/zhuanti/ +||https://manqian.cn/async/adLocationConfig +||https://maodh.com/admin/up/*.gif +||https://maolihui.com/wp-content/themes/miaonew/images/adb +||https://maoyun.tv/fsq/fangshaqi +||https://maoyun.tv/g3/ +||https://maoyun.tv/jk/ +||https://masadora.net/kakusan- +||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://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://meijumi.vip/wp-content/plugins/dreamgrow-scroll-triggered-box/ +||https://meijutt.com/xieziAD.jpg +||https://meijuxz.com/template/ZQ/ +||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://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://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://mima.club/tuijian/speedtest/ +||https://mingyg.cn/data/attachment/freeaddon_banner/ +||https://minixiazai.com/others/all_soft.js +||https://minixiazai.com/statics/js/soft/index.js +||https://mipcdn.com/i/s/https://i.loli.net/ +||https://mipcdn.com^*/mip-*ad +||https://mipengine.baidu.com/common? +||https://missyuan.com/sy/ +||https://mitbbs.ca/ad_ +||https://mitbbs.com/ad_ +||https://miwifi.com^*ads/ +||https://mm111.net/api.php?mod=ad& +||https://mm387.com/images/*.gif +||https://mm7920.com:8888/upload/*.gif +||https://mmsao.me/lianmeng/ +||https://mmtalk.net/images/banner +||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://mql5.com/rq? +||https://msdn.hk/templets/msdn/css/index.js +||https://msdn.hk/templets/msdn/css/msdng.js +||https://msdn.hk/templets/msdn/js/gg.js +||https://mshow.fang.com/s?z= +||https://msstatic.com/huya/main/img/mc-recom_ +||https://msstatic.com/huya/main3/widget/roomGgChat/ +||https://msstatic.com/huya/main3/widget/roomGgTop/ +||https://mt30.com/good/ +||https://mt30.com/ok/ +||https://mtime.cn/tg/ +||https://muyuge.com/fw.html/ +||https://muzisoft.com/static/*_f.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://my0511.com/*/ad_ +||https://my0538.com^*/thumb_1000_70_ +||https://my0832.com/xyz/xx/ +||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/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://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://mzhhdn.com/hongbao.jpg +||https://n2.hk/apps/car_feed/tb/*/banner.html +||https://n2.hk/promo/ +||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://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/apps/misc.php?action=advert& +||https://newasp.net/misc/js/foot_ +||https://news.cn/2018/images/2018rbqj_ +||https://news.hz66.com/IAA/201111/ +||https://news.sina.com.cn/js/792/*head*.js +||https://news.sina.com.cn/pfpnews/js/libweb.js +||https://news.sina.com.tw/js/ti.js +||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://newyx.net/j/down_yd.js +||https://newyx.newyx.net/j/ +||https://nex.163.com/q? +||https://nihaovcd.com/js/neirong +||https://ningmengzhibo.com/ement/beforeSearchEment.action +||https://niu20.com/g/ +||https://niubixxx.com/seo/ +||https://njdaily.cn/templates/njdaily2014/widget/njdaily-slideAds +||https://njxzwh.com/downza/pc/v2017/images/downAD +||https://nlark.com/yuque/0/2019/jpeg/124897/1559321053265-assets/web-upload/c81b86b3-3fdd-4722-8e1c-834abc015442.jpeg +||https://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://nz04com.com/aabdd/ +||https://oa.hinews.cn/work/img/ +||https://oebais8m0.qnssl.com/media/img/edu250-200.jpg +||https://ofweek.com/img/proimage/2017/osl +||https://ofweek.com/pop/ad/ +||https://okbmf.com^*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/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://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://oscaches.com/dj.js +||https://oschina.net/promotion/ +||https://oschina.net/uploads/ad/ +||https://oschina.net/uploads/cooperation/ +||https://ouliu.net/i/*.gif +||https://ouo.us/nyad/ +||https://ousns.net/daohang/ +||https://oxxvideos.xyz/static/tmp/ +||https://oyksoft.com/assets/images/*.gif +||https://oyksoft.com/show/b. +||https://p.37youyou.com/*.jpg +||https://p.kugou.com/?id= +||https://p.zol.com.cn/download/detail.js +||https://pan66.com/popup/ +||https://panc.cc/uploads/hongbao.png +||https://panjin.net/ichat2/adhtml.htm +||https://panpan.org/js/google +||https://panpan.org/other/ +||https://panpan.org/plus/img/ +||https://panpan.org/templets/ad/ +||https://paopaoche.net/public/bd/article_inc.js +||https://paopaoche.net/skins/count.js +||https://pbmp.ali213.net/js/ +||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://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://php1.cn/uploads/huayun.jpg +||https://piaodown.com/other/*.js +||https://piaohua.com/js/wlfloat.js +||https://piaohua.com/js/yzz/$script +||https://piaoliang.com/js/all.js +||https://piaoliang.com/js/gg.js +||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://poco.cn/v1_1/rank/get_floating_layer_ad +||https://poco.cn^*_info_banner +||https://popomh.com/js/ +||https://porn87.com/static/stream_ads/ +||https://potplayer.org/sc/ +||https://poxiao.com/template/default/images/12345.js +||https://ppshk.com^*banner/ +||https://ppsj.com.cn/images/ppsj300.gif +||https://ppsj.com.cn/images/usa_250_120.gif +||https://ppsj.com.cn/ppsj728.gif +||https://pptv.com/game/aplus/client/gamedetail.html +||https://prettyvirgin.com/images/banners/ +||https://prettyvirgin.com/js/show.html +||https://price.com.hk/dfp_price.php? +||https://price.com.hk/ec-discuss-widget.php +||https://price.com.hk/scripts/ysm.js +||https://programmer-club.com.tw/images/uuu/ +||https://property.hk/js/adside.js +||https://ps123.net/MyFile/ +||https://ps557.com/link/ +||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://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://qchubxx.com/static/js/edfunc.js +||https://qconbeijing.com/js/infoqcn.js +||https://qdaily.com/mount_details/pc/ +||https://qdjimo.com/html/js/ +||https://qdosm.cn/images/*.gif +||https://qdross.com/vip/ +||https://qhdlz.net/ssyyss/m.js +||https://qhf168.com/data/attachment/portal/ +||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://qianjia.com/HotImages/2017/11/img20171109122716999.jpg +||https://qianzhan123.com/jsgg/ +||https://qicheyinyue.wang/wp-content/themes/RedSOHO/images/hongbao. +||https://qihoo.com/hot/text.html?site= +||https://qiming360.com/mingJs/xmKu_ +||https://qimm.org/Uploads/ad/ +||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://qiqi321.com/jquery/ +||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://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/fans_admin/0/3_1379495610_1557565080852/0 +||https://qpic.cn/mblogpic/47a05e3dca9d6bc9e20e/2000 +||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://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://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://renrenfabu.com/Runtime/Js/960_90.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://rigengjihua.cn/banner/ +||https://right.com.cn/logo/*.gif +||https://right.com.cn/logo/yyb.png +||https://riju.com/pr/ +||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://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://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://s1.pplive.cn/sta.js +||https://s8bbs.com/ad/ +||https://s8bbs.com/g.php? +||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://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://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://shihuo.cn/alibtn_ +||https://shimo.im/api/ads? +||https://shiyanlou.com/img/shiyanlou- +||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://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/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/005BYqpggy1g3m368q4ucj30xc03cwf2.jpg +||https://sinaimg.cn/large/005EuLLtgw1eji5kzbgvlg30r801ogpy.gif +||https://sinaimg.cn/large/0060lm7Tly1g3a6izuyo6j30qk01xt93.jpg +||https://sinaimg.cn/large/0060lm7Tly1g3dc0ae1b8j30d50foaax.jpg +||https://sinaimg.cn/large/006CZIQPgy1fbziwpw0b8g306y06yq7w.gif +||https://sinaimg.cn/large/006CZIQPgy1fbzjg10emag30ka02in2s.gif +||https://sinaimg.cn/large/006CZIQPgy1fh2jcc14tog30l402iahm.gif +||https://sinaimg.cn/large/006CZIQPgy1fsc8y98k8mg30jg01odi6.gif +||https://sinaimg.cn/large/006UijYYgy1fjcaf2sjbqj30sc09q49o.jpg +||https://sinaimg.cn/large/006ZdrOOgy1flbruaukyxg30l401o444.gif +||https://sinaimg.cn/large/006ZdrOOgy1flbrubi93eg30m801oaff.gif +||https://sinaimg.cn/large/006ZdrOOgy1flbrum925hg30pu01o0z0.gif +||https://sinaimg.cn/large/006ZdrOOly1fld3ezu0n2g304g0godo9.gif +||https://sinaimg.cn/large/007cYCbaly1ftdqurgyj4g30hs02iaaq.gif +||https://sinaimg.cn/large/007hXlMJgy1fuyt7uoe5lg30l401o444.gif +||https://sinaimg.cn/large/5431d036ly1fh6gmu6gxmg20tg02i3yr.gif +||https://sinaimg.cn/large/5431d036ly1fhxbxz31nkj20tg02ignm.jpg +||https://sinaimg.cn/large/673b17ccly1ffu8mb9g4zj20k8020whe +||https://sinaimg.cn/large/692843begy1fy539f881bj20qo028abm.jpg +||https://sinaimg.cn/large/8c8bd65d +||https://sinaimg.cn/large/df8f080agw1f47u58kr42j20dw0dwadl.jpg +||https://sinaimg.cn/large/e6b79078ly1fdwzlienvfg20uk01odg0.gif +||https://sinaimg.cn/mw1024/006NYgrsgy1ffahk0lf8og30i204677m.gif +||https://sinaimg.cn/mw1024/006VdIwfgy1fiqkkhowdzg30qo02876g.gif +||https://sinaimg.cn/mw690/005th0Pegy1fmd666rsh2j30go05kn14.jpg +||https://sinaimg.cn/mw690/0060lm7Tly1fwa4j35tfpj30fr0nodg9.jpg +||https://sinaimg.cn/mw690/7d1c8e96gw1e6f70r8mwcj20qe082q40.jpg +||https://sinaimg.cn/mw690/83e2e207gy1ft97e1fenkj20fr0no40e.jpg +||https://sinaimg.cn/mw690/a1916e89gw1dye4d6qvyaj.jpg +||https://sinaimg.cn/mw690/a1916e89gw1dye4d74zmij.jpg +||https://sinaimg.cn/unipro/ +||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/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/tmallskin_ +||https://sogoucdn.com/wap/js/ +||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://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://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://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://ssnn.net^*-200-250.jpg +||https://sspai.com/api/v1/recommends?*=article_ +||https://sspai.com/attachment/sponsor/ +||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://subhd.com/images/970 +||https://subhd.com/images/ap/ +||https://sufile.com/jsa/ +||https://suibi8.com/aa1.gif +||https://suibianlu.com/zb_users/theme/tx_fzy/script/zhao.js +||https://sumo.com/api/load/ +||https://suning.com/cpc/getCpcSearchDatasRev? +||https://suning.com/getCpcDatas? +||https://supfree.net/england/ +||https://supfree.net/top.gif +||https://supfree.net/xxx/ +||https://suv.cn/data/js/64.js +||https://suv.cn/data/js/86.js +||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/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://theporn.xyz/static/tmp/ +||https://third-bucket.oss-cn-shenzhen.aliyuncs.com/ad/ +||https://thisav.com/index.js +||https://thisav.com/nb/ +||https://thisav.video/v3/nb/ +||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://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://tp-shop.cn/Public/images/830-80- +||https://tq121.com.cn/j/ad/ +||https://trafficjam.cn^$third-party +||https://trendmicro.com.tw/wp-content/uploads/*Banner +||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://ttll.cc/js/ttll/ +||https://ttrar.com/live/ +||https://ttx.cn/js/float.js +||https://ttyavav.com/kanshenmekan/ +||https://ttyavav.com/qian/ +||https://tuan.cs090.com/gettuan.php? +||https://tudouui.com/tspecial/assets/PauseContainer.swf +||https://tudown.com/script/subhd.js +||https://tui.gtimg.com//res/ +||https://tui22.com/b/ +||https://tui22.com/cc/ +||https://tuicool.com/images/upload/aliyun +||https://turnpage.com/image/product/common/appcgn.png +||https://tuwan.com/myad/ +||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://tvmao.com/images/style/yx500x160.gif +||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/newimg88/2017/11/yideng +||https://upaiyun.com/system/post_tile/new_web_banners/ +||https://upan.cc/images/pay/ +||https://upantool.com/a/ +||https://upload.cc/i/*.gif +||https://upload.jjxw.cn^*.swf +||https://usnewsexpress.com/wp-content/uploads/*ad- +||https://usxpic.com/btimg/upload/image/20181018/101806323369.png +||https://uu114.cn/static/*/ad.js +||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://v.huanqiu.com/tres/xml/vda.xml +||https://v4.cc/m/common.js +||https://v4dwkcv.com/html/click/ +||https://v8gay.com/apps/misc.php?action=advert& +||https://vali*.cibntv.net^*.mp4?$media,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://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://vodtw.com/m- +||https://vsimg.com/jd.gif +||https://vuejs.org/images/geekbang +||https://vuetifyjs.com/supporters.json +||https://vx.com/api/ads? +||https://vzmz.com/template/paody/aaaa/*0 +||https://vzmz.com/template/paody/aaaa/357.js +||https://w010w.com.cn^$subdocument +||https://w3school.com.cn/i/kaikeba.gif +||https://w3school.com.cn/i/sp_header.gif +||https://w3school.com.cn/i/sp_sidebar.gif +||https://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://wbzol.com/swf/352X76.swf +||https://wdstatic.cn/tg/v2ex/ +||https://wdzj.com/wdzj/images/hezuo/ +||https://we560.com/js/*.js +||https://weathercn.com/m_mobile/ad_image/ +||https://webfly.bid/images/bill960x90.gif +||https://webjx.com/zanzhushang/ +||https://webkaka.com/info/script/articleAd.js +||https://webkaka.com/script/cp.js +||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://weste.net/js/showpagead.js +||https://whinfo.net.cn/ad20 +||https://whinfo.net.cn/js/adDuiLian_ +||https://whinfo.net.cn/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://woaidu.org/images/20180802/3.jpg +||https://wobuka2.com/js/ +||https://wokao.co/qq/qq.js +||https://woyaoq.com/201904100958_5cad4dbac9c5f.png +||https://wpjam.com/wpjam/banner/qiniu.png +||https://wples.com/pc/common.js +||https://wstimes.cn/public/wstimes/js/*ad +||https://wstx.com/api.php?mod=ad& +||https://wudizuqiu.com/fy +||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://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://wyh.tv/image/upload/ad/ +||https://wzbaohe.com/imgadnew/midad.js +||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://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://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://xigua66.com/ps/aaa/ +||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/gg +||https://xinshijue6080.com/Runtime/js/ +||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://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://xunyugong.com/wp-content/uploads/*.gif +||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://xxdy8.cn/template/Datll/aaaa/ +||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://yangtianya.com/images/ +||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://yaseok.com//static/src/images/loading.gif +||https://yatu.tv/m/images/*300_100 +||https://yaxi.net/hz/ +||https://ybbs.ca/index/js/advReplay_ +||https://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://yesky.com/monitorjs/imp- +||https://yeyou.com/2013/new/yeyou-float-window.js +||https://yg006.com/attachment/js/ +||https://yg006.com/attachment/xjdb.jpg +||https://ygdy8.com/jsy/ +||https://ygdy8.net/js1/ +||https://yhdm.tv/bar/yfyh.js +||https://yibo5.cn/img0 +||https://yigujin.cn/tp/abc/*yun +||https://yikeyz.com/pm.js +||https://yimg.com/bf/homerun/ysm_ +||https://yimg.com/cv/ae/default/*_STATIC-JPEG_ +||https://yimg.com/cv/ae/tw/bwchou/728x210. +||https://yimg.com/cv/ae/tw/bwchou/bubble_ +||https://yimg.com/cv/api/hk/fp_czy_ad/ +||https://yimg.com/geminivideoads/ +||https://yimg.com/no/ +||https://yimuhe.com/n_ad/ +||https://yinduabc.com/res_base/*/makemoney/ +||https://yingshidaquan.cc/Templet/js/ +||https://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://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://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://yorkbbs.ca/yorkads/ +||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://ysxs8.com/ysgg/ +||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/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://yy18.info/yyads/ +||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://yzs.com/d/file/p/*.swf +||https://yzs.com/d/file/p/2016/12/06/61e15b92a4a2a7cec4910f1d9ea79fb2.jpg +||https://yzz.cn/global_gg/ +||https://z4bbs.com/adst/ +||https://zantj.com/diao +||https://zb.cool/static/img/banner/ +||https://zbjimg.com/static/union/ +||https://zc173.com/173fee/ +||https://zc173.com/pp/ +||https://zcaijing.com/images/ +||https://zczj.com/special/ +||https://zdface.com/js/m/zw_banner.js +||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://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://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/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://zhzyw.com/js/InsertJS.js +||https://zi-han.net/theme/hplus/js/plugins/layer/ +||https://zimushe.com/res/other/ +||https://zimuzu.tv/public/rooms? +||https://zimuzu.tv/rrlx +||https://zineworm.com^*&localtype= +||https://zinggadget.com/wp-content/*/popup +||https://zj.cn^*/AD?location= +||https://zjbdt.com/onexgadimgs/ +||https://zjg.js.cn/Public/config/Couplet/Index4 +||https://zjol.com.cn/www/zzhzbd/ +||https://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.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/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://zwwooooo.com/images/hengtian. +||https://zx590.com/assets/style/js/paigu.js +||https://zxdy777.com/myimg/ +||https://zxip.com/2013_ad/ +||https://zzbaike.com/main/*-20 +||https://zzbaike.com/main/arvixe +||https://zzbaike.com/main/host +||https://zzc.cn/b1/live_b_ +||https://zzidc.com/images/1060.jpg +||https://zzidc.com/uploads/pintuan.jpg +||https://zzlzl.com/content/templates/emedia_better/images/1/ +||https://zzsky.cn/images/a_d_ +||https://zzz4.com/JS_AD/ +||https://zzzyk.com/js/ +||https://241hs.com/js/jquery.js +||https://0512s.com^$third-party +||https://100669.com^$third-party +||https://15tianqi.com^$third-party +||https://200218.com^$third-party +||https://21shebao.com^$third-party +||https://289.com^$third-party +||https://301848.com^$third-party +||https://4name.com^$third-party +||https://51yhzp.com^$third-party +||https://600zi.com^$third-party +||https://90370.com^$third-party +||https://91friend.com^$third-party +||https://94ab.com^$third-party +||https://999d.com^$third-party +||https://aa808.com^$third-party +||https://aili.com^$third-party +||https://aoshuku.com^$third-party +||https://cdeme.com^$third-party +||https://cfff.net^$third-party +||https://chnci.com^$third-party +||https://daxishi.com^$third-party +||https://dyscb.cn^$third-party +||https://fjzimaoqu.cn^$third-party +||https://fpb1.chinacar. +||https://fuz.cc^$third-party +||https://gsjdzx.com^$third-party +||https://gumgo.cn^$third-party +||https://gunmi.cn^$third-party +||https://gushifanyi.com^$third-party +||https://hmtoday.com^$third-party +||https://hrjg.com.cn^$third-party +||https://ikuailian.com^$third-party +||https://ixpub.net^*.js +||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://kuhou.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://miyudaquan.top^$third-party +||https://mj-medlab.com^$third-party +||https://mn586.com^$third-party +||https://modzj.net^$third-party +||https://mxitie.com^$third-party +||https://mxpwx.com^$third-party +||https://mzcsdf.com^$third-party +||https://nyhpyq.com^$third-party +||https://oicchina.com^$third-party +||https://pjcn.org^$third-party +||https://qizhihaotian.com^*.js +||https://qwxcs.com^$third-party +||https://redmx.cn^$third-party +||https://s11.cn^$third-party +||https://sg92.com^$third-party +||https://shuqw.com^$third-party +||https://star-media.cn^$third-party +||https://sundxs.com^$third-party +||https://tiexing.com^$third-party +||https://trebleperfect.com^$third-party +||https://vjie.com^$third-party +||https://wayqq.cn/g/ +||https://web8.net^$third-party +||https://weilianjie.com^$third-party +||https://wenshenbang.com^$third-party +||https://wshufa.com^$third-party +||https://xfyjz.cn^$third-party +||https://xiaomiaoquan.com^$third-party +||https://yihubaiying.com^$third-party +||https://yunzuowen.com^$third-party +||https://zhantai.com^$third-party +||https://zhongkaowu.com^$third-party +||https://zichenit.com^$third-party +||https://zxw51.com^$third-party +||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://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://ifun.tv/a/$xmlhttprequest +||https://s1-a1.dnvodcdn.me^*.svg +||https://s1-a4.ifun.tv^$rewrite=abp-resource:blank-mp3 +||https://dnvod.tv/abb/ +||https://s1-a4.dnvod.tv^$rewrite=abp-resource:blank-mp3 +||https://dnvod.tv/04/ +||https://dnvod.tv/1tJ/ +||https://dnvod.tv/2b/ +||https://dnvod.tv/34DH/ +||https://dnvod.tv/3a/ +||https://dnvod.tv/91/ +||https://dnvod.tv/BtT/ +||https://dnvod.tv/DBqW/ +||https://dnvod.tv/Home/ObtainPublic +||https://dnvod.tv/LbP/ +||https://dnvod.tv/Movie/GetResource.ashx?id= +||https://dnvod.tv/Qfj/ +||https://dnvod.tv/Scripts/jquery.public- +||https://dnvod.tv/WlCk/ +||https://dnvod.tv/a/$xmlhttprequest +||https://dnvod.tv/a/o +||https://dnvod.tv/a2/ +||https://dnvod.tv/b9/ +||https://dnvod.tv/cSTR/ +||https://dnvod.tv/d4/ +||https://dnvod.tv/f9/ +||https://dnvod.tv/ffcX/ +||https://dnvod.tv/gb/ +||https://dnvod.tv/jXdH/ +||https://dnvod.tv/sc3Xv/ +||https://dnvod.tv/upload/public/ +||https://dnvod.tv^*.MP4| +||https://pub.dnvod.tv^$xmlhttprequest +||https://public.dnvod.tv^$xmlhttprequest +||https://hh010.com/static/image/f/ +||https://hh010.com/static/image/g/ +||https://hh010.com/static/image/image/ +||https://hh010.com/static/image/t/ +||https://ifeng.com^*?*cl= +||https://ifengimg.com/*1751.js +||https://ifengimg.com/6536a +||https://ifengimg.com/9c86 +||https://ifengimg.com/c867 +||https://ifengimg.com/cfb80 +||https://ifengimg.com/d54c8 +||https://ifengimg.com/md86 +||https://ifengimg.com/sdk +||https://ifengimg.com/sfs-6536a6d5.js +||https://ifengimg.com^*/m/sources +||https://ifengimg.com^*679.js +||https://0577renliu. +||https://23txt.com^$third-party +||https://amu520.com/imgnk/02.gif +||https://beidouxin.com^*html? +||https://biquguan.com/guan/ +||https://book9.net^$third-party +||https://booksky.cc^*html? +||https://dabizi.net/images/pcad.png +||https://duanwenxue.com/functions/ +||https://feizw.com/style/t.js +||https://jx.cn^$third-party +||https://shumilou.co/style/html5.js +||https://soyue.cc^$third-party +||https://xszysc.com^$third-party +||https://zhenben.cc/2000/ +||https://playno1.club/uppic/ +||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://feng.com^*/index_treasure/ +||https://fengbuy.com/recommend-new. +||https://fh21.com.cn/js/passport/createQuickMenu.js +||https://forex.com.cn/index.php/Invoking/tanchukuang +||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://haha.mx/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://lab.feng.com/images_new/ad- +||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://sohu.com/os/text/focus? +||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://zol.com.cn/js/ask/ask.js +||https://xhd.cn/topic/leyu-piaofu/ +||https://zol.com.cn/index.php?c=Api_JumpApi& +||https://jjwxc.net/adsmanage. +||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://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/v2/js/min.pop.js +||https://ea3w.com/pv.js +||https://eastmoney.com/analysis/ +||https://fjsen.com:81/mysql/count/ +||https://frame.enet.com.cn/a.php +||https://ftchinese.com/index.php/jsapi/analytics +||https://ftchinese.com/index.php/jsapi/ga +||https://ftchinese.com/js/log.js +||https://ftchinese.com/log/analytics.js +||https://fx678.com/htcount/count.js +||https://gridsumdissector.cn/gs.gif? +||https://guahao.cn/blank.gif? +||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://ladsblue.com^ +||http://last2.cn^$third-party +||http://0024aaaa.com^ +||http://0082tv.net^$third-party +||http://00880808.com^ +||http://012.tw^$third-party +||http://0133hao.net^ +||http://02123s.com^ +||http://022aifang.com^ +||http://023hysj.com^ +||http://025suyu.com^ +||http://0313413.com^ +||http://033.com^$third-party +||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://0756j.com^$third-party +||http://0756sjlm.com.cn^ +||http://0796gou.com^ +||http://080644.com^ +||http://0937jyg.com^ +||http://0nin.cn^ +||http://0xiaoshuo.com^$third-party +||http://0xxd.com^ +||http://1000dy.com^ +||http://100cpc.com^$third-party +||http://100ea.com^ +||http://100fenlm.com^ +||http://103.249.111.179^$third-party +||http://103.249.254.113^ +||http://104.195.62.12^ +||http://104.197.140.120^ +||http://104.198.198.188^ +||http://104.233.203.164^ +||http://106.187.95.251^ +||http://107.187.255.178^ +||http://110160.com^$third-party +||http://111.175.219.*.js +||http://111.73.45.147^ +||http://111111qb.com^ +||http://112.74.95.46^ +||http://1133.cc^$third-party +||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://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.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://1503.net/code/ +||http://1515788.net^ +||http://1680go.com^ +||http://16k6.com^ +||http://170yy.com^ +||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://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://1i580.com^ +||http://1kmb.cn^ +||http://1kzh.com^ +||http://1l1.cc^ +||http://1lib.cn^ +||http://1lo0.net^$third-party +||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://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://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://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://2d-c.cn^ +||http://2f.com^$third-party +||http://2m2n.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://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://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://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://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://5188yy.com^$third-party +||http://51ads.com^$third-party +||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://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://57union.com^ +||http://58.215.179.159^ +||http://592man.com^ +||http://59519.com^$third-party +||http://59gt.cn^ +||http://59hi.com^$third-party +||http://5imoney.com^ +||http://5jcom.com.cn^ +||http://5leji.com^$third-party +||http://5mnh.com^$third-party +||http://5pub.com^ +||http://5rxk.cn^ +||http://60.190.139.164^ +||http://61.152.223.15^ +||http://61.160.200. +||http://61.174.50.211^ +||http://626uc.com^ +||http://63kc.com^$third-party +||http://643226.com^ +||http://652748.com^ +||http://6604.org^$third-party +||http://6612151.cn^ +||http://6612152.cn^ +||http://664gp.com^ +||http://6666lm.com^ +||http://668559.com^$third-party +||http://66san.com^ +||http://6728812.com^ +||http://6789.net^$third-party +||http://67lm.com^$third-party +||http://685wo.com^$script,third-party +||http://68665565.com^ +||http://69duk.com^ +||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://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://904ad.com^ +||http://911.cc^$third-party +||http://913h6.cn^$third-party +||http://9158918.com^$third-party +||http://91lmgg.com^$third-party +||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://99lolo.com^ +||http://99pps.com^ +||http://99tuan.com.cn^ +||http://9ads.net^$third-party +||http://9dtiny.cn^ +||http://9ead.com^$third-party +||http://9kff.com^ +||http://9nwg9sib9e.com^ +||http://9w1an.com^$third-party +||http://9w39.com^$third-party +||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://a3p4.com^$third-party +||http://a3p4.net^ +||http://a7shun.com^$third-party +||http://a907907.com^ +||http://a9377j.com^ +||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://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://adfeifan.com^$third-party +||http://adget.cn^ +||http://adhouyi.com^$third-party +||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://adsinstant.com^ +||http://adt100.com^$third-party +||http://adunioncode.com^$third-party +||http://adunite.com^$third-party +||http://adver.com.tw^$third-party +||http://adxiaozi.com^$third-party +||http://adxxx.com^$third-party +||http://adytx.com^ +||http://adyun.com^$third-party +||http://affiliate.rakuten.co.jp^$third-party +||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://ahlxxx.com^ +||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://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://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://assigned.cn^ +||http://aswlx.cn^ +||http://at918.com^$third-party +||http://at98.com^ +||http://atanx.alicdn.com^ +||http://av8d.net^$third-party +||http://awifi.cn^$third-party +||http://awkjs.com^ +||http://axhxa.com^ +||http://axiba66.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://baidujavascript.com^ +||http://baidulao.com^ +||http://baiduyoukualiyun.com^ +||http://baiduyubaidu.com^ +||http://baisuijk.com^ +||http://baitaiad.com^$third-party +||http://baizhu.cc^$third-party +||http://balmoralmkt.com^$third-party +||http://bang5mai.com^$third-party +||http://bangbang521.com^ +||http://baodaozhan.cn^$third-party +||http://baolic.com^ +||http://bazhigu.com^ +||http://bccyyc.com^ +||http://bdpuaw.com^ +||http://bdtongfei.cn^ +||http://bdyxzx.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://biandaosheng.com^ +||http://bianxianmao.com^$third-party +||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://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.xyz^ +||http://bloggerads.net^$third-party +||http://bmw100.cn^$third-party +||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://bp776.com^ +||http://breezily168.com^ +||http://bs777.net^$third-party +||http://bskchina.cn/js/ +||http://bsriedu.cn^ +||http://btmp4.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://bxjpl.cn^ +||http://bxjt518.com^ +||http://bydonline.com^ +||http://bypbwm.cn^ +||http://c.91wan.com^$third-party +||http://cachesit.com^ +||http://caicool.co^ +||http://caiyifz.com^$third-party +||http://caliyuna.cn^ +||http://cangnews.com^ +||http://caob5.info^ +||http://caolvch.com^ +||http://cardniu.com^$third-party +||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://chaoliangyun.com^ +||http://chapm.com^$third-party +||http://charlesfc.com^ +||http://che0.com^$third-party +||http://chebse.com^ +||http://chengruide.com^$third-party +||http://chengzhao95511.com^ +||http://chenyanjiao.cn^ +||http://china-pengdu.cn^ +||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://ciajingman.com^ +||http://cifenqi.com^$third-party +||http://cj-cy.com^ +||http://ckseeknew.com^ +||http://claz.com.cn^ +||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://crazymike.tw^$third-party +||http://crdrjs.info^ +||http://cre99.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://ctrhfd.top^ +||http://ctsywy.com^ +||http://cxd-ailegou.com^ +||http://cxfzw.cn^ +||http://cxxtv.com^$third-party +||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://d8360.com^$third-party +||http://dadjia.com^ +||http://dahanedu.com^ +||http://daima123.cc^ +||http://dalianhengtai.com^ +||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://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://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://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://dm1080p.com^$third-party +||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://dugbvb.com^ +||http://duiwai.baidu.com^ +||http://duobaoqj.com^ +||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://dyhs52.com^$third-party +||http://dzjzg.com^ +||http://dzsstye.com^$third-party +||http://e-demx.com^ +||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://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://erqimall.net^ +||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://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://ffhtek.com^ +||http://findqc.com^$third-party +||http://fjkst.com^ +||http://fjmeyer.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://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://fwt0.com^ +||http://fxmacd.com^ +||http://fxtducb.cn^ +||http://fxxgw.com^$third-party +||http://fydgold132.com^ +||http://fytza.cn^ +||http://fzglqyy.com^ +||http://g1c5.com^ +||http://g1f5.com^ +||http://g35.cc^$third-party +||http://g3user.com^$third-party +||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://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://gohappy.com.tw^$third-party +||http://goodgz.cn^ +||http://googleadsl.com^$third-party +||http://googlealiyun.cn^ +||http://googleapi.club^ +||http://googletakes.com^ +||http://gotonav.com^$third-party +||http://gotoniubiurl.pw^ +||http://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://gso0.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://gw069.com^ +||http://gwylm.com^ +||http://gxejgs.com^ +||http://gxgzyny.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://h0o33.cn^ +||http://h501.cn^$third-party +||http://h9377c.com^ +||http://hailuoxiang.com^$third-party +||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://hascosafety.com^ +||http://hauchi.com.tw^$third-party +||http://hbalx.cn^ +||http://hbguohua.com^ +||http://hbhtbn.com^ +||http://hblinwei.com^ +||http://hbngfy.com^ +||http://hbsimg.com^$third-party +||http://hcreditx.com^ +||http://hcwljy.com^ +||http://heib10.top^ +||http://heib12.top^ +||http://heima8.com^$third-party +||http://hejingroup.cn^ +||http://hen360.com^$third-party +||http://hesxz.com^ +||http://heygugu.com^ +||http://hfjuki.com^ +||http://hfsteel.net^ +||http://hhly88.com^ +||http://hhppyt.com^ +||http://hi760.com^ +||http://hiad.myweb.hinet.net^ +||http://hivecn.cn^ +||http://hk662.com^ +||http://hkfuy.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://hntymg.com^ +||http://hnyiche3.com^ +||http://hnyny.com^ +||http://hot-eam.com^ +||http://houdaolj.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://huashengtai.net^ +||http://huashuowork.com^ +||http://huimee.com^$third-party +||http://huimee.net^ +||http://humanding.com^ +||http://hw6.com^ +||http://hwmwin.com^$third-party +||http://hxadt.com^ +||http://hxgccl.cn^ +||http://hxlif.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://hys4.com^ +||http://hystq.com^ +||http://hytgj.com^ +||http://hyz86.com^ +||http://hz3137.com^$third-party +||http://hzaibi.com^ +||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://icolor8.com^$third-party +||http://id528.com^ +||http://idasai.com^ +||http://idasui.cn^ +||http://idcqi.com^ +||http://idianfang.com^ +||http://ie8q.cn^ +||http://iee5.com^$third-party +||http://ienkdaged.cn^ +||http://if1512.com^ +||http://ifocus.cn^$third-party +||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://img80.net^ +||http://imneinei.com^ +||http://index8.cn^$third-party +||http://instreet.cn^$third-party +||http://inte.sogoucdn.com^$domain=~index.sogou.com|~zhishu.sogou.com +||http://intentarget.com^$third-party +||http://ipaypay.cn^$third-party +||http://iprefer.com.tw^$third-party +||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://iyygzs.com^ +||http://j8j9.com^$third-party +||http://ja9377.com^ +||http://jackaow.com^ +||http://jbyy010.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://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://jiangmg.com^ +||http://jianjiaovip.vip^ +||http://jiankang13.com^$third-party +||http://jianmei123.com^ +||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://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://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://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://jtxh.net^$third-party +||http://ju33.com^$third-party +||http://juandou.com^$third-party +||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://jutou5.com^ +||http://juuhe.com^ +||http://juxiangyou.com^$third-party +||http://juyiqiche.com.cn^ +||http://jwqj.net^ +||http://jxabp.com.cn^ +||http://jxbjt.com^ +||http://jxjzny.com^ +||http://jxlqgs.com^ +||http://jxwlkssb.com^ +||http://jxxiangchu.com^ +||http://jystea.com^ +||http://k12shequ.com^ +||http://k3851.com^$third-party +||http://kaixinjiehun.com^$third-party +||http://kakayy.com^$third-party +||http://kawa11.space^ +||http://kawinhome.com^ +||http://kddtri.cn^ +||http://kdly.net^$third-party +||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://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://kingpolo.com.cn^ +||http://kingwam.com^ +||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://kmadou.com^ +||http://kmwqxqh.com^ +||http://kod4pc293.com^ +||http://kojwex.top^ +||http://koopei.com^$third-party +||http://kooyum.com^ +||http://koukou7.com^ +||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://kuqi.com^$third-party +||http://kuwoyy.com^ +||http://kwiago.com^ +||http://kxrxh.com^ +||http://kyouad.com^ +||http://laifu365.com^ +||http://lamwatch.com^ +||http://langchars.com^ +||http://lanmogu.net^$third-party +||http://lanxiangji.com^ +||http://laobei.top^ +||http://laolinow.com^ +||http://lashou1000.com^ +||http://ldgjhd.net^ +||http://le123.cn^$third-party +||http://le4le.com^ +||http://leamain.net^ +||http://letaoxiaochi.com^$third-party +||http://leturich.org^$subdocument +||http://leturich.org^$third-party +||http://leztc.com^ +||http://lfhnkp.com^ +||http://lflili.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://lifu11.com^ +||http://liliwoin.top^ +||http://linjiajia.cn^ +||http://linkbide.com^ +||http://linkpage.cn^ +||http://linkvans.com^$third-party +||http://lishuanghao.com^ +||http://litlif.net^ +||http://livehapp.com^ +||http://ljqnbiogjp.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://loveconer.com^ +||http://lovestyl.com^ +||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://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://maibahe300cc.com^ +||http://mainbx.com^ +||http://maisoncherry.com^ +||http://maizhenai.cn^ +||http://mall043.com^ +||http://mamamiyu.com^$third-party +||http://maskbaby.com.cn^ +||http://mathtag.com^$third-party +||http://maxfull.info^ +||http://mbai.cn^$third-party +||http://medi-8.net^$third-party +||http://media8.cn^$third-party +||http://mediav.com^$third-party +||http://meicubao.cn^ +||http://meimeidaren.com^ +||http://meimeiha.com^ +||http://meiti1.net^ +||http://mengheyu.com^ +||http://menghuanzs.com^ +||http://mengmengdas.com^ +||http://mengyuanwei.com^ +||http://metmt.com^ +||http://mglvqian.com^ +||http://mgwcn.com^ +||http://mgwl668.com^$third-party +||http://miaozhen.com^$third-party +||http://mingxianshanghang.cn^ +||http://mingysh.com^ +||http://mjx123.com^ +||http://mkaqh.cn^ +||http://mlt01.com^ +||http://mnxtu.com^ +||http://mobads.baidu.com^$third-party +||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://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://mxmrt.com^ +||http://mycctvmedia.com^$third-party +||http://mytanwan.com^$third-party +||http://mytzdhz.cn^ +||http://myzk1.com^ +||http://myzwqwe12.com^$third-party +||http://mzy2014.com^$third-party +||http://namemek.com^ +||http://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://newtech-beauty.com^ +||http://nextcps.com^ +||http://ni22.com^$third-party +||http://ni87.com^ +||http://nijiua.com^ +||http://niubiba.com^ +||http://niuguwang.net.cn^ +||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://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://nuxyz.cn^ +||http://nvshuyun.com^ +||http://nxrhs.com^ +||http://ny5159.com^$third-party +||http://nydql.com^ +||http://nysita.com^ +||http://nzezn.com^ +||http://o091i.com^$third-party +||http://o6uea.cn^ +||http://oa-panther.data.aliyun.com^$third-party +||http://oaer9.cn^ +||http://officeme.cn^ +||http://oikxlcv.wang^ +||http://okm918.com^ +||http://okokw.com^$third-party +||http://olmvkq.cn^ +||http://omgnjvrjgpeg.com^ +||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://oxrm.com^$third-party +||http://p0y.cn^$image,domain=~ipinyou.com.cn +||http://p0y.cn^*.swf +||http://p3tt.com^ +||http://pababy.cn^$third-party +||http://pagechoice.net^$third-party +||http://panel-cn.com^ +||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://poke88.com^ +||http://polkoa.com^ +||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://pyzkk.com^ +||http://qbyy010.com^ +||http://qchannel03.cn^$third-party +||http://qclcdn.cn^ +||http://qcupup.com^ +||http://qdchunyu.com^ +||http://qdxrhg.com^$third-party +||http://qfs365.com^ +||http://qgss8.com^ +||http://qhaif.com^ +||http://qi-duo.com^ +||http://qiailm.com^ +||http://qidou.com^$third-party +||http://qigemm.com^ +||http://qilashou.com^ +||http://qingqu.la^ +||http://qiqivv.com^ +||http://qiqiww.com^ +||http://qiqiyii.com^ +||http://qiyou.com^$third-party +||http://qjjtc.com^ +||http://qling.com^$third-party +||http://qmkdy.com^ +||http://qmname.com^ +||http://qnvih8.cn^ +||http://qoiusky.com^ +||http://qq4g.cn^$third-party +||http://qqm98.com^ +||http://qs01.cn^ +||http://qsart.cn^ +||http://qsbz2011.com^ +||http://qshxc.com^ +||http://qsj65.com^ +||http://qtch888.com^ +||http://qtmojo.cn^ +||http://qtmojo.com^$third-party +||http://quadasdata.cn^ +||http://quanbailing.com^$third-party +||http://quansj.cn^ +||http://qubilou.com^$third-party +||http://qucaigg.com^ +||http://queene.cn^ +||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://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://rhgyg.com^ +||http://rickysblast.cn^ +||http://rideraid.net^ +||http://riqu2015.com^ +||http://rjk1.com^ +||http://rmetop.com^ +||http://roay.cn^ +||http://rongchengxxw.com^ +||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://s17cnzz.com^$third-party +||http://s400cc.com^ +||http://s8dj.com^$third-party +||http://s9w.cc^ +||http://sadobo.com^ +||http://saf588.com^ +||http://saferwet.com^ +||http://sales-frontier.com^$third-party +||http://samboc.com^$third-party +||http://sangxi.top^ +||http://sbrqp.com^ +||http://scenepass.com^ +||http://scfatao.com^ +||http://sciencelolb.com^ +||http://scize.com^$third-party +||http://sclizhong.com^ +||http://scriptcc.cc^ +||http://scw0.com^ +||http://sdhzstone.net^ +||http://sdjjr.com^ +||http://sdqoi2d.com^ +||http://sdtbhbyb.com^ +||http://sdxkdj.cn^ +||http://sdycd.com^ +||http://seaxm.com^$third-party +||http://sexy-more.com^$third-party +||http://sfloushi.com^ +||http://sfxl.com.cn^ +||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://shenglonghg.net^ +||http://shenyian.net^ +||http://shiftrro.com^ +||http://shkywh.com^ +||http://sho9wbox.com^$third-party +||http://shouwangba.cn^ +||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://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://sjy-stone.com.cn^ +||http://skatehot.net^ +||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://sqext.com^ +||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://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://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://swzhaohuo.com.cn^ +||http://sxbhzs.net^ +||http://sxcol.cn^ +||http://sxdyrq.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://szrk3.com^ +||http://sztbjs.com^ +||http://szvr.com^$third-party +||http://szxiuchang.com^ +||http://szxpsg.com^ +||http://t3nlink.com^$third-party +||http://t70123.com^ +||http://ta80.com^$third-party +||http://taat00889.com^ +||http://tab20.com^$third-party +||http://tad.suning.com^ +||http://tagtic.cn^$third-party +||http://tamedia.com.tw^$third-party +||http://tanchuang002.info^$third-party +||http://tangoutianxia.com^ +||http://tanwanyx.com^$third-party +||http://taobaly.cn^ +||http://taobaoaliyun.cn^ +||http://taobayun.cn^ +||http://taohanpai.com^ +||http://taojingu.cn^$third-party +||http://taotu001.com^$third-party +||http://tbaocdn.com^ +||http://tbjfw.com^$third-party +||http://tc600.com^ +||http://tdayi.com^ +||http://tebaidu.cn^$third-party +||http://techsolutions.com.tw^$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://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://tkd777.cn^ +||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://ttbaods.com^ +||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://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://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://ubalh.com^ +||http://ubcpm.com^$third-party +||http://ubmcvideo.baidustatic.com^ +||http://uc610.com^ +||http://ucaliyun.cn^ +||http://ucrzgcs.cn^ +||http://ucstatic.cn^ +||http://uctrac.com^$third-party +||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://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://vamaker.com^$third-party +||http://vboo349.com^ +||http://vbtrax.com^$third-party +||http://vdazz.net^ +||http://ve001nz.com^ +||http://vedeh.com^ +||http://vegent.cn^ +||http://velocecdn.com^ +||http://vf5c.com^$third-party +||http://vfdxlt.cn^ +||http://victorjx.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://vsnoon.com^$third-party +||http://vtale.org^ +||http://vvvulqn7.com^ +||http://vwws6.net^ +||http://w3989.com^ +||http://w65p.com^ +||http://waihui518.com^ +||http://walibao.com^$third-party +||http://wangdaizao.com^ +||http://wangdddy.com^ +||http://wangdq.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://webofxm.cn^ +||http://weddingeeos.com^$third-party +||http://weihuiyungou.com^ +||http://weiqiqu.cn^ +||http://weixiangzu.cn^ +||http://werpig.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://wole.us^ +||http://wowips.com^ +||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://wuwaii.com^ +||http://wuwho.cn^ +||http://wvstatic.cn^ +||http://wwlolbs.com^ +||http://wxbdfm.com^ +||http://wxstatic.cn^ +||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://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://xiald.com^ +||http://xiaobiaoucai.cn^ +||http://xiaoyang.mobi^ +||http://xiaoyida.com^$third-party +||http://xiaozhishi852.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://xinlongrubber.com^ +||http://xinyijiasc.cn^ +||http://xiongdong.com^ +||http://xiongyin.com^$third-party +||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://xlingdi.com^$third-party +||http://xlwnx.com^ +||http://xm9178.com^ +||http://xmcmn.com^ +||http://xmliw.com^ +||http://xmshqh.com^$third-party +||http://xmsqz.com^ +||http://xmtsyg.com^ +||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://xuanmeiguoji.com^ +||http://xueyongbao.com^ +||http://xugsh.cn^ +||http://xul478.com^ +||http://xulizui6.com^ +||http://xuqinqi.cn^ +||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://xyimg.net^$domain=~xy.com +||http://xyqptm.com^ +||http://xyqxr.com^ +||http://xyrhd.com^ +||http://xyssp.com^ +||http://xytom.com^ +||http://xzdchl.com^$third-party +||http://xzyituo.com^ +||http://xzzyi.com^ +||http://y0o1g.cn^ +||http://yageben.com^ +||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://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://yidulive.net^ +||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://yiqifa.com^$subdocument +||http://yiqifa.com^*.js$third-party +||http://yiqiv.com^$third-party +||http://yiran686.cn^ +||http://yiranxian.cn^ +||http://yishuifa.org^ +||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://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://yuanhsu.com^$third-party +||http://yueyetiyu.com^ +||http://yuggcd.com^ +||http://yujyjms.cn^ +||http://yule8.net^ +||http://yunfanlm.com^$third-party +||http://yunsoka.com^ +||http://yuu360.com^$third-party +||http://yuyue008.cn^ +||http://ywadf.cn^ +||http://ywjsgc.com^ +||http://ywjxsp168.cn^ +||http://ywxi.net^ +||http://yxdyk.com^$script,third-party +||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://yzxls.com^$third-party +||http://yzygo.com^ +||http://yzytb.com^ +||http://zampda.net^$third-party +||http://zampdsp.com^$third-party +||http://zantainet.com^ +||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://zgunion.cn^ +||http://zgyemy.com^ +||http://zgyiyi.com^$third-party +||http://zh1144.com^ +||http://zhaibei112.top^ +||http://zhandi.cc^$third-party +||http://zhao258.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://zhongjiangguoji.org^ +||http://zhongzk.com^ +||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://zj66.net^$third-party +||http://zjhim.com^ +||http://zjhoudao.com^ +||http://zl588.com^ +||http://zlongad.com^$third-party +||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://ztdsp.com^$third-party +||http://ztidu.com^ +||http://zx573.cn^ +||http://zxb918.com^ +||http://zxwdw.com^ +||http://zybpj.com^ +||http://zydyjzw.cn^ +||http://zymro.com^ +||http://zyqp9.com^ +||http://zyrfanli.com^ +||http://zytwq.net^$third-party +||http://zz123.com^$third-party +||http://zzad.com^$third-party +||http://zzbaowen.com^ +||http://zzrcz.com^ +||http://zzsssy.com^ +||http://zzyonghao.com^ +||http://1024wanzhai.$popup,third-party +||http://133gp.com^$popup +||http://189.cn/actpush/$popup,third-party +||http://35.$popup,domain=dfpan.com +||http://415.net^$popup +||http://76fengyun.com/vip.php$popup +||http://7866593178.com^$popup +||http://9100300.com^$popup +||http://9453hot.com^$popup +||http://aiwanma99.com^$popup +||http://ark.letv.com/t?$popup +||http://avkankankan.com^$popup,third-party +||http://baidu.com/adrc.$popup +||http://baidu.com/baidu.php?url=$popup +||http://bm999999.com^$popup +||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://duoyi.com/welcome/$popup +||http://dwz.cn^$popup,domain=aixiaoju.com +||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://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://*.$image,rewrite=abp-resource:1x1-transparent-gif,third-party,domain=rmdown.com +||http://000001.azureedge.net/script/common.js +||http://000001.azureedge.net/script/p.js +||http://000b.info/js/ +||http://005.tv/s/setcores.js +||http://005.tv/shouye/moe-9 +||http://005.tv/templets/muban/js/jquery-1.8.3.js +||http://005.tv:60000/ad.js +||http://007.mx/flv/ +||http://007ds.com/js/js/ +||http://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://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://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://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://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://114txt.com/hello/ +||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://124fu.com/js/*.htm +||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://158pic.com/js/tjhd.js +||http://159i.com/p/b201u502y.js +||http://159i.com/video/pop/ +||http://159i.com/video/usr/uploads/1- +||http://159i.com/video/usr/uploads/bd/$image +||http://15hn.net/data/content +||http://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://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://16sucai.com/ads/ +||http://16sucai.com/images/*0 +||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://17989.com/script/index.asp +||http://17ce.com/118/ +||http://17ce.com^$subdocument +||http://17dm.com/s/common/js/*AD.js +||http://17jiaoyu.com/images/img_980x90.jpg +||http://17ok.com/focus/3j_right_jdt.shtml +||http://17yy.com/style/ifra_ad/ +||http://180.96.27.85^*.htm +||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://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://1fzw.com/content/templates/zjbnew/yxj.js +||http://1kejian.com/js/topA.js +||http://1ketang.com/Runtime/js/play +||http://1xlala.com/img/ +||http://2.56.176.42/link/ +||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://205.209.138.102^ +||http://20bmm.com:8888/js +||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*.com/static/js/common.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/dtnew_recom_img/duoteself/ +||http://2345.com/duoteimg/duotehtml/ +||http://2345.com/duoteimg/img/*_ad_ +||http://2345.com/dypcimg/*gameRecommend.js +||http://2345.com/dypcimg/ads/ +||http://2345.com/images/activity/20180618/search-actimg +||http://2345.com/images/m/global/new-hongbao/ +||http://2345.com/jifenimg/img/common/logo.png$third-party +||http://2345.com/js/index/activity/ +||http://2345.com/js/m/bottom.float.adver.js +||http://2345.com/js/m/common/top_information.js +||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://23sc.cn/andy/ +||http://24cmm.com:8888/js +||http://24mn.me/js/total.js +||http://2500sz.com/site/ +||http://25bmm.com/js +||http://265la.com/html/ +||http://268de.com/js/ +||http://28hse.com/adsman/www/images/ +||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://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://33api.com/index.php/Article/eddata? +||http://33av.net/Uploads/ad/ +||http://33img.com^$domain=18board.com|18p2p.com +||http://33lc.com/bui/ +||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://360doc.com^*.html?t= +||http://360kan.com/special/ +||http://360safego.com^ +||http://363uu.com/banner_list.js +||http://365kl.net/data/attachment/portal/ +||http://365rich.cn/ba.aspx +||http://36dm.club/images/00 +||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://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://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://40407.com/plus/rpad/ +||http://40407.com/plus_rpad_ +||http://40wan.com/js/www2/ +||http://42cao.com/ckplay/js.jpg +||http://4399.com/baiduad/ +||http://4399.com/loadimg/iframe_ +||http://4399.com/loadimg/loading.htm +||http://4438x*.com/Runtime/js/ +||http://44hd.cc/js/ +||http://44pd.com^*xds/ +||http://47.100.0.249/js/thea +||http://47ks.com^*_ad.js +||http://484r.com/images/flash/gallery_ +||http://4ci.cc^$domain=fanjian.net +||http://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://5054399.com/js/rice/m.js +||http://5068.com/*gg +||http://5068.com/websleft.js +||http://508ii.com/banner_list.js +||http://50yxw.com/content/uploadfile/*.gif +||http://51.com/up/bdfmt/ +||http://510mall.com//image/ +||http://5118.com/8/g.aspx +||http://512ms.com/js/index_ggw_show.js +||http://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://520boxtv.com/images/logo_top.gif +||http://520cc.cc/300aaa.gif +||http://520xs.la/js/dianrui- +||http://521000.com/co/ +||http://523525.com/img/20170508.jpg +||http://5278.cc/index.js +||http://5278.mobi/aa/ +||http://5278bbs.com/adpost_ +||http://52beiwo.com/gg. +||http://52card.net/img/ +||http://52che.com/Inc/FooterComm_ +||http://52che.com/NewLocal/TemplateHtml/headflash1_ +||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://52waha.com/static/js/func_bbs.js +||http://52wmb.com/2014js/cn_ +||http://52z.com/images/52zgg/ +||http://52zpi.com/gg/ +||http://52zy.com/other/js/ +||http://5328t.com/js/jquery.js +||http://543et.com/detail/ +||http://5442.com/style/ads5442.js +||http://54new.com/da/ +||http://55.la/anonymous/banner/$domain=lxty66.com +||http://55aaee.com/detail/ +||http://56ads.com/js/main.js +||http://56img.com^*/baidu-promotion.js +||http://56img.com^*/search-engine-promotion.js +||http://56rmm.com:8888/js +||http://56shu.net/JSRmb/ +||http://570rr.com/banner_list.js +||http://576tv.com/Scripts/home.js +||http://57fx.com/img/20170508.jpg +||http://57see.com/js/ +||http://58.com/demand/content? +||http://58.com/ds/tgbrand/*.js +||http://58.com/show/ads? +||http://58cdn.com.cn/ds/tgbrand/*.js +||http://58cdn.com.cn/ds/zhuangxiu/jzad- +||http://59.36.101.209:888/link/*_280x192. +||http://591hx.com/images/0000.jpg +||http://591hx.com/js/dll.js +||http://591hx.com/js/floatbox.js +||http://591hx.com/lunbo/ +||http://591hx.com/zyrk_dy/gwjl.html +||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/js/cnzz +||http://5qqn.com/js/js/ +||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://60cjstatic.wow-classic.com/assets/application-*.js +||http://61.10.2.86/dev/xopen.php +||http://61.147.184.18^ +||http://61.164.108.104:4275/*.gif +||http://61.164.108.184^*.gif +||http://61.164.108.184^*.swf +||http://61.235.249.195^*/Default.aspx?id= +||http://614514.com^ +||http://62422.cn/ggimg/ +||http://63007.com:82/haodxi.js +||http://63ef.com^*.js +||http://64.120.16.146/hsk_update/upload/*.gif +||http://64bobo.com/ckplay/js.jpg +||http://66.fmx.cn/js/ +||http://6620070.com/js/ +||http://6665432.com^*.gif +||http://6699fa.cn/imagestb/ +||http://6699fa.cn/js/ +||http://66kkl.com/tools/ +||http://66rd.cn/pic/*.swf +||http://66wz.com/adv2/ +||http://66wz.com/data/attachment/portal/ +||http://66wz.com/eap/ +||http://66ys.tv/d/ +||http://67.159.44.187/js/v1.js +||http://6789.com/media/images/jiao.swf +||http://678pan.com/TC/ +||http://678pan.vip/ad.js +||http://688900.net/js/ok/ +||http://69.28.57.245^ +||http://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://7160.com/js/tiaozhuanquanju.js +||http://71bmm.com:8888/js +||http://726dy.com/726pic/ +||http://733.so/template/wap1/js/all_css.js +||http://75.125.41.29:8080/ +||http://76.73.85.179/js/v1.js +||http://76fengyun.com/70070.gif +||http://76fengyun.com/jsa/ +||http://76mao.com/52 +||http://76wmm.com:8888/js +||http://76xh.com/skin/zxf/js/*Out.js +||http://76xh.com/skin/zxf/js/ad +||http://775mz.com/js/jquery.js +||http://777g.me/cs/ +||http://77ds.vip/js/shichuang.js +||http://77file.com/jsa/ +||http://77kan.com/jquery/ +||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://7caa.com/js/js/ +||http://7hcn.com//f/*.swf +||http://7jiu.com.hk/hotsearch_box.php +||http://7junshi.com/con/ad +||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://7scs.com/Public/img/list- +||http://7xdown.com/bz/ +||http://7xdown.com/idcgg/ +||http://7xsf3h.com1.z0.glb.clouddn.com^ +||http://7xsf4r.com1.z0.glb.clouddn.com/lianzi.mp4 +||http://8*.tianya.cn^ +||http://800cdn.com/go/bqad.jpg +||http://800j.com.cn/api.php?op=itemtopbanner& +||http://800j.com.cn/index.php?m=poster& +||http://801.tianyaui.com^ +||http://8090app.com/js/right.js +||http://83133.com/api/ +||http://8585go.com/recommend +||http://8684.cn/id/ad_ +||http://8684.com/com/sys_ad_ +||http://8684.com/local/bdadv. +||http://8684.com/shuang11/ +||http://868ch.com/js/ds/index.js +||http://86uk.com/uploads/*0.gif +||http://86uk.com^$subdocument +||http://876porn.com/attachment/ +||http://880fg.com/css/*.js +||http://880sy.com/Public/js/*_gg.js +||http://88148.com/UpFile/a/2016040849191350.jpg +||http://883ads.com^*.js +||http://88448.com/images/appkai980x100.gif +||http://888dizhi.com/888/ +||http://88gs.com/agfile/ +||http://88liu.com/data/attachment/portal/ +||http://8bo.com/template/default/8bo/j/app.js +||http://8d8d.me/images/dealer.gif +||http://8jkx.com^ +||http://8maple.ru/dzcmyqv8.jpg$rewrite=abp-resource:1x1-transparent-gif,domain=8maple.ru|bilibili.to +||http://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/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://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://91porri.org/fans/ +||http://91wii.com/data/ad/ +||http://91xiazai.com/qunyinguwuqi.jpg +||http://91xporn.com/fans/ +||http://92dp.com/home/showga? +||http://92uq.com/Ads/ +||http://94994.com*/js/plugin/shoppingMall/ +||http://949949.com/2013/end/hot_news.js +||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://966266.com/a-d/ +||http://9669.cn/ipdat/duilian/ +||http://9669.cn/js/jquery.play. +||http://9669.cn/refactor/js/360_ads.js +||http://973.com/static/js/pccom.js +||http://97aa1.com/g/ +||http://97daimeng.com/taobao/ +||http://98.126.219.216/ads/ +||http://98441.com^*gg +||http://9906g.com/js/jquery.js +||http://9938.net/video/tvg/footer.js +||http://9938.net/video/tvg/hot.js +||http://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/pic/ +||http://9ez.me/embd.php?type= +||http://9ht.com/images/1200p.gif +||http://9ifz.cc/ling/index/ +||http://9ihome.com/info/ADTopvnet/ +||http://9ist.com/others/ad/ +||http://9kjj.com/images/*.gif +||http://9ku.com/aaa/ +||http://9tour.cn/x2/images/czmf.jpg +||http://9w1an.com/special/ +||http://9wcn.com/gcld/500.gif +||http://9ye.com/Files/Editor/ad/ +||http://9zvip.net/hi5asd/ +||http://a.baomihua.com^ +||http://a.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://a4.yeshj.com^ +||http://a5.yeshj.com^ +||http://aaqqw.com/js/pc/ +||http://abbao.cn^*adblock +||http://abc.hkepc.com^ +||http://abc.hkepc.net^ +||http://abcache.com/tg/ +||http://abcache.com/xc/image/ +||http://abcache.com/youlaohu/ +||http://abcde.cn/info/uploadfile/poster/yun.png +||http://abdd*.com/js/abc/ +||http://abminbuy.com/images/201*.gif +||http://abminbuy.com/images/jiazai.png +||http://acfun.cn/appSpreadContents/danmuad/ +||http://acg.tv^$image,object,domain=bilibili.com +||http://acgbenzi.com^$image +||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://acgsou.com/js/nu +||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://ad-api.cnblogs.com^ +||http://ad-img.diyidan.net^ +||http://ad.12306.cn/res/*.html +||http://ad.walkgame.com^ +||http://ad.wurangxian.top^ +||http://adadmin.house365.com^ +||http://adcast.fblife.com^ +||http://add.freeimg8.com^ +||http://adf.dahe.cn^ +||http://adhome.1fangchan.com^ +||http://adi*.cnool.net^ +||http://adm.265g.com^ +||http://adm.6park.com^ +||http://adm.86wan.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-pixiv.net^ +||http://ads.sohu.com^ +||http://adsc.wasu.tv^ +||http://adsclick.yx.js.cn^ +||http://adshows.21cn.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://ai.bioon.com^ +||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://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/imagesa/ +||http://ak47fuli.net/fd.js +||http://ak47fuli.net/wp-content/uploads/20*.gif +||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/*_1085845541. +||http://alicdn.com/img/ibank/*_1095372465. +||http://alicdn.com/img/ibank/*_1409595492. +||http://alicdn.com/img/ibank/*_1545027917. +||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/*_2114606112. +||http://alicdn.com/img/ibank/*_256401016. +||http://alicdn.com/img/ibank/*_368737028. +||http://alicdn.com/img/ibank/*_434184744. +||http://alicdn.com/img/ibank/*_687764080. +||http://alicdn.com/img/ibank/*_755908572. +||http://alicdn.com/img/ibank/*_775661713. +||http://alicdn.com/img/ibank/*_872274545. +||http://alicdn.com/imgextra/i1/3491683832/TB2A4QaisjI8KJjSsppXXXbyVXa_ +||http://alicdn.com/kf/HTB1WS7FUwHqK1RjSZJnq6zNLpXaT.jpg +||http://alicdn.com/kf/UTB8tVxYvbPJXKJkSafS5jaqUXXac.gif +||http://alicdn.com/openad/dsp-front-booth/ +||http://alicdn.com/tfscom/*.sina. +||http://alicdn.com/tps/*-950-90. +||http://alicdn.com/tps/i3/T19NaCFKFaXXckTCTS-300-100.jpg +||http://alicdn.com^$domain=11papapa.com|1avlang.com|51dll.com|5gw.cc|5xx44.com|5xx77.com|63ef.com|7mav2.com|99a21.com|acglover.me|aotu101.com|ccxx99.com|docshelper.net|gou19.com|ip.cn|jb51.net|jitapu.com|junying.com|ppx116.com|qqtenglong.com|qyl00.com|qyl222.com|runoob.com|sodu.cc|spqi.xyz|supfree.net|thztv.cc|viidii.info|wenkuxiazai.com|xingzhiyin44.com|yeyemo8.com|yuese46.com|yyetss.com|yzz12.com|zhuankezhijia.com +||http://alicdn.com^*.gif$domain=hmog.me|vip-free.com +||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://alotof.software/wp-content/uploads/EKpYHOTLpixu/ +||http://alu.cn*/aluad/ +||http://alu.cn/2011/js/categoryAdvert.js +||http://alu.cn/alutg/ +||http://alu.cn/aluTrade/Fragments/ListAdvertisementProductsHandler. +||http://alu.cn/Ashx/AjaxGuangGao. +||http://am.szhome.com^ +||http://am.zhiding.cn/www/images/$image,object,subdocument +||http://amazonaws.com.cn/static-documents/marketing/uda_banner_ +||http://amazonaws.com/s?z= +||http://amd.cn/yyets.js +||http://ammcg.imgscloud.com/toy/ +||http://ammmi.com/wp-content/uploads/2019/01/20856cf279c193.gif +||http://amradmin.5173.com^ +||http://ams.fx678.com^ +||http://angelweb.cn/Inc/AngelG.js +||http://anhuinews.com/include/ +||http://anhuinews.com/zhuyeguanli/*ad/ +||http://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://ao.r7f.ifeng.com^ +||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://appfh.com/fhyq/ +||http://appfh.com/jiu/ +||http://appfh.com/xin/ +||http://appimg.0575bbs.com^ +||http://apple.www.letv.com^ +||http://apple886.com/subs/*.js +||http://applinzi.com^$domain=soyunpan.com +||http://apptry.easylife.tw/pub/js/common/common.js +||http://apsgo.com/go/ +||http://aqlife.com/data/attachment/portal/ +||http://aqy102.com/js/aqy/ +||http://aqy103.com/js/aqy/ +||http://ark.le.com/s?vid= +||http://ark.letv.com/s?res= +||http://ark.letv.com/s?vid= +||http://artzd.cn/img/ +||http://as.g4.ifeng.com^ +||http://ashow.pcpop.com^ +||http://asia-home.com.cn/js/yt/ytadshow +||http://aspjzy.com/jsweb/js/ +||http://aspku.com/z/ +||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://autohome.com.cn/api/lives/getliveroom?$domain=~live.autohome.com.cn +||http://autohome.com.cn/api/platformData/getFinanceBanner +||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|nutgeek.com +||http://axjbt.com/dbxf/pctc.js +||http://ayxz.com/images/$script +||http://ayxz.com/images/enkj_small.gif +||http://azhibo.*images/leisu.png +||http://azhibo.tv/arts/ +||http://azureedge.net/wp-content/cache/minify/904ff.js +||http://azureedge.net/wp-content/cache/minify/d2299.js +||http://azureedge.net/wp-content/uploads/*-AD0 +||http://b.tukucc.com^ +||http://b7yy.com/ad/ +||http://baby-kingdom.com/reqsads? +||http://babyhome.com.tw/public/img/640x100- +||http://backchina.com/banners/ +||http://badding.oss-ap-southeast-1.aliyuncs.com^ +||http://badmintoncn.com/cbo_gg/ +||http://badmintoncn.com/cbo_include/js/cboaaa.js +||http://baidu-taobao-av.com/js/ +||http://baidu.com/?action=getadsdata& +||http://baidu.com/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/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?platform=wise&ms=1&rset=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?infos=adbanner +||http://baidu.com/tequan/adpadmin_feed/ +||http://baidu.com/ur/scun?di=contentunion +||http://baidu.com/videoapi/?*_ad_promote& +||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=android100.org|pos.baidu.com +||http://baidu.com^$subdocument,domain=dm5.com|dm5.hk|zzidc.com +||http://baidu.com^*/interface/ad? +||http://baidu10086zhg.com/images/1200*.gif +||http://baidud.cn/aoao/down_ +||http://baiduyunpan.net/t/ +||http://baifen.music.baidu.com^ +||http://baike.com/3g/ads/ +||http://baike.com/iframeheightforad. +||http://baishuku.com/news/$script +||http://baixing.com/bb/*/?category= +||http://baixing.com/widget/ +||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://banyungong.org/images/1.gif +||http://banyungong.org/images/2.gif +||http://banyungong.org/Scripts/tc.js +||http://baofeng.com/images/yiqi +||http://baojia.steelcn.cn/images/$object +||http://baoliny.com/js/jing.js +||http://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://bcc.com.tw/imgs/adv/ +||http://bccnsoft.com/aac/ +||http://bcquan.me/front/components/get_global_ad +||http://bcquan.me/front/components/get_top_games +||http://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|jb51.net|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://bequge.com/images/content.js +||http://besc.baidustatic.com^ +||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://biepa.net/mm2019/sy_ +||http://biepa.net/vjs/hf.js +||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://biz.weibo.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://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://books.com.tw/web/apActivityStick? +||http://bootcss.com/assets/js/and +||http://bootcss.com^$domain=91fuli.xyz|diyifuli.top|idaohang.top|ifulione.com|onedh.xyz +||http://boroboromi.com/js/tbclick.js +||http://bosw.net/js/bos/*960 +||http://bozhou.cn/templates/bozhoucn/css/2017ad/ +||http://bp.blogspot.com^$domain=avmimi.com +||http://bp.blogspot.com^*/s1600/dealer +||http://bpimg.com^$domain=ref.so +||http://brand.sogou.com/micro?yyid= +||http://bs.baidu.com/app-ads% +||http://bt121.net/ats/ +||http://btbttv.net/dd/ +||http://btbuluo.com/uploads/*.gif +||http://btcfans.com/template/comiis_lssy/ad/ +||http://btdx8.com/tmp/ +||http://btjia.com/slade.js +||http://btkat.com/style/l.js +||http://btkuai.org/js/ac +||http://btkuai.org/pingbi +||http://btn.onlylady.com^ +||http://btn.pchome.net^ +||http://btpian.com/static/*960.js +||http://btpian.com/static/wenquan.js +||http://btrenren.com/js/index960_ +||http://btschool.net/adv/ +||http://btspreadcn.com/images/zfb.jpg +||http://bttiantang8.net/templets/bttt/js/gonggao.js +||http://buimg.com^$domain=ed2000.com|kisssub.org|moe-acg.cc|ref.so +||http://bukade.com/js/*_p_ +||http://bukade.com/js/b_ +||http://bukade.com/js/tj2.js +||http://bukade.com/tpl/2/loading.html +||http://bumimi.com/money/ +||http://business.92wy.com^ +||http://buy.sina.com.tw/js/sina_popup.php +||http://buzzhand.com/images/$subdocument +||http://bvakl.ifeng.com^ +||http://bvlang.com/ad/ +||http://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://c114.com.cn/default_inc/a/images/ +||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://caikuu.com/ckimages/*_gg +||http://caikuu.com/ckimages/*_zg +||http://cailianpress.com/v1/web/ad +||http://caixin.com/s?z= +||http://camster.com/promos/ +||http://candou.com/i/2000/ +||http://canton8.com/adphoto/ +||http://cao0001.com/vip/js/ +||http://cao0002.com/vip/js/ +||http://caoads.com/images/ +||http://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://ccdm6.com/Scripts/ccMedia.js +||http://cckke.com/fanhao/v/ad +||http://cctime.com/UpLoadFile/201*.swf +||http://cctime.com/UpLoadFile/2012/11/7/201211733483705.gif +||http://cctv.com/Library/a2.js +||http://cctv5.name/data/js/ +||http://cctv5.name/js/*foot.js +||http://cctv567.com/b/ +||http://cdeledu.com/ADVC/$domain=~chinaacc.com|~ruidaedu.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://cdsoso.me/img/hongbao.jpg +||http://cdsoso.me/static/image/760x60.jpg +||http://cdyee.com/external/5070.files/ad/ +||http://centoscn.com/money/ +||http://centoscn.com/uploads/allimg/ +||http://centurys.net/promo_ +||http://cgfdjz.net/xia.js +||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://chddh.com/G1G/ +||http://cheers.com.tw/assets/js/fancyapps- +||http://chengdu.cn/acts/phoneqss/openCornerWin/ +||http://chengtongled.com/gg/ +||http://chengtu.com/api.php?mod=ad&adid= +||http://chexun.com/delivery? +||http://chexun.net/images/sales//cxgg/ +||http://chidir.com^ +||http://china.chemnet.com/cnbanner/ +||http://china.cn/js/common/daniel_pop/ +||http://china.cn/js/common/product_pop/ +||http://china.com.cn*/ads_js/ +||http://china.com.cn/2016ads/ +||http://china.com.cn/statics/js/henan/ad/ +||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://chinachugui.com/jsfiles/aods/ +||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://chinamedevice.cn/cnbanner/zjmz.gif +||http://chinanews.com.cn/ad2015/ +||http://chinanews.com/shipin/sptp.xml +||http://chinaqking.com/images/newPage/JLW.jpg +||http://chinaqking.com/images/qkw/jobApply1.jpg +||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://chinauui.com/fumeiti.js +||http://chinaxinge.com/gif3/ +||http://chinaxinge.com/gif4/ +||http://chinaxinge.com/html/index_pf3.js +||http://chinaz.com/2019/0815/2019081513391118.png +||http://chinaz.com/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/ziyou.jpg +||http://chinaz.com/zz_img/ +||http://chinaz.com^*_g/ +||http://chinesetoday.cn/2017/ad/*.gif +||http://chiphell.com/activity/ +||http://chjtx.com/JTaro/gg.html +||http://chnmoney.com/dfile/ +||http://chongdiantou.com/wp-content/uploads/2019/02/pzb.jpg +||http://chromeba.net/wp-content/uploads/LOIFYeTnkQrC/pounqcfHWNpr.js +||http://chuantu.biz/t2/22/1450961822x1822613148.gif +||http://chuantu.biz^$domain=7mav2.com|thztv.cc +||http://chubun.com/images/banners/ +||http://chubun.com/uploads/pic/img +||http://chuiyao.com/static/jsa/ +||http://cidianwang.com/images/taobao/ +||http://cidianwang.com/inc/check.asp +||http://cidianwang.com/js/left +||http://cidianwang.com/js/right +||http://cidianwang.com/js/zdtop.js +||http://ciliba.org/Public/static/js/common-v2.js +||http://citysbs.com/chongqing/*/1920x179- +||http://citysbs.com/no/*/1190x60- +||http://citysbs.com/no/*/650x50- +||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://ckcdn.com/c/html5_ad/ +||http://ckck.vip/inc/ +||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://cmm.xmfish.com^ +||http://cms.fx678.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/include/2011/index/js/index.js +||http://cnjxol.com/news/*.swf +||http://cnkang.com/showcodejsonp? +||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://cnstock.com/img/news/ad- +||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://cnwnews.com/zhenrui/ad/ +||http://cnyw.net/autoloader.js +||http://cnzol.com/template/style/images/lcdl.js +||http://cnzz.cn/badu.gif +||http://cnzz.cn/ssp_ +||http://cnzzla.com/public/scripts/money.js +||http://cocoawu.b0.upaiyun.com^ +||http://codeceo.com/images/*/beiqia +||http://codejie.net/img/xiandai.gif +||http://codejie.net/wp-content/uploads/*/1120-50. +||http://codezp.org/uploads/ +||http://comefromchina.com/images/128bestbuy +||http://content.xilu.com^$object +||http://cool-de.com/api.php?mod=js&bid= +||http://coolaler.com/index_ads/ +||http://coolpc.com.tw/img/topweb.html +||http://count.ddooo.com^ +||http://cp.eastmoney.com/wap/*.js +||http://cp.ifeng.com/iframe/getiframe +||http://cp121.com/js2/ +||http://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://cxacg.com/data/attachment/portal/201904/27/142830erc3qizlarlsy3uu.jpg +||http://cy1234.space^*sifang/ +||http://cztv.com/201506/02/124d35111e8f180c96f99acbcbdf5de6.jpg +||http://d-test.39.net^ +||http://d.pixiv.org/show?zone_id= +||http://d0.xcar.com.cn^ +||http://d1.3158.cn^ +||http://d1.sina.com.cn^$object,script +||http://d13jhr4vol1304.cloudfront.net^ +||http://d2.sina.com.cn^$object,script +||http://d2epwh5sm67a3s.cloudfront.net/assets/*vpn +||http://d3.sina.com.cn^$object,script +||http://d4.sina.com.cn^$object,script +||http://d5.sina.com.cn^$image,domain=~www.sina.com.cn +||http://d5.sina.com.cn^$object,script +||http://d7w.net/static/d7wad/ +||http://da-fan-shu.cn/images/kuaijie.jpg +||http://da.duowan.com/loc/ +||http://da.mgtv.com^ +||http://dabaoku.com^$object,script,subdocument +||http://dabin69.com/data/attachment/portal/ +||http://dagou2018.com/js/item +||http://dailynews.sina.com/gb/ads/ +||http://dajiadu8.com/17.js +||http://dajiazhao.com/login/reg.js +||http://dandanzan.com/res/*.js +||http://dangdang.com/adall. +||http://danji6.com/style/style2016/js/gaosuxiazai.js +||http://danji6.com/xingg/ +||http://danlan.org/KFC/ +||http://danmeixsw.com/js/mwap.js +||http://dataguru.cn/site_ +||http://dataoke.com/api/component/code-info/v1? +||http://daweijita.com/201*430. +||http://daweijita.com/201*ad. +||http://daweijita.com/2014/08/ad_head +||http://daweijita.com/2015/10/shopad +||http://dayanzai.me/Computer.png +||http://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/images/qcloud/ +||http://debugease.com/static/js/show.js +||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/tg/rightAd_v2.js +||http://dfcfw.com/public/js/left.js +||http://dftoutiao.com/dfpcitv/pcitv?jsonpcallback= +||http://dftoutiao.com/dfpcitv/pcitv?type= +||http://dhzw.org/m- +||http://dianmi.net/tj/tj1.js +||http://dianyingbar.com/api/get.json +||http://diaoyu123.com/cpro/show.js +||http://dichan.com.au/newhouse/pinnacle/images/bcastr3.swf +||http://dig.chouti.com/advert +||http://dilidili.wang/ad/ +||http://dilidili.wang/shouye/ +||http://dilidili.wang/uploads/allimg/170720/6_1500209066.jpg +||http://dingniugu.com/newskin/js/backTop.js +||http://dingniugu.com/newskin/js/public.php +||http://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://dioimg.net^*.gif$domain=javccc.net +||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/js/list_right_ +||http://djicdn.com/uploads/ad_image_file/ +||http://djkk.com/ak/ +||http://djs.baomihua.com^ +||http://djwma.com^*960.gif +||http://dm530.net/js/newjs/ +||http://dm530.net/pic/fgr/*.js +||http://dmzj.com/js/ad/ +||http://dmzj.com/js/m_BtmApp.js +||http://dn-geekpark-new.qbox.me/uploads/ad/ +||http://dnvod.tv/listprovider/ajaxlist.async.ashx +||http://dnwx.com*/ad$image +||http://dnwx.com/pic/*_978x60. +||http://dnwx.com/pic_ad/ +||http://dnwyb.tv/a/$xmlhttprequest +||http://docin.com/docin_adv/ +||http://docin.com/jsp_cn/ad/ +||http://doczj.com/js/common.js +||http://doko.moe^$domain=pantsu.cat +||http://dol.tianya.cn/s?z=tianya& +||http://dongfangtai.com/2018/ +||http://dospy.com/hezuo/ +||http://dota2.uuu9.com^$subdocument +||http://doub.io/wp-content/themes/yusi1.0/js/jquery.min.js +||http://doub.io/wp-content/uploads/ +||http://doub.pw/abc/ +||http://doub.pw/ss-jc23/ +||http://douban.com/?unit=dale_movie_trailer_after_play& +||http://douban.com/view/dale-online/dale_ad +||http://douban.com^*/fm_bgad.js +||http://doubanio.com^*/js/ad. +||http://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/common/share/play.swf?room_id=30$domain=sgamer.com +||http://douyucdn.cn/common/simplayer/assets/effect/cpsUI_ +||http://douyucdn.cn/dyfelocal/act/*/ad.png +||http://douyucdn.cn/japi/sign/web/getinfo +||http://down.admin5.com/z/ +||http://down12.com^*/bdvert.js +||http://downbank.cn/js/g.js +||http://downhot.com/Res/js/arc.js +||http://downhot.com/Res/js/main.js +||http://download.game.yy.com/crossdomain.xml +||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://duanwenxue.com/shuang11/ +||http://duapp.com^$domain=bjmama.com|ccav1.com|gzmama.com|sexcar.cn +||http://duba.com/baidu +||http://duba.com/dhads?id= +||http://duba.com/static/*/iframe/baidu_ +||http://duba.com/static/*/images/*.swf +||http://duba.com/static/*/js/home/ad/ad. +||http://duba.com/static/images/public/20181110/14661d41048e09e2d523dd2e5f0c6310.png +||http://dufile.com/jsa/ +||http://duote.com/soft/ads/baiduAd.html +||http://duouoo.com/vss/right-ssd.js +||http://duouoo.com/vss/wz +||http://dup.baidustatic.com^ +||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://dydab.com^ +||http://dyguo.com/pc/*0.js +||http://dyguo.com/pc/nr336.js +||http://dyjqd.com/images/js/dyjqd.js +||http://dyncdn.me/static/20/js/expla +||http://dyncdn2.com/static/20/js/expla +||http://dysfz.tv/js/adtop_ +||http://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/data/attachment/portal/ +||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/detail_ +||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^$subdocument,~third-party +||http://eastmoney.com/banner/ +||http://eastmoney.com/js/headbiggg_ +||http://eastmoney.com/js/news_fixed_ +||http://eastmoney.com/trade/hqb_hq.html +||http://eat-travel.com.tw^$third-party +||http://ebiotrade.com/jslibrary/js +||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://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/templates/js/other/yxj +||http://eeyy.com/templates/js/popback.js +||http://eeyy.com/uploadfile/img/beitou +||http://elecfans.com/baidu_m.html +||http://elecfans.com/images2012/pcb.gif +||http://elecfans.com/skin-*/images/banner_ad +||http://elecfans.com/skin-*ad_ +||http://emoney.cn/www/officalWebStatic/js/slideAd.js +||http://emu999.net/nds/ +||http://emule.org.cn/km.gif +||http://emule.org.cn/templets/default/ +||http://en8848.com.cn/js/ad +||http://en8848.com.cn/js/content. +||http://en8848.com.cn/js/lianxi.js +||http://enet.com.cn/eschool/includes/gdtup/tu6/slide.js +||http://enet.com.cn/mem_str_zoneid= +||http://enread.com/img/185-50.gif +||http://enshi.cn/userfiles/esrb/$object,subdocument +||http://ent.mb.baidu.com/webgamepage/GameAPP/ +||http://entry.baidu.com/rp/home? +||http://eol.cn/e_busi/ +||http://eol.cn/e_images/gk/jnc +||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://epinv.com/wp-content/themes/ep/js/single.js +||http://epinv.com/wp-content/themes/ep/tu/*250.js +||http://epinv.com/wp-content/themes/ep/tu/*300.js +||http://epinv.com/wp-content/themes/ep/tu/epzz.js +||http://epinv.com/wp-content/themes/ep/tu/hkw.jpg +||http://epinv.com/wp-content/themes/ep/tu/yinshu.gif +||http://eprice.com.tw/img/dis/file/ +||http://eprice.com.tw/img/tw_m/ad/ +||http://eprice.com.tw/js/swfobject-2.3.js +||http://eqq9.com/js/js/ +||http://erebor.douban.com^ +||http://ermao.sikabeila.com^ +||http://eryamishu.com/zb_system/image/logo/64060.png +||http://eryamishu.com/zb_users/upload/2016/04/201604061459908985564295.jpg +||http://es3984.review/02_cn_ad/ +||http://etadult.com*/images/20 +||http://etest8.com/js/158/infojs/ +||http://etf88.com/jjb/*_ad$script +||http://etf88.com/swf/ +||http://etfunhome.com/images/kk.gif +||http://etnet.com.hk/ad2014/ +||http://etnet.com.hk/www/tc/stocks/ads/ +||http://ettoday.net/banners/ +||http://ettoday.net/events/ad-tab/ +||http://ettoday.net/funfuntrip/ +||http://ettoday.net/style/hot-trip/js/travel-action.js +||http://ettoday.net^*/ad/ +||http://everyonepiano.cn/Public/*0x +||http://eyusky.net/weixin-img/zhifubao.jpg +||http://eyuyao.com/yyad/ +||http://eyy5.cn/data/attachment/freeaddon_banner/ +||http://ezprice.com.tw/ezysm/ +||http://ezprice.com.tw/js/*_ysm_ +||http://f8dy.tv/template/m1938/js/b +||http://f8dy.tv/template/m1938/js/foot.js +||http://fabuye.vip/zhuanfa/ +||http://faiusr.com/2/ABUIABACGAAg_dCW0gUo7NqNJjDgATh3.jpg +||http://faiusr.com/3/ABUIABADGAAgkIXb6gUo-L_AwwcwsAk4Wg.gif +||http://faloo.com/ou/site/ +||http://familydoctor.com.cn/aiframe/ +||http://familydoctor.com.cn/c/a/000/ggw_ +||http://fang.com/afp/door/ +||http://fang.com/house/ajaxrequest/adverTlGet. +||http://fang99.com^*/advjs/ +||http://fangying.tv/assets/xzy- +||http://fanhaobao.net/wp-content/themes/xiu/js/single.js +||http://fanhaodang.org/Runtime/js/ +||http://fanquanwang.com/uploads/ad/ +||http://fans.*.space/fans/*.php +||http://fantasy.tv/img/adImg +||http://fantizi5.com/js/ad*.js +||http://fantizi5.com/js/baiduad +||http://faquanya.com/weixin/ +||http://fastadmin.net/uploads/store/aliyun- +||http://faxingw.cn/js/*0 +||http://faxingw.cn/js/*ad +||http://faxingw.cn/js/detailgcbox.js +||http://fbcinema.com/wp-content/uploads/2017/12/138bet +||http://fc2fan.net/js/check_focus.js +||http://fcai.com/ifengIndex.html +||http://fd173.cn^$third-party +||http://fdc.com.cn/cms/js/bbs/bbstonglan.js +||http://fdc.com.cn/cms/js/bbs/dl.js +||http://fdc.com.cn/cms/js/home_js/*_move_ +||http://fdc.com.cn^*adv +||http://fdc.my0511.com^$script +||http://feesoon.com/js/cnzz_ +||http://feiwan.net/zqcom_style/ad/ +||http://feizl.com/images/smdd/ +||http://fenglan.oss-cn-shenzhen.aliyuncs.com^*.gif +||http://fenxiangdashi.com/img/banner/ +||http://fenxiangdashi.com/Res/js/detail_ +||http://ff.meikanguo.com^ +||http://fff1208.supfree.net/stat.asp +||http://ffsky.net^$domain=moe-acg.cc +||http://fh21.com.cn/partners/ +||http://file.cloud.sogou.com/*/superzone/ +||http://file.ws.126.net/house/nj/*.swf +||http://files.jb51.net/image/ +||http://firefoxchina.cn/2014/*_foxphone.png +||http://firefoxchina.cn/res/js/fchina_video-min.js +||http://firefoxchina.cn/v2/json/floatBanner.json +||http://firefoxchina.cn^*49560. +||http://firefoxchina.cn^*_couplet +||http://firefoxchina.cn^*_topbanner +||http://fj.sina.com.cn/iframe/63/ +||http://fjisu.com/js/wap-tg.js +||http://fjlqqc.com/common/api/v1.0/slot-code/ +||http://fjlyfdc.com.cn/hxhad/ +||http://flash.mycar168.com/data/js/ +||http://flash8.net/flash8_a_d_s/ +||http://flightclub.cn/WidgetHot? +||http://flighty.cn/images/ +||http://flxdaily.com/wp-content/plugins/flxdaily/script.js +||http://flyertea.com/plugin.php?id=he_topad +||http://flyoffline.com/images/miaoshou- +||http://flyoffline.com/images/ss- +||http://flyoffline.com/images/vpn- +||http://fobshanghai.com/bbsad/ +||http://fontke.com/custom/ +||http://foodmate.net/file/script/A +||http://forimg.com/js/content/ +||http://forum.51nb.com/images/ +||http://fpdisplay.com/templates/default/js/palyflash_ +||http://fpdisplay.com/upload/n_ad/ +||http://fqsousou.com/statics/pc/img/wx1.png +||http://fragment.firefoxchina.cn/html/ +||http://free9.net/images/pic/dhc2013.gif +||http://free9.net/myc/myc.js +||http://freehao123.com/wp-content/uploads/2017/05/mmkdm.png +||http://freep.cn/zhuangxiu_ +||http://front-adsnew.babyhome.com.tw/jwplayer/jwplayer.js +||http://fsehome.com/images/ad_tan.js +||http://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://fulishequ.com/abc/images/ +||http://fulisuo1.com^*.gif +||http://fulisuo7.top^*.gif +||http://fullyu.com/js-lib/jquery.modal. +||http://fun.ynet.com^ +||http://fun8.us^$domain=cartomad.com|cartonmad.com|cartoomad.com|cartoonad.com|cartoonmad.com|comicnad.com|conicsmad.com +||http://func.tw/image/func2.png +||http://funshipin.com/v1/js/footerhongbao.js +||http://fx110.com/Pub/Ghz/GetModel +||http://fx110.com/Scripts/1.0.0/gulpmin/Ghz/ +||http://fx110.com/Styles/1.0.0/dist/Ghz/MatrixAds. +||http://fx112.com/upload/15*.gif +||http://fx114.net/images/bangbaotao.jpg +||http://fx168.com/am.js +||http://fxxz.com/skin/know/ +||http://fzbm.com/bbs/static/js/bma.js +||http://fzlol.com/images/$script +||http://fzpchome.com/txt/$script +||http://g-years.com/tb/ +||http://g.163.com/*&affiliate= +||http://g.chuiyao.com^ +||http://g.cnzz.cn/Static/js/*- +||http://g.hsw.cn^ +||http://g.jinti.com/f/a/a +||http://g.lznews.cn^ +||http://g.mnw.cn^ +||http://g.ousns.net^ +||http://g.rexian.net.cn/js/ +||http://g2.ousns.net^ +||http://g8f.ifeng.com^ +||http://galacg.me/wp-content/uploads/*750x +||http://game.466.com^$third-party +||http://game333.net/aainset/ +||http://gameapps.hk/images/banners/ +||http://gameapps.hk/images/d/20170516/e334d088b4440fb9.png +||http://gameapps.hk/js/content_ +||http://gameapps.hk/js/determine_page_ +||http://gamefy.cn/cookiead.php +||http://gamersky.com/bgpic/ +||http://gamersky.com/common/tg/ +||http://gamersky.com/g/gamerskyflash.js +||http://gamersky.com/gsinc/content_bg.js +||http://gamersky.com/img/ +||http://gamersky.com/piaofu*/ +||http://gamersky.com^*.htm$subdocument +||http://games.ifeng.com^$subdocument +||http://games.ifeng.com^*.shtml?v= +||http://gamme.com.tw/event/ghost2019/pc/index.html +||http://gamme.com.tw/ga/ +||http://gamme.com.tw/uploads/*?2 +||http://ganji.com/content.php +||http://ganjistatic1.com^*-banner- +||http://ganjistatic1.com^*/adm/ +||http://ganjituiguang.ganji.com^ +||http://gansudaily.com.cn/2017zt/images/*gg +||http://gaofen.com/source/plugin/gaofen_ad/ +||http://gaoqing.la/wp-content/uploads/*/gg +||http://gaoqing.la/wp-content/uploads/2019/05/ed5e6a1dly1fx2qut6mgoj20r907h0xh.jpg +||http://gaoqingyy.net/baidu.js +||http://gaoqingyy.net/hengfutupian/ +||http://gasaq.com/public/flash/ +||http://gavbus*.com/assets/common/js/ad.js +||http://gavbus*.com/assets/common/js/admenu.js +||http://gcxa.cn/a/gb.gif +||http://gd.ct10000.com/js/ecssstat.js +||http://gd.sina.com.cn/iframe/22/ +||http://gd.vodtw.com^ +||http://gdmm.com*/mybt/ +||http://gdmm.com/api.php?mod=js&bid=2111 +||http://gdmm.com/images/leftbottom.png +||http://geekpark.net/api/v1/ads +||http://geilwx.com/read/ad +||http://gemgsx.com/js/ +||http://getitfree.cn/wp-content/plugins/anti- +||http://getscriptjs.com/p.js +||http://gexing.com/api/api_get_tankuang.php? +||http://gexing.com/i/*960x +||http://gexing.com/j/??zmask.js,easing.js? +||http://gezila.com/v3/ad/ +||http://gfan.com/plugin.php?id=gfan_viewpic:gfan_adView +||http://gfan.com/press/ +||http://gg-led.com/uploadFile/uploadCompanyLogo/*.gif +||http://gg.*.com/tonglan/tonglan.js +||http://gg.0598yu.com^ +||http://gg.4kdy.net^ +||http://gg.blueidea.com^ +||http://gg.cs090.com^ +||http://gg.g9mi6.com^ +||http://gg.gao7.com^ +||http://gg.getbs.com^ +||http://gg.gsdlcn.com^ +||http://gg.gw032.com^ +||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://ggtp-1255424916.cos.ap-chengdu.myqcloud.com^ +||http://ggw.gusuwang.com^ +||http://ggw.watertu.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.com/js/ +||http://go.hangzhou.com.cn^ +||http://go2av.com/for_ad/ +||http://go2av.com/js/AM.js +||http://go2tutor.com/lifebox.asp +||http://gogorenti.wang/js/m_cp +||http://golangtc.com/bar/ +||http://gold678.com/news/js/layer/layer.js +||http://gome.com.cn/flight? +||http://gongfupian.com/js/wuxiatui/ +||http://gongfupian.com/template/new2014/gftui/ +||http://gongshe99.com/d/js/gongshe/gsw +||http://goodgupiao.com/skins/default/js/backTop.js +||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/*.swf +||http://goupu.org/1files/guidebar/ +||http://gp.jstv.com^ +||http://gpcxw.com/file/js/img/*.gif +||http://gpsuu.com/yhj.gif +||http://gpxz.com/js2/ +||http://gq.com.tw/event/$subdocument +||http://greatfire.org/widget +||http://greenhouseglobal.cn^ +||http://greenxf.com/js/2019/ +||http://greenxiazai.com/d/js/v/ +||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/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://gusuwang.com/api/gsw_ +||http://gusuwang.com/ymsextweb/fullggw/ +||http://gusuwang.com/ymsextweb/images/index/ist_t.jpg +||http://gusuwang.com/ymsextweb/javascript/gs +||http://guyizhou.cn/temp/top_banner_ +||http://gvm.com.tw/scripts/jquery.colorbox- +||http://gwbnsh.net.cn/hd/unicom/ad.html +||http://gxnews.com.cn/clientscript/index_duilian_ +||http://gxnews.com.cn/upload/index/*.swf +||http://gywb.cn/cs_mulu/ +||http://gywb.cn/gggl/ +||http://gzzza.com/html/ +||http://hackhome.com/hz/*down +||http://hackhome.com/js/*top.js +||http://hackhome.com/js/bhref.js +||http://hackhome.com/js/dright.js +||http://hackhome.com/js/zt.js +||http://hackhw.com/ckjs/ +||http://hades.qyer.com^ +||http://haha.mx/images/float-ad/ +||http://haha.mx/images/market/ +||http://haha.mx/upload/data/detail_ +||http://haha.mx/upload/data/list_sidebar_ +||http://haiwainet.cn*/k.js +||http://haiwaiyy.com/B970X90.gif +||http://halihali.me^*/js/low.js +||http://halihali.me^*/js/nscript.js +||http://hangzhou.com.cn/extra/flash/hzwarticle300.swf +||http://hangzhou.com.cn/images/flashyingpian.swf +||http://hangzhou.com.cn/inc_hzw/ +||http://hanhande.com/upload/180330/4182613_143K0437.jpg +||http://hanjutv.com/index.php?c=dudu_ +||http://hanjutv.com/statics/skin/hjtv-pc/js/push.js +||http://hanjutvn.com/template/alifun/js/Tmall/ +||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://haochi123.com/Js/Fun_Effects_HT9.js +||http://haofs.com/haofs/ggapi.asp +||http://haoju5.com/js/bbb/ +||http://haokan5.com/js/haokanjs/2014_ +||http://haokan5.com/js/haokanjs/playa +||http://haokan5.com/js/haokanjs/tj.js +||http://haokan5.com/js/haokanjs/youxiajiao.js +||http://haokan58.com/pcgg/ +||http://haokongbu.com/plus/show.php +||http://haolepic.com/blz/ +||http://haolepic.com/js/ +||http://haopp02.com/js/ +||http://haoring03.com/ads/ +||http://haosf.com/kan.htm +||http://haote.com/style2017/2017images/banner/ +||http://haotxt.com/index.php?m=book/ad& +||http://haoxxoo.com/player/ad.html +||http://happyhongkong.com/images/client/ +||http://haxiu.com/data/cache/myadn- +||http://hc360.cn/js/module/info/info_liuliangbao.js +||http://hc360.com/images/14826/289x90.jpg +||http://hc360.com/js/*hezuo.js +||http://hc360.com/js/build/source/widgets/flowbao/flowbao.js +||http://hc360.com/js/hcpop_ +||http://hc360.com/js/module/info/info_liuliangbao.js +||http://hc360.com/list/iframe_2011hezuo.shtml +||http://hc360.com/list/iframe_2012ad_ +||http://hc360.com/list/iframe_end_textadv.shtml +||http://hc360.com/list/iframe_right_ad_ +||http://hc360.com/news/201207/201207241712413488.jpg +||http://hc360.com/security/201409/201409021830024990.jpg +||http://hcmoo.com/mm.js +||http://hcomic.in/post/js/jquery +||http://hcomic.in/wp-content/themes/boomog/js/list +||http://hcw888.com/Plug/GG.asp +||http://hcwang.cn/images/g/*.swf +||http://hdad.baike.com^ +||http://hdsky.me/adv/ +||http://hdslb.com/bfs/ad/ +||http://hdslb.com/js/core-v5/picment. +||http://he2d.com/crossdomain.xml +||http://hebei.com.cn/eap/ +||http://hebei.com.cn/swf/ +||http://hebei.com.cn/sys/online_calc.js +||http://hebtv.com/d/a/thea +||http://hefei.cc/templates/default/index_ad +||http://heiguang.com/f/uad/ +||http://heikexs.com/wp-content/themes/Duoxs*/js/ +||http://hellojava.com//bja/tanzhou.jpg +||http://henan.sina.com.cn/iframe/7/ +||http://henan100.com/d/file/indexad/ +||http://henan100.com^*/ad_article/ +||http://henan100.com^*/images/ad_content_ +||http://henghost.com^$third-party +||http://herogame.com^$subdocument,domain=gamer.com.tw +||http://hexun.com*/hx_news/hx_news_finalpage.js +||http://hexun.com/gphqtc/ +||http://hexun.com/wxcms/ad/ +||http://hexunimg.cn/m/images/ad_ +||http://hf365.com/0/13/79/87/13798795_912593.jpg +||http://hf365.com/0/14/31/00/14310068_933922.png +||http://hf365.com/0/14/60/93/14609355_921128.jpg +||http://hf365.com/0/15/64/87/15648725_922274.jpg +||http://hh010.com/1/ +||http://hh010.com/data/attachment/common/0a/ +||http://hh010.com/static/img/ +||http://hiad.vmall.com^ +||http://hiao.com/node/node_27508.htm +||http://hiapk.com/uploads/AD/ +||http://hifidiy.net/www/2015/08/18/HIFIDIY_Compat.swf +||http://hinet.net/radio/getAdcode.do +||http://hinews.cn/js/09page/10pagesjbtj +||http://histock.tw/ad/ +||http://hiwenku.com/getRightAdv +||http://hk-pub.com/forum/images/banner/ +||http://hkacger.com/showimage.php?i=dlsite1709NEKOPARA +||http://hkcna.hk/upload/6/2011/0608/U139P22T6D51F96DT20110608114515.jpg +||http://hkcna.hk/upload/6/2011/0909/U127P22T6D70F98DT20110914111852.swf +||http://hkcoding.com/chequeconvert/img/grammarly- +||http://hkcoding.com/img/ +||http://hkepc.com/forum/api/unimhk_ +||http://hkepc.com/prepared/images/b608.png +||http://hkgolden.com/forum_allpage_bottom.htm +||http://hkgolden.com/google_ad +||http://hkgolden.com/GoogleFrontPageAd.html +||http://hkgolden.com/hkg.js +||http://hkgolden.com/HKG_PRODUCT.htm +||http://hkgolden.com/js/faall1.js +||http://hkgolden.com/js/fpall.js +||http://hkgolden.com/mtg/ +||http://hkgolden.com/yahoo_ad +||http://hkgolden.com^*_ad.aspx +||http://hkitblog.com^*-banner +||http://hktvmall.com/api/preroll/getList? +||http://hmghmg.com/tb +||http://hmog.me/tb +||http://hn-pc.com/css/Fun_Div.js +||http://hongyingbbs.com/img/top.js +||http://hongyingbbs.com/jj/ +||http://hoopchina.com.cn/blogfile/2018*_1018_h_140_ +||http://hoopchina.com.cn/common/lazyLoadAd.js +||http://hoopchina.com.cn/static/www/*340-230. +||http://hoopchina.com.cn/static/www/*340x230. +||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://hot000.com/m- +||http://hotavxxx.com/images/*96 +||http://hoteastday.com/newspc/show? +||http://house.sina.com.cn/2.0/abp/ +||http://house365.com/*ads/201 +||http://house365.com/js/lbpopup.js +||http://housefindeasy.com/images/*banner978x90. +||http://housefindeasy.com/images/b_*.png +||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://hsbianma.com/content/images/*-ad- +||http://htcui.com/wp-content/uploads/2018/12/jdyzu-b.png +||http://htcui.com/wp-content/uploads/2018/12/xtfen-b.png +||http://htcui.com/xtfen.gif +||http://htpc1.com/iBT/tools/ +||http://htqyy.com/kiees/ +||http://httpcn.com/images/ad_ +||http://httpcn.com/Images/banner +||http://httpcn.com/images/topimg/ +||http://httpcn.com/include/ad1/ +||http://httpcn.com/tg/ +||http://httpwwwdcom.com/js/aaa/ +||http://huabian.com/hb/ad/ +||http://huacolor.com/d/js/v/hc +||http://huaiduoduo.info/Runtime/js/ +||http://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://huimg.cn/e/hd.e.wap. +||http://huizu100.com/data/attachment/portal/ +||http://hunantv.com/ui/2014/images/hao123.jpg +||http://huoche.net/Images/pc/ad_ +||http://huoche.net/public/huoche/ad/ +||http://huoyan.tv/yb/img/*.gif +||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://hxsd.com/templets/js/looyu_pop.js +||http://hxsxw.com/hxsxw666/ +||http://hxsxw.com/js/float.js +||http://hxyl.net/js/tv.js +||http://hy5.com.cn/admin/ +||http://hybbs.com/i/$image,object +||http://hz.shouyoutv.com^ +||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://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://ibook8.com*/piao*.js +||http://ibook8.com/xia*.js +||http://icaile.com/z.php?id= +||http://iciba.com/www/img/activity/common/active-11-11.js +||http://ickd.cn/act/ +||http://ickd.cn/mobile/js/touch +||http://icnkr.com/cnkradv/ +||http://icnkr.com/data/attachment/portal/ +||http://idaima.com/ycz/ajax/get_items_for_bejson/ +||http://idcot.com^ +||http://idcquan.com/linux/cio_new.html +||http://idv.st/dns/bar.htm +||http://ieche.com/global/*/ad/ +||http://ieche.com/InAds/ +||http://ieforex.com/r/cms/www/red/red2/images/*0. +||http://ifeng.com*/wapifeng +||http://ifeng.com/a_if/ +||http://ifeng.com/bbsfile/js/ifeng_tip.js +||http://ifeng.com/burroughsnews? +||http://ifeng.com/cc? +||http://ifeng.com/client_share_bottom_ +||http://ifeng.com/iframe/quickbet +||http://ifeng.com/iframe/toquickbet +||http://ifeng.com/sc? +||http://ifeng.com/showcode? +||http://ifeng.com/showjs?*apids= +||http://ifeng.com/ssi-incs/ +||http://ifeng.com/statics/comment_baidu.html +||http://ifeng.com/wapAdversApi? +||http://ifeng.com^*&ADUNITID= +||http://ifeng.com^*=YWRp +||http://ifengimg.com/*/taobaopudi/ +||http://ifengimg.com/1d124ac5e89463af/2013/0125/rdn_51023a5071d32.jpg +||http://ifengimg.com/29daa33abbbc4bbc/2015/7/aogute.gif +||http://ifengimg.com/29daa33abbbc4bbc/2015/7/titad.gif +||http://ifengimg.com/6e0e559e19f25e8b/2013/1226/shoucheng +||http://ifengimg.com/a/*/core201 +||http://ifengimg.com/a/*/openclient.js +||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/a/c.js +||http://ifengimg.com/b/b.js +||http://ifengimg.com/b/c.js +||http://ifengimg.com/c337cf1a3749e953/2015/0301/rdn_54f25a4228062.jpg +||http://ifengimg.com/ch_sd_ +||http://ifengimg.com/edsd +||http://ifengimg.com/iamsImg/*_w100_h550. +||http://ifengimg.com/iamsImg/*banner +||http://ifengimg.com/ifeng/sources/ +||http://ifengimg.com/iis/iis_ +||http://ifengimg.com/m/ax.js +||http://ifengimg.com/m/img.js +||http://ifengimg.com/mappa/ +||http://ifengimg.com/md/*/v_responsive +||http://ifengimg.com/p/ax_ +||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/tres/js/*/idemin_noif.js +||http://ifengimg.com/w702_h371/ +||http://ifengimg.com/wap/js/wp.js +||http://ifengimg.com/wrlgs1yu5o9- +||http://ifengimg.com/xingzhao/JS/ +||http://ifengimg.com/zhishaofei/js/ +||http://ifengimg.com^*-gewindow- +||http://ifengimg.com^*/100-100- +||http://ifengimg.com^*/1000-90- +||http://ifengimg.com^*/1000X90- +||http://ifengimg.com^*/300-300- +||http://ifengimg.com^*/300-300. +||http://ifengimg.com^*/aplayer.xml +||http://ifengimg.com^*/backwindow.js +||http://ifengimg.com^*/embed*.js +||http://ifengimg.com^*/feed.js +||http://ifengimg.com^*/fullscreen +||http://ifengimg.com^*/hddw- +||http://ifengimg.com^*/hover.js +||http://ifengimg.com^*/iframe_load_ +||http://ifengimg.com^*/o.js +||http://ifengimg.com^*/rdn_*.js? +||http://ifengimg.com^*/shfwq +||http://ifengimg.com^*/sources/i.js +||http://ifengimg.com^*/sources/inice_abc.js +||http://ifengimg.com^*/sources/j.js +||http://ifengimg.com^*/sources/jj.js +||http://ifengimg.com^*/sparta.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://ifengimg.com^*Float$script +||http://ifkdy.com/img/hydy +||http://ifooday.cn/index.php?m=poster& +||http://igamepark.biz/ads_output.php +||http://iis7.com/ys/css2018/ggw.js +||http://ijia360.com/data/poster/ +||http://ik123.com/js/dd.js +||http://ikafan.com/js/novel.js +||http://ikafan.com/upload/image/iqiyi_ +||http://ikaka.com/globalad/ +||http://ikanfan.cn/2018/ikanfan_new/dist/bootstrap.js +||http://im286.net/286/ +||http://image-shop.baidu.com/n/imageproduct? +||http://image.9duw.com^ +||http://image.hh010.com^ +||http://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^$subdocument +||http://img*.hc360.com^*.swf +||http://img*.win007.com/image/*.gif +||http://img.0594.com/20*.gif +||http://img.0594.com/20*.swf +||http://img.3sjt.com^ +||http://img.86wan.com/img2/top.jpg +||http://img.90bfw.com^*.gif +||http://img.9duw.com^ +||http://img.eol.cn/images/ed/$~image +||http://img.hexun.com*/wszj/js.js +||http://img.ifeng.com/tres/html/ +||http://img.meipic.net^ +||http://img.sex169.info^*.gif +||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://img2048.xyz^$domain=gou19.com +||http://img3.126.net^ +||http://img33.com^$domain=gou19.com +||http://img588.net/images/*.gif +||http://img599.net/images/*.gif$domain=javccc.net +||http://img599.net^$domain=18board.com|18p2p.com +||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://imgf.gamersky.com^$image +||http://imghost.top/kita/ +||http://imgkdiyoub999.com/ok/ +||http://imgme.me/images/*.gif +||http://imgmega.com/i/*.gif$domain=18avhub.com|18avtube.com|mm-cg.com +||http://imgout.ph.126.net/56208002/AD_ +||http://imgroom.net/images/*.gif +||http://imgs.cc/images/ad_ +||http://imgsrc.baidu.com/tieba/pic/item/$image +||http://imgtuku.com/images/20*.gif +||http://imgur.com/df53F09.jpg +||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://infoqstatic.com^*/scripts/rightbarOptionalVcrBox.js +||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://ip.cn^$csp=style-src 'self' https: +||http://ip38.qiniudn.com/js/zzsc.js +||http://ipeen.com.tw/js/frame/ad-actions.js +||http://ipeen.com.tw/photo/ad/ +||http://iplaypy.com/js/tonglan-1200ad.js +||http://iplaypy.com/uploads/allimg/160127/2-16012G50U0c1.jpg +||http://iplaypython.com/images/banner +||http://iporn.world/attachment/ad/ +||http://iqilu.com/getZone.php +||http://iqilu.com/static_files/richmedia/ +||http://iqshw.com/d/js/m/thea +||http://iqtfy.com/upload/vod/620.gif +||http://ishowx.com/www/2015/js/top.js +||http://ishuaji.cn/public/images/banner.jpg +||http://ishuhui.com/cartoon/book-1/*/sp +||http://ishuhui.com/setting/get_conf/option/ad/ +||http://isso.com.cn/upload_image/A-D/ +||http://it165.net/index.php?m=poster& +||http://it168.com/factory/ad/ +||http://it168.com/forum/201412/19/151606lvf3btnnotc62rl6.jpg +||http://it610.com/siteimage/shop +||http://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://itocp.com/html/gk/*/*x50. +||http://itocp.com/html/gk/*/204x +||http://itocp.com/html/gk/topic/topicmain.html +||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://iviewui.com/v1/*?name= +||http://iviewui.com/v1/asd/ +||http://ivy.pconline.com.cn^ +||http://iwanad.baidu.com^ +||http://ixinshijue.com/template/212yspc/js/37.js +||http://ixjys.com/dbxf/ +||http://iyejie.com/1024code.gif +||http://iyejie.com/xydlad.js +||http://iztwp.com/images/ +||http://izzs.cc/wp-content/mm/ +||http://j.6avz.com^ +||http://j.avz4.com^ +||http://j.s.weibo.com/widget.html +||http://ja*.gamersky.com^ +||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://javazhijia.com/skin/ +||http://javbooks.com/52toy/ +||http://javdove.com/templates/frontend/javdove/*/partialviewslider. +||http://javhd.com/banners-mainpage/ +||http://javhub.net/img/r18_banner1.jpg +||http://javjunkies.com/FL$subdocument +||http://jb51.net/imgby/logo_ +||http://jb51.net^$script,domain=~tools.jb51.net +||http://jb51.net^*Loader.js +||http://jbzyw.com/Application/M/adv/ +||http://jc001.cn/footer_float_bar/ +||http://jcodecraeer.com/plus/fuckblok. +||http://jcrb.com/ZYW/$subdocument +||http://jd-bbs.com/tianyi/ +||http://jd-bbs.com^*/gif/ +||http://jd100.com/cwmpc/ +||http://jfrft.com/ad/ +||http://jfrft.com/images/index_ +||http://jfrft.com/images/nono/ +||http://jfrft.com/js/main_list.js +||http://jfzx.tv/js/sb/ +||http://jgzj.net/bbs/attachments/month_1111/ +||http://jia.com/js/common/article_home_adv.js +||http://jialingmm.net/foot.php +||http://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://jiazhuang.com/Public/Home/bootinfo/ +||http://jiejg.ifeng.com^ +||http://jijidown.com/static/img/dongcidaci/ +||http://jijidown.com/static/img/right_bottom. +||http://jijistatic.duapp.com/Squall/1.jpg +||http://jin10.com/board/json/index.js +||http://jin10.com/board/json/rili.js +||http://jinbaozy.com/images/tb/ +||http://jinbaozy.com/images/zhangshang.jpg +||http://jinhongweiqi.com/cache/ads.js +||http://jinhua.com.cn/ad_pic/ +||http://jinriguanzhu.cc^$domain=cgfdjz.net +||http://jinse.com/promotion/ +||http://jinyici.com/qq.js +||http://jipinzw.com^*.php?aid= +||http://jishuyl.com/_skins/*/ad_ +||http://jisoupan.com/static/ +||http://jisutiyu.com/app/js/*footer.js +||http://jisuxz.com/170320/kaola58058.gif +||http://jisuxz.com/180226/b180226.js +||http://jisuxz.com/180226/downshare +||http://jitapu.com/inc/adv +||http://jiyingdm.com/js/loadingshow.html +||http://jj.5ccc.net/scripts/new/ +||http://jj20.com/js/x +||http://jj59.com/sy/banner.js +||http://jjckb.cn/flash/1031ad/ +||http://jjj*.com/static/js/common.js +||http://jjjaaa.com/aaa/ +||http://jjjgame.com/images/ad11.jpg +||http://jjr123.com/javascript/dl.js +||http://jjwxc.net/jjPopup.php +||http://jlpcn.net/upload/vod/2016-02-25/201602251456391344.jpg +||http://jlxyjs.com/attachment/ +||http://jmbbs.cn/sjgg/ +||http://jmcdn.cn/file/script/A +||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/api/vip/vipshow.php +||http://jpm.cn/images/a/ +||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://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://jstucdn.com/ftp/2019/0220/2cd03e9627bf753fa94bf9ac1c4d1250.jpg +||http://jstucdn.com/g3/ +||http://jsxf.org/images/ +||http://juejin.im/v3/web/wbbr/ +||http://jupi.cc^*.gif +||http://juqingw.com/js/tad +||http://juweixin.com/static/spk +||http://juxia.com/jxtp/indexbg.jpg +||http://jwcsb.com.cn/js/neirong.js +||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://jysjian.com/public//z +||http://jz5u.com/js/tl$script +||http://jz5u.com/js/xiazaiURL.js +||http://jz5u.com/new/ +||http://jzb.com/website/fe/pub_js/dbclickshow.js +||http://k.16vcd.com^ +||http://k99.cc^$third-party +||http://kaixin001.com.cn/js/cpm- +||http://kajila.cn/ad.html +||http://kan300.com/js/union.js +||http://kan300.com/js/union/ +||http://kan98.com/c.html +||http://kancloud.cn/ad/ +||http://kanguba.com/file/js/ifr.asp +||http://kanjuba.me/js/bbk/ +||http://kankanmi.com/js/zjgg +||http://kankantv.cc/330-50.gif +||http://kankanwu.com/le/ +||http://kanmeiju.net/js/ +||http://kanpb.com/skin/images/ +||http://kanpp.net/Uploads/ad/ +||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://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://keydatas.com/ad/ +||http://keydatas.com/img/*-336-280. +||http://keywin.org/templates/kw_v2/images/youbianad.png +||http://kiees.cn/img/ +||http://kiees.cn/jm.png +||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://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://kuailiyu.com/templates/cyzonev3/js/m.js +||http://kuaiso.com/js/ad- +||http://kuaizhan.com^$domain=bingdou.net|ppx116.com|yaoshe67.com|yuese46.com +||http://kukan5.com/ad +||http://kukudm.com/js/comic- +||http://kukudm.com/js/play- +||http://kukudm.com/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://lcok.net/2019/ad/$rewrite=abp-resource:blank-mp3,domain=huaren.tv +||http://lcxw.cn/d/js/thea +||http://ld0766.com/*20*a/ +||http://ld12.com/js/myfiles/ +||http://ldb.cc/js/top.js +||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://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://lewenxiaoshuo.com/file/script/ +||http://lewenxiaoshuo.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/fgh/ +||http://lianmeng.la/layui/layui.js +||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://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://line-scdn.net/6c21c9a4/statics/js/index/redirect.js +||http://linecg.com/uploads/banner/ +||http://lingdian98.com^ +||http://lingdianshuwu.com/js/content +||http://link.fobshanghai.com/bbsimage/ +||http://linkhelper.cn/mmshow +||http://links.cn/mmshow +||http://linkwan.com/gb/broadmeter/speed/cp.js +||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://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.net/blr.js +||http://loldyttw.net/skin/lol/js/ds.js +||http://loli.io^$domain=kisssub.org +||http://loli.net/2017/12/21/5a3b732b8e72e.png +||http://loli.net/2018/06/12/5b1eb40282e3a.jpg +||http://loli.net/2018/09/01/5b8ab2b61cec4.jpg +||http://loli.net/2019/04/24/5cc0027b4f2f1.png +||http://loli.net^$domain=52pili.com|acglover.me|youtaoqi.com +||http://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://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.mianbao99.com/js/detail.js +||http://m.tiebaimg.com/timg?wapp^*imgtype=0$image +||http://m.xigua110.com/js/ +||http://m1905.cn/afp/mdsfw.js +||http://m1905.cn/data/suspension_ +||http://m1905.cn/images/vod/vod*-90.jpg +||http://m1905.com/asp_js/k.js +||http://m1968.com/files/h5/ +||http://m2.lelemh.com^ +||http://m3hf.com/js/float +||http://ma.baiducdn2.com^*/main.js?t= +||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://mahoupao.com/api.php?mod=ad& +||http://mahua.com/api/$subdocument +||http://mahua.com/www/default/js/mahua_show.js +||http://mahua.com/www/default/js/replace_ab.js +||http://maiche.com/iframe/rank.html +||http://mail.pchome.com.tw/img/classifieds/300120.gif +||http://maipiao.96900.com.cn/js/indexgg +||http://makaidong.com/img/ +||http://mall.xinkuaituan.com/zhuanti/ +||http://mall0.qiyipic.com^ +||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://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://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://medsci.cn/aimgs/$script +||http://medsci.cn/images/wyg.jpg +||http://megalife.com.hk^$domain=hkgolden.com +||http://meiju8.cc/js/jquery.p.min.js +||http://meiju8.cc/js/m_ban_ +||http://meiju8.cc/js/pv +||http://meiju8.cc/js/tpcode.js +||http://meijub.com/a/youxiajiao +||http://meijub.com/js/a/ +||http://meijumi.vip/wp-content/plugins/dreamgrow-scroll-triggered-box/ +||http://meijutt.com/xieziAD.jpg +||http://meijuxz.com/template/ZQ/ +||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://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://midifan.com/aaa/ +||http://mifengtd.cn/ad- +||http://miguyu.com/AD/ +||http://mikanani.me/images/upupoo +||http://mil.news.sina.com.cn/iframe/109/2012/1024/photo.html +||http://mil.news.sina.com.cn/iframe/109/2013/1015/hotpic.html +||http://mima.club/tuijian/speedtest/ +||http://mingyg.cn/data/attachment/freeaddon_banner/ +||http://mini.hao123.com^ +||http://minixiazai.com/others/all_soft.js +||http://minixiazai.com/statics/js/soft/index.js +||http://miniye.xjts.cn^ +||http://mipcdn.com/i/s/https://i.loli.net/$domain=hcomic.in +||http://mipcdn.com^*/mip-*ad +||http://mipengine.baidu.com/common? +||http://missevan.com^$domain=jijidown.com +||http://missyuan.com/sy/ +||http://mitbbs.ca/ad_ +||http://mitbbs.com/ad_ +||http://miwifi.com^*ads/ +||http://mm111.net/api.php?mod=ad& +||http://mm387.com/images/*.gif +||http://mm7920.com:8888/upload/*.gif +||http://mmsao.me/lianmeng/ +||http://mmtalk.net/images/banner +||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://mql5.com/rq? +||http://msdn.hk/templets/msdn/css/index.js +||http://msdn.hk/templets/msdn/css/msdng.js +||http://msdn.hk/templets/msdn/js/gg.js +||http://mshow.fang.com/s?z= +||http://msstatic.com/huya/main/img/mc-recom_ +||http://msstatic.com/huya/main3/widget/roomGgChat/ +||http://msstatic.com/huya/main3/widget/roomGgTop/ +||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://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://my0511.com/*/ad_ +||http://my0538.com^*/thumb_1000_70_ +||http://my0832.com/xyz/xx/ +||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/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://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://mzhhdn.com/hongbao.jpg +||http://mzyz.com/image*/tj/ +||http://n2.hk/apps/car_feed/tb/*/banner.html +||http://n2.hk/promo/ +||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://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/apps/misc.php?action=advert& +||http://newasp.net/misc/js/foot_ +||http://news.cn/2018/images/2018rbqj_ +||http://news.hz66.com/IAA/201111/ +||http://news.sina.com.cn/js/792/*head*.js +||http://news.sina.com.cn/pfpnews/js/libweb.js$domain=~www.sina.com.cn +||http://news.sina.com.tw/js/ti.js +||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://newyx.net/j/down_yd.js +||http://newyx.newyx.net/j/ +||http://nex.163.com/q? +||http://nihaovcd.com/js/neirong +||http://ningmengzhibo.com/ement/beforeSearchEment.action +||http://nirentang.com^ +||http://niu20.com/g/ +||http://niubixxx.com/seo/ +||http://njdaily.cn/templates/njdaily2014/widget/njdaily-slideAds +||http://njxzwh.com/downza/pc/v2017/images/downAD +||http://nlark.com/yuque/0/2019/jpeg/124897/1559321053265-assets/web-upload/c81b86b3-3fdd-4722-8e1c-834abc015442.jpeg +||http://nlark.com^$domain=qfg34.com +||http://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://nyg*.com/inc/poster.php +||http://nz04com.com/aabdd/ +||http://o80wi1ajq.bkt.clouddn.com^ +||http://oa.hinews.cn/work/img/ +||http://oebais8m0.qnssl.com/media/img/edu250-200.jpg +||http://ofweek.com/img/proimage/2017/osl +||http://ofweek.com/pop/ad/ +||http://ok.432kkk.com^ +||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/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://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://oscaches.com/dj.js +||http://oschina.net/promotion/ +||http://oschina.net/uploads/ad/ +||http://oschina.net/uploads/cooperation/ +||http://ouliu.net/i/*.gif$domain=dygc.org +||http://ouo.us/nyad/ +||http://ousns.net/daohang/ +||http://oxxvideos.xyz/static/tmp/ +||http://oyksoft.com/assets/images/*.gif +||http://oyksoft.com/show/b. +||http://p.37youyou.com/*.jpg +||http://p.7060.la^ +||http://p.kugou.com/?id= +||http://p.zol-img.com.cn^ +||http://p.zol.com.cn/download/detail.js +||http://p4p.sina.com.cn^ +||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://panpan.org/js/google +||http://panpan.org/other/ +||http://panpan.org/plus/img/ +||http://panpan.org/templets/ad/ +||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/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://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://photofans.cn*/banner/ +||http://php1.cn/uploads/huayun.jpg +||http://phpad.cqnews.net^ +||http://piaodown.com/other/*.js +||http://piaohua.com/js/wlfloat.js +||http://piaohua.com/js/yzz/$script +||http://piaoliang.com/js/all.js +||http://piaoliang.com/js/gg.js +||http://piaotian.com/scripts/read/style +||http://pic.0597kk.com^ +||http://pic.959.cn/media/js/ +||http://pic.ea3w.com^ +||http://pic.fengniao.com^ +||http://pic.gongkong.com/UploadPic/gongkong/ +||http://pic.jd-bbs.com^*.swf +||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://poco.cn/v1_1/rank/get_floating_layer_ad +||http://poco.cn^*_info_banner +||http://popads.net^$domain=nodkey.xyz +||http://popomh.com/js/ +||http://porn87.com/static/stream_ads/ +||http://poster.weather.com.cn^ +||http://potplayer.org/sc/ +||http://poxiao.com/template/default/images/12345.js +||http://ppshk.com^*banner/ +||http://ppsj.com.cn/images/ppsj300.gif +||http://ppsj.com.cn/images/usa_250_120.gif +||http://ppsj.com.cn/ppsj728.gif +||http://pptv.com/game/aplus/client/gamedetail.html +||http://prettyvirgin.com/images/banners/ +||http://prettyvirgin.com/js/show.html +||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://programmer-club.com.tw/images/uuu/ +||http://property.hk/js/adside.js +||http://ps123.net/MyFile/ +||http://ps557.com/link/ +||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=ttzmz.vip +||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://qchubxx.com/static/js/edfunc.js +||http://qconbeijing.com/js/infoqcn.js +||http://qcvf.ifeng.com^ +||http://qd.dhzw.org^ +||http://qd.js.sanjiangge.com^ +||http://qd.wanjuanba.com^ +||http://qd.x4399.com^ +||http://qdaily.com/mount_details/pc/ +||http://qdjimo.com/html/js/ +||http://qdosm.cn/images/*.gif +||http://qdross.com/vip/ +||http://qhdlz.net/ssyyss/m.js +||http://qhf168.com/data/attachment/portal/ +||http://qhimg.com/static/*/common/seed.js +||http://qhnews.com/tupian/ +||http://qhres.com/static/*/common/seed.js +||http://qhres.com/static/4b6ab193405b6ca3.js +||http://qhres.com^*/baidu_ +||http://qianjia.com/HotImages/2017/11/img20171109122716999.jpg +||http://qianzhan123.com/jsgg/ +||http://qicheyinyue.wang/wp-content/themes/RedSOHO/images/hongbao. +||http://qihoo.com/hot/text.html?site= +||http://qiming360.com/mingJs/xmKu_ +||http://qimm.org/Uploads/ad/ +||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://qiqi321.com/jquery/ +||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://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/fans_admin/0/3_1379495610_1557565080852/0 +||http://qpic.cn/mblogpic/47a05e3dca9d6bc9e20e/2000 +||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://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://qqyy.com/js/commAdv +||http://qqyy.com/js/public_end_add.js +||http://qsptv.com/tpl/newstyle/js/extension.js +||http://qt.biqugezw.com^ +||http://quanmin.tv/static/pages/adranktit.html +||http://qunar.com/render/*Advertisement.jsp? +||http://qunar.com/vata?chan= +||http://qunar.com/vataframe/b.html? +||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://renrenfabu.com/Runtime/Js/960_90.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://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/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://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://rugncn.ifeng.com^ +||http://ruguoapp.com^$domain=aixiaoju.com +||http://ruian.com/img/2016/a1-6-1.gif +||http://ruian.com/img/y13/ +||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://s1.pplive.cn/sta.js +||http://s8bbs.com/ad/ +||http://s8bbs.com/g.php? +||http://sam*.baby-kingdom.com^ +||http://same*.stockstar.com^ +||http://same.chinadaily.com.cn^ +||http://same.eastmoney.com^ +||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://script.vccoo.com^ +||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://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://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://shihuo.cn/alibtn_ +||http://shimo.im/api/ads? +||http://shiyanlou.com/img/shiyanlou- +||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://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/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|btshoufa.com|btshoufa.net|chakd.com|seehd.so|xclient.info +||http://sinaimg.cn/large/*.gif$domain=mp4ba.la|vip-free.com +||http://sinaimg.cn/large/005BYqpggy1g3m368q4ucj30xc03cwf2.jpg +||http://sinaimg.cn/large/005EuLLtgw1eji5kzbgvlg30r801ogpy.gif +||http://sinaimg.cn/large/0060lm7Tly1g3a6izuyo6j30qk01xt93.jpg +||http://sinaimg.cn/large/0060lm7Tly1g3dc0ae1b8j30d50foaax.jpg +||http://sinaimg.cn/large/006CZIQPgy1fbziwpw0b8g306y06yq7w.gif +||http://sinaimg.cn/large/006CZIQPgy1fbzjg10emag30ka02in2s.gif +||http://sinaimg.cn/large/006CZIQPgy1fh2jcc14tog30l402iahm.gif +||http://sinaimg.cn/large/006CZIQPgy1fsc8y98k8mg30jg01odi6.gif +||http://sinaimg.cn/large/006UijYYgy1fjcaf2sjbqj30sc09q49o.jpg +||http://sinaimg.cn/large/006ZdrOOgy1flbruaukyxg30l401o444.gif +||http://sinaimg.cn/large/006ZdrOOgy1flbrubi93eg30m801oaff.gif +||http://sinaimg.cn/large/006ZdrOOgy1flbrum925hg30pu01o0z0.gif +||http://sinaimg.cn/large/006ZdrOOly1fld3ezu0n2g304g0godo9.gif +||http://sinaimg.cn/large/007cYCbaly1ftdqurgyj4g30hs02iaaq.gif +||http://sinaimg.cn/large/007hXlMJgy1fuyt7uoe5lg30l401o444.gif +||http://sinaimg.cn/large/5431d036ly1fh6gmu6gxmg20tg02i3yr.gif +||http://sinaimg.cn/large/5431d036ly1fhxbxz31nkj20tg02ignm.jpg +||http://sinaimg.cn/large/673b17ccly1ffu8mb9g4zj20k8020whe +||http://sinaimg.cn/large/692843begy1fy539f881bj20qo028abm.jpg +||http://sinaimg.cn/large/8c8bd65d$domain=loldk.com +||http://sinaimg.cn/large/df8f080agw1f47u58kr42j20dw0dwadl.jpg +||http://sinaimg.cn/large/e6b79078ly1fdwzlienvfg20uk01odg0.gif +||http://sinaimg.cn/mw1024/006NYgrsgy1ffahk0lf8og30i204677m.gif +||http://sinaimg.cn/mw1024/006VdIwfgy1fiqkkhowdzg30qo02876g.gif +||http://sinaimg.cn/mw690/005th0Pegy1fmd666rsh2j30go05kn14.jpg +||http://sinaimg.cn/mw690/0060lm7Tly1fwa4j35tfpj30fr0nodg9.jpg +||http://sinaimg.cn/mw690/7d1c8e96gw1e6f70r8mwcj20qe082q40.jpg +||http://sinaimg.cn/mw690/83e2e207gy1ft97e1fenkj20fr0no40e.jpg +||http://sinaimg.cn/mw690/a1916e89gw1dye4d6qvyaj.jpg +||http://sinaimg.cn/mw690/a1916e89gw1dye4d74zmij.jpg +||http://sinaimg.cn/unipro/ +||http://sinaimg.cn^$domain=04stream.tv|11luba.com|11papapa.com|12580sky.com|18board.com|18p2p.com|22ccaa.com|360bifen.com|46bk.com|500xxxx.com|522dy.com|63ef.com|678pan.vip|7mav2.com|7mshipin.org|94xxmm.com|999hdhd.com|99a21.com|9dog.pw|a3v4.top|abminbuy.com|acglover.me|aotu101.com|aotu103.com|bejson.com|blz105.com|blz20.com|blz24.com|btjia.cc|caibaojian.com|cangjige.net|cangjige.win|caoliuzx.com|ccxx99.com|cgfdjz.net|cnmysoft.com|dayanzai.me|dxg06.com|e-learn.cn|ems183.cn|fdzone.org|fulitxx.com|goodzhibo.com|ifulidh.in|ilxdh.com|izzs.cc|jiecao123.com|kccdk.com|kiees.cn|kisssub.org|landiannews.com|lifan.moe|llj22.com|neonan.com|niluba.cc|pianyuan.net|rarbt.cc|sbme.me|se533.com|subku.net|supfree.net|thztv.cc|tiantianzhibo.com|tiyulive.cn|txtshu365.com|viidii.info|vx666.com|wszhibo.com|yaoshe1.com|zhibo8.xyz|zimuku.cn|zimuku.la +||http://sinaimg.cn^*/deco/$script +||http://sinaimg.cn^*_wap_ad_ +||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/v1/img/ +||http://snbnhngl.ifeng.com^ +||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/tmallskin_ +||http://sogoucdn.com/wap/js/ +||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://sohucs.com^$domain=renrenfabu.com +||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://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://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://ssgg.chazidian.com^ +||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://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://subhd.com/images/970 +||http://subhd.com/images/ap/ +||http://sudupan.com^*.gif +||http://sufile.com/jsa/ +||http://suibi8.com/aa1.gif +||http://suibianlu.com/zb_users/theme/tx_fzy/script/zhao.js +||http://sumo.com/api/load/ +||http://suning.com/cpc/getCpcSearchDatasRev? +||http://suning.com/getCpcDatas? +||http://super.cat898.com^ +||http://super.kdnet.net^ +||http://supfree.net/england/ +||http://supfree.net/top.gif +||http://supfree.net/xxx/ +||http://suv.cn/data/js/64.js +||http://suv.cn/data/js/86.js +||http://synacast.com^ +||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://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/libs/tgbxc.js +||http://taosq.net/public/250x250.jpg +||http://taoyizhu.com/images/guanggao2/ +||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://theporn.xyz/static/tmp/ +||http://third-bucket.oss-cn-shenzhen.aliyuncs.com/ad/ +||http://thisav.com/0*.js +||http://thisav.com/index.js +||http://thisav.com/nb/ +||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://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://tp-shop.cn/Public/images/830-80- +||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://ttll.cc/js/ttll/ +||http://ttrar.com/live/ +||http://ttx.cn/js/float.js +||http://ttyavav.com/kanshenmekan/ +||http://ttyavav.com/qian/ +||http://tuan.cs090.com/gettuan.php? +||http://tudouui.com/tspecial/assets/PauseContainer.swf +||http://tudown.com/script/subhd.js +||http://tui.gtimg.com//res/ +||http://tui22.com/b/ +||http://tui22.com/cc/ +||http://tuicool.com/images/upload/aliyun +||http://tumb8r.com/zb_users/upload/20*.gif +||http://tupian55.com^*.gif +||http://turnpage.com/image/product/common/appcgn.png +||http://tuwan.com/myad/ +||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://tvmao.com/images/style/yx500x160.gif +||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/newimg88/2017/11/yideng +||http://upaiyun.com/system/post_tile/new_web_banners/ +||http://upan.cc/images/pay/ +||http://upantool.com/a/ +||http://upload.cc/i/*.gif$domain=natgeomedia.com +||http://upload.cc^$domain=141jj.com +||http://upload.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/btimg/upload/image/20181018/101806323369.png +||http://uu114.cn/static/*/ad.js +||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://v.huanqiu.com/tres/xml/vda.xml +||http://v4.cc/m/common.js +||http://v4dwkcv.com/html/click/ +||http://v8gay.com/apps/misc.php?action=advert& +||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://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://vodtw.com/m- +||http://vsimg.com/jd.gif +||http://vuejs.org/images/geekbang +||http://vuetifyjs.com/supporters.json +||http://vupload.duowan.com^ +||http://vx.com/api/ads? +||http://vzmz.com/template/paody/aaaa/*0 +||http://vzmz.com/template/paody/aaaa/357.js +||http://w010w.com.cn^$subdocument +||http://w3school.com.cn/i/kaikeba.gif +||http://w3school.com.cn/i/sp_header.gif +||http://w3school.com.cn/i/sp_sidebar.gif +||http://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://wbzol.com/swf/352X76.swf +||http://wdstatic.cn/tg/v2ex/ +||http://wdzj.com/wdzj/images/hezuo/ +||http://we560.com/js/*.js +||http://weathercn.com/m_mobile/ad_image/ +||http://web.900.la^ +||http://webfly.bid/images/bill960x90.gif +||http://webjx.com/zanzhushang/ +||http://webkaka.com*/click/$image +||http://webkaka.com/info/script/articleAd.js +||http://webkaka.com/script/cp.js +||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://weste.net/js/showpagead.js +||http://wew.dushiwenxue.net^ +||http://whinfo.net.cn/ad20 +||http://whinfo.net.cn/js/adDuiLian_ +||http://whinfo.net.cn/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://woaidu.org/images/20180802/3.jpg +||http://wobuka2.com/js/ +||http://wokao.co/qq/qq.js +||http://woozooo.com/img/m*.js +||http://worldcup1.com^$domain=avcao.cc +||http://wowad.wow-classic.com^ +||http://woyaoq.com/201904100958_5cad4dbac9c5f.png +||http://wp.com/fbcinema.com/wp-content/uploads/20*?w=450 +||http://wp.com/fbcinema.com/wp-content/uploads/20*?w=640 +||http://wpjam.com/wpjam/banner/qiniu.png +||http://wples.com/pc/common.js +||http://wpwdf.com^ +||http://wstimes.cn/public/wstimes/js/*ad +||http://wstx.com/api.php?mod=ad& +||http://wudizuqiu.com/fy +||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://www.ruanyifeng.com^$csp=script-src 'self' * 'sha256-0McqMM66/wAVZmxF6zXpjNsb1UMbTl4LXBXdhqPKxws=' +||http://www1.wi.to^*.gif +||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://wyh.tv/image/upload/ad/ +||http://wzbaohe.com/imgadnew/midad.js +||http://x3cn.com/data/attachment/portal/*.gif +||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://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://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://xigua66.com/ps/aaa/ +||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/gg +||http://xinshijue6080.com/Runtime/js/ +||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://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://xunyugong.com/wp-content/uploads/*.gif +||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://xxdy8.cn/template/Datll/aaaa/ +||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://yangtianya.com/images/ +||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://yaseok.com//static/src/images/loading.gif +||http://yaseok.com/uploads/20*.gif +||http://yatu.tv/m/images/*300_100 +||http://yaxi.net/hz/ +||http://ybbs.ca/index/js/advReplay_ +||http://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://yes1.feng.com^$domain=feng.com +||http://yesky.com/monitorjs/imp- +||http://yeyou.com/2013/new/yeyou-float-window.js +||http://yg006.com/attachment/js/ +||http://yg006.com/attachment/xjdb.jpg +||http://ygdy8.com/jsy/ +||http://ygdy8.net/js1/ +||http://yhdm.tv/bar/yfyh.js +||http://yibo5.cn/img0 +||http://yigujin.cn/tp/abc/*yun +||http://yikeyz.com/pm.js +||http://yimg.com/bf/homerun/ysm_ +||http://yimg.com/cv/ae/default/*_STATIC-JPEG_ +||http://yimg.com/cv/ae/tw/bwchou/728x210. +||http://yimg.com/cv/ae/tw/bwchou/bubble_ +||http://yimg.com/cv/api/hk/fp_czy_ad/ +||http://yimg.com/geminivideoads/ +||http://yimg.com/no/$domain=~yahoo.com +||http://yimuhe.com/n_ad/ +||http://yinduabc.com/res_base/*/makemoney/ +||http://yingshidaquan.cc/Templet/js/ +||http://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://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://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://yorkbbs.ca/yorkads/ +||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://ysxs8.com/ysgg/ +||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/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://yy18.info/yyads/ +||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://yzs.com/d/file/p/*.swf +||http://yzs.com/d/file/p/2016/12/06/61e15b92a4a2a7cec4910f1d9ea79fb2.jpg +||http://yzz.cn/global_gg/ +||http://z.nowscore.com^ +||http://z4bbs.com/adst/ +||http://zantj.com/diao +||http://zb.cool/static/img/banner/ +||http://zbjimg.com/static/union/ +||http://zbwmy.com/upfile/20*.gif +||http://zbwmy.com/upfile/20*.swf +||http://zc173.com/173fee/ +||http://zc173.com/pp/ +||http://zcaijing.com/images/ +||http://zczj.com/special/ +||http://zdface.com/js/m/zw_banner.js +||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://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://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/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://zhzyw.com/js/InsertJS.js +||http://zi-han.net/theme/hplus/js/plugins/layer/ +||http://zimushe.com/res/other/ +||http://zimuzu.tv/public/rooms? +||http://zimuzu.tv/rrlx +||http://zineworm.com^*&localtype= +||http://zinggadget.com/wp-content/*/popup +||http://zj.cn^*/AD?location= +||http://zjbdt.com/onexgadimgs/ +||http://zjg.js.cn/Public/config/Couplet/Index4 +||http://zjjzx.cn*/push/ +||http://zjol.com.cn/www/zzhzbd/ +||http://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.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/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://zwwooooo.com/images/hengtian. +||http://zx590.com/assets/style/js/paigu.js +||http://zxdy777.com/myimg/ +||http://zxip.com/2013_ad/ +||http://zzbaike.com/main/*-20 +||http://zzbaike.com/main/arvixe +||http://zzbaike.com/main/host +||http://zzc.cn/b1/live_b_ +||http://zzidc.com/images/1060.jpg +||http://zzidc.com/uploads/pintuan.jpg +||http://zzlzl.com/content/templates/emedia_better/images/1/ +||http://zzsky.cn/images/a_d_ +||http://zzz4.com/JS_AD/ +||http://zzzyk.com/js/ +||http://daybox.net^$domain=12580sky.com +||http://241hs.com/js/jquery.js +||http://alicdn.com^$domain=xin99r2.com +||http://sinaimg.cn^$domain=xin99r2.com +||http://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://olmsoneenh.info^$domain=avgle.com +||http://003store.com^ +||http://0512s.com^$third-party +||http://06362.com^ +||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.5646.cn^ +||http://1.66law.cn^ +||http://1.92caijing.com^ +||http://1.ajiyuming.com^ +||http://1.arpun.com^ +||http://1.bangdan5.com^ +||http://1.bashenghuo.com^ +||http://1.bh5.com.cn^ +||http://1.cjcp.cn^ +||http://1.cn716.com^ +||http://1.codesdq.com^ +||http://1.codezh.com^ +||http://1.dwx365.com^ +||http://1.feihua.com^ +||http://1.feihua365.cn^ +||http://1.glook.cn^ +||http://1.guyaheng.com^ +||http://1.hnyouneng.com^ +||http://1.huilv.cc^ +||http://1.huobiwang.cc^ +||http://1.hysou.com^ +||http://1.i1766.com^ +||http://1.ideng.com^ +||http://1.jeasyui.net^ +||http://1.jiqie.cn^ +||http://1.kuaidiwo.cn^ +||http://1.lvshi567.com^ +||http://1.mgff.com^ +||http://1.mm100.com^ +||http://1.nanrenwo.net^ +||http://1.panduoduo.net^ +||http://1.pncdn.cn^ +||http://1.proewildfire.cn^ +||http://1.qjhm.net^ +||http://1.qt86.com^ +||http://1.rr95.com^ +||http://1.sj33.net^ +||http://1.soufy.cn^ +||http://1.tongquee.com^ +||http://1.ttxs123.net^ +||http://1.tulaoshi.com^ +||http://1.tuxi.com.cn^ +||http://1.uc129.com^ +||http://1.ufc123.com^ +||http://1.vsimg.com^ +||http://1.wenzhangba.cn^ +||http://1.win7china.com^ +||http://1.win7sky.com^ +||http://1.xiaopin5.com^ +||http://1.xilu.com^ +||http://1.xspic.com^ +||http://1.xuexi.la^ +||http://1.xxszw.cn^ +||http://1.yac8.net^ +||http://1.yuexw.com^ +||http://1.zhev.com.cn^ +||http://1.zhuangxiu567.com^ +||http://1.zou114.com^ +||http://1.zouning.net^ +||http://1.zuowenjun.com^ +||http://1.zw3e.com^ +||http://100669.com^$third-party +||http://1017.cn^ +||http://11.golang8.com^ +||http://111g.yiqig.cn^ +||http://11888vip.cn^ +||http://1224.dxsbb.com^ +||http://123456.asia^ +||http://15tianqi.com^$third-party +||http://17.huanqiu.com^ +||http://177o.com^ +||http://1999019.com^ +||http://2.5aigushi.com^ +||http://2.heiyange.com^ +||http://2.mobixs.cn^ +||http://2.rengshu.com^ +||http://200218.com^$third-party +||http://21.aiyangedu.com^ +||http://21.cizhibaogao.org^ +||http://21.fh21static.com^ +||http://21shebao.com^$third-party +||http://22.qingsongbar.com^ +||http://283.laobanfa.com^ +||http://289.com^$third-party +||http://3.chuanyi5.com^ +||http://3.guidaye.com^ +||http://3.ssqzj.com^ +||http://301848.com^$third-party +||http://32.huanqiu.com^ +||http://321.jintang114.org^ +||http://360640.com^ +||http://4name.com^$third-party +||http://51dengshan.cn^ +||http://51gxqm.com^ +||http://51yhzp.com^$third-party +||http://52linglei.com^ +||http://52lubo.cn^ +||http://52m.xde6.net^ +||http://5dian.org^ +||http://5egk.com^ +||http://5tps.vip^ +||http://600zi.com^$third-party +||http://644446.com^ +||http://66.zx1234.com^ +||http://6669667.com^ +||http://7011.stia.cn^ +||http://7631.com^ +||http://76e.org^ +||http://7car.com.cn^ +||http://80juqing.com^ +||http://8dp.net^ +||http://90370.com^$third-party +||http://91friend.com^$third-party +||http://94ab.com^$third-party +||http://999d.com^$third-party +||http://9wushuo.com^ +||http://a.52wubi.com^ +||http://a.52zxw.com^ +||http://a.53yao.com^ +||http://a.75111.com^ +||http://a.android100.org^ +||http://a.armystar.com^ +||http://a.bake818.cn^ +||http://a.bizhiku.net^ +||http://a.diaoyu.cn^ +||http://a.duanmeiwen.com^ +||http://a.duduji.com^ +||http://a.epinv.com^ +||http://a.exam58.com^ +||http://a.fengyx.com^ +||http://a.fwsir.com^ +||http://a.hsbianma.com^ +||http://a.icdol.com^ +||http://a.ihref.com^ +||http://a.imgso.cn^ +||http://a.jing55.com^ +||http://a.kandiaoyu.com^ +||http://a.kejixun.com^ +||http://a.lz13.cn^ +||http://a.mfcad.net^ +||http://a.nanhuwang.com^ +||http://a.oh100.com^ +||http://a.psxxw.cn^ +||http://a.qinghua5.com^ +||http://a.qsjiajiao.com^ +||http://a.shenchuang.com^ +||http://a.shuoshuodaquan.net^ +||http://a.thn21.com^ +||http://a.tiyuxiu.com^ +||http://a.tvsou.com^ +||http://a.umilu.com^ +||http://a.ut8d8.com^ +||http://a.wifi33.com^ +||http://a.xixiyishu.com^ +||http://a.xuezizhai.com^ +||http://a.xxdy8.cn^ +||http://a.yangshengtang123.com^ +||http://a.yixie8.com^ +||http://a.yl-taikang.com^ +||http://a.yuzhainan.com^ +||http://a1.0s.net.cn^ +||http://a1.16700.net^ +||http://a1.7down.com^ +||http://a1.99933.cn^ +||http://a1.99966.cn^ +||http://a1.aluntan.com^ +||http://a1.bookapka.com^ +||http://a1.chajiaotong.com^ +||http://a1.firstgw.com^ +||http://a1.gexing.me^ +||http://a1.juzih.com^ +||http://a1.lshou.com^ +||http://a1.mingyihui.net^ +||http://a1.qqjay.com^ +||http://a1.qqtn.com^ +||http://a1.shusanqi.com^ +||http://a1.sumiaowang.com^ +||http://a1.twtym.com^ +||http://a1.vdolady.com^ +||http://a1.yuuedu.com^ +||http://a1.zhanzhang.net^ +||http://a3.ikafan.com^ +||http://a3.jandan.net^ +||http://aa.gushiwen.org^ +||http://aa.jiangzi.com^ +||http://aa.xiangxiangmf.com^ +||http://aa808.com^$third-party +||http://ab.cnbanbao.com^ +||http://ab.pincai.com^ +||http://abc.douguo.com^ +||http://abc1.yszyz.com^ +||http://abcj.dooccn.com^ +||http://abds.pingpingw.com^ +||http://ac*.pingguolv.com^ +||http://ac.86huoche.com^ +||http://ac1.faxingchina.com^ +||http://adbd.liuxue86.com^ +||http://adccoo.cn^ +||http://adjb.5nd.com^ +||http://aili.com^$third-party +||http://ainiyiwannian0.5tps.vip^ +||http://aiwen.cc^ +||http://al.newxue.com^ +||http://aoshuku.com^$third-party +||http://ap*.jj20.com^ +||http://ap*.pl520.com^ +||http://as1.m.hao123.com^ +||http://as1.wenku.baidu.com^ +||http://at1.doubanio.com^ +||http://b.unjs.com^ +||http://b1.51scw.net^ +||http://b1.91jucai.com^ +||http://b1.b2b168.com^ +||http://b1.c1km4.com^ +||http://b1.fengdu100.com^ +||http://ba.cydp5.com^ +||http://baid1.okooo.com^ +||http://baidu1.codejie.net^ +||http://baiduada.babihu.com^ +||http://baidujs.cnys.com^ +||http://baiduwapjs1.chinaiiss.com^ +||http://bas.boshi.tv^ +||http://bd-s.baixing.net^ +||http://bd.czxuexi.com^ +||http://bd.ershenghuo.com^ +||http://bd.hao224.com^ +||http://bd.haomagujia.com^ +||http://bd.scw98.com^ +||http://bd01.daqiso.com^ +||http://bd01.qqkxb.com^ +||http://bd1.365qilu.com^ +||http://bd1.52che.com^ +||http://bd1.dopa.com^ +||http://bd1.flfgw.cn^ +||http://bd1.heiguang.cn^ +||http://bd1.jinbaozy.com^ +||http://bd1.nxing.cn^ +||http://bd1.pipaw.com^ +||http://bd1.sosg.net^ +||http://bd1.szhk.com^ +||http://bd1.xiangha.com^ +||http://bd1.xiby.cn^ +||http://bd1.yidu.cc^ +||http://bd11.nipic.com^ +||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://bdcode1.haodou.com^ +||http://bdcpro*.techweb.com.cn^ +||http://bddm.58news.org^ +||http://bdfpbimg.ifengimg.com^ +||http://bdgg.youbian.com^ +||http://bdjb.gai001.com^ +||http://bdjiaoben.wmxa.cn^ +||http://bdjj.bzr99.com^ +||http://bdjj.makepolo.net^ +||http://bdjs.163lady.com^ +||http://bdjs.6822.com^ +||http://bdjs.a-site.cn^ +||http://bdjs.guangyuanol.cn^ +||http://bdjs.ixiumei.com^ +||http://bdjs.kaixin100.com^ +||http://bdjs.uimg.cn^ +||http://bdjs.ylq.com^ +||http://bdlm*.hc360.com^ +||http://bdlmggcs1.familydoctor.com.cn^ +||http://bdm.911cha.com^ +||http://bdu.focus.cn^ +||http://bdu1.coozhi.cn^ +||http://bdu1.eol.cn^ +||http://bdunion1.suxiazai.com^ +||http://bdwmhz.120askimages.com^ +||http://bdx.playnext.cn^ +||http://becode.qiushibaike.com^ +||http://becode.xiao84.com^ +||http://beijing.buzhi5.com^ +||http://bj*.9669.cn^ +||http://book.114la.cn^ +||http://boy.fujieace.com^ +||http://bstatic.1kejian.com^ +||http://bt1.patexplorer.com^ +||http://bu1.duba.com^ +||http://bu1.vvvdj.com^ +||http://c.mnjkw.cn^ +||http://c.tvsou.com^ +||http://c.xiaobaipan.com^ +||http://c1.4qx.net^ +||http://c1.china.cn^ +||http://c6.friok.com^ +||http://ca.cydp5.com^ +||http://cbdm.weathercn.com^ +||http://cby521.cn^ +||http://cby521.com^ +||http://cdeme.com^$third-party +||http://cdn1.tvzhe.com^ +||http://cee1.iteye.com^ +||http://cfff.net^$third-party +||http://cgm.shicimingju.com^ +||http://chicken18.com^ +||http://chnci.com^$third-party +||http://chuangyixi.com^ +||http://cj1.256.cc^ +||http://ckg.vipyl.com^ +||http://cm.baidu.com^ +||http://cn.bidushe.com^ +||http://cod.southmoney.com^ +||http://code.ditiezu.net^ +||http://code.tui80.com^ +||http://code1.2chcn.net^ +||http://codeok.com^ +||http://codeym.dictall.com^ +||http://cp.7y7.com^ +||http://cp.greenxf.cn^ +||http://cp.jfcdns.com^ +||http://cp.qbaobei.com^ +||http://cpro.zol.com.cn^ +||http://crayon.meishichina.com^ +||http://css.juqingba.cn^ +||http://d*.ruiwen.com^ +||http://d*.wanzhuang.com^ +||http://d*.xinshipu.com^ +||http://d.gz2010.cn^ +||http://d.gzpinda.com^ +||http://d.tonghua5.com^ +||http://d.xaoyo.com^ +||http://d.xitongtiandi.net^ +||http://d1.5h.com^ +||http://d1.handdiy.com^ +||http://d1.zhuangxiu6.com^ +||http://d6.mobaders.com^ +||http://dai18.mumu01.com^ +||http://dai18.shangc.net^ +||http://daima.23yy.com^ +||http://daima.diaoben.net^ +||http://daima.huoche.net^ +||http://daima.hydcd.com^ +||http://daima.ijq.tv^ +||http://daima.jiazhao.com^ +||http://daima.miercn.com^ +||http://daima.niubb.net^ +||http://daima.ysdui.com^ +||http://daima.yutou123.cn^ +||http://daimaceshi.8809.cn^ +||http://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.300zi.com^ +||http://dm.388g.cc^ +||http://dm.51okc.com^ +||http://dm.66qw.net^ +||http://dm.66wenshen.com^ +||http://dm.92to.com^ +||http://dm.aizhan.com^ +||http://dm.cnbanbao.com^ +||http://dm.cqdxun.cn^ +||http://dm.duoshitong.com^ +||http://dm.gucheng.com^ +||http://dm.haojuzi.net^ +||http://dm.huochepiao.com^ +||http://dm.ishuo.cn^ +||http://dm.jb51.net^ +||http://dm.jsyst.cn^ +||http://dm.pw0.cn^ +||http://dm.riji.cn^ +||http://dm.sanwen.net^ +||http://dm.sanwen8.com^ +||http://dm.sb580.com^ +||http://dm.taobaojuhuasuan.cn^ +||http://dm.wenshenxiu.com^ +||http://dm.ws8.org^ +||http://dm.zuowenku.net^ +||http://dm1.3199.cn^ +||http://dm1.3328.cn^ +||http://dm1.yongkao.com^ +||http://dm1.zjydt.com^ +||http://dm50.jkyd.net^ +||http://dmm.aizhan.com^ +||http://dmr.cnhoney.com^ +||http://dn*.ixinwei.com^ +||http://dsxdn.com^ +||http://du1.bbdj.com^ +||http://dudm.qingsj.cn^ +||http://duoyouqu.net^ +||http://dyscb.cn^$third-party +||http://dzais.com^ +||http://e.qiaoyuwang.com^ +||http://ee.shixunwang.net^ +||http://ejunshi.com^ +||http://emjs.mkzhan.com^ +||http://ent1.12584.cn^ +||http://er.5ykj.com^ +||http://f.520tingshu.com^ +||http://f1.06ps.com^ +||http://f1.ichong123.com^ +||http://f1.lutouwang.net^ +||http://f1.pig66.com^ +||http://f1.zaojv.com^ +||http://fan.9939.com^ +||http://fanpingbi*.gaokao.com^ +||http://fanyi100.com.cn^ +||http://fbmjc.39yst.com^ +||http://feidalu.com^ +||http://ff.guidaye.com^ +||http://ff.xue163.net^ +||http://ff.xue63.com^ +||http://firefang.cn^ +||http://fjzimaoqu.cn^$third-party +||http://fmgoal.com^ +||http://forad1.weimeicun.com^ +||http://fotao9.com^ +||http://fp.jj59.com^ +||http://fpb*.51edu.com^ +||http://fpb.kuhou.com^ +||http://fpb1.apple886.com^ +||http://fpb1.chinacar. +||http://fpb1.gxfin.com^ +||http://fpbcode.onlinedown.net^ +||http://fuz.cc^$third-party +||http://fxjs.2541.com^ +||http://fzb01.qiushibaike.com^ +||http://g.3lian.com^ +||http://g.pgu.cc^ +||http://g1.pptair.com^ +||http://g1.taijuba.com^ +||http://gaoguai.com^ +||http://gb.it1352.com^ +||http://gccode.gongchang.com^ +||http://gcw*.2liang.cn^ +||http://gg.egouz.com^ +||http://gg.jkmeishi.com^ +||http://gg1.jc001.cn^ +||http://gg1.mengchongzu.com^ +||http://ggdm1.nhaidu.net^ +||http://gk1.zjbiz.net^ +||http://godloveme.cn^ +||http://gp.zaiyunli.cn^ +||http://gsjdzx.com^$third-party +||http://guang.sdsgwy.com^ +||http://gumgo.cn^$third-party +||http://gunmi.cn^$third-party +||http://gushifanyi.com^$third-party +||http://gzcl999.cn^ +||http://gzcl999.com^ +||http://gzm.xzbu.com^ +||http://h1.cfxinxi.cn^ +||http://h1.kukuw.com^ +||http://h1.tvhome.com^ +||http://ha.zixuekaoshi.net^ +||http://hao.315hyw.com^ +||http://hao.360hyzj.com^ +||http://hao1.loxue.com^ +||http://hapic1.zhuangxiu22.com^ +||http://hccms.com.cn^ +||http://hdc.maxli.cn^ +||http://hdc.watchtimes.com.cn^ +||http://hh.jiankang.com^ +||http://hi.xiunm.com^ +||http://hiapple1.jobui.com^ +||http://hmtoday.com^$third-party +||http://home520.com^ +||http://hrjg.com.cn^$third-party +||http://hu.xbhy.com^ +||http://hy.huangye88.net^ +||http://iia1.pikacn.com^ +||http://ikuailian.com^$third-party +||http://img.263y.com^ +||http://img.80982.org^ +||http://img.ferlie.net^ +||http://img.xuenb.com^ +||http://img.yangshengtang123.com^ +||http://img.zuowen8.com^ +||http://img1.eywdf.com^ +||http://img1.ysts8.com^ +||http://img16.diyifanwen.com^ +||http://img2.pengfu.net^ +||http://info.meiguoshenpo.com^ +||http://int.w3tong.com^ +||http://ios.426g.com^ +||http://ixpub.net^*.js +||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://jb.imgsina.com^ +||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://jiaoben.webkaka.com^ +||http://jibn12.jintang114.org^ +||http://jiliw.com^$third-party +||http://jinghuazhijia.com^ +||http://jinshui2018.chalook.net^ +||http://jiyan.net^ +||http://jke1.jianke.com^ +||http://jnsz.net.cn^ +||http://js.158pic.com^ +||http://js.51ir.cn^ +||http://js.fc090.com^ +||http://js.gdyjs.com^ +||http://js.kt250.com^ +||http://js.ruiwen.com^ +||http://js.shangxueba.com^ +||http://js.ubaike.cn^ +||http://js1.2abc8.com^ +||http://js1.xbaixing.com^ +||http://jsb.qianzhan.com^ +||http://jscode.acg68.com^ +||http://jsf.cnlinfo.net^ +||http://jskrnekewe.mofans.net^ +||http://jsm.39yst.com^ +||http://jsm.9939.com^ +||http://jss.tvzhe.com^ +||http://jxdown.com^$third-party +||http://jy135.com^$third-party +||http://k1.wanwenwan.cn^ +||http://ka5188.com^ +||http://kc.gouchezj.com^ +||http://kpshx.douguo.com^ +||http://ku.92to.com^ +||http://kuhou.com^$third-party +||http://kuk8.com^$third-party +||http://kuku99.com^$third-party +||http://kxji.com^$third-party +||http://lang.t7114.com^ +||http://liangpinge.com^$third-party +||http://libs.tvmao.cn^ +||http://linyao.dxsdb.com^ +||http://lixiangmo.com^ +||http://ll38.com^ +||http://lm.dawenxue.org^ +||http://lm1.tuliu.com^ +||http://lm1.wzpcw.com^ +||http://lmz.9939.com^ +||http://love.eng20.cn^ +||http://love.xingyunxingqiu.wang^ +||http://lraa.xiaoniutui.com^ +||http://luolikong.net^$third-party +||http://luoshenbest.cn^ +||http://lv.myapks.com^ +||http://lyz.radio366.com^ +||http://m1.27com.com^ +||http://m1.51kaowang.com^ +||http://m1.81312.com^ +||http://m1.bitequan.net.cn^ +||http://m1.darfd.com^ +||http://m1.dxsbb.com^ +||http://m1.jintang114.org^ +||http://m1.kuanff.com^ +||http://m1.nn670.com^ +||http://m1.vodjk.com^ +||http://m1.we556.com^ +||http://ma1.meishij.net^ +||http://mad1.jirou.com^ +||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://meipinxinwen.net^ +||http://meishiba.com.cn^$third-party +||http://meng.360zuowen.com^ +||http://mf01.zybang.com^ +||http://milk.7dapei.com^ +||http://milk.yesky.com.cn^ +||http://mipujia.com^$third-party +||http://miyudaquan.top^$third-party +||http://mj-medlab.com^$third-party +||http://mm.anqu.com^ +||http://mn586.com^$third-party +||http://mo-tuo.com^ +||http://modzj.net^$third-party +||http://mountain.zhidao.baidu.com^ +||http://mpb1.iteye.com^ +||http://mssheng.com^ +||http://mxitie.com^$third-party +||http://mxpwx.com^$third-party +||http://my.gz2010.cn^ +||http://myunion1.qm120.com^ +||http://myunion1.tupians.com^ +||http://mzcsdf.com^$third-party +||http://namedq.com^ +||http://nba.emohe.com^ +||http://new.htcui.com^ +||http://noc.shixunwan.cn^ +||http://nyhpyq.com^$third-party +||http://o.jy135.com^ +||http://o.phb123.com^ +||http://oicchina.com^$third-party +||http://okkkk.com^ +||http://p1.zhongyoo.com^ +||http://p1.zhumengwl.com^ +||http://pan.keyunzhan.com^ +||http://pb.okk123.com^ +||http://pb.shuxigua.com^ +||http://pingbi.diudou.com^ +||http://pjcn.org^$third-party +||http://pkk1.zuimeiniwo.com^ +||http://ppt.tianya999.com^ +||http://psywed.com^ +||http://ptw.la^ +||http://qcjslm.com^ +||http://qifake.com^ +||http://qiji1.jdwx.info^ +||http://qiyeb.iaskbus.com^ +||http://qizhihaotian.com^*.js +||http://qq167.com^ +||http://qqhuhu.com^ +||http://qqzu.com^ +||http://qujishu.com^ +||http://qwxcs.com^$third-party +||http://rabc1.iteye.com^ +||http://rbmry.com^ +||http://rdbd.xsread.com^ +||http://redmx.cn^$third-party +||http://rmcxw.cn^ +||http://rmcxw.net^ +||http://rs1.rensheng5.com^ +||http://ruan88.com^ +||http://s.zixuntop.com^ +||http://s1.dapenti.com^ +||http://s1.dugoogle.com^ +||http://s1.hiapk.com^ +||http://s1.hualaoye.com^ +||http://s1.qiqutt.cn^ +||http://s1.qiqutt.com^ +||http://s1.wan1979.com^ +||http://s1.wesiedu.com^ +||http://s11.cn^$third-party +||http://salary.xiao84.com^ +||http://sbbd1.qulishi.com^ +||http://sc.csai.cn^ +||http://script-bd.baixing.net^ +||http://sdd.dzsc.com^ +||http://sell*.etlong.com^ +||http://sg92.com^$third-party +||http://sh996.dftoutiao.com^ +||http://shicao.icantv.cn^ +||http://shili.downxia.com^ +||http://shili.wanyx.com^ +||http://shop265.com^ +||http://show.9zwang.com^ +||http://shuqw.com^$third-party +||http://sjbaiduadv1.redou.com^ +||http://sjzqu.com^ +||http://sp.dnqc.com^ +||http://ss.shicimingju.com^ +||http://ss.ting55.com^ +||http://star-media.cn^$third-party +||http://static*.365inews.com^ +||http://static.ichehome.com^ +||http://static.jiaquyi.com^ +||http://sundxs.com^$third-party +||http://t.cnscore.com^ +||http://t.douyaobuy.com^ +||http://t1.612.com^ +||http://thetestpage.39.net^ +||http://ticcdn.com^ +||http://tiexing.com^$third-party +||http://tongj.xilu.com^ +||http://trebleperfect.com^$third-party +||http://tt123.eastday.com^ +||http://tt123.hao0202.com^ +||http://tu.zx110.org^ +||http://tui98.cn^ +||http://ty1.263y.com^ +||http://u1.shuaiku.com^ +||http://ub1.job592.com^ +||http://uc*.atobo.com.cn^ +||http://uc.xiaoxuehelp.com^ +||http://un1.takefoto.cn^ +||http://undm.qibulo.com^ +||http://union*.365inews.com^ +||http://union1.cnbetacdn.com^ +||http://uniondm.cz88.net^ +||http://v1.phb123.com^ +||http://ve.kj-cy.cn^ +||http://vi1.souid.com^ +||http://vjie.com^$third-party +||http://vvv.ieduw.com^ +||http://w.xiaopiaoyou.com^ +||http://w1.diaoyou.com^ +||http://w11.zhongkaohelp.com^ +||http://w18.9939.com^ +||http://wabdb1.52pk.com^ +||http://wap001.bytravel.cn^ +||http://wayqq.cn/g/ +||http://wda.ydt.com.cn^ +||http://web8.net^$third-party +||http://weilianjie.com^$third-party +||http://wenshenbang.com^$third-party +||http://whfpbc.99.com.cn^ +||http://wj.jiancai365.cn^ +||http://wm.mipcdn.com^ +||http://wneia.iaskhot.com^ +||http://ws.wenshenxiu.com^ +||http://wshufa.com^$third-party +||http://wuliao.chzsport.cn^ +||http://wuliao.juqingba.cn^ +||http://www1.qicheyinyue.wang^ +||http://wyzq.rehuwang.com^ +||http://x.mtrend.cn^ +||http://xbtw.com^ +||http://xc.gouchezj.com^ +||http://xcf-bd-js.chuimg.com^ +||http://xfyjz.cn^$third-party +||http://xiaomiaoquan.com^$third-party +||http://xiaopangtao.com^ +||http://xiaoyutiao.com^ +||http://xinju.cc^ +||http://xinkuaiyu.com^ +||http://xitongku.cc^ +||http://xne1ocient87zxz.360doc.cn^ +||http://xttianning.com^ +||http://xue.zbyw.cn^ +||http://y1.spreton.com^ +||http://yfx1.17gouwu.cn^ +||http://yhzm.cc^ +||http://yi.ximizi.com^ +||http://yihubaiying.com^$third-party +||http://yijiuningyia.gushiwen.org^ +||http://yin1.zgpingshu.com^ +||http://ykxwn.com^ +||http://ynzhby.com^ +||http://yong.chazidian.com^ +||http://ys.muhoujiemi.com^ +||http://ysx8.vip^ +||http://ysxywj.com^ +||http://yulzs.com^ +||http://yunzuowen.com^$third-party +||http://yx1.managershare.com^ +||http://yy1.fwccw.com^ +||http://yy2018.jintonghua.com^ +||http://z1.chezhuzhinan.com^ +||http://z1.cyla.cn^ +||http://z1hihu.xmcimg.com^ +||http://z888.izhufu.net^ +||http://zfds1.tianya999.com^ +||http://zg.mmyuer.com^ +||http://zhantai.com^$third-party +||http://zhaoshang8.com^ +||http://zhgg.dre8.com^ +||http://zhihu.xmcimg.com^ +||http://zhongchouyan.com^ +||http://zhongkaowu.com^$third-party +||http://zichenit.com^$third-party +||http://zk.91post.com^ +||http://zq84.com^ +||http://zxw51.com^$third-party +||http://zzc.9939.com^ +||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://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://ifun.tv/a/$xmlhttprequest +||http://s1-a1.dnvodcdn.me^*.svg +||http://s1-a4.ifun.tv^$rewrite=abp-resource:blank-mp3,domain=ifun.tv +||http://dnvod.tv/abb/$domain=dnvod.tv +||http://s1-a4.dnvod.tv^$rewrite=abp-resource:blank-mp3,domain=dnvod.tv +||http://dnvod.tv/04/ +||http://dnvod.tv/1tJ/ +||http://dnvod.tv/2b/ +||http://dnvod.tv/34DH/ +||http://dnvod.tv/3a/ +||http://dnvod.tv/91/ +||http://dnvod.tv/BtT/ +||http://dnvod.tv/DBqW/ +||http://dnvod.tv/Home/ObtainPublic +||http://dnvod.tv/LbP/ +||http://dnvod.tv/Movie/GetResource.ashx?id= +||http://dnvod.tv/Qfj/ +||http://dnvod.tv/Scripts/jquery.public- +||http://dnvod.tv/WlCk/ +||http://dnvod.tv/a/$xmlhttprequest +||http://dnvod.tv/a/o +||http://dnvod.tv/a2/ +||http://dnvod.tv/b9/ +||http://dnvod.tv/cSTR/ +||http://dnvod.tv/d4/ +||http://dnvod.tv/f9/ +||http://dnvod.tv/ffcX/ +||http://dnvod.tv/gb/ +||http://dnvod.tv/jXdH/ +||http://dnvod.tv/sc3Xv/ +||http://dnvod.tv/upload/public/ +||http://dnvod.tv^*.MP4| +||http://p2.dnvod.tv^ +||http://p3.dnvod.tv^ +||http://p4.dnvod.tv^ +||http://p5.dnvod.tv^ +||http://p6.dnvod.tv^ +||http://pub.dnvod.tv^$xmlhttprequest +||http://pub1.dnvod.tv^ +||http://public.dnvod.tv^$xmlhttprequest +||http://s1-a1.dnvod.tv^ +||http://s1-a2.dnvod.tv^ +||http://s1-a3.dnvod.tv^ +||http://hh010.com/static/image/f/ +||http://hh010.com/static/image/g/ +||http://hh010.com/static/image/image/ +||http://hh010.com/static/image/t/ +||http://stunninglover.com^ +||http://aa1.ifeng.com^ +||http://ae4.ifeng.com^ +||http://as.g5s.ifeng.com^ +||http://bb2.ifeng.com^ +||http://cc3.ifeng.com^ +||http://dkg.ifeng.com^ +||http://ifeng.com^*?*cl= +||http://ifengimg.com/*1751.js +||http://ifengimg.com/6536a +||http://ifengimg.com/9c86 +||http://ifengimg.com/c867 +||http://ifengimg.com/cfb80 +||http://ifengimg.com/d54c8 +||http://ifengimg.com/md86 +||http://ifengimg.com/sdk +||http://ifengimg.com/sfs-6536a6d5.js +||http://ifengimg.com^*/m/sources +||http://ifengimg.com^*679.js +||http://cryptaloot.pro^ +||http://yuyyio.com^ +||http://wuwuhh.top^ +||http://ucsmqq.site^ +||http://0234408.cn^ +||http://03196688.com^ +||http://0532ci.com.cn^ +||http://0551zgz.com^ +||http://0577renliu. +||http://07kfh.cn^ +||http://0851ok.com^ +||http://0b6h.cn^ +||http://0fwg.cn^ +||http://0n6h.cn^ +||http://0ozo.cn^ +||http://0z5jn.cn^ +||http://114com.cc^ +||http://118ex.cn^ +||http://119cgpt.com^ +||http://12381236.com^ +||http://12jf3.cn^ +||http://17zheng.cn^ +||http://183pu.cn^ +||http://1j2h31.cn^ +||http://1k4vd.cn^ +||http://1mb034.cn^ +||http://1x26q3.cn^ +||http://215to.cn^ +||http://216pu.cn^ +||http://21xsk.com^ +||http://228pu.cn^ +||http://23txt.com^$third-party +||http://24haitao.net^ +||http://258zw.com^ +||http://282l1.cn^ +||http://28mcw1.cn^ +||http://2fnrc.cn^ +||http://2r3485.cn^ +||http://2scjbg.com^ +||http://2shoushi.com^ +||http://2st5ne.cn^ +||http://2v9ml.cn^ +||http://2wxb5.cn^ +||http://2zm4.cn^ +||http://365yigou.cn^ +||http://38ursg.cn^ +||http://3ql1pb.cn^ +||http://3vn52l.cn^ +||http://47dx0c.cn^ +||http://47n209.com^ +||http://49lkc.cn^ +||http://4a3zf.cn^ +||http://4ekx.cn^ +||http://4py3oe.cn^ +||http://4qn1k.cn^ +||http://4z5o27.cn^ +||http://519397.com^ +||http://51gpt.com^ +||http://51posuiji.org.cn^ +||http://52tushuo.com^ +||http://555b2b.com^ +||http://58scx.com^ +||http://58xmgys.com^ +||http://5dydk.com^ +||http://5kmm.top^ +||http://5mbd2.com^ +||http://5pb266.com^ +||http://5tbiec.cn^ +||http://5x0f.cn^ +||http://5yw4n.cn^ +||http://64si.com^ +||http://678sky.com^ +||http://69yll.cn^ +||http://6c4t5.cn^ +||http://6fai2.cn^ +||http://6nzev.cn^ +||http://6o87d.cn^ +||http://6ou47b.cn^ +||http://6yush.cn^ +||http://6yw7j.cn^ +||http://70e.me^ +||http://71mxc6.cn^ +||http://73cm.com^ +||http://757g7g.cn^ +||http://7ez4.cn^ +||http://7ia9h.cn^ +||http://7n3e8o.com^ +||http://80f31.cn^ +||http://81ngn1.cn^ +||http://85rvq.cn^ +||http://85wa.cn^ +||http://88android.com^ +||http://88k73d.cn^ +||http://89tyge.top^ +||http://8byu.cn^ +||http://8fiv9a.cn^ +||http://8j24h.cn^ +||http://8ls3n.cn^ +||http://8p30k.cn^ +||http://8v7wg.com^ +||http://91byy.cn^ +||http://958so.cn^ +||http://979067.com^ +||http://97kuaixiu.com^ +||http://97paa.com^ +||http://99hg.wang^ +||http://9d7in.cn^ +||http://9pb0h.cn^ +||http://9x6lr.cn^ +||http://9y88.com^ +||http://9yyg.cn^ +||http://a9v8.cn^ +||http://aa.wenxue6.com^ +||http://aabku.cn^ +||http://aauisg64017.cn^ +||http://abeij.com^ +||http://abfirst.cn^ +||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://afoux.com^ +||http://aganj.com^ +||http://agurl.top^ +||http://ahuac.com^ +||http://aibangzs.com^ +||http://aicydb.com^ +||http://aikan6.com^ +||http://aimiyz.com^ +||http://aiode.cn^ +||http://aishake.cn^ +||http://aishowbger.com^ +||http://aiyyu.com^ +||http://ajiez.com^ +||http://ajkdg3.xyz^ +||http://alksdh.com^ +||http://alryo.cn^ +||http://amu520.com/imgnk/02.gif +||http://anmeilai.net^ +||http://anyysz.com^ +||http://aomde.com^ +||http://apjiangte.com^ +||http://apmengxin.com^ +||http://applequan.com^ +||http://apxyz.com^ +||http://archrug.com^ +||http://avsmt.cn^ +||http://awqsaged.cn^ +||http://awtks.com^ +||http://awyys.com^ +||http://axkxy.com^ +||http://axuns.com^ +||http://aykcic.com^ +||http://ayues.com^ +||http://b0lc.cn^ +||http://b54ah.cn^ +||http://baful.net^ +||http://baiduspider1.cn^ +||http://baiyangzs.com^ +||http://bapkt.com^ +||http://barnfps.com^ +||http://bbeyay41026.cn^ +||http://bbvjs.com^ +||http://bchur.com^ +||http://bcunr.com^ +||http://bdaor.com^ +||http://bdiae.com^ +||http://beidouxin.com^*html? +||http://beifmu.com^ +||http://bentengcn.com^ +||http://bgcse.cn^ +||http://bgj216.cn^ +||http://bgtrtv.top^ +||http://bhuak.com^ +||http://bianxianwu.com^ +||http://biboi.cn^ +||http://biluzhang.cn^ +||http://bingdiantao.com^ +||http://biquguan.com/guan/ +||http://bjbrtc.com^ +||http://bjdianyue.com^ +||http://bjeai.com^ +||http://bjygfd.com^ +||http://bjzcbx.com^ +||http://blfyquz.cn^ +||http://bmfwwz.top^ +||http://bmgan.com^ +||http://bmuju.com^ +||http://bobotune.com^ +||http://bokanedu.net^ +||http://book9.net^$third-party +||http://booksky.cc^*html? +||http://boweineng.cn^ +||http://bpdffh.cn^ +||http://bqqsdv73724.cn^ +||http://bslmw.com^ +||http://bsmakeup.com.cn^ +||http://bueson.com^ +||http://bvoer.com^ +||http://bvosv.com^ +||http://bym03.cn^ +||http://byujf.cn^ +||http://c19f2.cn^ +||http://c6z85.cn^ +||http://c82d5.cn^ +||http://ca88b.cn^ +||http://caduka.cn^ +||http://cailawyer.cn^ +||http://calculated.cn^ +||http://car156.net^ +||http://casbanlly.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://cdn.m.okdd.net^ +||http://cdouj.com^ +||http://cdqjmc.com^ +||http://ceiyo.com^ +||http://ceyiuy.com^ +||http://cezezo.top^ +||http://cfdanet.com^ +||http://cfenl.com^ +||http://cgaij.com^ +||http://cgoiiq.com^ +||http://cgoul.com^ +||http://cgxxmy.com^ +||http://changhehengqi.com^ +||http://chaojilamei.cn^ +||http://chengboke.cn^ +||http://chenxiangqian.cn^ +||http://chersc.com^ +||http://chexiw.com^ +||http://chfuw.com^ +||http://chgdf.cn^ +||http://chinaqirun.cn^ +||http://chinaweian.com^ +||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://claiks.com^ +||http://clandia.cn^ +||http://clmmw.com^ +||http://cn-3drp.com^ +||http://cni58.com^ +||http://cniuv.com^ +||http://cnshef.com^ +||http://cnzhqs.com^ +||http://coccccc.cc^ +||http://codejumps.com^ +||http://codlw.com^ +||http://coenr.com^ +||http://cojia.net^ +||http://comesgo.com^ +||http://continuedsys.cn^ +||http://couas.com^ +||http://countersys.cn^ +||http://coveredsys.cn^ +||http://cpxkvc.com^ +||http://cqgya.com^ +||http://cqhhct.com^ +||http://cqlxscdc.top^ +||http://cqytjzgc.com^ +||http://cs12d.com^ +||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://cyto-biotherapy.com^ +||http://cyylove.com^ +||http://cz345.cn^ +||http://czlhgz.com^ +||http://czxjx.cn^ +||http://czyiming.club^ +||http://czzdf.com^ +||http://d08kfa.cn^ +||http://d72l4.com^ +||http://d93nzb.cn^ +||http://dabizi.net/images/pcad.png +||http://dachadu.cn^ +||http://daishuxy.com^ +||http://daizhankj.cn^ +||http://dajean.com^ +||http://dake.net.cn^ +||http://damiren.com^ +||http://daokejs.com^ +||http://daskm.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://dengfenzhang.cn^ +||http://dependablewood.com^ +||http://deyidesign.com^ +||http://dezfu.com^ +||http://dgaoz.com^ +||http://dgxzwj.com^ +||http://dhaof.com^ +||http://dhbo4t.cn^ +||http://dhgdp.cn^ +||http://dhuhui.cn^ +||http://dierqingchun.com^ +||http://djhbxz.com^ +||http://djhhy.com^ +||http://dkdlsj.com^ +||http://dldsrs.com^ +||http://dlouf.com^ +||http://dlvnxf.cn^ +||http://dmpsj.cn^ +||http://dn189.com^ +||http://dnfeu.com^ +||http://doowe.cn^ +||http://doryhome.com^ +||http://dqgpb.com^ +||http://drc6i.cn^ +||http://drgykb.cn^ +||http://dsjcfw.com^ +||http://dsjre.com^ +||http://dtzysm.com^ +||http://duanwenxue.com/functions/ +||http://duoyidd.com^ +||http://dxcssc.cn^ +||http://dxmci.com^ +||http://dydyhg.com^ +||http://dzisou.com^ +||http://e647ob.cn^ +||http://e9emh.cn^ +||http://ecuwa.cn^ +||http://ediun.com^ +||http://edysn.cn^ +||http://egqiyw.com^ +||http://ehxyz.com^ +||http://ei4f.cn^ +||http://ejiur.com^ +||http://ejwmc.cn^ +||http://eloer.cn^ +||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://ewphm.cn^ +||http://exusr.com^ +||http://eyaor.com^ +||http://eysmaa.pw^ +||http://ezuon.com^ +||http://fangdalaw.gd.cn^ +||http://fangjslc.com^ +||http://fangzi2.top^ +||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://feizw.com/style/t.js +||http://fenbengpan.cn^ +||http://ffanq.com^ +||http://ffychb.com^ +||http://fgaon.com^ +||http://fgzba.com^ +||http://fipipo.cn^ +||http://fj95560.com^ +||http://fjhanmei.com^ +||http://fjmrxys.com^ +||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://fqzds.com^ +||http://frjxdv.cn^ +||http://fshet.com^ +||http://fstaw.com^ +||http://fszhxd.com^ +||http://ftrp4.cn^ +||http://fuhuikang360.com^ +||http://fuwosi.cn^ +||http://fw.zhuaji.org^ +||http://fwjoi.com^ +||http://fwyang.com^ +||http://fx6j3.cn^ +||http://fxfhjs.com^ +||http://fxunn.com^ +||http://fy4zb.cn^ +||http://fyjyhm.com^ +||http://fzdfwy.com^ +||http://fzxrjx.com^ +||http://fzyda.com^ +||http://g3ao2q.cn^ +||http://gadhx.cn^ +||http://gadwhy.com^ +||http://galaxyns.com^ +||http://gaykes.com^ +||http://gazoeft.cn^ +||http://gbeik.com^ +||http://gbieg.com^ +||http://gcaij.com^ +||http://gcaog.com^ +||http://gcfx777.com^ +||http://gcheg.com^ +||http://gcouh.com^ +||http://gdaii.com^ +||http://gdeih.com^ +||http://gdhdfs.com^ +||http://gdlbdzkj.com^ +||http://gdsqwy.org^ +||http://gdunt.com^ +||http://gedus.cn^ +||http://gelinboer.cn^ +||http://georgias.cn^ +||http://gerunsenbo.cn^ +||http://ggouh.com^ +||http://ggz55268.com^ +||http://gjiai.com^ +||http://gjiak.com^ +||http://gjkpo.com^ +||http://gjuet.com^ +||http://glpen08.com^ +||http://glvej.com^ +||http://gmxyorg.cn^ +||http://gnmbd.top^ +||http://gobali.cn^ +||http://googlespider1.cn^ +||http://gou1zhe.com^ +||http://goulanmeng.cn^ +||http://gtaih.com^ +||http://gtchong.com^ +||http://gtifund.cn^ +||http://gtiou.com^ +||http://gtnde.com^ +||http://guaas.com^ +||http://guangsss1999.com^ +||http://guanqinjie.cn^ +||http://guansenff.cn^ +||http://gwdqp.com^ +||http://gxklsftz.cn^ +||http://gxkyl.com^ +||http://gxssjz.com^ +||http://gxunj.com^ +||http://gyeet.com^ +||http://gyhzr.com^ +||http://gyrtg.com^ +||http://gzmxybg.com^ +||http://gzmzts.com^ +||http://gznsyh.com^ +||http://gzzena.com^ +||http://h2pzh.cn^ +||http://hajuwang.cn^ +||http://hawbfa.com^ +||http://hbaog.com^ +||http://hbbww.com^ +||http://hbhxqcw.com^ +||http://hbnygj.com^ +||http://hbttcc.com^ +||http://hbyyzm.com^ +||http://hcaig.com^ +||http://hcenc.com^ +||http://hchig.com^ +||http://hchik.com^ +||http://hdfdm.com^ +||http://hdminfeng.com^ +||http://hdswgc.com^ +||http://hduic.com^ +||http://headwell.cn^ +||http://hebhec.cn^ +||http://hebzycw.com^ +||http://hehmy.cn^ +||http://heib2.top^ +||http://heizundg.cn^ +||http://helpinfo.cn^ +||http://henduoqian.com^ +||http://hfyxdl.com^ +||http://hgdanbas.cn^ +||http://hgrqp.com^ +||http://hguac.com^ +||http://hguas.com^ +||http://hhslbz.cn^ +||http://hihufu.cn^ +||http://hissq.com^ +||http://hjiec.com^ +||http://hjjnpx.com^ +||http://hjkrlc.cn^ +||http://hjryl.com^ +||http://hjues.com^ +||http://hjzndq.com^ +||http://hk7799.net^ +||http://hk9600.com^ +||http://hkmqp.com^ +||http://hldwmly.com^ +||http://hlhulu.com^ +||http://hmhqp.com^ +||http://hmttoly.com^ +||http://hmyangshengji.com^ +||http://hnfxty.cn^ +||http://hnhgw.cn^ +||http://hnzyfs.com^ +||http://hogyp.com^ +||http://hongshikai.com^ +||http://hongyangbg.com^ +||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://huigoushop.com^ +||http://hunpp.com^ +||http://hwertd.xyz^ +||http://hxiak.com^ +||http://hycfxdc.com^ +||http://hyjyjc.com^ +||http://hypzv.com^ +||http://hyxca.top^ +||http://hzht666.com^ +||http://hzuok.com^ +||http://hzuvw.com^ +||http://hzxfmc.com^ +||http://hzzfan.com^ +||http://i-components.net^ +||http://i05h.cn^ +||http://ia22.com^ +||http://iamqqo85467.cn^ +||http://iangp.com^ +||http://iangs.com^ +||http://iauqwe.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://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://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://iq24ne.cn^ +||http://irauz.com^ +||http://irkuj.com^ +||http://iruad.com^ +||http://ishowms.com^ +||http://iyaos.com^ +||http://iyuey.com^ +||http://izouo.com^ +||http://izuis.com^ +||http://jaat3ax.site^ +||http://jbanb.com^ +||http://jbbath.cn^ +||http://jcaik.com^ +||http://jcaip.com^ +||http://jcdb88.com^ +||http://jcwwxn.com^ +||http://jdaot.com^ +||http://jdflower.cn^ +||http://jdgsgl.com^ +||http://jduiv.com^ +||http://jgkto.com^ +||http://jiaofulin.cn^ +||http://jiaqingli.cn^ +||http://jieyixiu.com^ +||http://jifeidandar.com^ +||http://jiirz.com^ +||http://jim86d.cn^ +||http://jinchaoyu.com^ +||http://jingdayiyuan.com^ +||http://jingxiangyalvji.cn^ +||http://jioeg.com^ +||http://jiumishow.com^ +||http://jiyuanzixun.com^ +||http://jkert.com^ +||http://jlkja.com^ +||http://jlvskg.cn^ +||http://jlxzt.com^ +||http://jmxlaser.com^ +||http://jndczg.com^ +||http://jnsdkjzs.com^ +||http://jollyspring.com^ +||http://jotrening.com^ +||http://jpenk.com^ +||http://jpg1.oss-cn-beijing.aliyuncs.com^ +||http://jrdkc.com^ +||http://jsaik.com^ +||http://jssumei.cn^ +||http://jstdjq.com^ +||http://jsyjwj.com^ +||http://jullycn.com^ +||http://jundazulin.com^ +||http://just9229.cn^ +||http://juyzr.com^ +||http://jwhfn.cn^ +||http://jwiyr.com^ +||http://jx.cn^$third-party +||http://jxhcyc.com^ +||http://jxinyue.top^ +||http://jxnrfx.com^ +||http://jxxcfd.com^ +||http://jyhwt.cn^ +||http://jyjhkz.com^ +||http://jzntxs.com^ +||http://k5ai3c.cn^ +||http://k859n.cn^ +||http://k9wi2d.cn^ +||http://kafka8.com^ +||http://kanjiaqun.cn^ +||http://kbstyn.com^ +||http://kcenu.com^ +||http://kchaq.com^ +||http://kcooy.com^ +||http://kdieu.com^ +||http://ketaoke.com^ +||http://kexigia.com^ +||http://kfand.com^ +||http://kfeiu.com^ +||http://kfuih.cn^ +||http://kguaq.com^ +||http://khuoy.com^ +||http://kjfhe.com^ +||http://kjhfy.com^ +||http://kl6636.net^ +||http://koudaichaoshi.cn^ +||http://kqiaq.com^ +||http://ks67.com^ +||http://ksdsuzhou.com^ +||http://kshks5.site^ +||http://kteyz.com^ +||http://ktzte.cn^ +||http://kuaituisss.com^ +||http://kueofwt.cn^ +||http://kuptmf.cn^ +||http://kwjkd.com^ +||http://kwp79i.cn^ +||http://kxhie.com^ +||http://kyxnz.cn^ +||http://kz8tr2.cn^ +||http://l30od.cn^ +||http://l4elb.cn^ +||http://l93stb.cn^ +||http://l9c4s.cn^ +||http://la71f.cn^ +||http://laksdn.com^ +||http://lanhouhou.cn^ +||http://laojiayoufang.com^ +||http://layyi.com^ +||http://lbaij.com^ +||http://lbaoj.com^ +||http://lchar.com^ +||http://lcrmm.top^ +||http://legozu.com^ +||http://lerenzx.cn^ +||http://let83.cn^ +||http://lfdydk.com^ +||http://lfouz.com^ +||http://lfzxcp.com^ +||http://lglady.cn^ +||http://lglkqm.cn^ +||http://lguir.com^ +||http://lhhxlj.com^ +||http://lianfuhuang.cn^ +||http://liaotian4.com^ +||http://lifuzhubao.com^ +||http://lihongdou.cn^ +||http://linwukui.cn^ +||http://linyankm.cn^ +||http://listenother.com^ +||http://ljuer.com^ +||http://lletd.cn^ +||http://llvez.com^ +||http://lnenz.com^ +||http://lpaoz.com^ +||http://lqmohun.com^ +||http://lsiwd.cn^ +||http://lusrg.cn^ +||http://luxoshopde.com^ +||http://lvyishengtai.com^ +||http://lxind.cn^ +||http://lybczlsb.com^ +||http://lyjz001.com^ +||http://lyshengtu.cn^ +||http://lzida.com^ +||http://lzjycy.com^ +||http://lzkjsj.com^ +||http://lzytt.com^ +||http://m4ztka.cn^ +||http://m72r.cn^ +||http://mammina.cn^ +||http://maoyumao.net^ +||http://maxoi.cn^ +||http://mbaik.com^ +||http://mbiek.com^ +||http://mcaik.com^ +||http://md0z4dh.com^ +||http://mdous.com^ +||http://mdsfzh.cn^ +||http://mendoc.cn^ +||http://mengpr.com^ +||http://meooe.com^ +||http://mgldzcls.com^ +||http://mgsue.cn^ +||http://mhuos.com^ +||http://miaiche.cn^ +||http://miaos11.com^ +||http://mid5in.top^ +||http://miiuv.com^ +||http://mindrook.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://mobiorg8.com^ +||http://morningpiggy.com^ +||http://mouaa.com^ +||http://movii-loft.cn^ +||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://mukkkoi.cn^ +||http://muusn.cn^ +||http://mwjpk.com^ +||http://myycrw.com^ +||http://mzclass.club^ +||http://nbaob.com^ +||http://nbhotpo.com^ +||http://ncoyqc.com^ +||http://nduop.com^ +||http://ndusa.cn^ +||http://neijh.com^ +||http://nernv.com^ +||http://netko0o.com^ +||http://nfkos.com^ +||http://nickarini.com^ +||http://niegg.com^ +||http://nihao987654.top^ +||http://ningbojipiao.com^ +||http://nixiclothing.com^ +||http://njguluyu.cn^ +||http://njxczy.com^ +||http://nkwwbg.com^ +||http://nmmdzq.cn^ +||http://nmtouzi.com^ +||http://nnfiy.com^ +||http://nongshengyi.cn^ +||http://nq37f.cn^ +||http://ntpddq.com^ +||http://nwwap.com^ +||http://nwxzs.com^ +||http://nxh2h.cn^ +||http://nxkycx.com^ +||http://nxwly.com^ +||http://nxypz.com^ +||http://nyhnx.com^ +||http://nykps.com^ +||http://oangm.com^ +||http://obeip.com^ +||http://obj9.cn^ +||http://oende.cn^ +||http://oeocriaq.cn^ +||http://oesnw.com^ +||http://ohuam.com^ +||http://ojues.com^ +||http://okshishi.com^ +||http://okuis.com^ +||http://okwan.cn^ +||http://olc0.cn^ +||http://on68xf.cn^ +||http://once88.cn^ +||http://oomyv.com^ +||http://opengam.com^ +||http://opqsr.com^ +||http://osaws.com^ +||http://osimym.com^ +||http://osndy.com^ +||http://osvp2.cn^ +||http://ou15r.cn^ +||http://oul78c.cn^ +||http://ow*.biqugego.com^ +||http://paochala.net^ +||http://passwz.com^ +||http://pbino.com^ +||http://pcaoo.com^ +||http://pd3a.cn^ +||http://pdfbs.com^ +||http://pdkuai.com^ +||http://petsheying.com^ +||http://photo.*.html?tk=$script,third-party +||http://pi920.com^ +||http://pianyi95.top^ +||http://piaogj.com^ +||http://picbr.com^ +||http://pieaa.com^ +||http://piliangzhuce.cn^ +||http://pincidao.cn^ +||http://pipysoft.cn^ +||http://pitena.top^ +||http://pjbjzf.com^ +||http://pkbrxja.cn^ +||http://pkesports.cn^ +||http://plerv.com^ +||http://plokr.com^ +||http://pmshy.cn^ +||http://pomhz.com^ +||http://pomkl.com^ +||http://pougg.com^ +||http://pptte.com^ +||http://pqnlorg.cn^ +||http://prazpf.cn^ +||http://ptuoa.com^ +||http://puzwb.cn^ +||http://pwjhg.com^ +||http://pxyvb.cn^ +||http://pyerc.com^ +||http://pyhuiyu.com^ +||http://pzuth.cn^ +||http://pzvlnh.cn^ +||http://q0uz4c.cn^ +||http://q671e.cn^ +||http://q7ms.cn^ +||http://qaqact.cn^ +||http://qcgkd322.vip^ +||http://qdiut.com^ +||http://qdyazc.com^ +||http://qflwh.cn^ +||http://qgana.com^ +||http://qgaot.com^ +||http://qhdop.com^ +||http://qhuik.com^ +||http://qiaopiguniang.com^ +||http://qinchugudao.com^ +||http://qingzhencai.net^ +||http://qjueu.com^ +||http://qkptx.com^ +||http://qlaot.com^ +||http://qloer.com^ +||http://qlonglong.com^ +||http://qneit.com^ +||http://qq0au.cn^ +||http://qqiat.com^ +||http://qsove.com^ +||http://qtpngov.cn^ +||http://quldu.com^ +||http://qzbxfs.com^ +||http://qzdag.com^ +||http://qzdaren.com^ +||http://raeqqe.cn^ +||http://rbign.cn^ +||http://rbywg.com^ +||http://rcaiu.com^ +||http://rcynoe.cn^ +||http://rdxhrd.com^ +||http://renshengyiyi.com^ +||http://represented.cn^ +||http://requested.cn^ +||http://rerwe.cn^ +||http://rfese.com^ +||http://ricqo.com^ +||http://rjiau.com^ +||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://sdaiv.com^ +||http://sdgdtz.cn^ +||http://sdkdm.com^ +||http://sdsqyyc.com^ +||http://sdytsh.com^ +||http://sezvc.com^ +||http://sfanf.com^ +||http://sguac.com^ +||http://sgzs999.com^ +||http://shenbimall.com^ +||http://shenyunkeji.com^ +||http://shidailw.com^ +||http://shjsxx.com^ +||http://shumilou.co/style/html5.js +||http://siguatv.cn^ +||http://sincetrade.com^ +||http://sjaidu.com^ +||http://sjczsc.com^ +||http://sjuqc.com^ +||http://slvtx.com^ +||http://smckii.cn^ +||http://smdhek58726.cn^ +||http://smpdth.cn^ +||http://smxay.com^ +||http://sonomoyo.com^ +||http://sonsang.cn^ +||http://sosjyx.com^ +||http://soso.ws^ +||http://soyue.cc^$third-party +||http://spahelani.com^ +||http://sqwscy.com^ +||http://srrux.com^ +||http://statstat888.com^ +||http://stuoe.com^ +||http://suehy.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://sxxca.com^ +||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://syxsa.cn^ +||http://szqifu.com^ +||http://szshouzhai.com^ +||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://tdain.com^ +||http://tdoup.com^ +||http://tenh2.cn^ +||http://themee.cn^ +||http://thuyki.cn^ +||http://tianhelife.com^ +||http://tiankongzudui.com^ +||http://tianxiazhenji.com^ +||http://tiaopimiao.net^ +||http://tiaoweiyou.cn^ +||http://tick0.com^ +||http://tinwong.cn^ +||http://tiojk.com^ +||http://tiwom.com^ +||http://tjiaa.com^ +||http://tkshyp.com^ +||http://tl875f.cn^ +||http://tmmjgcp.cn^ +||http://tmrmixer.cn^ +||http://tochgw.com^ +||http://tongjiwo.com^ +||http://tp74ym.cn^ +||http://travlcen.com^ +||http://tsrc8.com^ +||http://tuadong.com^ +||http://tukexiu.com^ +||http://txstatic.cn^ +||http://txtxr.com^ +||http://tymsyx.com^ +||http://tyyjzs.cn^ +||http://u7qy3e.cn^ +||http://ubaii.com^ +||http://uc4a.cn^ +||http://ucaii.com^ +||http://uchij.com^ +||http://ueaeqqi.cn^ +||http://uhor8.cn^ +||http://uissm.com^ +||http://uksnyf.cn^ +||http://umm6.cn^ +||http://umyai.com^ +||http://uqpfh.cn^ +||http://usty357a.site^ +||http://uuopp.com^ +||http://uxyrl.cn^ +||http://uzhaj.com^ +||http://uzyid.cn^ +||http://v3iy0h.cn^ +||http://v44i.cn^ +||http://v5b99.cn^ +||http://vb4rvq.cn^ +||http://vbaiu.com^ +||http://vbanm.com^ +||http://vbaof.com^ +||http://vbaou.com^ +||http://vbieu.com^ +||http://vbinu.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://vjuer.com^ +||http://vkjnd.com^ +||http://vkuay.com^ +||http://vmiua.com^ +||http://vnanf.com^ +||http://vouky.com^ +||http://vsxet.com^ +||http://vvnna.com^ +||http://vvocm.com^ +||http://vweit.com^ +||http://vy74i.cn^ +||http://w13qh.cn^ +||http://w859u.cn^ +||http://waby66.cn^ +||http://wagenlux.cn^ +||http://wanfcc.com^ +||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://weikefanli.com^ +||http://weiziqiang.top^ +||http://wervp.com^ +||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://wkjhd.com^ +||http://wksrx.cn^ +||http://wl963.com^ +||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://wsoue.com^ +||http://wsxxu.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://wywna.cn^ +||http://wzn4.cn^ +||http://x5cc5z.cn^ +||http://x81zw.com^*.gif +||http://xabtx.com^ +||http://xacqp.com^ +||http://xavingtsun.com^ +||http://xbaiv.com^ +||http://xberu.com^ +||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://xindelin.cn^ +||http://xinghao89.com^ +||http://xingtaiju.cn^ +||http://xinterface.cn^ +||http://xinuocp666.com^ +||http://xjtxcj.com^ +||http://xk0x.cn^ +||http://xkanf.com^ +||http://xkena.com^ +||http://xkqpco.com^ +||http://xkunn.com^ +||http://xmcxz.com^ +||http://xmgdfb.cn^ +||http://xmgysweb.com^ +||http://xmndrx.cn^ +||http://xncgroup.cn^ +||http://xnghmc.com^ +||http://xnjzsn.com^ +||http://xrain.net^ +||http://xroun.com^ +||http://xrpva.cn^ +||http://xszysc.com^$third-party +||http://xtzxmy.com^ +||http://xujx8.com^ +||http://xunhuaji.cn^ +||http://xurizhongguo.cn^ +||http://xxkio.com^ +||http://xxlywl.cn^ +||http://xznykf.org^ +||http://xztms.com^ +||http://y05zw.cn^ +||http://y12f.com^ +||http://yajiuwz.xyz^ +||http://yanjunbo.com^ +||http://ybaih.com^ +||http://ybaiu.com^ +||http://ybanj.com^ +||http://ybaoh.com^ +||http://ybeih.com^ +||http://ybfwmm.cn^ +||http://ybhypt.com^ +||http://ybtianxi.com^ +||http://ychap.com^ +||http://ydfz.org^ +||http://ydouu.com^ +||http://yexfes.com^ +||http://yfano.com^ +||http://ygqczh.com^ +||http://yguap.com^ +||http://yicang8.com^ +||http://yicixingjinkou.com^ +||http://yicuntian.cn^ +||http://yijieweizf.com^ +||http://yingkepj.cn^ +||http://yinzantouzi.com^ +||http://yisloda.com^ +||http://yiyuantian.com^ +||http://yizhijin.cn^ +||http://yjiaj.com^ +||http://ymmdpk.cn^ +||http://ynbzxh.com^ +||http://yndushi.cn^ +||http://ynjczy.net^ +||http://ynjyhm.com^ +||http://ynmhg.cn^ +||http://ynnke.com^ +||http://ynp0h.cn^ +||http://yoiur.com^ +||http://youweiprint.com^ +||http://yoxus.cn^ +||http://ypzhwf.cn^ +||http://ys6ot.cn^ +||http://ysjweb.com^ +||http://yssbi.net^ +||http://ytbnm.cn^ +||http://ytdksb.com^ +||http://ytmaitian.com^ +||http://ytmaksim.cn^ +||http://yueyelive.com^ +||http://yunanfuwuqi.com^ +||http://yunxiufang.net^ +||http://yuxiny.com^ +||http://yuxyz.com^ +||http://ywbwsm.com^ +||http://ywrjgzs.com^ +||http://yxhxs.com^ +||http://yyeks.com^ +||http://yyhqch.com^ +||http://yyjhf.com^ +||http://yymmsd.cn^ +||http://z3uk6.cn^ +||http://zabxb.com^ +||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://zgbsny.com^ +||http://zgclmw.cn^ +||http://zgfszs.com^ +||http://zgjjkk.com^ +||http://zgjkv.com^ +||http://zgncpjyw.cn^ +||http://zgsxhx.com^ +||http://zhamm.cn^ +||http://zhenben.cc/2000/ +||http://zhfyws.com^ +||http://zhiyaowan.cn^ +||http://zhuyuanp.shop^ +||http://zhuyuanp.top^ +||http://zhywyl.cn^ +||http://zizcy.com^ +||http://zjhrondo.cn^ +||http://zjkdaikuan.com^ +||http://zjuwjdc.com^ +||http://zkba9.cn^ +||http://zkfborg.cn^ +||http://zkwsdf.com^ +||http://zlauk.cn^ +||http://zmlfk.com^ +||http://zmyuer.com^ +||http://zougg.com^ +||http://zpoder.com^ +||http://zreder.com^ +||http://zstjy.com^ +||http://zsxpx.com^ +||http://ztxbd.com^ +||http://zunss.com^ +||http://zuopp.com^ +||http://zutodu.cn^ +||http://zwkssb.com^ +||http://zx-jsp.com^ +||http://zxhymh.com^ +||http://zxin131.cn^ +||http://zxjjzx.com^ +||http://zzhszj.com^ +||http://zzmmkj.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://rjno1.com^$csp=script-src 'self' *;style-src +||http://www.wifi588.net^*.gif +||http://69lm.com.cn^ +||http://qhdfxkj.com^ +||http://shxqeps.com^ +||http://hnpjshop.com^ +||http://lopostone.com^ +||http://qyqc4s.com^ +||http://vuahb.com^ +||http://alicdn.com^$domain=thz5.cc +||http://chuantu.biz^$domain=thz5.cc +||http://sinaimg.cn^$domain=thz5.cc +||http://tcmdz.com^ +||http://nvsea.com^ +||http://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://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://qhdbfjx.com^ +||http://sohu999.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://feng.com^*/index_treasure/ +||http://fengbuy.com/recommend-new. +||http://fh21.com.cn/js/passport/createQuickMenu.js +||http://forex.com.cn/index.php/Invoking/tanchukuang +||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://haha.mx/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://lab.feng.com/images_new/ad- +||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://sohu.com/os/text/focus? +||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://zol.com.cn/js/ask/ask.js +||http://xhd.cn/topic/leyu-piaofu/ +||http://zol.com.cn/index.php?c=Api_JumpApi& +||http://jjwxc.net/adsmanage. +||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://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/v2/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://ftchinese.com/index.php/jsapi/analytics +||http://ftchinese.com/index.php/jsapi/ga +||http://ftchinese.com/js/log.js +||http://ftchinese.com/log/analytics.js +||http://fx678.com/htcount/count.js +||http://g.yccdn.com^ +||http://gridsumdissector.cn/gs.gif? +||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://hc360.com,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-ad_banner +https://gamer.com.tw###BH-bigbanner +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://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://gq.com.tw###IndexCover +https://rijutv.com###JU +https://dj97.com###J_A_B +https://duba.com###J_BottomAdBan +https://duba.com###J_BottomAdBan_bg +https://duba.com###J_FloorWave +https://duba.com###J_FloorWrap +https://duba.com###J_S11 +https://2345.com,hao774.com###J_act_plane_hb +https://2345.com###J_acts11_footerfixed +https://xiami.com###J_albumSale +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,uu114.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://iis7.com###QTGG +https://elecfans.com###Right2 +https://huarenjie.com###RightAd2 +https://airav.cc###Right_Panel > div[style^="margin-"] +https://sina.com.cn###SI_Comment_DA +https://www.sina.com.cn###SI_EDU_AD +https://aishoujizy.com###ShouYe_ShangBu > .HtmlMoKua:first-child +https://xiaokuangyl.com###ShouYe_ShangBu > .themeauthor > table:first-child +https://70bt.cn###ShowAD +https://gushiwen.org###ShowAd +https://upan.cc###ShowDIV +https://soopat.com###SoopatAside +https://ifeng.com###StreamMediaWrap +https://webkaka.com###Table1 +https://shhgg.in###TopTipHolder +https://csdn.net###Topic_Top +https://07073.com###Vsss00 +https://cnzol.com###Wl_Float_Div +https://duote.com###\32 345_ad +https://jisuxz.com###\32 345float +https://morningpost.com.cn###\33 60hot +https://zongheng.com###\36 roomRecommend +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://admin5.com###a22 +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://jqgcw.com,srzc.com,vuejs.org###ad +https://ofweek.com###ad-2100 +https://ruten.com.tw###ad-467 +https://itxueyuan.org###ad-beifeng-729-90 +https://duba.com###ad-detail-banner +https://duba.com###ad-dongman +https://titan24.com###ad-index-01 +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://dbw.cn###ad-word +https://dayoo.com###ad-xl +https://baike.com###ad-xnsc +https://duba.com###ad-zongyi +https://price.com.hk###ad0 +https://90oo.com,etest8.com,eworldship.com,hntobacco.com,jc001.cn,p9.com.tw,price.com.hk,vipbuluo.com,xinhuanet.com,ylnet.com.cn,zimuzu.tv###ad1 +https://booklink.me,eworldship.com,p9.com.tw,xinhuanet.com,zimuzu.tv###ad2 +https://zimuzu.tv###ad3 +https://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://huanqiu.com###adP-Bot-right-float +https://baidu.com###adTitleRight +https://gameapps.hk###adTopClickAreaLeft +https://gameapps.hk###adTopClickAreaRight +https://gameapps.hk###adTopClickAreaTop +https://sogou.com###adWindow +https://sina.com.cn###ad_blk_fixed +https://windows7en.com###ad_btm_down +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://88448.com###ad_forum_banner +https://btime.com###ad_full_button_placehoder +https://autohome.com.cn###ad_ic_video +https://lqz.cn###ad_index +https://babyhome.com.tw###ad_m_peacock +https://udn.com###ad_mag +https://100ksw.com###ad_move_sg +https://zysj.com.cn###ad_pc_bottom +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://localking.com.tw###adbannerurl +https://yxdown.com###adbg +https://tbtdg.com###adblockWarning +https://lzep.cn###add +https://chongbuluo.com###add + a +https://fhm.com.tw###add-box +https://speedtest.cn###add_r1 +https://speedtest.cn###add_r2 +https://17yy.com###addiv +https://3322.cc###addr +https://rj.baidu.com###ader +https://eol.cn###adfloat_l +https://eol.cn###adfloat_r +https://jia360.com###adl +https://172cat.com###adload +https://vip-free.com###adpic +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://whsir.com###adswidget1-quick-adsense-2 +https://weather.com.cn###adtop_r +https://btspreadcn.com###adultwarningmask +https://dm530.net,it168.com###adv +https://chinabyte.com###adv-button +https://js0573.com###adv1 +https://js0573.com###adv2 +https://wenku8.net###adv300 +https://firefoxchina.cn###advBlock +https://nnfcxx.com###adv_3 +https://shurua.com###advbox +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://huanqiu.com###artHqsc +https://wx.sina.com.cn###artibody > .article-video +https://zhuankebar.com###article-cnt > a +https://blog.csdn.net###article_content > link + a +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://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://360.cn###banner0 +https://ballbar.cc,qidian.com###banner1 +https://360.cn,ballbar.cc,muchong.com###banner2 +https://ksbbs.com,kshot.com###banner2_top +https://qidian.com###banner3 +https://360.cn###banner_2 +https://99tianji.com###banner_gg +https://ksbbs.com,kshot.com###banner_top +https://uestc.edu.cn###bar +https://c114.com.cn###barrage_ad +https://c114.com.cn###barrage_bg +https://hao.rising.cn###bbTao +https://zimuzu.tv###bbs_list_ad +https://muchong.com###bbsmain > div[style="padding:10px 0;"] > table +https://cntv.cn###bbspop +https://gamme.com.tw###bd +https://acfun.cn###bd_ad1 +https://makaidong.com###bdcs +https://sogou.com###bdfs0 +https://baidu.com###bdyx_float_rb +https://qxfun.com###beautiful-things +https://1kkk.com,bukade.com,dm5.com,dm5.hk,sfacg.com###beitou +https://eeyy.com###beitou_box +https://dataguru.cn###bg +https://91danji.com###bg_ad +https://kyofun.com###bg_ad_left +https://kyofun.com###bg_ad_right +https://netbardh.com###bg_left +https://52pk.com,hanhande.com###bg_link +https://netbardh.com###bg_right +https://eol.cn###big-ad-img +https://timedg.com###bigAdv +https://gdzjdaily.com.cn###bigblockAd +https://bitauto.com###bitAd_background +https://bitauto.com###bitAd_floatFlash +https://dilidili.wang###bkm +https://e-learn.cn###block-changyanpinglunxia8 +https://e-learn.cn###block-layui-ele +https://e-learn.cn###block-tengxunyunshuang11 +https://zaobao.com###block-views-zb2016-freefrom-block-1 +https://e-learn.cn###block-wenzilianjie +https://e-learn.cn###block-youxiajiao +https://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] +https://airav.cc###bottom-adv +https://hiwenku.com###bottom-advert +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://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://hefei.cc###bp_ad +https://sogou.com###browser_ad +https://orsoon.com###btn-down-one +https://wap.eastmoney.com###bulletin_board > ul[id] +https://pchome.net###bzhref +https://fuli.us###callboard +https://ck101.com###canvas-section +https://cangku.in,galacg.me,moneyweekly.com.tw###carousel-example-generic +https://bitauto.com###carshow +https://bbs-mychat.com###cate_top > tr > .f_one +https://cnbeta.com###cb_share > .fl +https://sina.com.tw###cboxOverlay +https://eworldship.com###ccrhshow +https://dapenti.com###center > div[align="center"][target="_blank"] +https://huarenjie.com###cftoutiao +https://hao.rising.cn###change +https://i-part.com.tw###chatroomFrame + div[style="text-align: center;padding-top: 10px"] +https://fulishequ.com###china_ads_div405 +https://cqfishing.net,gpshk.cc###chs_bannerArea +https://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://jrj.com.cn###comment > a:first-child +https://fuli.us,tianshif.com###comment-ad +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://go-gddq.com###content > div[style="float: Right;"] +https://fuliba.net###content > ul[style="list-style-type: none;"] +https://yes-news.com###content-728 +https://yes-news.com###content-728-top +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,danyang.com###couplet-left +https://baidu.com,danyang.com###couplet-right +https://youxi.baidu.com###coupletBanner +https://sg169.com###couprigth +https://eepw.com.cn###coverDiv +https://1688.com###cpm-ad +https://1688.com###cpm-ad-2 +https://idanmu.at###cpv +https://nownews.com###crazy-video +https://yahoo.com###crazyAD +https://muchong.com###creditegg +https://ipcfun.com###crumb_r +https://wpsoso.com###cse-search-box > p +https://wjx.cn###ctl01_ContentPlaceHolder1_divProMsg +https://fzlimg.com###ctopad +https://fzlimg.com###ctopadtop +https://free.com.tw###custom_html-11 +https://hexieshe.cn###custom_html-2 +https://wanghualang.com###cx_tag_cloud-2 ~ aside[id^="php_text-"] +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://ytbbs.com###dd1 +https://4399.com###defaultbglink +https://sogou.com###detailRightAd +https://stockstar.com###dhwzl +https://141hongkong.com###dialog +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://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://webkaka.com###div_bottomad_m +https://twpkinfo.com###div_close_cf +https://3boys2girls.com###div_display +https://eeyy.cc###div_dn +https://heiguang.com###div_heiguang_ad3 +https://heiguang.com###div_heiguang_ad4 +https://chem99.com###div_main_ta +https://ref.so###div_midleft +https://ck101.com,pchome.com.tw###div_superbar_swf +https://360doc.com###divaboveReflectionAd1 +https://360doc.com###divaboveReflectionAd2 +https://360doc.com###divunderZcommondAd +https://360doc.com###divyoulikead +https://0562.cc,114shouji.com,1xlala.com,528500.com,52jscn.com,5378cc.com,5imx.com,99nets.me,bansha.com,bbs.52life.cc,chcj.com,chcj.net,cm868.com,cnyw.net,cqfishing.net,discuzlab.com,hh010.com,i3zh.com,im286.net,kugz.com,ld0766.com,luanren.com,mahoupao.com,qilanxiaozhu.net,qinzhou8.com,sh419.net,suizhoushi.com,txahz.com,wishct.com,xsool.com,ybvv.com,ytshe.com###diy1 +https://d7w.net###diy10 +https://im286.net###diy110 +https://cbber.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://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,chcj.net,chinafix.com,cnyw.net,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://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://sm.cn###download-uc +https://sm.cn###download-uc-v2 +https://howfile.com###downloadtable + div > table[style="margin-top:5px"] +https://nczsks.com###downyxjs +https://langxi.org###drk_ledtd +https://chinanews.com###dt_advert +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://hjenglish.com###editor_a4 +https://gcxa.cn###edu_ad63 +https://letv.com###egg +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://happy-yblog.blogspot.com,happy-yblog.blogspot.hk,happy-yblog.blogspot.tw###fbox-background +https://baidu.com###fc-left +https://baidu.com###fengchao-dialog +https://baidu.com###fengchaoad +https://maxthon.cn###festival-fix-bottom +https://360.cn###festival-logoskin +https://maxthon.cn###festival-rain-wrapper +https://hao.360.cn###festival-theme > .left-entry +https://hao.360.cn###festival-theme > .right-entry-wrap +https://360.cn###festival_baijian +https://360.cn###festival_balloon +https://hao.360.cn###festival_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://qqread.com###flash310ad +https://haha.mx###float-left-ad +https://speedpan.com###float-window +https://fun48.com###float2016 +https://guagua.cn###floatRoomDiv +https://zmz2019.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://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://tvapk.net###framelP7piy +https://qhf168.com,qianhua.biz,qianhuaw.com###framelzHoHY +https://wcjbb.com###frameo834m9 +https://aishs.top###frameu9916W_left > .block:nth-child(-n+6) +https://18avhub.com,18avtube.com,avmimi.com,mm-cg.com###friendLink +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###frs-list-game +https://docshelper.net###ft_ad +https://wendangxiazai.com###ft_hb +https://fancai.com,gamemei.com###ft_right_bottom +https://windows7en.com###fu_box_logo +https://cnyes.com###full_ad-popup +https://cnyes.com###full_ad-screen +https://ifeng.com###funBar +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://downxia.com###gaosu_div0 +https://downcc.com,pc6.com,zdfans.com###gaosuxiazai +https://www.infoq.com###gbanner.gbanner +https://66ys.tv,6vhao.net,dygang.com###gd +https://ruanyifeng.com###gd1 +https://whnews.cn###gd_l +https://whnews.cn###gd_r +https://ant.design###geektime +https://ant.design###geektime-ads +https://dilidili.name,zdzdm.com###gg +https://sdgundam.cn###gg-banner +https://vvshu.com###gg120 +https://5173.com###gg330 +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://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://gameapps.hk###google_side_ad2_top +https://aimazu.com###gotoTop +https://js0573.com###gotopl +https://js0573.com###gotopr +https://cnr.cn###gtop00 +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://macd.cn###hbad +https://coolaler.com###hd +https://gdmm.com###hd > .wp > .module +https://hackhw.com,ithome.com###hd_float +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://33235.net###header > center +https://maxthon.cn###header-float-promote +https://2345.com###header-news +https://hao.360.cn,hao.360.com###header-patch +https://060s.com###header4 +https://bdinfo.net###header_AD +https://hnr.cn###header_banner_list +https://131458.com###header_gg +https://pediy.com###header_right_cell[width="603"] +https://huan.moe###headhead +https://duote.com###hengfu +https://moe-acg.cc###hengfu-widget +https://hexun.com,hexun.com.tw###hexunCouplet01 +https://eepw.com.cn###hiddenLayer +https://gamersky.com###hitix +https://w3cplus.com###home-page-widgets +https://wacowla.com###home-top-narrow +https://bjhockey.org###homeVideoModal +https://ruanyifeng.com###homepage_pos +https://3987.com###hongbao +https://3boys2girls.com###hotbar +https://sogou.com###hotel_vr_details +https://sohu.com###hotpicnew +https://yahoo.com###hp-ad-left +https://yahoo.com###hp-ad-right +https://huanqiu.com###hqbl123 +https://ifeng.com###hslide_sPic_360 +https://ifeng.com###hslide_sPic_baidu +https://narutom.com###hy_float +https://hz66.com###hzhead + .column +https://mingyg.cn###hzw_showmsg +https://mzyz.com###idTransformView2 +https://nownews.com###idle-layer +https://ifeng.com###ifengAehovering_small +https://tingroom.com###ifram_563 +https://hao.360.cn###iguess +https://ck101.com###image_ad_long +https://cnjxol.com,rznews.cn###img +https://nick18.com###img a +https://firstchina.org.cn,pharmnet.com.cn###img1 +https://e0575.com###img2 +https://114la.com,ylmf.com###imgArr +https://image.baidu.com###imgCmsAdPart +https://e10000.cn###imgFloat +https://image.baidu.com###imgid > .fcimgpage +https://54new.com###imgshow +https://ydss.cn###indexBlad +https://baidu.com###index_banner_top +https://zongheng.com###index_game +https://windows7en.com###index_long_first +https://baidu.com###index_right_float +https://baidu.com###index_right_top +https://58.com###infolist > .recycleInfo +https://520cc.cc,jav777.cc###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://yaolan.com###j_focus_img +https://tieba.baidu.com###j_light_see_index +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_star_bus_before +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_ten_years +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_worldcup_info_banner +https://ydss.cn###jd_test +https://freehao123.com###jieweigg +https://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://csdn.net###kp_box_476 +https://csdn.net###kp_box_58 +https://douni.com###lad_1 +https://douni.com###lad_2 +https://douni.com###lad_3 +https://douni.com###lad_5 +https://csdn.net###layerd +https://hao123.com###layout-guess +https://jobbole.com###leaderboard +https://baidu.com###left-promotion +https://hao.360.cn###left-ria-fixed +https://sdgundam.cn###left-sponsor +https://rising.cn###left50 +https://cs.com.cn,cssqt.com,qinbing.cn,sonimei.cn###leftDiv +https://hexun.com###leftFloat +https://duba.com###leftHot +https://51credit.com###leftLayerDown +https://ccb.com.cn###leftSideAd +https://2345.com###leftSideBar +https://kuai8.com###left_Ad +https://cpd.com.cn###left_bdad +https://hao.360.cn###left_float +https://sina.com.cn###left_focus_ad +https://timeon.cn###leftadv +https://hao123.com###leftbannerv2 +https://wed114.cn###leftdiv +https://ifeng.com###leftdl +https://leagueofmovie.com###leftfixedad +https://fqlook.com###leftfloatad1 +https://www.wenxuecity.com###leftside +https://hao123.com###lefttip-container +https://dilidili.name,dilidili.wang###lgg +https://sdgundam.cn###link-roll ~ .box-set-2 +https://cwyuni.tw###links-row-1 > div[id^="box"]:not(#box32499):not(#box1026387):not(#box34614) +https://51cto.com###list4 +https://uimaker.com###listbaidu +https://90bifen.com###live > table[cellspacing="0"][cellpadding="0"] +https://autohome.com.cn###live_rec +https://500.com###live_top_ad +https://bukade.com###loadimg +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###loan_ad_mod_a +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###local_pb_top +https://blog.163.com###loftertextlinkad +https://elecfans.com###login-tip +https://ly6080.com###loginInfo > a +https://djwma.com###logo +https://xuehuile.com###logoBanner +https://eepw.com.cn###logoSearchNews + .marb10 +https://histock.tw###logo_21_ad_768x901_pnlAD1 +https://letv.com###logo_activity +https://ebc.net.tw###lotteryfnc +https://nlc.gov.cn###lovexin12xx +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://hkgolden.com###mainTopicTable > tbody > tr:nth-child(3):not([id]) +https://hkgolden.com###mainTopicTable > tbody > tr[id] + tr:not([id]) +https://mail.pchome.com.tw###main_top_frame +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://fuliba.net###menu-nav > .menu-item:nth-child(n+4):not(:last-child) +https://xiuren.org###menur +https://tv.sohu.com###miaozhenad +https://download.enet.com.cn###middle_new > .font2 +https://emu999.net,webjx.com###middleimg +https://m.hao123.com###midline +https://hao123.com###mingzhanresource +https://hk.yahoo.com###mntl1 +https://jspoo.com###module2748 +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://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://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://elecfans.com###newTopAdArea +https://ishuaji.cn###new_banner +https://dilidili.wang###newapp2018 +https://yaolan.com###newfix-dsp +https://pigai.org###newnotice +https://chinaqking.com###newsAD +https://hexun.com###newsPopWin +https://chinanews.com.cn###news_top_advert +https://live.win007.com###notify > a[target="_blank"] +https://ssnn.net###nrk_gg +https://fx168.com###oilTopAd +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://lgmi.com###openwindows0 +https://samsung.com###operationBanner +https://ifeng.com###optimusPrimeContentId +https://ifeng.com###optimusPrimeContentId_left +https://jiyingdm.com###otherWindowBox +https://ttzmz.vip###otherad +https://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) +https://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) + h2 +https://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] +https://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] + h2 +https://lalulalu.com###overture-side-bar-ads +https://3boys2girls.com###overture_ads_long +https://lalulalu.com###overture_main_banner +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://xdowns.com###part_1 +https://hifidiy.net###part_left2 +https://hifidiy.net###part_right_gg7 +https://18avhub.com,18avtube.com,mm-cg.com###partner +https://vuetifyjs.com###patrons +https://hefei.cc###pb_sm_l +https://bdimg.com,tieba.baidu.com,tieba.com,wapp.baidu.com###pblist > li[class]:not(.j_post_list_item) +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pc2client +https://pchome.net###pchome_970_90_a +https://kaixindy.com###pege_ad1 +https://tsdm.live###pgt:first-child + div > a +https://ifeng.com###picAdposition +https://china.cn###pic_loop +https://muchong.com###pid1 > div > a[class] +https://sina.com.cn###pip_taobao +https://pixnet.net###pixblogad +https://pixnet.net###pixblogad-banner2 +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://focustimeshk.com###placeholder +https://hao.360.cn,hao.360.com###plane > .plane-hd +https://hao.360.cn,hao.360.com###plane-ria +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_order_head +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://tingroom.com###play_ggr +https://7k7k.com###player-ad +https://jyacht.com###playergg +https://yxingqiu.com###playertipian +https://image.baidu.com###plz-albums +https://image.baidu.com###plz-head-banner +https://gdzjdaily.com.cn###politicTopAd +https://ahgame.com,china.com.cn,netbardh.com,pangzi.ca###pop +https://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://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://hbzkw.com###qq-bottom +https://duba.com###qq_adv +https://baidu.com###qrcode-chunwan +https://163.com###r_mkaolaadv +https://appinn.com###ranshownow +https://game2.cn###rb +https://hnr.cn###rb_pics +https://baiduyunso.com###rcode +https://cqsq.com###read_0 + a[target="_blank"] +https://tiboo.cn###read_hd1 +https://chinaqking.com###readerServiceDIV +https://pujia8.com,sdgundam.cn###recommend +https://ganji.com###recommend_storeg_div +https://duba.com,uu114.cn###redbagRain +https://ifeng.com###redbox +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://gamersky.com###right_fixed +https://gmw.cn###rightad1 + .contentColumnRight +https://wed114.cn###rightdiv +https://ifeng.com###rightdl +https://leagueofmovie.com###rightfixedad +https://ixueyi.com,shangxueba.com###rightfloatdiv +https://www.wenxuecity.com###rightside +https://nczsks.com###rightyxjs +https://motocity.com.tw###rotator +https://so.com###rt-interest-list +https://m.autohome.com.cn###s2205 +https://autohome.com.cn###s5473 +https://jvhao.com###sAD3 +https://jvhao.com###sAD5 +https://alu.cn###sanjia +https://javjunkies.com###sb1 +https://baby-kingdom.com###sbad +https://sm.cn###sc + .article.ali_row +https://hackp.net###scbar_hot +https://wpsoso.com###scontent > div[style] +https://chyangwa.net,motorfans.com.cn###scrollPics +https://youxi.kugou.com###scrollUp +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://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://downkr.com###show_download_main_panel > .hidden-sm +https://downkr.com###show_download_top_panel > .row > .hidden-xs +https://china.cn###show_loop +https://dmzj.com###show_tip_bg +https://hinews.cn###showgg +https://chaidu.com###shuang11 +https://rising.cn###shuangshiyibid +https://maxthon.cn###side-game-pop +https://mgtv.com###side-join-ad +https://iwan.baidu.com###side-xbox +https://ck101.com###sideAds1 +https://ifeng.com###sideBar[class^="box_"] +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://gaoqing.la###sidebar > .widget:nth-child(-n+3) +https://pc360.net###sidebar > .widget:nth-child(3) +https://jobbole.com###sidebar > .widget_text: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://dianyingbar.com,hanjutvn.com,taijuwang.com###sidebar-quan +https://jobbole.com###sidebar-recommend +https://vikilife.com###sidebar-tab[style^="height:"] +https://iplaysoft.com###sidebar_scroll_bdad +https://2345.com###sidel_lvy +https://2345.com###sidenav > .activity-trig +https://douyu.com,douyutv.com###sign_p_1 +https://udn.com###simplemodal-container +https://udn.com###simplemodal-overlay +https://esu.moe,esu.wiki###siteNotice +https://megatime.com.tw,pchome.com.tw###sixi +https://hao123.com,jiegeng.com###siye +https://renrenfabu.com###sj-btn +https://etnet.com.hk###skinnerads +https://keke.la###slide:first-child +https://12306.cn,baike789.com,club.pchome.net,dysfz.tv,dysfz.vip,itkeyword.com,kdslife.com,wuhaozhan.net###slideBox +https://12306.cn###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://360.cn###snatch-logo +https://hcyy.org###snav_mn_forum +https://baidu.com###sning1 +https://baidu.com###sning2 +https://baidu.com###sning3 +https://sogou.com###sogou_vr_10000901_0 > div[style="display:block;"] +https://sogou.com###sogou_vr_21355601_wrap_0 +https://babyhome.com.tw###spAffix +https://hc360.com###spad1 +https://hc360.com###spad2 +https://baidu.com###spage-top-banner +https://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://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://e23.cn###taobaorba +https://findprice.com.tw###tb_ad +https://histock.tw###tbadword +https://kengso.com###tbk_left +https://kengso.com###tbk_right +https://40407.com###tcdgg +https://xh127.com###teinka +https://pchome.com.tw###test2 +https://moe-acg.cc,tumutanzi.com###text-3 +https://vjmedia.com.hk###text-33 +https://stoneip.info###text-57 +https://sea-group.org###text-7 +https://sogou.com###text_ad_area +https://tingvoa.com###textadbox +https://hc360.com###textadv +https://ref.so###tg2_main +https://eastmoney.com###tgbottom +https://paipai.fm###the-logo + .fr +https://firefoxchina.cn###theme-side-banner +https://hupu.com###threadLeftAd +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://yaxi.net###tk-slider +https://yxdown.com###tl_adv +https://51yfx.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://uuu9.com###top +https://iyejie.com###top > div:not([id]):not([class]) +https://gameapps.hk###top-ad-left +https://gameapps.hk###top-ad-right +https://hao123.com###top-anim +https://abcde.cn,bbs.houdao.com###top-banner +https://360.cn,hao.360.com###top-full-column-tips +https://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://360.cn,hao.360.com###top_activity +https://starbaby.cn###top_ad_show +https://cctime.com,ck101.com###top_banner +https://bttop.net###top_bottom + div[style="float:left;width:100%;"] +https://xiashanet.com###top_content +https://ibf.tw###top_d +https://hiapk.com,xitongzhijia.net###top_gg +https://360.cn,hao.360.com###top_hotsite +https://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://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://17ce.com###tp_wrap +https://qidian.com###tr-banner +https://tianya.cn###travel_float +https://sohu.com###turn-ad +https://ziqiangxuetang.com###tutorial_btm +https://tuyiyi.com###tuyiyi_zfb +https://ali213.net###tv +https://makaidong.com###txtlink +https://udn.com###udn_scupio_responsive_wrapper +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###union_mod +https://cnbeta.com###upcoming_box +https://v.163.com###v_shapeLeft_divId +https://v.163.com###v_shapeRight_divId +https://0772fang.com###v_topAD_1 +https://fanjian.net###vad +https://ifeng.com###veidoshowAd +https://hexun.com,hexun.com.tw###videoLeftAd +https://hexun.com,hexun.com.tw###videoRightAd +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://6park.com###weibozkinfo +https://xunleige.com###weizhi-a +https://fububu.com###wendibu +https://baidu.com###wgt-ad-right-fixed +https://baidu.com###wgt-left-promo +https://51yfx.com###widget-gouwu +https://hanjutvn.com###widget-quan +https://51yfx.com###widget-test +https://heu8.com###widget_ada +https://ccav1.com###widget_da +https://ylnet.com.cn###winpop1 +https://news.baidu.com###women-picwall +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://isso.com.cn###wqd1496213529829serial +https://isso.com.cn###wqd1519353145001serial +https://ganpapa.com###wrapper + div +https://gdzjdaily.com.cn###wrapper > div[style^="margin-top:6px;"] +https://btbtt.me###wrapper2 > .width +https://huanqiu.com###wxhz1 +https://zhaolianmeng.com###wzgg +https://nczsks.com###wzyxjs +https://liaoxuefeng.com###x-sponsor-a +https://liaoxuefeng.com###x-sponsor-b +https://soft4fun.net###xad_mu +https://hl.cn###xf_left +https://hl.cn###xf_right +https://jmbbs.com###xjj_jmbbs2015_01 +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://redocn.com###yc_adv_1_2 +https://rjfcxxw.com###yimao > div[style] +https://starbaby.cn###yindex_ads +https://hao123.com###yixing-siye +https://fawan.com###ynetG_B1 +https://dm5.com###youce +https://yahoo.com###ysm-umu +https://game735.com###ysmAD1433_1 +https://weather.com.cn###ytc +https://eastday.com###yxxf_area +https://weather.com.cn###zdl +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://jyacht.com###zy_topgg2 +https://jyacht.com###zyc1r_03 +https://jyacht.com###zyc1r_05 +https://dilidili.name,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://aohua.com.au##.AdTop-Article-QQ1 +https://cnfol.com##.AdvDL +https://fx110.com##.Adv_1 +https://bestopview.com##.Adv_c +https://pc6.com##.Advbox +https://feixiangtv.com,qiuyi.cn##.Advertisement +https://big5.china.com.cn##.Advertising > a +https://ifeng.com##.Avt01 +https://ifeng.com##.Avt02 +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://18avhub.com,18avtube.com,mm-cg.com##.CN_qmvtoy +https://ifeng.com##.ColBLAvt +https://ifeng.com##.ColBRAvt +https://ifeng.com##.ColDLAvt +https://ifeng.com##.ColDRAvt +https://ifeng.com##.ColELAvt +https://ifeng.com##.ColFLAvt +https://ifeng.com##.ColGLAvt +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://ifeng.com##.FNewLAvt +https://ifeng.com##.FNewRAvt +https://ifeng.com##.FNewRAvtLisBox +https://ifeng.com##.FNewRAvtLisBox02 +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://52fzba.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://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://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://chinaitlab.com,idcquan.com##.Prt_right[style^="HEIGHT:"] +https://hackhome.com##.Qad +https://21uscity.com##.R300x70 +https://3jy.com##.Rad +https://chinabidding.cn##.TB-focus +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://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://gamer.com.tw##.a-mercy-d +https://ijia360.com##.a.fz0.mb15 +https://thinkphp.cn##.a6 +https://chacuo.net##.a96090 +https://meijutt.com##.a960_index +https://speedtest.cn##.aP-box +https://lahoo.ca##.a_af +https://baixing.com##.a_d_s_hidden_link +https://jdbbs.com##.a_h +https://hh010.com##.a_hong_c +https://bbs.hh010.com##.a_hong_h +https://hh010.com##.a_hong_t +https://hh010.com##.a_hongh_h +https://hh010.com##.a_hongt_t +https://proewildfire.cn##.a_mu + a +https://tropica.cn##.a_mu1 +https://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://ifeng.com##.acAd1 +https://ifeng.com##.acPicBox +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,8btc.com,9dcj.com,acg.bz,acgbenzi.com,aohua.com.au,baiduyunpan.net,baike.com,banyungong.org,bbs-mychat.com,cailianpress.com,cdyee.com,ce.cn,chddh.com,chinaiiss.com,chinaqking.com,chinatimes.com,chinatruck.org,chinaz.com,cnforex.com,cnsoftnews.com,codepub.com,cq.xinhuanet.com,cxryun.cn,dav01.com,discuss.com.hk,djwma.com,douban.com,dzwww.com,e0838.com,eastday.com,eworldship.com,fengniao.com,focus.cn,gongkong.com,hanhuazu.cc,henan100.com,hkgalden.com,honglingjin.co.uk,house.jschina.com.cn,iciba.com,ifeng.com,ipeen.com.tw,isharebest.com,itavcn.com,jiligame.com,jrj.com.cn,kumi.cn,landiannews.com,lawtv.com.cn,loveshang.com,lyd.com.cn,lyreader.com,lzep.cn,maxpda.com,mm111.net,moxing.net,ncdiy.com,neotv.com.cn,newsmth.net,njdaily.cn,people.com.cn,pharmnet.com.cn,pixnet.net,pptv.com,ptbus.com,qihaa.cn,r3sub.com,shenchuang.com,sj998.com,sogou.com,sozi.cn,titan24.com,toocle.com,tpy888.cn,tv.sohu.com,tvhome.com,u-car.com.tw,wallstreetcn.com,weather.com.cn,xs99.cc,xun9u.com,xyfdcw.com.cn,yawin.cn,ydss.cn,yesky.com,yqxs.net,zhuhai.gd.cn,zjstv.com##.ad +https://photofans.cn##.ad-1-index +https://cqmmgo.com##.ad-160x40 +https://19lou.com,ihome99.com##.ad-190x60 +https://cqmmgo.com##.ad-230x60 +https://19lou.com,ihome99.com##.ad-300x30 +https://eprice.com.tw##.ad-320x480-popup +https://eprice.com.tw##.ad-336x280-g +https://eprice.com.tw##.ad-970x250-g +https://eprice.com.tw##.ad-970x90-g +https://19lou.com##.ad-980x40 +https://ihome99.com##.ad-980x60 +https://19lou.com,ihome99.com##.ad-980x90 +https://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://pc6.com##.ad-download +https://bilibili.com##.ad-e1 +https://bilibili.com##.ad-f +https://eastday.com##.ad-foot-right +https://pixiv.net##.ad-footer + .hover-item +https://gameapps.hk##.ad-full-screen +https://babyhome.com.tw##.ad-gad-300250 +https://babyhome.com.tw##.ad-gad-320100 +https://265g.com##.ad-inner03 +https://ifeng.com##.ad-list +https://daydaycook.com##.ad-mask +https://dilidili.wang##.ad-middle +https://vuejs.org##.ad-pagetop +https://elecfans.com##.ad-pcb +https://19lou.com,cqmmgo.com##.ad-place-logo +https://baidu.com##.ad-platform-tips +https://baofeng.com##.ad-pop-wrap +https://qidian.com##.ad-shell +https://zol.com.cn##.ad-soft-box +https://babyhome.com.tw##.ad-span-ec +https://babyhome.com.tw##.ad-span-large +https://babyhome.com.tw##.ad-span-square +https://liba.com##.ad-split +https://baidu.com##.ad-taishan +https://ithome.com.tw##.ad-text-in-middle +https://39.net##.ad-tl +https://yahoo.com##.ad-tl2b +https://baidu.com##.ad-vip-close +https://baidu.com##.ad-vip-close-bottom +https://cocomy.net##.ad-well +https://sm.cn##.ad-wolong-container +https://cztv.com##.ad003 +https://ifeng.com##.ad05 +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://c114.com.cn,chddh.com,china.com.cn,persue.com.cn,qingdaonews.com,sj998.com##.ad2 +https://ifeng.com##.ad200-2 +https://yaolan.com##.ad24090 +https://dbw.cn##.ad245 +https://jokeji.cn##.ad250_1 +https://jokeji.cn##.ad250_2 +https://nmgnews.com.cn,sj998.com,sportscn.com,tpy888.cn##.ad3 +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://jxedt.com,sohu.com##.ad640 +https://kumi.cn##.ad64060Box +https://52ch.net##.ad650 +https://19lou.com,cqmmgo.com,ihome99.com##.ad650-60 +https://ifeng.com##.ad665 +https://baike.com##.ad680 +https://ting89.com##.ad7 +https://yaolan.com##.ad71090 +https://hupu.com##.ad720-90 +https://ck101.com##.ad728Top +https://ifeng.com##.ad728_tit +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://dbw.cn##.ad980top +https://zznews.cn##.ad:not([style]) +https://hf365.com,sina.com.cn,sohu.com##.adA +https://sohu.com##.adB +https://sina.com.cn##.adC +https://hkgalden.com##.adContainer +https://familydoctor.com.cn##.adExtra +https://sina.com.cn##.adF +https://newcger.com##.adFullwidth90 +https://sina.com.cn##.adG +https://sina.com.cn##.adH +https://niaogebiji.com##.adImgBox +https://ifeng.com##.adL660 +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://ifeng.com##.adR330 +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://feng.com##.ad_500 +https://ttys5.com##.ad_580 +https://feng.com##.ad_654 +https://zyue.com##.ad_90 +https://cna.com.tw##.ad_970 +https://hupu.com##.ad_980 +https://cheshi.com##.ad_980105 +https://leiling.org##.ad__single-double-rectangle-wrap +https://tpy888.cn##.ad_all +https://download.csdn.net##.ad_area_1 +https://sogou.com##.ad_aside_inner +https://81.cn##.ad_banner_1000x120 +https://zhibo8.cc##.ad_box_250 +https://ifeng.com##.ad_btn +https://kekenet.com##.ad_catagory +https://csdn.net##.ad_class +https://gamme.com.tw##.ad_down +https://putclub.com##.ad_fastReading +https://tgfcer.com##.ad_headerbanner +https://hb163.cn##.ad_inner +https://le.com##.ad_layer +https://hc360.com##.ad_left +https://duba.com##.ad_leftTip_out +https://ifeng.com,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##.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##.ad_show +https://fx168.com##.ad_teshu +https://tgfcer.com##.ad_text +https://dmzj.com##.ad_th +https://dmzj.com##.ad_time +https://zjstv.com##.ad_tl +https://pchome.com.tw##.ad_triple +https://fulibac.com##.ad_two +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://pchome.com.tw##.adcon +https://ifeng.com##.adcoop +https://jgzj.net##.adcss +https://52pk.com,hao.rising.cn,vpgame.com##.add +https://78dm.net##.add-980 +https://fang.com,soufun.com##.add1200 +https://chinanews.com##.add3 +https://chinanews.com##.add4 +https://putclub.com##.add_ad +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://ifeng.com##.adimg +https://huanqiu.com##.adindexList +https://sina.com##.aditem +https://fzdao.cn##.adlan +https://gkstk.com##.adleft +https://jxedt.com##.adlink1 +https://jxedt.com##.adlink2 +https://cww.net.cn##.adlinkL +https://cww.net.cn##.adlinkR +https://kuailady.com##.adm_wrap +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://52solution.com##.ads97090 +https://disp.cc##.ads_bot_block +https://chinamedevice.cn##.ads_img +https://chinamedevice.cn##.ads_img1 +https://xianliao.me##.ads_popup_small_ads_container +https://199it.com,wholehk.com##.adsbygoogle +https://m.kuaidi100.com##.adsbygoogle + a +https://aibing.cc,htcui.com,uho.com.tw##.adsense +https://lenovo.com.cn##.adsense-wrap +https://qinbing.cn##.adspic_mid2 +https://av.movie##.adss-160x600 +https://emule.org.cn##.adtabletr1 +https://chinaz.com,ofweek.com,yawin.cn##.adtext +https://gdmm.com##.adtop > .module +https://wed114.cn##.adtwo +https://114la.com,78dm.net,fh21.com.cn,qzwb.com,silver.org.cn,solidot.org,ylmf.com##.adv +https://xiazaiba.com##.adv-110 +https://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://8btc.com##.adv_element +https://eeskill.com,le.com,letv.com##.adv_img +https://jjckb.cn##.adv_ment +https://kaifu.com##.adv_slide +https://autohome.com.cn,gdzjdaily.com.cn,loveshang.com##.advbox +https://jyacht.com##.adve_3 +https://jyacht.com##.adve_4 +https://anjuke.com##.adver-content +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,expreview.com,ieforex.com,laod.cn,xywy.com,zhujiceping.com##.advert +https://csdn.net##.advert-bg +https://sspai.com##.advert-card +https://xmfish.com##.advert-entry-list +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,hkepc.com,iviewui.com##.advertisement +https://3d66.com##.advertisement-carousel +https://chinacar.com.cn,elecfans.com##.advertising +https://10086.cn##.advertisingOther_img +https://speedtest.cn##.advertisingSpace +https://ifeng.com##.advmark +https://hexun.com,hexun.com.tw##.advp +https://it165.net##.advyello +https://itavcn.com##.advzone +https://123.sogou.com##.adword > a +https://meizhou.com##.adwords + div +https://gamme.com.tw##.adwrpt +https://baidu.com##.afd-item +https://mgtv.com##.album-gg +https://frdic.com##.alert +https://wigcw.cn##.alert-block +https://wdzj.com##.alert-box-pop +https://jszbug.com,siku11.com##.alert-danger +https://9vip.top##.alert-dismissible +https://ckck.vip,eetop.cn##.alert_windows +https://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://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://zhlzw.com##.area_ad +https://gfan.com##.art-ad +https://bkjia.com##.art_rightad1 +https://jj59.com##.art_tong +https://yzmg.com##.article-bottom-ads +https://woshipm.com##.article-bottomAd +https://landiannews.com##.article-content > div[class]:first-child +https://cnbeta.com##.article-global +https://m.cnbeta.com##.article-hd + div[style="text-align:center"] +https://cyzone.cn##.article-middle-guanggao +https://sina.cn##.article-sax +https://yzmg.com##.article-top-ads +https://cnbeta.com##.article-topic +https://sm.cn##.article.ali_row + #sc ~ .article.ali_row +https://haha.mx##.article.mt-20 +https://xvna.com##.articleAD +https://xuite.net##.articleExtAd +https://toutiao.com##.article_link[data-tag="ad"] +https://24en.com##.article_part_top +https://carrotchou.blog,chongdiantou.com,hanypan.com,wangqianfang.cn,wuzuowei.net##.asb +https://fulishequ.com##.asb-index-01 +https://lrshare.com##.asb-post +https://iviewui.com##.asd +https://btyingshi.com##.aside > .card:last-child +https://78dm.net##.aside-add +https://focus.cn##.aside-banners +https://baidu.com##.aside-inner > div[style*="height:"] +https://jingyan.baidu.com##.aside-pro-container +https://fx678.com##.aside-store +https://oschina.net##.aside-topjj +https://anquan.org##.aside_profile_activity > div:first-child +https://showtv.com.tw##.ask18 +https://ilvruan.com##.asst +https://vx666.com##.async[href^="http"] +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://yam.com##.axdBox +https://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://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://82tu.cc##.banner + a +https://csdn.net##.banner-ad-box +https://cnool.net##.banner-ad001 +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://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://html5china.com,sojson.com,wbzol.com,xizi.com##.banner1 +https://jinhua.com.cn##.banner1200 +https://jinse.com##.banner1200_new +https://beihaiting.com,guitarchina.com,hao123.com,sojson.com,wbzol.com##.banner2 +https://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://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://dianyingbar.com##.barrageContainer +https://jnnc.com##.basehr + div +https://news.lzep.cn##.basehr + div:nth-child(3) +https://gd163.cn##.bbs_ad +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://818today.com##.bdg +https://1010jiajiao.com##.bdgg +https://e23.cn##.bdggtb +https://baidu.com##.bds-list-ads +https://pinshan.com##.bea_adv2 +https://eastday.com##.beforegg +https://smzdm.com##.beiwo +https://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://baby-kingdom.com##.bk_list_right_ads +https://fanjian.net##.bkgd-top +https://fanjian.net##.bkgd-topapps +https://erji.com,erji.net##.black.y-style +https://hkcna.hk##.blank17 + .fd > a[href^="http"]:not([href^="http://www.hkcna."]) +https://pconline.com.cn##.blk-img[href^="http://best.pconline."] +https://pconline.com.cn##.block-jcz +https://ifeng.com##.blockR.ipad_none:nth-last-child(2) +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://ft.com,ftchinese.com##.bn-ph +https://yeeyi.com##.boardnav > #ct > .sd +https://xmfish.com##.bobing-theme +https://ifeng.com##.bomBox +https://tvsou.com##.border-btn[style^="height:"] +https://creaders.net##.border_b > tbody > tr > td[height^="2"] +https://biz.zjol.com.cn##.bot +https://gter.net##.bottom +https://hao123.com,muzhi.baidu.com##.bottom-banner +https://dianping.com##.bottom-contrainer +https://qizuang.com##.bottom-fadan-box +https://liba.com##.bottom-pic +https://histock.tw##.bottom-right +https://zhongkao.com,zuowen.com##.bottomImg +https://lenovo.com.cn##.bottom_ad_ban_bg +https://lenovo.com.cn##.bottom_ad_fla +https://freehao123.com##.box +https://cb.com.cn##.box > a[href^="http"]:not([href*=".cb."]) +https://enread.com##.box > ul[style="width:100%;overflow:hidden;"] +https://114la.com,ylmf.com##.box-hot +https://pconline.com.cn##.box-jcz +https://dl.pconline.com.cn##.box-push +https://zol.com.cn##.box-top-ad +https://sportsv.net##.box.ad +https://csdn.net##.box.hot +https://0772fang.com##.box0 +https://lolshipin.com##.box2 +https://mobanwang.com##.box960x90 +https://henan100.com##.boxB +https://ifeng.com##.box_list_pic > a[href^="http://dol.deliver."] +https://duba.com##.box_shopping +https://fx678.com##.box_video +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://bt.cn,lotour.com##.btad +https://163.com##.btm-ad +https://onlinedown.net##.btmAD +https://ifeng.com##.btm_tg +https://aizhan.com##.btn +https://zdfans.com##.btn + .btn +https://firefox.com.cn,firefoxchina.cn##.btn-email-show + p +https://cssmoban.com##.btn-host +https://subku.net##.btn-success +https://mydrivers.com##.btnNext + div:last-child +https://gusuwang.com,news.hexun.com##.business +https://brtn.cn,btime.com##.business-box +https://brtn.cn,btime.com##.business-item +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://mgtv.com##.c-95060-top +https://baidu.com##.c-container.ec-container +https://3987.com##.c-gg +https://baidu.com##.c-result[data-tpl="adv_wenku_fc"] +https://suning.com##.c2c-recommend +https://myexception.cn##.c_a_3 +https://aohua.com.au##.c_ad +https://cnblogs.com##.c_ad_block +https://kdnet.net##.c_spread +https://360.cn##.cangbao_redbags +https://qihoo.com##.car-ercode +https://duba.com##.car_ads +https://btring.com##.card[target="_blank"] +https://16888.com##.cardataclass +https://htcui.com##.carousel +https://cnbeta.com##.cb-help +https://baidu.com##.cbg-Ads +https://cnbeta.com##.cbhelp +https://m.cnbeta.com##.cbimage-fixed +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://11luba.com,niluba.cc##.center > div:last-child +https://sina.com.cn##.center-pdps +https://sina.com.cn##.center-pdps-02 +https://huarenjie.com,huarenjie.net##.cfad +https://hao.rising.cn##.channel-adimg +https://eeskill.com##.channel-featured-adv +https://enread.com##.channel-nav > .back +https://douban.com##.channel_promo +https://xianliao.me##.chat-content__ads +https://longzhu.com##.chatroom-ap +https://2345.com,hao774.com##.chc-dzoem +https://china.com.cn##.chinaJZG +https://firefoxchina.cn##.chip-banners +https://52ch.net##.chn_pb +https://baidu.com##.chunwan-wrapper +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://mgtv.com##.click-s-r1 +https://mgtv.com##.click-t +https://tieba.baidu.com##.client_ad_banner +https://tieba.baidu.com##.client_ad_topBanner +https://tieba.baidu.com##.client_ad_topBanner + .statistics_img_view + li[class] +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://hao123.com##.cn_banner +https://hao123.com##.cn_tips +https://cnbeta.com##.cnbeta-side-sponsor +https://2345.com##.cnxh_box +https://huanqiu.com##.co360Box +https://hlgnet.com##.co_ad +https://hlgnet.com##.co_ad3 +https://vjmedia.com.hk##.code-block +https://rj.baidu.com##.code-wp +https://2345.com##.coem-dzhcn +https://www.wenxuecity.com##.col > ul:not([id]) > li > a[href^="http://"]:not([href*=".wenxuecity."]) +https://zhangxinxu.com##.col-aside +https://big-cup.tv,g-cup.tv##.col-md-12.text-center[style="margin-top: 3px;"] +https://ezprice.com.tw##.col-md-3 +https://gamefy.cn,sitv.com.cn##.col-vlist-l > span +https://dospy.com##.com-adm +https://jiakaobaodian.com##.com-side-car-sales-rank +https://www.kafan.cn##.comeing_show_box[style="padding:10px;"] +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 + div[style="float:right; width:326px;"] +https://gamefy.cn,sitv.com.cn##.con > a:last-child +https://qiuw.com##.con > a:nth-child(n+2) +https://maolihui.com##.con-ad +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://rijutv.com##.container > div[style="height: 128px;"] +https://it1352.com##.container-fluid > .hidden-sm:nth-child(-n+2) +https://www.wangjing.cn##.content > div[style*="980px;"] +https://cnbeta.com##.content > p:last-child > a[href] +https://sspai.com##.content hr:nth-last-child(-n+4) ~ p +https://w3cschool.cn##.content-abox +https://baidu.com##.content-adv +https://fullyu.com##.content-top-ads +https://ptbus.com##.content14 +https://p9.com.tw##.contentRightAd +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://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://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://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://51credit.com##.credit-box +https://bkill.com##.cross-ad +https://timedg.com##.crossAdvertise +https://timedg.com##.crossAdvertise2 +https://sm.cn##.crumb-link + .other +https://iplaysoft.com##.crumb_ad +https://csdn.net##.csdn-tracking-statistics[style="height: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://ihref.com##.d_banner +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://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://8ziyuan.com##.deanadsside +https://pan.baidu.com##.decrease-active +https://xianshuabao.com##.demand-dialog +https://xianshuabao.com##.demand-fixed +https://17qingsong.com##.detail-gads +https://toocle.com##.detail_top_ad +https://faxingw.cn##.detailadv +https://faxingw.cn##.detailgc +https://zcool.com.cn##.details-advertisement +https://xiadele.com##.details-small-carousel +https://discuz.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://gs.chinanews.com.cn##.div1000_2 + .div980 +https://131458.com##.divGuanggao +https://0597ok.com##.div_ad +https://pc0359.cn##.dl-down +https://pc0359.cn##.dl-ico:nth-child(-n+7) +https://dl.pconline.com.cn##.dlTips +https://gfan.com##.dl_AD +https://silver.org.cn##.dl_lt +https://letv.com##.dl_mobile +https://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://pctowap.com##.dowap_ads +https://3d66.com##.down-adver +https://zol.com.cn##.down-jisu +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://xiazaizhijia.com##.down_list +https://yesky.com##.down_referer +https://yesky.com##.down_referrer +https://downza.cn##.down_top +https://downza.cn##.downbtn +https://portablesoft.org##.downcenter +https://yxzoo.com##.downgg +https://onlinedown.net##.downgs +https://188soft.com##.download +https://duote.com##.download-box:first-child +https://downg.com##.download-list:first-child +https://wmzhe.com##.downloader +https://pc0359.cn,pc6.com##.downnow +https://123.sogou.com##.dropBox_list > li > a > span[style="color:red"] +https://jxcn.cn##.dsp_yxxf +https://jinbaozy.com##.dtk-fixed-ads +https://51ztzj.com##.dtmwrap[style="height:75px;background:#fff"] +https://81.cn,chaomi.cc,cnstock.com,cpnn.com.cn,cs.com.cn,dyhjw.com,hnr.cn,kkj.cn,my0538.com,mydrivers.com,ofweek.com,silver.org.cn,ttzmz.vip,wendu.cn##.duilian +https://hnr.cn##.duilian_close +https://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://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://news.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://rj.baidu.com##.entrance +https://hackhw.com##.entry-banner +https://fuliba.net##.entry-content > div[style^="float:right"] +https://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-header + p + p[style="text-align: center;"] +https://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-title > p +https://niotv.com##.epg_ad3 +https://niotv.com##.epg_ad_list +https://epinv.com##.epgg ~ .huadong +https://epinv.com##.epinv_b +https://epinv.com##.epinv_f +https://shulink.com##.er_g +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://5gw.cc##.f_b_c_d +https://m.sohu.com##.f_rec[href^="//m.sohu.com/promotion?"][href*="/f/"] +https://infoq.com##.f_sponsorbox_top_2 +https://sgcn.com,wangjing.cn##.fad +https://mobile01.com##.fast-ad +https://duba.com,uu114.cn##.fav_box +https://baidu.com##.fc-ad-line +https://baidu.com##.fc-wenku-ad +https://hkcna.hk##.fd + .fdr > a[href^="http"]:not([href^="http://www.hkcna."]) +https://jq22.com##.fdad +https://maxthon.cn##.feast-gift-search +https://focus.cn##.feed-item[node-type="ad-item"] +https://focus.cn##.feed-list-item[data-ad-type] +https://smzdm.com##.feed-stuff +https://ytbbs.com##.fend_ad +https://home.ifeng.com##.fengjc02 +https://360.cn##.festival_snatch +https://nicotv.me##.ff-ads +https://fh21.com.cn##.fh-ad-iask-pic +https://cngold.org##.fiexdAdvsClosed +https://halihali.me##.filmDes + .mod +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework-wrap +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework_sender_wrap +https://etnet.com.cn##.firstAD +https://zybang.com##.firstBanner +https://html5china.com##.firstnews +https://douyu.com##.fishop-anchor-recommands-box +https://hepan.com##.fivead +https://elecfans.com##.fix-btmad +https://12306.cn##.fix-yh +https://silver.org.cn##.fix_bottom_position +https://silver.org.cn##.fixbottom_wrap_small +https://jjmmw.com##.fixed-ad +https://gitee.com##.fixed-notice-messages +https://lenovo.com.cn##.fixedLeftAd +https://163.com##.fixed_foot_ad +https://gucheng.com##.fixed_img +https://aimazu.com,gongkong.com##.fixediv +https://lyreader.com##.fixnewUser +https://icoc.bz##.fk-siteAdBoxCB +https://bbs.actoys.net##.fl[style$="float:right;"] +https://haote.com##.flashbox +https://youthwant.com.tw##.flex-container +https://vhiphop.com##.flexslider +https://qunar.com##.flight_ad +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://oschina.net##.float_adbox +https://admin5.com##.float_both_index +https://zmz2019.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://newcger.com##.focus + .block934 +https://1fzw.com##.focus-bots +https://cnblogs.com##.focus-gg +https://zhongkao.com##.focusBox +https://yinyuetai.com##.focus_bottom_banner +https://haodou.com##.focus_img +https://900.la##.font-ad +https://se8u.cc##.footAdv +https://jisilu.cn##.foot_ad +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://hiapk.com##.g2.mt20 +https://hiapk.com##.g2_img_l +https://hiapk.com##.g2_img_r +https://hiapk.com##.g2_right +https://mobanwang.com##.g960 +https://126.com,163.com##.gWel-promt +https://smzdm.com##.g_g +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://tvhome.com##.game_Ad +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://so.com##.garllery_ad +https://115.com##.gb-advs +https://1kkk.com,40407.com,5068.com,88148.com,chazidian.com,china.com,cnwnews.com,dhzw.org,elecfans.com,ghjie.com,iask.ca,ifeng.com,iqilu.com,jj59.com,juqingba.cn,qzwb.com,sina.com.cn,tianya.cn,zsnews.cn##.gg +https://elecfans.com##.gg-01 +https://morningpost.com.cn##.gg-2 +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://ifeng.com##.gg298 +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.com##.gg_img +https://china.cn##.gg_li +https://324324.cn##.gg_sidebar +https://doub.io##.gg_slider_comad +https://eeyy.com##.gg_top +https://cww.net.cn##.ggbar +https://baidu.com##.ggbtm-vip-close +https://55188.com##.ggdistich +https://chazidian.com##.ggin +https://eastday.com##.gglist +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,douyutv.com##.giftbox +https://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://ddooo.com##.gsbtn +https://yxdown.com##.gsdown +https://33lc.com##.gsdt +https://yxdown.com##.gsxz_ydw +https://putclub.com##.gtest +https://58.com##.guaguabox +https://97aa1.com,niu20.com##.guang4 +https://runningmanzx.com##.guangao +https://doub.io##.guangg +https://adreep.cn,baoliny.com,gasaq.com,hgitv.com,ifooday.cn,nen.com.cn,rznews.cn##.guanggao +https://cnlinfo.net##.guanggao-left +https://cnlinfo.net##.guanggao-right +https://hkwb.net##.guanggao2 +https://gasaq.com##.guanggao_ime_big +https://cnmo.com##.guanggao_type +https://shm.com.cn##.guanggaowei2 +https://shm.com.cn##.guanggaowei3 +https://downhot.com##.guans +https://guokr.com##.guokr-layer-beforelogin +https://halihali.me##.guolewan +https://eweiqi.com##.guoqing +https://codejie.net##.h--banner +https://codejie.net##.h-ad-banner +https://21cn.com##.h-gg +https://ting56.com##.h1000 +https://ting56.com##.h336 +https://hebei.com.cn##.h50px +https://mumayi.com##.h80 +https://jjwxc.net##.h8px + div[align="center"] +https://cnblogs.com##.h_ads +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://8btc.com##.header-prices +https://uc123.com##.header-push-container +https://youivr.com##.header-widget-region +https://dragon-guide.net##.header6 +https://jiegeng.com##.header__item--fr +https://seehd.so##.header_wrap + .tac + table[align="center"] +https://aguitar.cn,guitarchina.com##.headerbanner +https://aguitar.cn##.headerbanner2 +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://orsoon.com##.high-downs +https://douyu.com##.his-sign-cont +https://zp365.com##.hitADclass +https://jia360.com##.hjadv +https://hkgolden.com##.hkg-ad +https://4gamers.com.tw##.home-carousel-container +https://baike789.com,wuhaozhan.net##.home-list +https://baike789.com,wuhaozhan.net##.home-list-1987 +https://www.infoq.com##.home_banner +https://orsoon.com##.hongbao +https://wuhaozhan.net##.hongbao_hb +https://tieba.baidu.com##.hongbao_page_pop_common +https://duba.com##.hot-bottom +https://fanyi.baidu.com##.hot-link-middle +https://douyu.com,douyutv.com##.hot-sign-1 +https://douyu.com,douyutv.com##.hot-sign-2 +https://piaoliang.com##.hot990 +https://lenovo.com.cn##.hotAd +https://cnqiang.com##.hotBox +https://duba.com,uu114.cn##.hotTitle +https://itheat.com##.hot_ad +https://itavcn.com##.hot_dealerxin +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://sogou.com##.hotel-pic +https://sogou.com##.hotel_tit +https://sogou.com##.hotel_tj +https://ganji.com##.house-ads-img +https://bbs.hupu.com##.hp-ad250-250 +https://hupu.com##.hp-header-banner +https://tw.mall.yahoo.com##.hpad-wrapper +https://flyzy2005.com##.ht-notification-wrap +https://chinasmartgrid.com.cn##.ht60ad +https://epinv.com##.huadong > a +https://iyaxin.com##.huand3 +https://skinme.cc##.huodong +https://hupu.com##.hupu-shihuo-hot +https://hupu.com##.hupushihuo +https://warting.com##.hz2 +https://52pk.com##.hz_adv +https://99.com.cn##.hzh_botleft +https://xitongcheng.com##.hzj_adv +https://haodou.com##.i-ad +https://haodou.com##.i-adv250 +https://zjk169.net##.iContentLeft +https://zjk169.net##.iContentRight +https://tieba.baidu.com,wapp.baidu.com##.iSlider-wrapper-container-hot-thread +https://i.ifeng.com##.i_con[href^="http://dol.deliver.ifeng.com/"] +https://678cn.com##.ibtad +https://hao.360.cn##.icon-text-nav +https://easylife.tw,ettoday.net##.idleAd +https://haodou.com##.idx_ad_box +https://163.com##.idx_textlink_ad +https://163.com##.idx_tonglan_ad +https://163.com##.idx_top_ad +https://ifeng.com##.ifgBoxAdLis +https://gamer.com.tw##.iframe:last-child +https://xinhuanet.com##.iframeSrc + a[href^="http"]:not([href*=".xinhuanet."]) +https://aiyuke.com##.igamead +https://ifeng.com##.iggLine +https://outofmemory.cn##.iloveoutofmemory660 +https://ilxdh.com##.ilxdh-item +https://im286.net##.im286-t +https://masturbation22.com,playallvideos.com,pron.co,ratedxbiz.com,taporn.com##.ima +https://m.cnbeta.com##.image-container +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://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://cndesign.com##.index-add +https://16fan.com,jianshen8.com##.index-banner +https://cyzone.cn##.index-content-ad +https://1avlang.com,avlang.com,avlang13.info##.index-info > .tac +https://kpd122.com,ssp28.pw##.index-owl-carousel +https://bilibili.com##.index-promote +https://pinggu.org##.index-somelinks +https://keke.la##.index-top-ad +https://keke.la##.index-wz-ad +https://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://mitbbs.ca,mitbbs.com##.index_add +https://76xh.com##.index_advertising +https://76xh.com##.index_advertising02 +https://cqsq.com,jisuxz.com,jmnews.com.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://ijia360.com##.indexad_1 +https://daohangtx.com,jojf.cn##.indexgg +https://chinairn.com##.industry +https://babyhome.com.tw##.info-span-03 +https://itjsb.com##.info_ad +https://wasu.cn##.info_ads +https://ylfx.com##.info_logrt +https://82tu.cc##.infoad +https://chinabidding.com.cn##.innovate + .layer +https://baidu.com##.intro-adv +https://people.com.cn##.ipc_none +https://iqshw.com##.iqshwad-comm +https://henan100.com##.itad +https://carrotchou.blog##.item > a[href^="http"]:not([href*=".carrotchou."]) +https://baike789.com,dysfz.tv,dysfz.vip,wuhaozhan.net##.item-fifth-dl +https://haxiu.com##.item-inner-graph +https://zol.com.cn##.item-sale +https://gansudaily.com.cn##.itemFloat +https://cnbeta.com##.items_area .time +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://ifeng.com##.jcsp +https://jin10.com##.jin-declaration[class*="_b"] +https://jin10.com##.jin-declaration[class*="_h"] +https://jin10.com##.jin-jgg +https://jin10.com##.jin-jgg_d +https://jin10.com##.jin-jgg_j +https://jin10.com##.jin-showbox +https://jin10.com##.jin-wdgg +https://jin10.com##.jin-wdgg + .jin-timeline +https://jin10.com##.jin-wdgg_h +https://oschina.net##.jj +https://eastmoney.com##.jjph_important +https://soyunpan.com##.jmwb +https://haha.mx##.joke-list-anecdote +https://ifeng.com##.jp_list +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://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_fx168_zixun_right_ad2 +https://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://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://jin10.com##.l-main_body > .jin-timeline > div[class*=" "] +https://www.jin10.com##.l-main_body > div[class]:not(.jin-timeline) +https://jin10.com##.l-main_body ~ .jin-timeline +https://www.jin10.com##.l-main_info > div[class]:not(.jin-declaration):not(.jin-qq-cooperation) +https://jin10.com##.l-main_wrap > .jin-timeline > div:not(.jin-declaration):not(.jin-qq-cooperation) +https://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.l1 +https://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://52solution.com##.layout-top-ads +https://szonline.net##.layout_ad +https://gkstk.com##.layui-layer +https://gkstk.com##.layui-layer-shade +https://hz66.com##.lb_gg +https://finance.ifeng.com##.lccs +https://p4yy.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://bejson.com##.left.validate + div +https://cnbeta.com##.left300 +https://newxue.com##.left336280 +https://haxiu.com##.left_a2_04 +https://e2mv.com##.left_advert +https://yxlady.com##.left_bottom_gg3 +https://lz13.cn##.left_box3 +https://lz13.cn##.left_box4 +https://lz13.cn##.left_box5 +https://chinacar.com.cn##.left_pouple_box +https://boniu.xyz,boniu666.co##.left_side +https://duba.com##.left_slidebar_con +https://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://china.cn##.lianmeng_div +https://lywww.com##.lianmengclass +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.life_helper +https://lenovo.com.cn##.link-ad +https://xiaoyun.com##.link-ads +https://baidu.com##.link-banner +https://guahao.com##.link-modal +https://huanqiu.com##.link[href^="https://kdt.im/"] +https://dl.pconline.com.cn##.links > p:not([class]) +https://duote.com##.links-banner +https://linux.cn##.linuxcnad +https://igxe.cn##.lion-flexd +https://ddooo.com##.list > li:nth-child(-n+5) +https://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) +https://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) + .list-title +https://news.ifeng.com##.list022 +https://niutuku.com##.listAD +https://eol.cn##.listAd +https://hljtv.com##.listAd1 +https://cheers.com.tw##.listTxt.news +https://nick18.com,niko18.com##.list_ads +https://en8848.com.cn##.list_adv +https://rsdown.cn##.list_lg +https://qunar.com##.list_promotion_bar +https://uimaker.com##.listads +https://58.com##.listpage_detail +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://china.cn##.lm_div +https://tianya.cn##.load_m_top +https://9ifz.cc##.logbtad +https://ypppt.com##.login_panel +https://uc123.com##.logo > a +https://wdzj.com##.logo-banner +https://fashionguide.com.tw##.logo_ad +https://jjxw.cn##.logo_ad_r +https://chinamedevice.cn##.logo_ads +https://silver.org.cn##.logo_dsaas +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://ytbbs.com##.lt_ad +https://ltesting.net##.ltad_1170 +https://ltesting.net##.ltad_580 +https://luanren.com##.luanren_dbhfad +https://luanren.com##.luanren_dbhfad2 +https://zhainanfulishe.com##.lunboceng +https://rising.cn##.lvmama +https://0597kk.com##.lyhux_mu +https://123.sogou.com##.m-12[pbflag="guess"] +https://pconline.com.cn##.m-JCZ-scrollBlock +https://jx3pve.com##.m-banner-tool +https://moe123.net##.m-inner2[style="height: 160px;"] +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://foodmate.net##.m[style="height:40px;"] +https://myexception.cn##.m_a +https://lgn.yy.com##.m_left +https://163.com##.m_papa +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://expreview.com##.main-side-tao +https://vuejs.org##.main-sponsor +https://nxing.cn##.main:nth-child(-n+6) +https://businessweekly.com.tw##.mainR_content:nth-child(5) +https://greatwuyi.com##.main_9788 +https://greatwuyi.com##.main_ad2 +https://tvmost.com.hk##.main_ad_b +https://hongfen.org##.main_adser +https://cnbeta.com##.main_content_left > .mt5[style="text-align:center;"] +https://m.07073.com##.main_content_tit + div +https://tianya.cn##.main_xiangguan2 +https://qqjia.com##.mainad +https://2345.com##.mainbg +https://2345.com##.mainbg1 +https://bbs.fobshanghai.com##.maintable > div:nth-child(7) +https://iguang.tw##.mall +https://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://zimuzu.tv##.menu-box > .w > li > a[style="color:red;"] +https://cnbeta.com##.meta > .fr +https://cangku.in,galacg.me,llss.li,usnewsexpress.com##.metaslider +https://hexieshe.com,hexieshe.xyz,xxshe.info##.mh-sidebar img +https://hexieshe.com,hexieshe.xyz,xxshe.info,xxshe.xyz##.mh-widget > .textwidget > p > a[href^="http"]:not([href*="she."]):first-child:last-child +https://baby-kingdom.com##.mian + .foot > .foot-top:first-child +https://midifan.com##.mid-aaa +https://rj.baidu.com##.mid-recommend +https://360-bo.com##.middiv > div[style="text-align:center;"] +https://letv.com##.middle-advert +https://timedg.com##.middleCrossAdvertise +https://jmbbs.com##.middle_guanggao +https://fenghuo.in##.mimi +https://6.cn##.min-ad-box +https://cnr.cn,jxcn.cn##.min-news-box +https://nowcoder.com##.mini-banner +https://goldlegend.com##.mjad +https://hmog.me##.ml_ad_widget +https://cnforex.com##.mleft > a +https://china.com##.mm +https://6789.com##.mm-force +https://fqlook.com##.mmver +https://playno1.com##.mn > div[style="margin-bottom:10px;"] +https://mail.pchome.com.tw##.mnav +https://mnw.cn##.mnw_685 +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://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://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://9669.cn##.mt10[style="height:260px;"] +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://cosxcos.xyz##.myakbz +https://acglover.me##.myas +https://myday.com.tw##.myday_ad_950 +https://myday.com.tw##.myday_ad_left +https://myday.com.tw##.myday_ad_right +https://sydneytoday.com##.mygad +https://abcsee.net##.myset +https://ifooday.cn##.myzs +https://2345.com,hao774.com##.mzdh_bottom +https://hepuwang.com##.n5_dbhfad > .wapper +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://tpy888.cn##.nead +https://guidaye.com##.neirongs +https://rising.cn##.new-1111 +https://zhanqi.tv##.new-advertising-area +https://yes-news.com##.new-index-ad300 +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://halidown.com##.new_head_ad +https://doub.io##.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_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://gamersky.com##.ngg_down +https://chongdiantou.com##.nice-sales +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://ifeng.com##.opcPop_tit_zz +https://wdzj.com##.opentb +https://read.qidian.com##.operation-wrap +https://baidu.com##.optimus +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://webkaka.com##.pNavigateAd +https://webkaka.com##.pTopTextAd +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://baidu.com,cssmoban.com##.page-banner +https://contents.internet.apps.samsung.com##.page-bar +https://xizi.com##.pageAD1 +https://cngold.org##.pageAdv +https://baidu.com##.pageLeftFixedAD +https://ifeng.com##.pao_ad_02 +https://ifeng.com##.pao_ad_03 +https://ifeng.com##.pao_mid +https://ifeng.com##.pao_mid_02 +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://heiguang.com##.pbAddPic +https://kikinote.net##.pc_ad +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.per_list.j_per_list.per_list_frs +https://52solution.com##.pf-outbox +https://265g.com##.phone_bgban +https://sodao.com##.photo-see > div[style="text-align: center; margin-bottom: 10px;"] +https://caikuu.com##.photo_abv +https://jrj.com.cn##.piboxtwo +https://tv.52pili.com##.pic-box +https://ifeng.com##.pic1000 +https://ifeng.com##.pic280 +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://gmw.cn##.pic_list_bd750 +https://chinaiiss.com##.pic_text +https://moxing.net##.pic_txt_list +https://baidu.com##.picad +https://16sucai.com##.pindao_ad2 +https://keywin.org##.pindaolist +https://creaders.net##.pinglun > .btmlist-title +https://chinaz.com##.plate-layout +https://baofeng.com##.play-ads +https://news.ifeng.com##.play_center +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://dzwww.com##.popular +https://qiuziti.com##.popularize +https://eol.cn,hao123.com##.popup +https://easylife.tw,ez3c.tw##.popup_bottom_block +https://camerabay.tv##.popupad +https://pzzc.net##.portal_block_summary +https://tgfcer.com##.portalbox +https://ilxdh.com##.pos-nav +https://netbardh.com##.pos-navbar-ad +https://jobbole.com##.post > .textwidget +https://vmovier.com##.post-ad-bottom +https://jobbole.com##.post-adds + .textwidget +https://css88.com##.post-bottom +https://sanv.org##.post-left +https://vmovier.com##.post-right-item + a[target="_blank"] +https://ihacksoft.com##.post-top-gg +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://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##.pro_r_t +https://meltoday.com,sydneytoday.com##.promo +https://brtn.cn,btime.com##.promo-item > a[href^="http"]:not([href*=".b"]) +https://huaban.com##.promotion +https://anquan.org##.pub_side_ad +https://fwxgx.com##.public-link > a[href^="http"]:not([href*=".fwxgx."]) +https://doudoudm.com##.public_ad +https://ifeng.com##.pullClient +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://seqing.world,singlove.com,whichav.com,whichav.net,wokao.co##.qq +https://zixuekaoshi.net##.qq_nr_lad +https://htcui.com##.qqanimate +https://baidu.com##.quality-elinks +https://ifeng.com##.qudaoTg +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://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.r1 +https://biz.zjol.com.cn##.rBlok1[style=" margin-bottom:10px;"] +https://7hcn.com##.rCont +https://xitongcheng.com##.r_adv +https://douni.com##.rad_1 +https://mydigit.cn##.radi +https://ananvod.com##.rbPicAll +https://sciencenet.cn##.rbanner +https://818today.com##.rbdyg +https://yuqingcn.cn##.rboxad +https://msn.cn##.rc > a[href^="https://sp.booking.com/"] +https://xvna.com##.rctad +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##.rec +https://baidu.com##.rec-feeditem +https://douban.com##.rec_topics_name[href^="https://erebor.douban."] +https://image.baidu.com##.recom +https://ilxdh.com,image.baidu.com,xizi.com##.recommend +https://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://china.cn##.recommend_RightShow +https://china.cn##.recommend_box +https://china.cn##.recommend_video +https://72g.com##.recommended +https://passiontimes.hk##.rectAd680 +https://chinaz.com##.red[href*=".wsisp.net/"] +https://guba.eastmoney.com##.redian +https://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://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://news.ifeng.com##.right1 +https://baby-kingdom.com##.right5 +https://baidu.com##.rightAd-skin +https://fullyu.com##.rightSide-top-ads +https://hao123.com##.rightTip +https://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://mtrend.cn##.right_hongbao_xuanfu +https://gucheng.com##.right_info +https://lahoo.ca##.right_multi_banner +https://163.com##.right_originalcolumn_ad +https://china.cn##.right_shop_box +https://boniu.xyz,boniu666.co##.right_side +https://dilidili.wang##.right_top_ad +https://hkwb.net##.rightadv2 +https://mail.sina.com.cn##.rightbottom +https://tingvoa.com##.rightgood +https://muzhi.baidu.com##.rightnest +https://portablesoft.org##.rightside > :nth-child(n+2) +https://biz.ifeng.com##.riodel +https://ithome.com##.rm-modal-bg +https://ithome.com##.rm-modal-body +https://playallvideos.com,pron.co##.rmedia +https://allyingshi.com,zimuzu.tv##.room +https://douyu.com,douyutv.com##.row-4.theatre +https://jia360.com##.row-ad01 +https://douyu.com,douyutv.com##.row.row-3 +https://howfile.com##.row1_right +https://dalao.ru##.row:nth-child(11) +https://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-news-special[data-url^="http://vip.baidu.com/"] +https://uc123.com##.s-right +https://2345.com##.s11-fixNav +https://2345.com##.s11-logowall +https://2345.com##.s11-side +https://duba.com##.s11_store_box +https://duba.com##.s11_zb +https://114la.com##.s11bg +https://tbtdg.com##.s11text +https://2345.com##.s12-fullNav +https://wenda.tianya.cn##.s1Tit + .sideBox +https://cnstock.com##.sBox-left +https://cnstock.com##.sBox-right +https://finance.ifeng.com##.sConRbox +https://laozuo.org##.s_ad125 +https://baidu.com##.sam_iebrowser_banner +https://image.baidu.com##.sample0 +https://image.baidu.com##.sample1 +https://image.baidu.com##.sample2 +https://ithome.com##.sb_list > .bx +https://1010jiajiao.com##.sbox +https://image.so.com##.sc-similarcm +https://hao123.com##.sc-tips +https://mail.pchome.com.tw##.sceng +https://wps.cn##.school +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.score_ecr_wrapper +https://epinv.com##.scrollep +https://firefox.com.cn,firefoxchina.cn##.sd-promote +https://playno1.com##.sd.pph +https://yeeyi.com##.sd.pph > .mbm.hm +https://xianzhenyuan.cn##.sd_ad:not(#xztba) +https://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,timeon.cn##.search_promotion +https://ijia360.com##.search_radlist +https://qiuziti.com##.search_wordimg +https://cnool.net##.second-banner +https://www.sina.com.cn##.secondtj-wrapper +https://coolinet.com##.section-banner +https://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://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-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://china.cn##.shop_box +https://gq.com.tw##.shopslide +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://aohua.com.au##.sidBoxNoborder +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##.side_game +https://duba.com##.side_other > .img +https://duba.com##.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://jianshen8.com##.sidebar > a +https://fulibus.net##.sidebar > div:first-child +https://xiaoz.me,xingkbjm.com##.sidebar a > img +https://superlife.ca##.sidebar-ad-zone +https://cyhour.com##.sidebar-all +https://juejin.im##.sidebar-bd-entry +https://portablesoft.org##.sidebar-box +https://cnblogs.com##.sidebar-image +https://mywpku.com##.sidebar-recommended +https://daweijita.com##.sidebar-right > .widget-box:first-child +https://cangku.in,galacg.me##.sidebar-top +https://52tian.net##.sidebar960 +https://steachs.com##.sidebar:first-child +https://bestcbooks.com##.sidebar:last-child +https://kocpc.com.tw##.sidebar:nth-child(2) +https://kocpc.com.tw##.sidebar:nth-child(3) +https://pic.sogou.com##.sidebar_box.shut +https://v2ex.com##.sidebar_compliance +https://v2ex.com##.sidebar_units +https://fsdpp.cn##.sidebox > a > img +https://uraban.me##.sider > a +https://docin.com##.sider_gg +https://youtaoqi.com##.sidetg +https://mopxing.com##.sideul1 +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://stockstar.com##.siteAd_l +https://stockstar.com##.siteAd_r +https://icoc.cc,icoc.in##.siteAdvertisement_box +https://hdchina.org##.sitead +https://uimaker.com##.siteads +https://findprice.com.tw##.sitemajiad +https://hao123.com##.siye +https://iask.sina.com.cn##.sj_300x250 +https://iask.sina.com.cn##.sj_680x250 +https://fuli.us##.slick +https://baidu.com##.slide-bner-adv-ret +https://ksbbs.com,kshot.com##.slideAdvert +https://e0838.com##.slideInner +https://cnbeta.com##.slide_area a[href^="http"]:not([href^="http://www.cnbeta."]) +https://ifeng.com##.slide_popo_modal +https://duba.com##.slidebar +https://duba.com##.slidebar + .extend +https://talkfx.com##.slidebox +https://hupu.com##.slider-pic > .list > li > a[href^="http://goto.hupu."] +https://uc.cn##.slider__sdk__wrapper +https://1688.com##.sm-offer-item[p4p*=".1688."] +https://codepub.com##.small-banner +https://hao.360.cn##.small-obj +https://pdflibr.com##.sms-content-ad +https://ant.design##.snd-ad +https://hao123.com##.soft-ad-banner +https://huacolor.com##.soft-downUrl-list.underline +https://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://ithome.com.tw##.span4:nth-child(5) +https://ithome.com.tw##.span4:nth-child(8) +https://css88.com##.spark-rm +https://shmet.com##.spb-biz-cont +https://fhm.com.tw##.special_ad_bottom_sticky +https://fhm.com.tw##.special_ad_cover +https://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://stockstar.com##.ss-ad-icon2 +https://xuebuyuan.com##.ss_gateway +https://duba.com##.ss_sider_list[href*=".wan.liebao.cn"] +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://ifeng.com##.swiper-bottom +https://vdianying.cc##.swiper-container +https://1kkk.com,dm5.com##.swiper-container[style*="760px;"] +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://gou19.com##.t[style="margin-top:8px"] +https://bbs.fobshanghai.com##.t_infoline +https://douyu.com,douyutv.com##.tab-content.promote +https://chinatimes.com##.tab_4_box +https://265g.com##.tab_imgtop +https://tw.yahoo.com##.tabads +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://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://gkpass.com##.tbanner +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tbui_aside_float_bar + .clearfix +https://9u8u.com##.tc-box +https://baidu.com##.tc-card[tpl="fc_before_fixads"] +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://8boniu.com,boniu.xyz,boniu666.co##.td_item +https://mobanwang.com##.teagg +https://duba.com##.tempAd +https://affyun.com##.text +https://affyun.com##.text ~ a +https://baidu.com##.text-advertise +https://dalao.ru##.text-gray:nth-child(10) +https://baidu.com##.text-link-ads +https://yorkbbs.ca##.textNewsBorder +https://auto-online.com.tw##.text_links_h +https://eyy5.cn##.textadlist +https://maomaomom.com##.textwidget > table[width="1050"] +https://acgbuster.moe##.tg-inner +https://526bt.com,eroacg.com,laod.cn,xiaohutuwb.com,zhujiceping.com##.tg-site +https://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://cnool.net##.third-banner +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_dir_ad +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_local_58 +https://jbtalks.cc##.threadad +https://css88.com##.thumb-leftsidebar-image02 +https://css88.com##.thumb-rightsidebar-image01 +https://163.com##.tie-ad-bar +https://2345.com,hao774.com##.tip_stopXP +https://zhujiwiki.com##.tips +https://3gsc.com.cn##.tipsA +https://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://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,uu114.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://golangtc.com,html-js.com##.top +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://vansky.com##.top-ad-link +https://leiphone.com,sina.com.cn##.top-banner +https://baidu.com##.top-banner-ad-wrap +https://10jqka.com.cn##.top-bar-fl > .top-hot +https://infoq.com##.top-bar-promo +https://99danji.com,eeyy.com##.top-bg +https://zimuzu.tv##.top-box > div[style="text-align:center; margin:0 0 15px 0;"] +https://zimuzu.tv##.top-box > div[style="text-align:center; margin:10px 0 15px 0;"] +https://163.com##.top-gg-area +https://taihainet.com##.top-info +https://2345.com##.top-lvy +https://eelly.com##.top-picture +https://css88.com##.top-post-link +https://rj.baidu.com##.top-recommend +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top-sec + .middle-sec +https://hao123.com##.top-test +https://ifeng.com##.top-tg +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##.top_ad_tmall +https://40407.com,86wan.com,qudong.com,xitong8.com,xt700.com##.top_banner +https://cngold.org##.top_bigad +https://0772fang.com##.top_blft +https://ifeng.com##.top_carousel +https://duba.com,uu114.cn##.top_func_ad +https://0579.cn,xizi.com##.top_gg +https://2345.com##.top_news +https://jmw.com.cn##.top_pic +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top_toutu_admarks + .tbui_slideshow_list +https://163.com,changsha.cn,jrj.com.cn,kekenet.com,neotv.com.cn,sina.cn,sina.com.cn##.topad +https://qz828.com##.topadv +https://itavcn.com##.topadvzone +https://dayanzai.me##.topban +https://kocpc.com.tw##.topbarad +https://chromecj.com##.topblock +https://artzd.cn##.topbox > table[style="text-align: center; width: 100%;"] +https://srzc.com##.topgg +https://srzc.com##.topgg1 +https://bilibili.com##.topic-preview > li > a[href^="http"]:not([href*=".bilibili."]) +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://tvhome.com##.ttt +https://52pili.com,7060.la,halihali.me##.tuiguang +https://m.hao123.com##.tuizhan +https://meizhou.cn##.tuwengg +https://tvhome.com##.tvAd +https://xinhuanet.com##.txt > ul > li > a[href^="http"]:not([href*=".xinhuanet."]) +https://chinaz.com##.txtAdBox +https://mydigit.cn##.txtMes +https://cntour2.com##.txtPicAd +https://ltaaa.com##.txtads +https://500.com##.tz_pai +https://cyzone.cn##.tzkd_bottom +https://cyzone.cn##.tzkd_top +https://163.com##.u-index-ad +https://sogou.com##.u-page-gg +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_aside +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_head +https://libaclub.com##.ui-adsame +https://duowan.com##.ui-business +https://xigua110.com##.ui-detail + .ui-detail-info +https://m.nownews.com##.ui-footer-fixed +https://ofweek.com##.ui-slider +https://hlyy.cc##.ui-sponsor +https://ispot.news##.ui_adblock +https://hackhome.com##.ul_ad +https://131458.com##.ulfooter_top +https://autohome.com.cn##.union-ad-placeholder +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://bejson.com##.validateButtons.clear a +https://douyu.com,douyutv.com##.vcode9-sign +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://hupu.com##.voice-ad300-250 +https://hupu.com##.voteIndex +https://dianping.com##.votelist + .aside-box +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://ptbus.com##.weixin_ad +https://52zpi.com##.wenziad +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://ilvruan.com##.widget-asst +https://eefocus.com##.widget-bom2buy +https://hao123.com##.widget-hlbar > span +https://hanjutvn.com##.widget-topadding +https://hao123.com##.widget-topbanner +https://hanjutvn.com,taijuwang.com##.widget-unpadding +https://didispace.com##.widget-wrap > p[style="text-align: left;padding-bottom: 20px;line-height: 30px;"] +https://hanjutvn.com##.widget-xlxba +https://web20share.com##.widget:nth-of-type(5) +https://doub.io##.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,daqianduan.com,landiannews.com,xingkbjm.com##.widget_media_image +https://landiannews.com##.widget_metaslider_widget +https://codeceo.com,fuli8.net##.widget_text:first-child +https://fulibl.cc##.widget_text:last-child +https://py91.net##.widget_textads +https://aeink.com##.widget_ui_adsf +https://daqianduan.com,koyi.pub,wuzuowei.net##.widget_ui_asb +https://aeink.com##.widget_ui_textads +https://daqianduan.com,hanfan.cc,wuzuowei.net,yeyulingfeng.com##.widget_ui_textasb +https://subhd.com##.win_content +https://subhd.com##.win_win +https://so.com##.windisplayCell +https://163.com##.with-bot-ad > .arrow_down +https://hao123.com##.wm +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.worldcup_info_banner_dialog +https://gpshk.cc##.wp > div:last-child > p[align="center"] +https://141hongkong.com##.wp.at +https://tropica.cn##.wp1.a_t +https://cangjige.net,cangjige.win##.wp[style="height:36px;padding-top:15px;"] +https://tui18.com##.wp[style^="width:"] +https://bbs.gfan.com##.wpp +https://start.firefoxchina.cn##.wrap > div[style]:last-child +https://99a21.com##.wrap-head-spots +https://duote.com##.wrap-right-B > div[style="margin:10px 0;"] +https://bbs.feng.com##.wrap.fl_row +https://paipai.fm##.wrapbg +https://50yxw.com##.wrapper > [style^="text-align:"] +https://iviewui.com##.wrapper-aside +https://image.baidu.com##.wrapper_dot_box.dot_black +https://wallstreetcn.com##.wscn-ad +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://autofan.com.cn##.xf_ad +https://familydoctor.com.cn##.xg +https://xinhuanet.com##.xhdf_moreAdv +https://tj.xinhuanet.com##.xhdf_num1_col3 +https://xinhuanet.com##.xhdf_row_adv +https://bkill.com##.xiangguan-ad +https://12580sky.com##.xiaogao +https://12580sky.com##.xiaogao2 +https://cr173.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://dianyingbar.com,hanjutvn.com,taijuwang.com##.xlxba +https://muchong.com##.xmc_Logo + .xmc_fr +https://muchong.com##.xmc_green + a[href^="creditshow."] +https://muchong.com##.xmc_viewthread_ad +https://banyungong.org##.xnf +https://21cn.com##.xuantu +https://xkb.com.cn##.xwAd +https://my0832.com##.xx_div +https://pc0359.cn##.xx_yd +https://pc0359.cn##.xx_yd2 +https://wanyx.com##.xz_down +https://xixiwg.com##.xz_left > ul:nth-last-child(3) +https://05sun.com##.xzq +https://moviesunusaaa.org##.yahooinner +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://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://ifeng.com##.zhenxuan +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://brushes8.com##.zjianad +https://qinbing.cn##.zjlmad +https://jqzb.com.cn##.zk_xf +https://91danji.com##.zlVideTowNav +https://silver.org.cn##.zl_login +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://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com#?#.p_postlist > :-abp-properties(width: 739px;) +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://programmer-club.com.tw##A[href*="/ADRedirect."] +https://24en.com##A[href*="/ClickAd?"] +https://gmgard.com,hggard.com##A[onclick*="Advertisement"] +https://cnxz.cn##[class*="-ad"] +https://jmw.com.cn##[class^="advertising"] +https://gamme.com.tw##[class^="sidead_"] +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://ifeng.com##[id^="cl"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##[id^="spreadad_"] +https://sinolub.com##[id^="xker"] +https://lyreader.com##[onclick^="loadDownloadAPP"] +https://kisssub.org##a > img[src*=".0o0.ooo/"] +https://5dm.tv##a > img[src*=".sinaimg."] +https://ruanyifeng.com##a > img[src*="wangbase.com/blogimg/asset/"] +https://acgnx.se##a > img[src^="/images/"] +https://ainuody.com##a > img[src^="http://wx"] +https://doub.io##a > img[src^="https://img.doub.pw/thumbs/"] +https://tieba.baidu.com,wapp.baidu.com##a.fixed_bar +https://maiche.com##a.some-img +https://chexun.com##a[attr-outside-ad] +https://wenku.baidu.com##a[class*="tiger-"][class*="-dialog"] +https://hao123.com##a[class^="gameyixing-link-"] +https://csai.cn##a[class^="gg"] +https://ditu.so.com##a[class^="index-bcItem-"] +https://focus.cn##a[data-ad-pos-id] +https://caibaojian.com##a[data-href*="aliyun"] +https://oschina.net##a[data-traceid$="_ad"] +https://oschina.net##a[data-traceid*="_detail_above_text_link_"] +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://bilibili.com##a[href$="_suning.html"] +https://acg12.com##a[href*="%2F"] +https://17173.com##a[href*="&ad_code="] +https://neatstudio.com##a[href*="&cps_key="] +https://ruanyifeng.com##a[href*=".100offer.com"] +https://dilidili.wang,~h5.dilidili.wang##a[href*=".11h5."] img +https://cctv.com##a[href*=".17fengyou.com"] +https://quanmin.tv##a[href*=".2144.cn/"] +https://backchina.com##a[href*=".21usdeal.com"] +https://qu.la##a[href*=".350.com"] +https://halihali.me##a[href*=".9game.cn/"] +https://163.com,bilibili.com,longzhu.com##a[href*=".admaster."] +https://ip.cn##a[href*=".ali"] +https://techweb.com.cn##a[href*=".aliyun.com"] +https://zhanqi.tv##a[href*=".bfun.cn/ad."]:not([href*=".zhanqi."]) +https://backchina.com##a[href*=".cardbenefit.com/"] +https://cnbeta.com##a[href*=".ctyun."] +https://idanmu.at##a[href*=".datealive.com.cn"] +https://bilibili.com##a[href*=".doubleclick."] +https://wigcw.cn##a[href*=".gwents.com"] +https://ctfile.com##a[href*=".henghost.com"] +https://hanjutv.com##a[href*=".hujiang.com"] +https://cctv.com##a[href*=".jaeapp.com"] +https://chinanews.com##a[href*=".jiuxianfeng.com"] +https://tiexue.net##a[href*=".junp"] +https://doudoudm.com##a[href*=".kxyike.com/"] +https://apprcn.com,yeyulingfeng.com##a[href*=".lizhi."] +https://ifkjx.com##a[href*=".lolbaicai.com"] +https://mumujita.com##a[href*=".makeding.com/"] +https://sina.cn##a[href*=".maozhuar.com"] +https://ifkdy.com##a[href*=".me/aff/"] +https://zimuzu.tv##a[href*=".paojiao.com/"] +https://zhibo8.cc##a[href*=".rd-game."] +https://makepolo.com##a[href*=".rong360.com"] +https://ccav5.com##a[href*=".sinaimg."] +https://ifeng.com##a[href*=".sm.cn"] +https://chdbits.co,hdcmct.org##a[href*=".taobao"] +https://cnbeta.com,sojson.com##a[href*=".upyun."] +https://zhibo8.cc##a[href*=".wanjiashe."] +https://dm5.com,dm5.hk##a[href*=".wannaplay.cn"] +https://tiexue.net##a[href*=".wx359.cn/"] +https://cnzol.com##a[href*=".youa.net"] +https://108.62.192.122,23.81.209.214,plus28.com##a[href*="/?Extend="] +https://ctanet.cn##a[href*="/GoTo.asp?ID="] > img +https://instrument.com.cn##a[href*="/ad/"] +https://fanjian.net##a[href*="/ad_click?"] +https://xitek.com##a[href*="/adclick"] +https://webkaka.com##a[href*="/click/a_d_"] +https://cangku.in,cangku.moe,galacg.me##a[href*="/game"] +https://ccav1.com##a[href*="/go"] +https://cgown.com##a[href*="/go.php?"] +https://dy2018.com,xiaopian.com##a[href*="/htmlcode/"] +https://cableabc.com##a[href*="/img1/"] +https://tucao.one##a[href*="/index.php?m=poster&"] +https://ithome.com##a[href*="/lapin."] +https://6park.com##a[href*="/link.php?key="] +https://tingvoa.com##a[href*="?adid="] +https://haxiu.com##a[href*="?aid="] +https://ruanyifeng.com##a[href*="?utm_source="] +https://dilidili.wang##a[href*="Game"] +https://eworldship.com##a[href*="ad_click&"] +https://xitek.com##a[href*="adclick"] + .info +https://159i.com##a[href*="ai69"] +https://bejson.com,fastadmin.net##a[href*="aliyun"] +https://r3sub.com##a[href*="bit.ly"] +https://cnbeta.com,ruyo.net##a[href*="cloud.tencent."] +https://china.com.cn##a[href*="dwz.cn"] +https://tiexue.net##a[href*="game.tiexue."] +https://i-part.com.tw##a[href*="goo.gl%2FW9SXr1&"] +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://6park.com##a[href*="out.php?"] +https://ifeng.com##a[href*="popoxiu.com"] +https://ifeng.com##a[href*="popoxiu.com"] + h3 +https://ifeng.com##a[href*="popoxiu.com"] + h3 + p +https://6park.com##a[href*="qq.php?"] +https://cgown.com##a[href*="tb.am"] +https://fastadmin.net##a[href*="tencent"] +https://58.com##a[href*="to8to.com"] +https://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##a[href*="www.clinique."] +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://ip.cn##a[href="hb.php"] +https://moyu16.com##a[href="http://71979.com"] +https://cari.com.my##a[href="http://banner.cari.com.my/daybanner/?page=promotion"] +https://ccav1.com##a[href="http://duan.es/1v"] +https://muchong.com##a[href="http://muchong.com/bbs/purchase.php?f=index&w=top"] +https://xinmin.cn##a[href="http://sbiz.xinmin.cn/new/"] +https://ck180.net##a[href="http://www.L7da.com"] +https://6park.com##a[href="http://www.b2ship.com"] +https://bejson.com##a[href="http://www.bejson.com/ui/tuchuang/"] ~ a[style] +https://iidvd.com##a[href="http://www.crc6789.com/iidvd.htm"] +https://playtv.com.cn##a[href="http://www.sdhanrui.cn/"] +https://wikdy.cn##a[href="http://www.tbb168.com"] +https://ainuody.com##a[href="http://www.zhuzhuquan.com.cn"] +https://wandhi.com##a[href="http://www1.huizhek.com"] +https://autohome.com.cn##a[href="https://m.autohome.com.cn/activity/special/autohome29.html"] +https://2dway.com##a[href="https://www.2dway.com/5244/"] +https://jandan.net##a[href^="//api.jandan.net/money.php?"] +https://bigear.cn##a[href^="/?module=dantian&"] +https://sdgundam.cn##a[href^="/aclk/"] +https://liuli.pw##a[href^="/gg2/"] +https://96weixin.com##a[href^="/show/ads/"] +https://fx112.com##a[href^="/union."] +https://muchong.com##a[href^="adlog."] > img[height="90"] +https://muchong.com##a[href^="adlog.php?adid="] +https://muchong.com##a[href^="alog.php?id="] +https://8boniu.com##a[href^="http"] > img[src*="/bn_"] +https://yigujin.cn##a[href^="http"]:not([href$=".html"]) > img[src*="/abc/"] +https://chapaofan.com##a[href^="http"]:not([href*=".chapaofan."]) > img[src*=".sinaimg."] +https://css88.com##a[href^="http"]:not([href*=".css88.com"]) > img +https://jrzj.com##a[href^="http"]:not([href*=".jrzj."]) > img[src^="https://img."] +https://peizimenhu.com##a[href^="http"]:not([href*=".peizimenhu."]) > img[src^="data/attachment/portal/"] +https://qqhzg.com##a[href^="http"]:not([href*=".qqhzg."]) > img[src^="/upload/1/"] +https://wn789.com##a[href^="http"]:not([href*="://www.wn789."]) > img +https://it1352.com##a[href^="http"]:not([href*="it1352."]) > img +https://xiaoheizy.com##a[href^="http"]:not([href*="xiaoheizy.com"]) > img +https://107cine.com##a[href^="http://107cine.com/ads/"] +https://hepuwang.com##a[href^="http://ad."] +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://zhuhai.gd.cn##a[href^="http://hd.zhuhai.gd.cn/ad/"] > img +https://nicotv.me##a[href^="http://img.kingsnug.cn/gamecenter/"] +https://pconline.com.cn##a[href^="http://ivy.pconline."] +https://sm.cn##a[href^="http://m.sm.cn/adclick?"] +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://ruanyifeng.com,techug.com,vaikan.com,webhek.com##a[href^="http://t.cn/"] +https://mtrend.cn##a[href^="http://tao.mtrend.cn/"] +https://zhlzw.com##a[href^="http://u.ctrip.com/"] +https://9tour.cn##a[href^="http://union.zhuna.cn/"] +https://yeyulingfeng.com##a[href^="http://woaigouwu.top"] +https://zhanqi.tv##a[href^="http://www.2133."] +https://allyingshi.com,zimuzu.tv##a[href^="http://www.6.cn/coop/"] +https://v.baidu.com##a[href^="http://www.602.com/"] +https://jcrb.com##a[href^="http://www.abchina.com/"] +https://cgown.com##a[href^="http://www.aec4d.com/"] +https://wapwenku.baidu.com,wk.baidu.com##a[href^="http://www.baidu.com/cpro.php?"] +https://beephone.com.tw##a[href^="http://www.beephone.com.tw/adlink.php?id="] +https://cnbeta.com##a[href^="http://www.dangbei.com/"] +https://win007.com##a[href^="http://www.edewin.com/"] +https://loldk.com##a[href^="http://www.esportsclub.cn/home/"] +https://hmog.me##a[href^="http://www.masadora.net/"] +https://6park.com##a[href^="http://www.vava8.com"] +https://dy2018.com,xiaopian.com##a[href^="http://www.xiacai.com/"] +https://muchong.com##a[href^="http://www.zhuanyejun.com/"] +https://ifeng.com##a[href^="http://yemei.tv/"] +https://hexieshe.cn##a[href^="http://zd.zhiketong.cn/"] +https://cnbeta.com##a[href^="https://915.im/"] +https://yahoo.com##a[href^="https://beap.gemini.yahoo.com/"] + .NoTextDecoration +https://oschina.net##a[href^="https://citiccard.wjx.cn/"] +https://acfun.cn##a[href^="https://click.dsp.com/"] +https://chongbuluo.com##a[href^="https://cn.udacity.com/"] +https://gitee.io##a[href^="https://coding.net/?"] +https://nownews.com##a[href^="https://goo.gl/"] +https://linux.cn##a[href^="https://linux.cn/go/"] +https://cjjjs.com,fastadmin.net,itboth.com,itkeyword.com##a[href^="https://promotion.aliyun.com/"] +https://shufazidian.com##a[href^="https://weidian.com/"] +https://weebly.com##a[href^="https://www.ebay.com"] +https://fastadmin.net##a[href^="https://www.fastadmin.net/go/"] +https://fastadmin.net##a[href^="https://www.fastadmin.net/go/"][style="color:#fff"] +https://howbuy.com##a[href^="https://www.howbuy.com/advertisement/"] +https://sojson.com##a[href^="https://www.sojson.com/ad/"] +https://zhiboba.org##a[href^="igg."] +https://5118.com##a[id][href^="http"]:not([href*=".5118.com"]) > img +https://5118.com##a[id^="default-"] +https://5118.com##a[id^="home-"] +https://360-bo.com##a[name="thegg"] +https://frdic.com,godic.net##a[onclick*="/ads/"] +https://xiazaiba.com##a[onclick*="GSDown"] +https://pcsoft.com.cn##a[onclick*="_ad"] +https://caibaojian.com##a[onclick*="aliyun"] +https://5g0a.com##a[onclick*="banner"] +https://tvapk.net##a[onclick*="thread_banner"] +https://house365.com##a[style*="1200px;"] +https://gamersky.com##a[style*="display:inline-block;"][style*="z-index:1;"] +https://hdzone.org##a[style*="fixed"] +https://huaren.tv##a[style*="height:"] +https://36dm.club,36dm.com,acgsou.com##a[style="color:red;"][href^="show-"] +https://70bt.cn,qmaile.com,wandhi.com##a[style="display: inline-block;position: relative"] +https://hanjutv.com##a[style="width: 1120px;height: 70px;overflow: hidden;display: block;"] +https://houdao.com##a[style^="background:url"] +https://html-js.com##a[style^="margin-top:20px;"] +https://dybee.tv##a[style^="position: fixed;bottom:"] +https://aishoujizy.com,xd0.com##a[target="_blank"] > img[src^="/upload/1/"] +https://18board.com,18p2p.com##a[target="_blank"] > img[width="330"] +https://18board.com,18p2p.com##a[target="_blank"] > img[width="728"] +https://muchong.com##a[target="_blank"][style="display: inherit!important;"] +https://doub.io##a[title*="Toyo"] +https://creaders.net##a[title^="www.136888.com/"] +https://duba.com##a[w="topad"] +https://amazon.cn#?#.s-result-item:-abp-has(> .s-item-container > h5 .s-sponsored-info-icon) +https://cn.bing.com#?##b_results > li:-abp-has(.b_adProvider) +https://baidu.com#?#.ec_wise_ad +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://tiexue.net##body > div[onclick] +https://m.mydrivers.com##body > div[style="padding:0px 0px 0px 0px;text-align:center;"] +https://hdwan.net##body > div[style] +https://wendu.cn##body > div[style^="width:1000px;"] +https://18h.avmimi.com##body > p[align="center"]:first-child +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://dilidili.wang#?#article:first-child +https://ip.cn##div > img +https://bitauto.com##div > ins[data-type="ad_play"] +https://324324.cn##div > script ~ a +https://win0168.com##div.item +https://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://eprice.com.tw##div[class$="-popup-g"] +https://anjuke.com##div[class$="-poster"] +https://oschina.net##div[class$="Content"] > p[style="margin:0 0 10px 0;"] +https://qqread.com##div[class$="ad"] +https://19lou.com##div[class$="ad-cycle"] +https://pixnet.net##div[class*="-Ad-"] +https://pixnet.net##div[class*="-ad-"] +https://ganji.com##div[class*="-recommend"] +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://efu.com.cn##div[class*="banner-"] +https://autohome.com.cn##div[class*="game"] +https://qinbing.cn##div[class*="gg"] +https://chinatimes.com##div[class*="googlead_"] +https://steamcn.com##div[class*="liz_"] +https://wenku.baidu.com##div[class*="tiger-"][class*="-dialog"] +https://ifeng.com##div[class="adbox02"] +https://moonbt.com##div[class="box mb"] > a +https://ithome.com.tw##div[class="span4"] +https://r3sub.com##div[class] > a[href^="show.php?id="] +https://bdimg.com,tieba.baidu.com,tieba.com##div[class][lgoinprompt="prompt"] +https://cyol.com##div[class^="AD"] +https://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://fang.com##div[class^="add2"] +https://weather.com.cn##div[class^="adpos"] +https://silver.org.cn##div[class^="ads_"] +https://xcar.com.cn##div[class^="adset"] +https://hybbs.com##div[class^="adtop"] +https://8684.cn,8684.com,kugou.com,solarzoom.com,yesky.com##div[class^="adv"] +https://ifeng.com##div[class^="adv0"] +https://ifeng.com##div[class^="adv1"] +https://whinfo.net.cn##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://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://meiguoshenpo.com##div[class^="info_"] +https://jzhome.cn##div[class^="main_gg"] +https://ifeng.com##div[class^="middleAd"] +https://nba.hupu.com##div[class^="nba-ad"] +https://sun0769.com##div[class^="pagecenter sungg"] +https://wasu.cn##div[class^="play_ads"] +https://ifeng.com##div[class^="pplive"] +https://ifeng.com##div[class^="ppx_wrap-"] +https://infoq.com##div[class^="related_sponsors"] +https://ifeng.com##div[class^="rightContent-"] a[href^="//health.ifeng."] +https://7654.com##div[class^="sidebarimg"] +https://ifeng.com##div[class^="slideBannerBox"] +https://86wan.com##div[class^="tonglan"] +https://ifeng.com##div[class^="topAd-"] +https://21cn.com##div[class^="topAds"] +https://gpsuu.com##div[class^="top_96"] +https://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://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://mail.126.com,mail.163.com##div[id$="_dvBlockInfo"] +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://pixnet.net##div[id*="-aD-"] +https://mcdulll.com,pixnet.net##div[id*="-ad-"] +https://baby-kingdom.com##div[id*="Banner Zone"] + script + a +https://baby-kingdom.com##div[id*="Banner Zone"] + script + iframe +https://baby-kingdom.com##div[id*="Banner Zone"] + script + object +https://lalilali.com##div[id*="_"] +https://feiwan.net,kcili.com##div[id*="_"][style] +https://moneyweekly.com.tw##div[id*="_ScupioHomeAD"] +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://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://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://dianyingbar.com##div[id^="Tmall"] +https://icpmp.com##div[id^="__"] +https://mail.126.com,mail.163.com##div[id^="_mail_popup_"] +https://vod1769.com##div[id^="a"] +https://ettoday.net##div[id^="abp"] +https://makepolo.com,mycar168.com,mysteel.com,pchome.net,qz828.com##div[id^="ad"] +https://58.com,pcpop.com##div[id^="ad_"] +https://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://banma.com##div[id^="disapper"] +https://gohome.com.hk##div[id^="div-gpt-ad"][style] +https://zyue.com##div[id^="divad_"] +https://chinafix.com##div[id^="diy_vk_ad_"] +https://fx678.com##div[id^="dl_"] +https://lysq.com##div[id^="followDiv_"] +https://512ms.com,gusuwang.com##div[id^="fy_"] +https://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://fjlyfdc.com.cn##div[id^="hxhad"] +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://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://douyu.com,douyutv.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://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://oschina.net##div[name="detail_show_footer"] +https://oschina.net##div[name="floatAdbox"] +https://oschina.net##div[name="index_banner_bigger"] +https://muchong.com##div[onclick^="location.href='http://muchong.com/bbs/a"] +https://sydneytoday.com##div[style$="-144px;top: 115px;"] +https://cbber.com##div[style$=":0px;top:200px;z-index:9999;"] +https://tuwan.com##div[style$="height:90px;"] +https://baike.com##div[style$="text-align:center; width: 1000px;"] +https://avonline.org##div[style$="width:570px;margin-left:50px;"] +https://mpyit.com##div[style*=".sinaimg."] +https://mydrivers.com##div[style*="/ad/"] +https://ilxdh.com##div[style*="1000px"] +https://25xz.com##div[style*="1002px;"] +https://da-fan-shu.cn##div[style*="468"][style*="60"] +https://25xz.com##div[style*="724px;"] +https://pchome.com.tw##div[style*="982"][style*="85"] +https://blog.sina.com.cn##div[style*="WiDTH: 200px;"][style$="HeiGHT: 300px"] +https://m.halihali.me##div[style*="fixed"] +https://bilibili.com##div[style*="height:"][data-loc-id] +https://taiwan.cn##div[style*="height:250px;padding:5px 17px 5px 18px;"] +https://dfpan.com##div[style*="img.com/"] +https://ilxdh.com,ruanyifeng.com##div[style*="important"] +https://esu.moe,esu.wiki##div[style*="position: relative; max-height: 400px;"] +https://1010jiajiao.com##div[style*="position:fixed;"][style*="bottom:1px;"] +https://huarenjie.net##div[style*="top: 50px;"] +https://kkj.cn,mydrivers.com##div[style*="width:1"][style*="height:90px;"] +https://iplaysoft.com##div[style*="width:3"][style*="height:2"] +https://divcss5.com,iplaypy.com##div[style*="width:336px;height:280px;"] +https://iplaysoft.com##div[style*="width:6"][style*="height:1"] +https://dmzj.com##div[style*="width:9"][style*="height:60px;"] +https://gamersky.com##div[style*="width:970px;height:90px;"] +https://lawtv.com.cn##div[style=" width:664px; height:260px; margin-top:10px;"] +https://aohua.com.au##div[style="WIDTH: 960px; HEIGHT: 60px"] +https://nowscore.com##div[style="background-color:#F0F0F0;line-height:25px;height:25px;text-align:center"] +https://chinaz.com##div[style="background:#C91521;height:90px;"] +https://xilu.com##div[style="border-right:1px solid red; width:629px;height:300px; margin-top:10px;overflow:hidden;"] +https://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] +https://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] + div[style="display:inline-block"] +https://sinolub.com##div[style="float:left; padding-right:20px;"] +https://gamefy.cn,sitv.com.cn##div[style="float:left; width:220px; padding-top:15px;"] +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://huabian.com##div[style="height:250px;"] +https://ipcfun.com##div[style="height:280px;width:336px;margin:-10px auto 20px auto"] +https://housefindeasy.com##div[style="height:90px"] +https://pythontab.com##div[style="margin-bottom: 4px;"] +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://xcmh.cc##div[style="margin:0 auto 12px; adding:0;width:980px;height:250px;overflow:hidden;"] +https://gpsuu.com##div[style="margin:0 auto; padding-bottom:10px;width:960px;height:60px;"] +https://gamersky.com##div[style="margin:0 auto;width:620px;height:75px;overflow:hidden;position:relative;"] +https://dzwww.com##div[style="margin:0;padding:0;width:620px;height:345px;overflow:hidden;background-color:#fff;"] +https://morningpost.com.cn##div[style="margin:0;padding:0;width:648px;height:345px;overflow:hidden;background-color:#fff;"] +https://html-js.com##div[style="margin:10px auto;width:1000px;"] +https://kaifu.tw##div[style="margin:15px; padding:2px;width:304px; height:254px; clear:both; margin:5px auto 20px;"] +https://tucao.one##div[style="margin:auto;margin-top:0px;width:964px;height:105px;"] +https://gamer.com.tw##div[style="min-height:250px;margin-bottom:10px;"] +https://ref.so##div[style="overflow:hidden; height:auto; width:1002px; margin:0 auto; "] +https://eworldship.com##div[style="padding: 0px;position: fixed;left: 7px; top: 150px;"] +https://baidu.com##div[style="padding: 20px 9px 20px 10px;widget:250px;height:250px;"] +https://zuanke8.com##div[style="padding:0px 0 10px 0;background-color:#F1F1F1;"] +https://muchong.com##div[style="padding:15px 0;border:1px solid #648EB2;width:760px;text-align:center;"] +https://win007.com##div[style="padding:6px 0; width:950px; height:45px"] +https://muchong.com##div[style="padding:8px 10px;font-size:14px; background: #fff; border: 1px solid #648EB2;"] > table > tbody > tr > td:first-child +https://7junshi.com##div[style="position: fixed; right: 0px; bottom: 0;z-index:999;width: 300px;height: 250px;"] +https://jijidown.com##div[style="position: fixed;right: 0;bottom: 0;"] +https://ys168.com##div[style="position:fixed; width:200px; top: 330px;right:10px;font-size:9pt;text-align:left;"] +https://1ting.com##div[style="position:fixed;bottom:0;z-index:999"] +https://up01.cc##div[style="position:fixed;width:468px;left: 50%;transform:translate(-50%,0);height:60px;background:#fff;bottom:0px;text-align:center;z-index:9"] +https://lanzou.com##div[style="text-align: center;border: 1px solid #eee;"] +https://subhd.com##div[style="text-align:center;height:270px;padding:10px 0;"] +https://buzzhand.com##div[style="text-align:left;margin-top:0px;height:600px;"] +https://halihali.me##div[style="width: 100%;height: 90px;position: relative;"] +https://rfidworld.com.cn##div[style="width: 100%;position: fixed;top: 0;margin:0;"] +https://v2ex.com##div[style="width: 240px; margin: 0px auto 0px auto; text-align: left;"] +https://eastmoney.com##div[style="width: 300px; height: 250px; 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://isanxia.com##div[style="width:340px;height:284px;float:left;"] +https://yantuchina.com##div[style="width:618px;height:150px;margin: 0 auto; display:block;"] +https://auto-online.com.tw##div[style="width:728px;height:130px;margin:0;background:#000000"] +https://xbooks.to##div[style="width:900px; height:250px; margin: -15px auto 15px auto;"] +https://isanxia.com##div[style="width:958px;height:90px;overflow:hidden;"] +https://cqnews.net##div[style="width:960px; height:90px; overflow:hidden; padding:0 20px; background:#fafafa; margin-bottom:15px"] +https://0597kk.com##div[style="width:960px; overflow:hidden; margin:2px auto; "] +https://chinacbe.com##div[style="width:960px; padding:0px; margin:4px 0; border:0px solid #CCC;"] +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://duowan.com##div[style="width:980px;height:60px;margin:0 auto 10px;"] +https://pc360.net##div[style^="border:none;height:90px;width:728px;"] +https://123cha.com##div[style^="float:left;margin:8px 0;width:790px;border:1px dashed #ccc;"] +https://eefocus.com##div[style^="float:left;width:300px;height:250px;"] +https://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://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://house365.com##div[style^="width:1200px;height:"] +https://backchina.com##div[style^="width:300px; min-height: 250px;"] +https://pc0359.cn##div[style^="width:301px;height:250px;"] +https://avonline.org##div[style^="width:613px; height:"] +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://zuoye.baidu.com##dl[class="card related"] +https://douban.com#?#.rec_topics:-abp-has(>.rec_topics_name[href^="https://erebor.douban."]) +https://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a:-abp-contains(红包)) +https://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a[href*="t.cn"]) +https://bbs.my0511.com##embed[width="970"][height="70"] +https://hiapk.com##font.jammer +https://ifeng.com#?#.box_list:-abp-has(.tuig) +https://sina.cn##iframe[id^="sinaadtk_"] +https://image.so.com#?#.imgcell:-abp-has(.txt:-abp-contains(广告)) +https://50yxw.com##img[height="50"] +https://eworldship.com##img[height="70"] +https://moyu16.com##img[height="85px"] +https://wishdown.com##img[href*=".41gw.com/"] +https://szhk.com##img[id^="adp"] +https://nicemoe.com##img[src*=".sinaimg."][style="width:100%;margin-top:0px;"] +https://moyu16.com##img[style="width:1238px;height:100px"] +https://scsn.cn##img[style^="height:70px;width:"] +https://cnstock.com,hall123.com,hc360.com,hi.people.com.cn,xizi.com##img[width="1000"] +https://jmbbs.com##img[width="1100"] +https://5eplay.com##img[width="1240"] +https://54new.com##img[width="1280"][height="100"] +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://gpshk.cc##img[width="770"] +https://cnjxol.com,pt80.net##img[width="960"] +https://biz.zjol.com.cn,cgown.com##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://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://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://m.thepaper.cn#?#.t_news:-abp-has(img[alt="广告"]) +https://muchong.com#?#.forum_Post_index:-abp-has(nobr:-abp-contains(18)) +https://muchong.com#?#A[target="_blank"][style="display: inherit!important;"] +https://news.baidu.com#?#.index-list-item:-abp-has(.tip-time:-abp-contains(广告)) +https://news.sohu.com,www.sohu.com#?#.list16 > ul > li:-abp-contains(广告) +https://china.com##object[width="360"][height="300"] +https://sina.com.cn##p + .article-video +https://bbs.6park.com##p > font[color="E6E6DD"] +https://muchong.com##p[onclick="view_ok();"] +https://aeink.com##p[style*=".alicdn.com/"] +https://aeink.com##p[style*="82px;background:"] +https://itkeyword.com##p[style="line-height:1.4; margin-top:8px; margin-bottom:10px;"] +https://samsung.com#?#.template-item:-abp-has(> .wrap-sub-title > div > .ad) +https://dilidili.name,gdot.me,sc115.com##script + a +https://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://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://hkgolden.com##span[id^="lineImage"] +https://bilibili.com##span[style*="height:"][data-loc-id] +https://typecho.wiki##span[style="height: 17px;margin-left: 10px;background: #000;border: 1px solid #000;"] +https://yivian.com##span[style^="color: #ff0000;"] +https://hanzify.org##span[style^="float:right;"] +https://power.baidu.com,zhidao.baidu.com##style[id^="s-m"] + div[id^="m"] +https://cnjxol.com##table[background$="/searchbg.gif"] ~ table[height="5"] +https://udn.com##table[bgcolor="#FFFFFF"][width="298"][height="375"] +https://my0511.com##table[bordercolor="#C0C0C0"][border="1"] +https://pt80.net##table[cellpadding="2"][bordercolor="#DFC5A4"] +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://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://28xl.com##table[style^="width:678px; height:280px;"] +https://jjwxc.net##table[style^="width:984px;"] +https://hcbbs.com##table[width="100%"][bordercolor="#CCCCCC"] +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://cnjxol.com##table[width="960"][bgcolor="#FFFFFF"] +https://fpdisplay.com##table[width="960"][height="110"] +https://gpcxw.com##table[width="960"][height="90"] +https://you85.cn##table[width="980"] +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://webkaka.com##td[id$="_SPONSOR"] +https://win007.com##td[id^="Ad"] +https://muchong.com##td[style="padding-right:15px;border-right:1px solid gray;"] + td[style="padding-left:15px;"] +https://muchong.com##td[style="padding:10px;font-size:14px;"] > div > [style="color:green;"]:first-child +https://muchong.com##td[style="padding:10px;font-size:14px;"] > div > a[href^="creditshow.php?action=view&logid="] +https://muchong.com##td[style="padding:5px 10px;"] + td + td[style="padding-left:10px;"]:last-child +https://findprice.com.tw##td[style="width: 342px; padding:0px 0px 0px 5px;border-left:1px solid #c9d7f1;"] > table > tbody > tr:nth-last-child(n+3) +https://ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] +https://hkgolden.com##td[style="width: 999px; vertical-align: top;"] > div[style="height:291px;"] +https://tvboxnow.com##td[style="width:15%;height:100%;"] +https://hkgolden.com##td[style^="background-color: #F3F2F1; height: 100px;"] +https://zhuji.net##td[valign="top"][height="66"] +https://zhuji.net##td[valign="top"][height="96"] +https://spbo1.com##td[width="100%"][height="18"][bgcolor="#ffffff"][align="center"][colspan="13"] +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://verycd.gdajie.com##th[colspan="3"] +https://ningmengzhibo.com##th[style="width: 80px;"][colspan="3"] +https://toutiao.com#?#.J_ad +https://toutiao.com#?#.has_action:-abp-has(> .icon_ad) +https://cartoomad.com##tr:last-child > td[align="right"] > table[width="732"] +https://cartomad.com,cartoonmad.com##tr:nth-child(n+5) > td > table[width="732"] +https://17ce.com##tr[id^="tr"] > td > a[href^="http"] +https://firefoxchina.cn##ul[track-key="adv_links"] +https://yahoo.com#?#.js-stream-content:-abp-has(p:-abp-contains(熱門搜尋)) +https://yahoo.com#?#.js-stream-content:-abp-has(span:-abp-contains(即日熱搜)) +https://zhangxinxu.com#?#.top_da_out +https://game735.com#@##AdDiv +https://the-sun.on.cc#@##ContentAd1 +https://greedio.com#@##adBox +https://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://cgvoo.com,hongrentao.cc,houhuayuan.pink,mcfuns.com.tw,mrmad.com.tw,myself-bbs.com,paltv.top,pbhz.com,sportsyeah.hk,ugediao.com,youneed.win,zhaoze.party,zhuihd.com#@##adsense +https://wenku8.net#@##adtop +https://union.58.com#@##advertise +https://nyaa.pt,pantsu.cat#@##banner_ad +https://biznetvigator.com#@##container_ad +https://szxx.com.cn#@##divAd +https://knowlet3389.blogspot.com,knowlet3389.blogspot.hk,knowlet3389.blogspot.jp,knowlet3389.blogspot.tw#@##gAds +https://game.macx.cn#@##google-ad +https://codejie.net,mo.babytoyhome.com#@##google-ads +https://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://www.zol.com.cn#@##search_ad +https://wangnba.com#@##showAd +https://u2mtv.com#@##slider-ad +https://buy.ccb.com#@##top_ad +https://520cc.cc,520cc.me,5278.cc#@#.a_cn +https://help.xunlei.com#@#.a_fr +https://520cc.me,sewangchao.com,sewangchao3.com#@#.a_mu +https://xinmin.cn#@#.a_p +https://haha.mx#@#.ad-1 +https://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#@#.ad960 +https://cw.com.tw#@#.adActive +https://czbj.js.cn#@#.adArea +https://poedb.tw#@#.adBanner +https://cmbc.com.cn#@#.adBox +https://bbs-mychat.com#@#.adContent +https://huanqiu.com#@#.adHead +https://icbc.com.cn#@#.adLeft +https://icbc.com.cn#@#.adRight +https://10jqka.com.cn,faxingw.cn,gdmm.com#@#.ad_1 +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://hc360.com,qqread.com#@#.adcont +https://51cto.com#@#.addarea +https://ggdoc.com.cn#@#.addiv +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://159i.com,techroomage.com,zhaopin.com#@#.adsBox +https://liumingye.cn#@#.adsTest +https://alotof.software,android-doc.com,apk.tw,battlecats-db.com,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,moa.tw,playok.com,tingfm.com#@#.adsbygoogle +https://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#@#.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://btbttv.net#@#.google-ad +https://mo.babytoyhome.com#@#.google-ads +https://apk.tw#@#.google_ad +https://adbug.cn#@#.google_ads +https://mobile01.com#@#.googlead +https://58pic.com,v.baidu.com#@#.has-ad +https://wangzheli.com#@#.headad +https://popo.tw#@#.header_ad +https://hbee.edu.cn#@#.headerad +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://hc360.com#@#.midad +https://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://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://xin99r2.com##.dmcenter +https://xin99r2.com##.spots +https://ahri-dva.club,ahri-hentai.com,ahri.online,ahri8.online,ashe.site,xayah.top#@#.adsbox +https://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250 +https://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250m +https://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_728x90 +https://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad +https://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad-links +https://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ads +https://ck101.com,gamer.com.tw,pili.com.tw#@#.textAd +https://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ad +https://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ads +https://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 > 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://bingfeng.tw##.wow-ad-link +https://bingfeng.tw##div[style="position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999;"] +https://btzhongzifuli.com,cililianbt.org,maomaobt.cc,sousoucili.com,zhainanzhongzi.cc##.photos +https://2c2.website,2p8.space,adultgao.com,caopop.com,caoporn.com,caouoo.com,caox.cc,h3e.pw,h3y.pw,k88.club,me88.pw,p5p.space,se88.space,t2p.space,tb001.xyz,te88.pw,vwan.xyz,xhao1.com##div[style="margin-top:5px;margin-bottom:5px;"]:first-child +https://cilimao.co,cilimao.one##div[class^="FixBanner"] +https://dlkoo.cc##ins[id^="tanxssp-outer-conmm_"] +https://dlkoo.com##ins[id^="tanxssp-outer-conmm_"] +https://ifun.tv##vg-pause-ads +https://dnvod.tv##[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) +https://dnvod.tv##[data-code] > :not(object) +https://dnvod.tv##[data-code] > [target="_blank"] +https://dnvod.tv#?#[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) +https://dnvod.tv#?#[data-code] > :not(object) +https://dnvod.tv#?#[data-code] > [target="_blank"] +https://dnvod.tv###box +https://dnvod.tv###msg_win +https://dnvod.tv###msg_winw +https://dnvod.tv###myaudient +https://dnvod.tv###myaudient2 +https://dnvod.tv##.bfq-r +https://dnvod.tv##.clickbg +https://dnvod.tv##.dnpub +https://dnvod.tv##.gg +https://dnvod.tv##.ggw-l +https://dnvod.tv##.r-gg +https://dnvod.tv##:not(#video) > div[data-code] +https://dnvod.tv##[style*="important"] +https://dnvod.tv##a[href^="http://yoyou."] +https://dnvod.tv##a[style="display:inline;visibility:visible"] > img +https://dnvod.tv##div[class][data-type="popup"] +https://dnvod.tv##div[data-code][data-img] +https://dnvod.tv##div[id][style*="top:"][style*="block"] +https://dnvod.tv#?#:not(#video) > div[data-code] +https://dnvod.tv#?#[style*="important"] +https://dnvod.tv,dnwyb.tv##vg-pause-ads +https://fuliba.net,uliba.net###focusslide +https://fuliba.net,uliba.net##.asb +https://fuliba.net,uliba.net##.widget_custom_html:nth-child(2) +https://fuliba.net,uliba.net##.widget_ui_textasb +https://hh010.com##.a_h1t_t +https://hh010.com##.a_h_h +https://hh010.com##.a_hongc_c +https://hpjav.tv##body > div[style^="position: fixed;"] +https://verystream.com#@#.adsbox +https://ifeng.com###golddigger_bottom +https://ifeng.com###linkrat_bottom +https://ifeng.com##.i_con + :not(.i_con):not([href="javascript:void(0);"]) +https://ifeng.com##.i_con[href*=".ifeng.com/go?"] +https://ifeng.com##.newbagicon +https://ifeng.com##[data-cl] +https://ifeng.com##[id^="dl"] +https://ifeng.com##[id^="mobile_gg"] +https://ifeng.com##[iscl] +https://ifeng.com##[style*="position"][style*="fixed"]:not([id]) +https://ifeng.com##a[href*=".deliver."][style*="block"] +https://ifeng.com,~imall.ifeng.com##a[href*="imall.ifeng."] +https://ifeng.com#?#.i_con + div:-abp-has(span:-abp-contains(告)) +https://ifeng.com#?#.i_con:-abp-has(span:-abp-contains(告)) +https://ifeng.com#?#.slLis > li:-abp-has(span:-abp-contains(告)) +https://googleads.g.doubleclick.net###mys-wrapper +https://52biquge.com##a[href^="http://html.350.com/"] +https://duanwenxue.com##.qgzdwx +https://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com##.loaded-popup-wrapper +https://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com#@#.google-ad +https://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://thz5.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +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://cokemine.com,jubuzz.com,tianfateng.cn#@#.category-share +https://carousell.com#@#.fb-b +https://sui.com#@#.fb-btn +https://douyu.com,oschina.net#@#.follow-btn +https://bilibili.com#@#.follow-wrapper +https://ffxiv.xin,fotor.com.cn,weiyun.com#@#.icon-share +https://gamersky.com#@#.like2 +https://readmoo.com#@#.navbar-social +https://music.163.com#@#.p-share +https://weiyun.com#@#.page-share +https://dongtw.com#@#.post-share-container +https://zhidao.baidu.com#@#.share-area +https://baidu.com,youdao.com#@#.share-content +https://baidu.com#@#.share-line +https://189.cn,vua.sh,weiyun.com#@#.share-link +https://baidu.com,meidebi.com#@#.share-list +https://kuaishou.com#@#.share-page +https://zhidao.baidu.com#@#.share-section +https://youdao.com#@#.share-text +https://wantgoo.com#@#.shareBtns +https://laosiji.com#@#.sns-wrapper +https://5dm.tv#@#.tm-share-this +https://fqsousou.com,kengso.com#@#.user-share +https://abpchina.org#$#log Hello +https://acfun.cn##.appguideBox +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://hao123.com###bottom-be +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://acfun.cn###appguideBox +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://dianyingbar.com###jihuaslide +https://douyu.com###js-fix-download +https://douyu.com,douyutv.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://360.cn###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://360.cn###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://dianyingbar.com##.alert_windows +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://feng.com##.dd305 +https://youdao.com##.dialog-guide-download +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJ.umoney-promotion-dialog +https://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJmodal +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://zhidao.baidu.com##.link +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://dianyingbar.com##.recover +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://feng.com##.wea_d_panel_980 +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://feng.com##div[class^="wea_d_"] +https://feng.com##div[class^="wep_e_"] +https://eastmoney.com##div[id^="em_important_"] +https://finance.sina.com.cn##div[id^="st01_cont0"] +https://ci123.com##div[onclick^="window.location="] +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://hc360.com,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-ad_banner +http://gamer.com.tw###BH-bigbanner +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://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://gq.com.tw###IndexCover +http://rijutv.com###JU +http://dj97.com###J_A_B +http://duba.com###J_BottomAdBan +http://duba.com###J_BottomAdBan_bg +http://duba.com###J_FloorWave +http://duba.com###J_FloorWrap +http://duba.com###J_S11 +http://2345.com,hao774.com###J_act_plane_hb +http://2345.com###J_acts11_footerfixed +http://xiami.com###J_albumSale +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,uu114.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://iis7.com###QTGG +http://elecfans.com###Right2 +http://huarenjie.com###RightAd2 +http://airav.cc###Right_Panel > div[style^="margin-"] +http://sina.com.cn###SI_Comment_DA +http://www.sina.com.cn###SI_EDU_AD +http://aishoujizy.com###ShouYe_ShangBu > .HtmlMoKua:first-child +http://xiaokuangyl.com###ShouYe_ShangBu > .themeauthor > table:first-child +http://70bt.cn###ShowAD +http://gushiwen.org###ShowAd +http://upan.cc###ShowDIV +http://soopat.com###SoopatAside +http://ifeng.com###StreamMediaWrap +http://webkaka.com###Table1 +http://shhgg.in###TopTipHolder +http://csdn.net###Topic_Top +http://07073.com###Vsss00 +http://cnzol.com###Wl_Float_Div +http://duote.com###\32 345_ad +http://jisuxz.com###\32 345float +http://morningpost.com.cn###\33 60hot +http://zongheng.com###\36 roomRecommend +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://admin5.com###a22 +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://jqgcw.com,srzc.com,vuejs.org###ad +http://ofweek.com###ad-2100 +http://ruten.com.tw###ad-467 +http://itxueyuan.org###ad-beifeng-729-90 +http://duba.com###ad-detail-banner +http://duba.com###ad-dongman +http://titan24.com###ad-index-01 +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://dbw.cn###ad-word +http://dayoo.com###ad-xl +http://baike.com###ad-xnsc +http://duba.com###ad-zongyi +http://price.com.hk###ad0 +http://90oo.com,etest8.com,eworldship.com,hntobacco.com,jc001.cn,p9.com.tw,price.com.hk,vipbuluo.com,xinhuanet.com,ylnet.com.cn,zimuzu.tv###ad1 +http://booklink.me,eworldship.com,p9.com.tw,xinhuanet.com,zimuzu.tv###ad2 +http://zimuzu.tv###ad3 +http://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://huanqiu.com###adP-Bot-right-float +http://baidu.com###adTitleRight +http://gameapps.hk###adTopClickAreaLeft +http://gameapps.hk###adTopClickAreaRight +http://gameapps.hk###adTopClickAreaTop +http://sogou.com###adWindow +http://sina.com.cn###ad_blk_fixed +http://windows7en.com###ad_btm_down +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://88448.com###ad_forum_banner +http://btime.com###ad_full_button_placehoder +http://autohome.com.cn###ad_ic_video +http://lqz.cn###ad_index +http://babyhome.com.tw###ad_m_peacock +http://udn.com###ad_mag +http://100ksw.com###ad_move_sg +http://zysj.com.cn###ad_pc_bottom +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://localking.com.tw###adbannerurl +http://yxdown.com###adbg +http://tbtdg.com###adblockWarning +http://lzep.cn###add +http://chongbuluo.com###add + a +http://fhm.com.tw###add-box +http://speedtest.cn###add_r1 +http://speedtest.cn###add_r2 +http://17yy.com###addiv +http://3322.cc###addr +http://rj.baidu.com###ader +http://eol.cn###adfloat_l +http://eol.cn###adfloat_r +http://jia360.com###adl +http://172cat.com###adload +http://vip-free.com###adpic +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://whsir.com###adswidget1-quick-adsense-2 +http://weather.com.cn###adtop_r +http://btspreadcn.com###adultwarningmask +http://dm530.net,it168.com###adv +http://chinabyte.com###adv-button +http://js0573.com###adv1 +http://js0573.com###adv2 +http://wenku8.net###adv300 +http://firefoxchina.cn###advBlock +http://nnfcxx.com###adv_3 +http://shurua.com###advbox +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://huanqiu.com###artHqsc +http://wx.sina.com.cn###artibody > .article-video +http://zhuankebar.com###article-cnt > a +http://blog.csdn.net###article_content > link + a +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://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://360.cn###banner0 +http://ballbar.cc,qidian.com###banner1 +http://360.cn,ballbar.cc,muchong.com###banner2 +http://ksbbs.com,kshot.com###banner2_top +http://qidian.com###banner3 +http://360.cn###banner_2 +http://99tianji.com###banner_gg +http://ksbbs.com,kshot.com###banner_top +http://uestc.edu.cn###bar +http://c114.com.cn###barrage_ad +http://c114.com.cn###barrage_bg +http://hao.rising.cn###bbTao +http://zimuzu.tv###bbs_list_ad +http://muchong.com###bbsmain > div[style="padding:10px 0;"] > table +http://cntv.cn###bbspop +http://gamme.com.tw###bd +http://acfun.cn###bd_ad1 +http://makaidong.com###bdcs +http://sogou.com###bdfs0 +http://baidu.com###bdyx_float_rb +http://qxfun.com###beautiful-things +http://1kkk.com,bukade.com,dm5.com,dm5.hk,sfacg.com###beitou +http://eeyy.com###beitou_box +http://dataguru.cn###bg +http://91danji.com###bg_ad +http://kyofun.com###bg_ad_left +http://kyofun.com###bg_ad_right +http://netbardh.com###bg_left +http://52pk.com,hanhande.com###bg_link +http://netbardh.com###bg_right +http://eol.cn###big-ad-img +http://timedg.com###bigAdv +http://gdzjdaily.com.cn###bigblockAd +http://bitauto.com###bitAd_background +http://bitauto.com###bitAd_floatFlash +http://dilidili.wang###bkm +http://e-learn.cn###block-changyanpinglunxia8 +http://e-learn.cn###block-layui-ele +http://e-learn.cn###block-tengxunyunshuang11 +http://zaobao.com###block-views-zb2016-freefrom-block-1 +http://e-learn.cn###block-wenzilianjie +http://e-learn.cn###block-youxiajiao +http://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] +http://airav.cc###bottom-adv +http://hiwenku.com###bottom-advert +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://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://hefei.cc###bp_ad +http://sogou.com###browser_ad +http://orsoon.com###btn-down-one +http://wap.eastmoney.com###bulletin_board > ul[id] +http://pchome.net###bzhref +http://fuli.us###callboard +http://ck101.com###canvas-section +http://cangku.in,galacg.me,moneyweekly.com.tw###carousel-example-generic +http://bitauto.com###carshow +http://bbs-mychat.com###cate_top > tr > .f_one +http://cnbeta.com###cb_share > .fl +http://sina.com.tw###cboxOverlay +http://eworldship.com###ccrhshow +http://dapenti.com###center > div[align="center"][target="_blank"] +http://huarenjie.com###cftoutiao +http://hao.rising.cn###change +http://i-part.com.tw###chatroomFrame + div[style="text-align: center;padding-top: 10px"] +http://fulishequ.com###china_ads_div405 +http://cqfishing.net,gpshk.cc###chs_bannerArea +http://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://jrj.com.cn###comment > a:first-child +http://fuli.us,tianshif.com###comment-ad +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://go-gddq.com###content > div[style="float: Right;"] +http://fuliba.net###content > ul[style="list-style-type: none;"] +http://yes-news.com###content-728 +http://yes-news.com###content-728-top +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,danyang.com###couplet-left +http://baidu.com,danyang.com###couplet-right +http://youxi.baidu.com###coupletBanner +http://sg169.com###couprigth +http://eepw.com.cn###coverDiv +http://1688.com###cpm-ad +http://1688.com###cpm-ad-2 +http://idanmu.at###cpv +http://nownews.com###crazy-video +http://yahoo.com###crazyAD +http://muchong.com###creditegg +http://ipcfun.com###crumb_r +http://wpsoso.com###cse-search-box > p +http://wjx.cn###ctl01_ContentPlaceHolder1_divProMsg +http://fzlimg.com###ctopad +http://fzlimg.com###ctopadtop +http://free.com.tw###custom_html-11 +http://hexieshe.cn###custom_html-2 +http://wanghualang.com###cx_tag_cloud-2 ~ aside[id^="php_text-"] +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://ytbbs.com###dd1 +http://4399.com###defaultbglink +http://sogou.com###detailRightAd +http://stockstar.com###dhwzl +http://141hongkong.com###dialog +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://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://webkaka.com###div_bottomad_m +http://twpkinfo.com###div_close_cf +http://3boys2girls.com###div_display +http://eeyy.cc###div_dn +http://heiguang.com###div_heiguang_ad3 +http://heiguang.com###div_heiguang_ad4 +http://chem99.com###div_main_ta +http://ref.so###div_midleft +http://ck101.com,pchome.com.tw###div_superbar_swf +http://360doc.com###divaboveReflectionAd1 +http://360doc.com###divaboveReflectionAd2 +http://360doc.com###divunderZcommondAd +http://360doc.com###divyoulikead +http://0562.cc,114shouji.com,1xlala.com,528500.com,52jscn.com,5378cc.com,5imx.com,99nets.me,bansha.com,bbs.52life.cc,chcj.com,chcj.net,cm868.com,cnyw.net,cqfishing.net,discuzlab.com,hh010.com,i3zh.com,im286.net,kugz.com,ld0766.com,luanren.com,mahoupao.com,qilanxiaozhu.net,qinzhou8.com,sh419.net,suizhoushi.com,txahz.com,wishct.com,xsool.com,ybvv.com,ytshe.com###diy1 +http://d7w.net###diy10 +http://im286.net###diy110 +http://cbber.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://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,chcj.net,chinafix.com,cnyw.net,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://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://sm.cn###download-uc +http://sm.cn###download-uc-v2 +http://howfile.com###downloadtable + div > table[style="margin-top:5px"] +http://nczsks.com###downyxjs +http://langxi.org###drk_ledtd +http://chinanews.com###dt_advert +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://hjenglish.com###editor_a4 +http://gcxa.cn###edu_ad63 +http://letv.com###egg +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://happy-yblog.blogspot.com,happy-yblog.blogspot.hk,happy-yblog.blogspot.tw###fbox-background +http://baidu.com###fc-left +http://baidu.com###fengchao-dialog +http://baidu.com###fengchaoad +http://maxthon.cn###festival-fix-bottom +http://360.cn###festival-logoskin +http://maxthon.cn###festival-rain-wrapper +http://hao.360.cn###festival-theme > .left-entry +http://hao.360.cn###festival-theme > .right-entry-wrap +http://360.cn###festival_baijian +http://360.cn###festival_balloon +http://hao.360.cn###festival_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://qqread.com###flash310ad +http://haha.mx###float-left-ad +http://speedpan.com###float-window +http://fun48.com###float2016 +http://guagua.cn###floatRoomDiv +http://zmz2019.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://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://tvapk.net###framelP7piy +http://qhf168.com,qianhua.biz,qianhuaw.com###framelzHoHY +http://wcjbb.com###frameo834m9 +http://aishs.top###frameu9916W_left > .block:nth-child(-n+6) +http://18avhub.com,18avtube.com,avmimi.com,mm-cg.com###friendLink +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###frs-list-game +http://docshelper.net###ft_ad +http://wendangxiazai.com###ft_hb +http://fancai.com,gamemei.com###ft_right_bottom +http://windows7en.com###fu_box_logo +http://cnyes.com###full_ad-popup +http://cnyes.com###full_ad-screen +http://ifeng.com###funBar +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://downxia.com###gaosu_div0 +http://downcc.com,pc6.com,zdfans.com###gaosuxiazai +http://www.infoq.com###gbanner.gbanner +http://66ys.tv,6vhao.net,dygang.com###gd +http://ruanyifeng.com###gd1 +http://whnews.cn###gd_l +http://whnews.cn###gd_r +http://ant.design###geektime +http://ant.design###geektime-ads +http://dilidili.name,zdzdm.com###gg +http://sdgundam.cn###gg-banner +http://vvshu.com###gg120 +http://5173.com###gg330 +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://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://gameapps.hk###google_side_ad2_top +http://aimazu.com###gotoTop +http://js0573.com###gotopl +http://js0573.com###gotopr +http://cnr.cn###gtop00 +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://macd.cn###hbad +http://coolaler.com###hd +http://gdmm.com###hd > .wp > .module +http://hackhw.com,ithome.com###hd_float +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://33235.net###header > center +http://maxthon.cn###header-float-promote +http://2345.com###header-news +http://hao.360.cn,hao.360.com###header-patch +http://060s.com###header4 +http://bdinfo.net###header_AD +http://hnr.cn###header_banner_list +http://131458.com###header_gg +http://pediy.com###header_right_cell[width="603"] +http://huan.moe###headhead +http://duote.com###hengfu +http://moe-acg.cc###hengfu-widget +http://hexun.com,hexun.com.tw###hexunCouplet01 +http://eepw.com.cn###hiddenLayer +http://gamersky.com###hitix +http://w3cplus.com###home-page-widgets +http://wacowla.com###home-top-narrow +http://bjhockey.org###homeVideoModal +http://ruanyifeng.com###homepage_pos +http://3987.com###hongbao +http://3boys2girls.com###hotbar +http://sogou.com###hotel_vr_details +http://sohu.com###hotpicnew +http://yahoo.com###hp-ad-left +http://yahoo.com###hp-ad-right +http://huanqiu.com###hqbl123 +http://ifeng.com###hslide_sPic_360 +http://ifeng.com###hslide_sPic_baidu +http://narutom.com###hy_float +http://hz66.com###hzhead + .column +http://mingyg.cn###hzw_showmsg +http://mzyz.com###idTransformView2 +http://nownews.com###idle-layer +http://ifeng.com###ifengAehovering_small +http://tingroom.com###ifram_563 +http://hao.360.cn###iguess +http://ck101.com###image_ad_long +http://cnjxol.com,rznews.cn###img +http://nick18.com###img a +http://firstchina.org.cn,pharmnet.com.cn###img1 +http://e0575.com###img2 +http://114la.com,ylmf.com###imgArr +http://image.baidu.com###imgCmsAdPart +http://e10000.cn###imgFloat +http://image.baidu.com###imgid > .fcimgpage +http://54new.com###imgshow +http://ydss.cn###indexBlad +http://baidu.com###index_banner_top +http://zongheng.com###index_game +http://windows7en.com###index_long_first +http://baidu.com###index_right_float +http://baidu.com###index_right_top +http://58.com###infolist > .recycleInfo +http://520cc.cc,jav777.cc###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://yaolan.com###j_focus_img +http://tieba.baidu.com###j_light_see_index +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_star_bus_before +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_ten_years +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###j_worldcup_info_banner +http://ydss.cn###jd_test +http://freehao123.com###jieweigg +http://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://csdn.net###kp_box_476 +http://csdn.net###kp_box_58 +http://douni.com###lad_1 +http://douni.com###lad_2 +http://douni.com###lad_3 +http://douni.com###lad_5 +http://csdn.net###layerd +http://hao123.com###layout-guess +http://jobbole.com###leaderboard +http://baidu.com###left-promotion +http://hao.360.cn###left-ria-fixed +http://sdgundam.cn###left-sponsor +http://rising.cn###left50 +http://cs.com.cn,cssqt.com,qinbing.cn,sonimei.cn###leftDiv +http://hexun.com###leftFloat +http://duba.com###leftHot +http://51credit.com###leftLayerDown +http://ccb.com.cn###leftSideAd +http://2345.com###leftSideBar +http://kuai8.com###left_Ad +http://cpd.com.cn###left_bdad +http://hao.360.cn###left_float +http://sina.com.cn###left_focus_ad +http://timeon.cn###leftadv +http://hao123.com###leftbannerv2 +http://wed114.cn###leftdiv +http://ifeng.com###leftdl +http://leagueofmovie.com###leftfixedad +http://fqlook.com###leftfloatad1 +http://www.wenxuecity.com###leftside +http://hao123.com###lefttip-container +http://dilidili.name,dilidili.wang###lgg +http://sdgundam.cn###link-roll ~ .box-set-2 +http://cwyuni.tw###links-row-1 > div[id^="box"]:not(#box32499):not(#box1026387):not(#box34614) +http://51cto.com###list4 +http://uimaker.com###listbaidu +http://90bifen.com###live > table[cellspacing="0"][cellpadding="0"] +http://autohome.com.cn###live_rec +http://500.com###live_top_ad +http://bukade.com###loadimg +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###loan_ad_mod_a +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###local_pb_top +http://blog.163.com###loftertextlinkad +http://elecfans.com###login-tip +http://ly6080.com###loginInfo > a +http://djwma.com###logo +http://xuehuile.com###logoBanner +http://eepw.com.cn###logoSearchNews + .marb10 +http://histock.tw###logo_21_ad_768x901_pnlAD1 +http://letv.com###logo_activity +http://ebc.net.tw###lotteryfnc +http://nlc.gov.cn###lovexin12xx +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://hkgolden.com###mainTopicTable > tbody > tr:nth-child(3):not([id]) +http://hkgolden.com###mainTopicTable > tbody > tr[id] + tr:not([id]) +http://mail.pchome.com.tw###main_top_frame +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://fuliba.net###menu-nav > .menu-item:nth-child(n+4):not(:last-child) +http://xiuren.org###menur +http://tv.sohu.com###miaozhenad +http://download.enet.com.cn###middle_new > .font2 +http://emu999.net,webjx.com###middleimg +http://m.hao123.com###midline +http://hao123.com###mingzhanresource +http://hk.yahoo.com###mntl1 +http://jspoo.com###module2748 +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://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://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://elecfans.com###newTopAdArea +http://ishuaji.cn###new_banner +http://dilidili.wang###newapp2018 +http://yaolan.com###newfix-dsp +http://pigai.org###newnotice +http://chinaqking.com###newsAD +http://hexun.com###newsPopWin +http://chinanews.com.cn###news_top_advert +http://live.win007.com###notify > a[target="_blank"] +http://ssnn.net###nrk_gg +http://fx168.com###oilTopAd +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://lgmi.com###openwindows0 +http://samsung.com###operationBanner +http://ifeng.com###optimusPrimeContentId +http://ifeng.com###optimusPrimeContentId_left +http://jiyingdm.com###otherWindowBox +http://ttzmz.vip###otherad +http://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) +http://zimuzu.tv###output > li > a[href^="http"]:not([href*="resource/"]) + h2 +http://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] +http://zmz2019.com###output > li > a[href^="http://www.zmz2019.com/public/focusurl/"] + h2 +http://lalulalu.com###overture-side-bar-ads +http://3boys2girls.com###overture_ads_long +http://lalulalu.com###overture_main_banner +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://xdowns.com###part_1 +http://hifidiy.net###part_left2 +http://hifidiy.net###part_right_gg7 +http://18avhub.com,18avtube.com,mm-cg.com###partner +http://vuetifyjs.com###patrons +http://hefei.cc###pb_sm_l +http://bdimg.com,tieba.baidu.com,tieba.com,wapp.baidu.com###pblist > li[class]:not(.j_post_list_item) +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pc2client +http://pchome.net###pchome_970_90_a +http://kaixindy.com###pege_ad1 +http://tsdm.live###pgt:first-child + div > a +http://ifeng.com###picAdposition +http://china.cn###pic_loop +http://muchong.com###pid1 > div > a[class] +http://sina.com.cn###pip_taobao +http://pixnet.net###pixblogad +http://pixnet.net###pixblogad-banner2 +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://focustimeshk.com###placeholder +http://hao.360.cn,hao.360.com###plane > .plane-hd +http://hao.360.cn,hao.360.com###plane-ria +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###plat_order_head +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://tingroom.com###play_ggr +http://7k7k.com###player-ad +http://jyacht.com###playergg +http://yxingqiu.com###playertipian +http://image.baidu.com###plz-albums +http://image.baidu.com###plz-head-banner +http://gdzjdaily.com.cn###politicTopAd +http://ahgame.com,china.com.cn,netbardh.com,pangzi.ca###pop +http://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://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://hbzkw.com###qq-bottom +http://duba.com###qq_adv +http://baidu.com###qrcode-chunwan +http://163.com###r_mkaolaadv +http://appinn.com###ranshownow +http://game2.cn###rb +http://hnr.cn###rb_pics +http://baiduyunso.com###rcode +http://cqsq.com###read_0 + a[target="_blank"] +http://tiboo.cn###read_hd1 +http://chinaqking.com###readerServiceDIV +http://pujia8.com,sdgundam.cn###recommend +http://ganji.com###recommend_storeg_div +http://duba.com,uu114.cn###redbagRain +http://ifeng.com###redbox +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://gamersky.com###right_fixed +http://gmw.cn###rightad1 + .contentColumnRight +http://wed114.cn###rightdiv +http://ifeng.com###rightdl +http://leagueofmovie.com###rightfixedad +http://ixueyi.com,shangxueba.com###rightfloatdiv +http://www.wenxuecity.com###rightside +http://nczsks.com###rightyxjs +http://motocity.com.tw###rotator +http://so.com###rt-interest-list +http://m.autohome.com.cn###s2205 +http://autohome.com.cn###s5473 +http://jvhao.com###sAD3 +http://jvhao.com###sAD5 +http://alu.cn###sanjia +http://javjunkies.com###sb1 +http://baby-kingdom.com###sbad +http://sm.cn###sc + .article.ali_row +http://hackp.net###scbar_hot +http://wpsoso.com###scontent > div[style] +http://chyangwa.net,motorfans.com.cn###scrollPics +http://youxi.kugou.com###scrollUp +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://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://downkr.com###show_download_main_panel > .hidden-sm +http://downkr.com###show_download_top_panel > .row > .hidden-xs +http://china.cn###show_loop +http://dmzj.com###show_tip_bg +http://hinews.cn###showgg +http://chaidu.com###shuang11 +http://rising.cn###shuangshiyibid +http://maxthon.cn###side-game-pop +http://mgtv.com###side-join-ad +http://iwan.baidu.com###side-xbox +http://ck101.com###sideAds1 +http://ifeng.com###sideBar[class^="box_"] +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://gaoqing.la###sidebar > .widget:nth-child(-n+3) +http://pc360.net###sidebar > .widget:nth-child(3) +http://jobbole.com###sidebar > .widget_text: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://dianyingbar.com,hanjutvn.com,taijuwang.com###sidebar-quan +http://jobbole.com###sidebar-recommend +http://vikilife.com###sidebar-tab[style^="height:"] +http://iplaysoft.com###sidebar_scroll_bdad +http://2345.com###sidel_lvy +http://2345.com###sidenav > .activity-trig +http://douyu.com,douyutv.com###sign_p_1 +http://udn.com###simplemodal-container +http://udn.com###simplemodal-overlay +http://esu.moe,esu.wiki###siteNotice +http://megatime.com.tw,pchome.com.tw###sixi +http://hao123.com,jiegeng.com###siye +http://renrenfabu.com###sj-btn +http://etnet.com.hk###skinnerads +http://keke.la###slide:first-child +http://12306.cn,baike789.com,club.pchome.net,dysfz.tv,dysfz.vip,itkeyword.com,kdslife.com,wuhaozhan.net###slideBox +http://12306.cn###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://360.cn###snatch-logo +http://hcyy.org###snav_mn_forum +http://baidu.com###sning1 +http://baidu.com###sning2 +http://baidu.com###sning3 +http://sogou.com###sogou_vr_10000901_0 > div[style="display:block;"] +http://sogou.com###sogou_vr_21355601_wrap_0 +http://babyhome.com.tw###spAffix +http://hc360.com###spad1 +http://hc360.com###spad2 +http://baidu.com###spage-top-banner +http://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://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://e23.cn###taobaorba +http://findprice.com.tw###tb_ad +http://histock.tw###tbadword +http://kengso.com###tbk_left +http://kengso.com###tbk_right +http://40407.com###tcdgg +http://xh127.com###teinka +http://pchome.com.tw###test2 +http://moe-acg.cc,tumutanzi.com###text-3 +http://vjmedia.com.hk###text-33 +http://stoneip.info###text-57 +http://sea-group.org###text-7 +http://sogou.com###text_ad_area +http://tingvoa.com###textadbox +http://hc360.com###textadv +http://ref.so###tg2_main +http://eastmoney.com###tgbottom +http://paipai.fm###the-logo + .fr +http://firefoxchina.cn###theme-side-banner +http://hupu.com###threadLeftAd +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://yaxi.net###tk-slider +http://yxdown.com###tl_adv +http://51yfx.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://uuu9.com###top +http://iyejie.com###top > div:not([id]):not([class]) +http://gameapps.hk###top-ad-left +http://gameapps.hk###top-ad-right +http://hao123.com###top-anim +http://abcde.cn,bbs.houdao.com###top-banner +http://360.cn,hao.360.com###top-full-column-tips +http://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://360.cn,hao.360.com###top_activity +http://starbaby.cn###top_ad_show +http://cctime.com,ck101.com###top_banner +http://bttop.net###top_bottom + div[style="float:left;width:100%;"] +http://xiashanet.com###top_content +http://ibf.tw###top_d +http://hiapk.com,xitongzhijia.net###top_gg +http://360.cn,hao.360.com###top_hotsite +http://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://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://17ce.com###tp_wrap +http://qidian.com###tr-banner +http://tianya.cn###travel_float +http://sohu.com###turn-ad +http://ziqiangxuetang.com###tutorial_btm +http://tuyiyi.com###tuyiyi_zfb +http://ali213.net###tv +http://makaidong.com###txtlink +http://udn.com###udn_scupio_responsive_wrapper +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###union_mod +http://cnbeta.com###upcoming_box +http://v.163.com###v_shapeLeft_divId +http://v.163.com###v_shapeRight_divId +http://0772fang.com###v_topAD_1 +http://fanjian.net###vad +http://ifeng.com###veidoshowAd +http://hexun.com,hexun.com.tw###videoLeftAd +http://hexun.com,hexun.com.tw###videoRightAd +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://6park.com###weibozkinfo +http://xunleige.com###weizhi-a +http://fububu.com###wendibu +http://baidu.com###wgt-ad-right-fixed +http://baidu.com###wgt-left-promo +http://51yfx.com###widget-gouwu +http://hanjutvn.com###widget-quan +http://51yfx.com###widget-test +http://heu8.com###widget_ada +http://ccav1.com###widget_da +http://ylnet.com.cn###winpop1 +http://news.baidu.com###women-picwall +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://isso.com.cn###wqd1496213529829serial +http://isso.com.cn###wqd1519353145001serial +http://ganpapa.com###wrapper + div +http://gdzjdaily.com.cn###wrapper > div[style^="margin-top:6px;"] +http://btbtt.me###wrapper2 > .width +http://huanqiu.com###wxhz1 +http://zhaolianmeng.com###wzgg +http://nczsks.com###wzyxjs +http://liaoxuefeng.com###x-sponsor-a +http://liaoxuefeng.com###x-sponsor-b +http://soft4fun.net###xad_mu +http://hl.cn###xf_left +http://hl.cn###xf_right +http://jmbbs.com###xjj_jmbbs2015_01 +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://redocn.com###yc_adv_1_2 +http://rjfcxxw.com###yimao > div[style] +http://starbaby.cn###yindex_ads +http://hao123.com###yixing-siye +http://fawan.com###ynetG_B1 +http://dm5.com###youce +http://yahoo.com###ysm-umu +http://game735.com###ysmAD1433_1 +http://weather.com.cn###ytc +http://eastday.com###yxxf_area +http://weather.com.cn###zdl +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://jyacht.com###zy_topgg2 +http://jyacht.com###zyc1r_03 +http://jyacht.com###zyc1r_05 +http://dilidili.name,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://aohua.com.au##.AdTop-Article-QQ1 +http://cnfol.com##.AdvDL +http://fx110.com##.Adv_1 +http://bestopview.com##.Adv_c +http://pc6.com##.Advbox +http://feixiangtv.com,qiuyi.cn##.Advertisement +http://big5.china.com.cn##.Advertising > a +http://ifeng.com##.Avt01 +http://ifeng.com##.Avt02 +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://18avhub.com,18avtube.com,mm-cg.com##.CN_qmvtoy +http://ifeng.com##.ColBLAvt +http://ifeng.com##.ColBRAvt +http://ifeng.com##.ColDLAvt +http://ifeng.com##.ColDRAvt +http://ifeng.com##.ColELAvt +http://ifeng.com##.ColFLAvt +http://ifeng.com##.ColGLAvt +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://ifeng.com##.FNewLAvt +http://ifeng.com##.FNewRAvt +http://ifeng.com##.FNewRAvtLisBox +http://ifeng.com##.FNewRAvtLisBox02 +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://52fzba.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://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://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://chinaitlab.com,idcquan.com##.Prt_right[style^="HEIGHT:"] +http://hackhome.com##.Qad +http://21uscity.com##.R300x70 +http://3jy.com##.Rad +http://chinabidding.cn##.TB-focus +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://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://gamer.com.tw##.a-mercy-d +http://ijia360.com##.a.fz0.mb15 +http://thinkphp.cn##.a6 +http://chacuo.net##.a96090 +http://meijutt.com##.a960_index +http://speedtest.cn##.aP-box +http://lahoo.ca##.a_af +http://baixing.com##.a_d_s_hidden_link +http://jdbbs.com##.a_h +http://hh010.com##.a_hong_c +http://bbs.hh010.com##.a_hong_h +http://hh010.com##.a_hong_t +http://hh010.com##.a_hongh_h +http://hh010.com##.a_hongt_t +http://proewildfire.cn##.a_mu + a +http://tropica.cn##.a_mu1 +http://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://ifeng.com##.acAd1 +http://ifeng.com##.acPicBox +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,8btc.com,9dcj.com,acg.bz,acgbenzi.com,aohua.com.au,baiduyunpan.net,baike.com,banyungong.org,bbs-mychat.com,cailianpress.com,cdyee.com,ce.cn,chddh.com,chinaiiss.com,chinaqking.com,chinatimes.com,chinatruck.org,chinaz.com,cnforex.com,cnsoftnews.com,codepub.com,cq.xinhuanet.com,cxryun.cn,dav01.com,discuss.com.hk,djwma.com,douban.com,dzwww.com,e0838.com,eastday.com,eworldship.com,fengniao.com,focus.cn,gongkong.com,hanhuazu.cc,henan100.com,hkgalden.com,honglingjin.co.uk,house.jschina.com.cn,iciba.com,ifeng.com,ipeen.com.tw,isharebest.com,itavcn.com,jiligame.com,jrj.com.cn,kumi.cn,landiannews.com,lawtv.com.cn,loveshang.com,lyd.com.cn,lyreader.com,lzep.cn,maxpda.com,mm111.net,moxing.net,ncdiy.com,neotv.com.cn,newsmth.net,njdaily.cn,people.com.cn,pharmnet.com.cn,pixnet.net,pptv.com,ptbus.com,qihaa.cn,r3sub.com,shenchuang.com,sj998.com,sogou.com,sozi.cn,titan24.com,toocle.com,tpy888.cn,tv.sohu.com,tvhome.com,u-car.com.tw,wallstreetcn.com,weather.com.cn,xs99.cc,xun9u.com,xyfdcw.com.cn,yawin.cn,ydss.cn,yesky.com,yqxs.net,zhuhai.gd.cn,zjstv.com##.ad +http://photofans.cn##.ad-1-index +http://cqmmgo.com##.ad-160x40 +http://19lou.com,ihome99.com##.ad-190x60 +http://cqmmgo.com##.ad-230x60 +http://19lou.com,ihome99.com##.ad-300x30 +http://eprice.com.tw##.ad-320x480-popup +http://eprice.com.tw##.ad-336x280-g +http://eprice.com.tw##.ad-970x250-g +http://eprice.com.tw##.ad-970x90-g +http://19lou.com##.ad-980x40 +http://ihome99.com##.ad-980x60 +http://19lou.com,ihome99.com##.ad-980x90 +http://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://pc6.com##.ad-download +http://bilibili.com##.ad-e1 +http://bilibili.com##.ad-f +http://eastday.com##.ad-foot-right +http://pixiv.net##.ad-footer + .hover-item +http://gameapps.hk##.ad-full-screen +http://babyhome.com.tw##.ad-gad-300250 +http://babyhome.com.tw##.ad-gad-320100 +http://265g.com##.ad-inner03 +http://ifeng.com##.ad-list +http://daydaycook.com##.ad-mask +http://dilidili.wang##.ad-middle +http://vuejs.org##.ad-pagetop +http://elecfans.com##.ad-pcb +http://19lou.com,cqmmgo.com##.ad-place-logo +http://baidu.com##.ad-platform-tips +http://baofeng.com##.ad-pop-wrap +http://qidian.com##.ad-shell +http://zol.com.cn##.ad-soft-box +http://babyhome.com.tw##.ad-span-ec +http://babyhome.com.tw##.ad-span-large +http://babyhome.com.tw##.ad-span-square +http://liba.com##.ad-split +http://baidu.com##.ad-taishan +http://ithome.com.tw##.ad-text-in-middle +http://39.net##.ad-tl +http://yahoo.com##.ad-tl2b +http://baidu.com##.ad-vip-close +http://baidu.com##.ad-vip-close-bottom +http://cocomy.net##.ad-well +http://sm.cn##.ad-wolong-container +http://cztv.com##.ad003 +http://ifeng.com##.ad05 +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://c114.com.cn,chddh.com,china.com.cn,persue.com.cn,qingdaonews.com,sj998.com##.ad2 +http://ifeng.com##.ad200-2 +http://yaolan.com##.ad24090 +http://dbw.cn##.ad245 +http://jokeji.cn##.ad250_1 +http://jokeji.cn##.ad250_2 +http://nmgnews.com.cn,sj998.com,sportscn.com,tpy888.cn##.ad3 +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://jxedt.com,sohu.com##.ad640 +http://kumi.cn##.ad64060Box +http://52ch.net##.ad650 +http://19lou.com,cqmmgo.com,ihome99.com##.ad650-60 +http://ifeng.com##.ad665 +http://baike.com##.ad680 +http://ting89.com##.ad7 +http://yaolan.com##.ad71090 +http://hupu.com##.ad720-90 +http://ck101.com##.ad728Top +http://ifeng.com##.ad728_tit +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://dbw.cn##.ad980top +http://zznews.cn##.ad:not([style]) +http://hf365.com,sina.com.cn,sohu.com##.adA +http://sohu.com##.adB +http://sina.com.cn##.adC +http://hkgalden.com##.adContainer +http://familydoctor.com.cn##.adExtra +http://sina.com.cn##.adF +http://newcger.com##.adFullwidth90 +http://sina.com.cn##.adG +http://sina.com.cn##.adH +http://niaogebiji.com##.adImgBox +http://ifeng.com##.adL660 +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://ifeng.com##.adR330 +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://feng.com##.ad_500 +http://ttys5.com##.ad_580 +http://feng.com##.ad_654 +http://zyue.com##.ad_90 +http://cna.com.tw##.ad_970 +http://hupu.com##.ad_980 +http://cheshi.com##.ad_980105 +http://leiling.org##.ad__single-double-rectangle-wrap +http://tpy888.cn##.ad_all +http://download.csdn.net##.ad_area_1 +http://sogou.com##.ad_aside_inner +http://81.cn##.ad_banner_1000x120 +http://zhibo8.cc##.ad_box_250 +http://ifeng.com##.ad_btn +http://kekenet.com##.ad_catagory +http://csdn.net##.ad_class +http://gamme.com.tw##.ad_down +http://putclub.com##.ad_fastReading +http://tgfcer.com##.ad_headerbanner +http://hb163.cn##.ad_inner +http://le.com##.ad_layer +http://hc360.com##.ad_left +http://duba.com##.ad_leftTip_out +http://ifeng.com,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##.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##.ad_show +http://fx168.com##.ad_teshu +http://tgfcer.com##.ad_text +http://dmzj.com##.ad_th +http://dmzj.com##.ad_time +http://zjstv.com##.ad_tl +http://pchome.com.tw##.ad_triple +http://fulibac.com##.ad_two +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://pchome.com.tw##.adcon +http://ifeng.com##.adcoop +http://jgzj.net##.adcss +http://52pk.com,hao.rising.cn,vpgame.com##.add +http://78dm.net##.add-980 +http://fang.com,soufun.com##.add1200 +http://chinanews.com##.add3 +http://chinanews.com##.add4 +http://putclub.com##.add_ad +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://ifeng.com##.adimg +http://huanqiu.com##.adindexList +http://sina.com##.aditem +http://fzdao.cn##.adlan +http://gkstk.com##.adleft +http://jxedt.com##.adlink1 +http://jxedt.com##.adlink2 +http://cww.net.cn##.adlinkL +http://cww.net.cn##.adlinkR +http://kuailady.com##.adm_wrap +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://52solution.com##.ads97090 +http://disp.cc##.ads_bot_block +http://chinamedevice.cn##.ads_img +http://chinamedevice.cn##.ads_img1 +http://xianliao.me##.ads_popup_small_ads_container +http://199it.com,wholehk.com##.adsbygoogle +http://m.kuaidi100.com##.adsbygoogle + a +http://aibing.cc,htcui.com,uho.com.tw##.adsense +http://lenovo.com.cn##.adsense-wrap +http://qinbing.cn##.adspic_mid2 +http://av.movie##.adss-160x600 +http://emule.org.cn##.adtabletr1 +http://chinaz.com,ofweek.com,yawin.cn##.adtext +http://gdmm.com##.adtop > .module +http://wed114.cn##.adtwo +http://114la.com,78dm.net,fh21.com.cn,qzwb.com,silver.org.cn,solidot.org,ylmf.com##.adv +http://xiazaiba.com##.adv-110 +http://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://8btc.com##.adv_element +http://eeskill.com,le.com,letv.com##.adv_img +http://jjckb.cn##.adv_ment +http://kaifu.com##.adv_slide +http://autohome.com.cn,gdzjdaily.com.cn,loveshang.com##.advbox +http://jyacht.com##.adve_3 +http://jyacht.com##.adve_4 +http://anjuke.com##.adver-content +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,expreview.com,ieforex.com,laod.cn,xywy.com,zhujiceping.com##.advert +http://csdn.net##.advert-bg +http://sspai.com##.advert-card +http://xmfish.com##.advert-entry-list +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,hkepc.com,iviewui.com##.advertisement +http://3d66.com##.advertisement-carousel +http://chinacar.com.cn,elecfans.com##.advertising +http://10086.cn##.advertisingOther_img +http://speedtest.cn##.advertisingSpace +http://ifeng.com##.advmark +http://hexun.com,hexun.com.tw##.advp +http://it165.net##.advyello +http://itavcn.com##.advzone +http://123.sogou.com##.adword > a +http://meizhou.com##.adwords + div +http://gamme.com.tw##.adwrpt +http://baidu.com##.afd-item +http://mgtv.com##.album-gg +http://frdic.com##.alert +http://wigcw.cn##.alert-block +http://wdzj.com##.alert-box-pop +http://jszbug.com,siku11.com##.alert-danger +http://9vip.top##.alert-dismissible +http://ckck.vip,eetop.cn##.alert_windows +http://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://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://zhlzw.com##.area_ad +http://gfan.com##.art-ad +http://bkjia.com##.art_rightad1 +http://jj59.com##.art_tong +http://yzmg.com##.article-bottom-ads +http://woshipm.com##.article-bottomAd +http://landiannews.com##.article-content > div[class]:first-child +http://cnbeta.com##.article-global +http://m.cnbeta.com##.article-hd + div[style="text-align:center"] +http://cyzone.cn##.article-middle-guanggao +http://sina.cn##.article-sax +http://yzmg.com##.article-top-ads +http://cnbeta.com##.article-topic +http://sm.cn##.article.ali_row + #sc ~ .article.ali_row +http://haha.mx##.article.mt-20 +http://xvna.com##.articleAD +http://xuite.net##.articleExtAd +http://toutiao.com##.article_link[data-tag="ad"] +http://24en.com##.article_part_top +http://carrotchou.blog,chongdiantou.com,hanypan.com,wangqianfang.cn,wuzuowei.net##.asb +http://fulishequ.com##.asb-index-01 +http://lrshare.com##.asb-post +http://iviewui.com##.asd +http://btyingshi.com##.aside > .card:last-child +http://78dm.net##.aside-add +http://focus.cn##.aside-banners +http://baidu.com##.aside-inner > div[style*="height:"] +http://jingyan.baidu.com##.aside-pro-container +http://fx678.com##.aside-store +http://oschina.net##.aside-topjj +http://anquan.org##.aside_profile_activity > div:first-child +http://showtv.com.tw##.ask18 +http://ilvruan.com##.asst +http://vx666.com##.async[href^="http"] +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://yam.com##.axdBox +http://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://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://82tu.cc##.banner + a +http://csdn.net##.banner-ad-box +http://cnool.net##.banner-ad001 +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://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://html5china.com,sojson.com,wbzol.com,xizi.com##.banner1 +http://jinhua.com.cn##.banner1200 +http://jinse.com##.banner1200_new +http://beihaiting.com,guitarchina.com,hao123.com,sojson.com,wbzol.com##.banner2 +http://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://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://dianyingbar.com##.barrageContainer +http://jnnc.com##.basehr + div +http://news.lzep.cn##.basehr + div:nth-child(3) +http://gd163.cn##.bbs_ad +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://818today.com##.bdg +http://1010jiajiao.com##.bdgg +http://e23.cn##.bdggtb +http://baidu.com##.bds-list-ads +http://pinshan.com##.bea_adv2 +http://eastday.com##.beforegg +http://smzdm.com##.beiwo +http://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://baby-kingdom.com##.bk_list_right_ads +http://fanjian.net##.bkgd-top +http://fanjian.net##.bkgd-topapps +http://erji.com,erji.net##.black.y-style +http://hkcna.hk##.blank17 + .fd > a[href^="http"]:not([href^="http://www.hkcna."]) +http://pconline.com.cn##.blk-img[href^="http://best.pconline."] +http://pconline.com.cn##.block-jcz +http://ifeng.com##.blockR.ipad_none:nth-last-child(2) +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://ft.com,ftchinese.com##.bn-ph +http://yeeyi.com##.boardnav > #ct > .sd +http://xmfish.com##.bobing-theme +http://ifeng.com##.bomBox +http://tvsou.com##.border-btn[style^="height:"] +http://creaders.net##.border_b > tbody > tr > td[height^="2"] +http://biz.zjol.com.cn##.bot +http://gter.net##.bottom +http://hao123.com,muzhi.baidu.com##.bottom-banner +http://dianping.com##.bottom-contrainer +http://qizuang.com##.bottom-fadan-box +http://liba.com##.bottom-pic +http://histock.tw##.bottom-right +http://zhongkao.com,zuowen.com##.bottomImg +http://lenovo.com.cn##.bottom_ad_ban_bg +http://lenovo.com.cn##.bottom_ad_fla +http://freehao123.com##.box +http://cb.com.cn##.box > a[href^="http"]:not([href*=".cb."]) +http://enread.com##.box > ul[style="width:100%;overflow:hidden;"] +http://114la.com,ylmf.com##.box-hot +http://pconline.com.cn##.box-jcz +http://dl.pconline.com.cn##.box-push +http://zol.com.cn##.box-top-ad +http://sportsv.net##.box.ad +http://csdn.net##.box.hot +http://0772fang.com##.box0 +http://lolshipin.com##.box2 +http://mobanwang.com##.box960x90 +http://henan100.com##.boxB +http://ifeng.com##.box_list_pic > a[href^="http://dol.deliver."] +http://duba.com##.box_shopping +http://fx678.com##.box_video +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://bt.cn,lotour.com##.btad +http://163.com##.btm-ad +http://onlinedown.net##.btmAD +http://ifeng.com##.btm_tg +http://aizhan.com##.btn +http://zdfans.com##.btn + .btn +http://firefox.com.cn,firefoxchina.cn##.btn-email-show + p +http://cssmoban.com##.btn-host +http://subku.net##.btn-success +http://mydrivers.com##.btnNext + div:last-child +http://gusuwang.com,news.hexun.com##.business +http://brtn.cn,btime.com##.business-box +http://brtn.cn,btime.com##.business-item +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://mgtv.com##.c-95060-top +http://baidu.com##.c-container.ec-container +http://3987.com##.c-gg +http://baidu.com##.c-result[data-tpl="adv_wenku_fc"] +http://suning.com##.c2c-recommend +http://myexception.cn##.c_a_3 +http://aohua.com.au##.c_ad +http://cnblogs.com##.c_ad_block +http://kdnet.net##.c_spread +http://360.cn##.cangbao_redbags +http://qihoo.com##.car-ercode +http://duba.com##.car_ads +http://btring.com##.card[target="_blank"] +http://16888.com##.cardataclass +http://htcui.com##.carousel +http://cnbeta.com##.cb-help +http://baidu.com##.cbg-Ads +http://cnbeta.com##.cbhelp +http://m.cnbeta.com##.cbimage-fixed +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://11luba.com,niluba.cc##.center > div:last-child +http://sina.com.cn##.center-pdps +http://sina.com.cn##.center-pdps-02 +http://huarenjie.com,huarenjie.net##.cfad +http://hao.rising.cn##.channel-adimg +http://eeskill.com##.channel-featured-adv +http://enread.com##.channel-nav > .back +http://douban.com##.channel_promo +http://xianliao.me##.chat-content__ads +http://longzhu.com##.chatroom-ap +http://2345.com,hao774.com##.chc-dzoem +http://china.com.cn##.chinaJZG +http://firefoxchina.cn##.chip-banners +http://52ch.net##.chn_pb +http://baidu.com##.chunwan-wrapper +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://mgtv.com##.click-s-r1 +http://mgtv.com##.click-t +http://tieba.baidu.com##.client_ad_banner +http://tieba.baidu.com##.client_ad_topBanner +http://tieba.baidu.com##.client_ad_topBanner + .statistics_img_view + li[class] +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://hao123.com##.cn_banner +http://hao123.com##.cn_tips +http://cnbeta.com##.cnbeta-side-sponsor +http://2345.com##.cnxh_box +http://huanqiu.com##.co360Box +http://hlgnet.com##.co_ad +http://hlgnet.com##.co_ad3 +http://vjmedia.com.hk##.code-block +http://rj.baidu.com##.code-wp +http://2345.com##.coem-dzhcn +http://www.wenxuecity.com##.col > ul:not([id]) > li > a[href^="http://"]:not([href*=".wenxuecity."]) +http://zhangxinxu.com##.col-aside +http://big-cup.tv,g-cup.tv##.col-md-12.text-center[style="margin-top: 3px;"] +http://ezprice.com.tw##.col-md-3 +http://gamefy.cn,sitv.com.cn##.col-vlist-l > span +http://dospy.com##.com-adm +http://jiakaobaodian.com##.com-side-car-sales-rank +http://www.kafan.cn##.comeing_show_box[style="padding:10px;"] +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 + div[style="float:right; width:326px;"] +http://gamefy.cn,sitv.com.cn##.con > a:last-child +http://qiuw.com##.con > a:nth-child(n+2) +http://maolihui.com##.con-ad +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://rijutv.com##.container > div[style="height: 128px;"] +http://it1352.com##.container-fluid > .hidden-sm:nth-child(-n+2) +http://www.wangjing.cn##.content > div[style*="980px;"] +http://cnbeta.com##.content > p:last-child > a[href] +http://sspai.com##.content hr:nth-last-child(-n+4) ~ p +http://w3cschool.cn##.content-abox +http://baidu.com##.content-adv +http://fullyu.com##.content-top-ads +http://ptbus.com##.content14 +http://p9.com.tw##.contentRightAd +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://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://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://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://51credit.com##.credit-box +http://bkill.com##.cross-ad +http://timedg.com##.crossAdvertise +http://timedg.com##.crossAdvertise2 +http://sm.cn##.crumb-link + .other +http://iplaysoft.com##.crumb_ad +http://csdn.net##.csdn-tracking-statistics[style="height: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://ihref.com##.d_banner +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://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://8ziyuan.com##.deanadsside +http://pan.baidu.com##.decrease-active +http://xianshuabao.com##.demand-dialog +http://xianshuabao.com##.demand-fixed +http://17qingsong.com##.detail-gads +http://toocle.com##.detail_top_ad +http://faxingw.cn##.detailadv +http://faxingw.cn##.detailgc +http://zcool.com.cn##.details-advertisement +http://xiadele.com##.details-small-carousel +http://discuz.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://gs.chinanews.com.cn##.div1000_2 + .div980 +http://131458.com##.divGuanggao +http://0597ok.com##.div_ad +http://pc0359.cn##.dl-down +http://pc0359.cn##.dl-ico:nth-child(-n+7) +http://dl.pconline.com.cn##.dlTips +http://gfan.com##.dl_AD +http://silver.org.cn##.dl_lt +http://letv.com##.dl_mobile +http://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://pctowap.com##.dowap_ads +http://3d66.com##.down-adver +http://zol.com.cn##.down-jisu +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://xiazaizhijia.com##.down_list +http://yesky.com##.down_referer +http://yesky.com##.down_referrer +http://downza.cn##.down_top +http://downza.cn##.downbtn +http://portablesoft.org##.downcenter +http://yxzoo.com##.downgg +http://onlinedown.net##.downgs +http://188soft.com##.download +http://duote.com##.download-box:first-child +http://downg.com##.download-list:first-child +http://wmzhe.com##.downloader +http://pc0359.cn,pc6.com##.downnow +http://123.sogou.com##.dropBox_list > li > a > span[style="color:red"] +http://jxcn.cn##.dsp_yxxf +http://jinbaozy.com##.dtk-fixed-ads +http://51ztzj.com##.dtmwrap[style="height:75px;background:#fff"] +http://81.cn,chaomi.cc,cnstock.com,cpnn.com.cn,cs.com.cn,dyhjw.com,hnr.cn,kkj.cn,my0538.com,mydrivers.com,ofweek.com,silver.org.cn,ttzmz.vip,wendu.cn##.duilian +http://hnr.cn##.duilian_close +http://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://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://news.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://rj.baidu.com##.entrance +http://hackhw.com##.entry-banner +http://fuliba.net##.entry-content > div[style^="float:right"] +http://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-header + p + p[style="text-align: center;"] +http://hexieshe.com,hexieshe.xyz,xxshe.info##.entry-title > p +http://niotv.com##.epg_ad3 +http://niotv.com##.epg_ad_list +http://epinv.com##.epgg ~ .huadong +http://epinv.com##.epinv_b +http://epinv.com##.epinv_f +http://shulink.com##.er_g +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://5gw.cc##.f_b_c_d +http://m.sohu.com##.f_rec[href^="//m.sohu.com/promotion?"][href*="/f/"] +http://infoq.com##.f_sponsorbox_top_2 +http://sgcn.com,wangjing.cn##.fad +http://mobile01.com##.fast-ad +http://duba.com,uu114.cn##.fav_box +http://baidu.com##.fc-ad-line +http://baidu.com##.fc-wenku-ad +http://hkcna.hk##.fd + .fdr > a[href^="http"]:not([href^="http://www.hkcna."]) +http://jq22.com##.fdad +http://maxthon.cn##.feast-gift-search +http://focus.cn##.feed-item[node-type="ad-item"] +http://focus.cn##.feed-list-item[data-ad-type] +http://smzdm.com##.feed-stuff +http://ytbbs.com##.fend_ad +http://home.ifeng.com##.fengjc02 +http://360.cn##.festival_snatch +http://nicotv.me##.ff-ads +http://fh21.com.cn##.fh-ad-iask-pic +http://cngold.org##.fiexdAdvsClosed +http://halihali.me##.filmDes + .mod +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework-wrap +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.firework_sender_wrap +http://etnet.com.cn##.firstAD +http://zybang.com##.firstBanner +http://html5china.com##.firstnews +http://douyu.com##.fishop-anchor-recommands-box +http://hepan.com##.fivead +http://elecfans.com##.fix-btmad +http://12306.cn##.fix-yh +http://silver.org.cn##.fix_bottom_position +http://silver.org.cn##.fixbottom_wrap_small +http://jjmmw.com##.fixed-ad +http://gitee.com##.fixed-notice-messages +http://lenovo.com.cn##.fixedLeftAd +http://163.com##.fixed_foot_ad +http://gucheng.com##.fixed_img +http://aimazu.com,gongkong.com##.fixediv +http://lyreader.com##.fixnewUser +http://icoc.bz##.fk-siteAdBoxCB +http://bbs.actoys.net##.fl[style$="float:right;"] +http://haote.com##.flashbox +http://youthwant.com.tw##.flex-container +http://vhiphop.com##.flexslider +http://qunar.com##.flight_ad +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://oschina.net##.float_adbox +http://admin5.com##.float_both_index +http://zmz2019.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://newcger.com##.focus + .block934 +http://1fzw.com##.focus-bots +http://cnblogs.com##.focus-gg +http://zhongkao.com##.focusBox +http://yinyuetai.com##.focus_bottom_banner +http://haodou.com##.focus_img +http://900.la##.font-ad +http://se8u.cc##.footAdv +http://jisilu.cn##.foot_ad +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://hiapk.com##.g2.mt20 +http://hiapk.com##.g2_img_l +http://hiapk.com##.g2_img_r +http://hiapk.com##.g2_right +http://mobanwang.com##.g960 +http://126.com,163.com##.gWel-promt +http://smzdm.com##.g_g +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://tvhome.com##.game_Ad +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://so.com##.garllery_ad +http://115.com##.gb-advs +http://1kkk.com,40407.com,5068.com,88148.com,chazidian.com,china.com,cnwnews.com,dhzw.org,elecfans.com,ghjie.com,iask.ca,ifeng.com,iqilu.com,jj59.com,juqingba.cn,qzwb.com,sina.com.cn,tianya.cn,zsnews.cn##.gg +http://elecfans.com##.gg-01 +http://morningpost.com.cn##.gg-2 +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://ifeng.com##.gg298 +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.com##.gg_img +http://china.cn##.gg_li +http://324324.cn##.gg_sidebar +http://doub.io##.gg_slider_comad +http://eeyy.com##.gg_top +http://cww.net.cn##.ggbar +http://baidu.com##.ggbtm-vip-close +http://55188.com##.ggdistich +http://chazidian.com##.ggin +http://eastday.com##.gglist +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,douyutv.com##.giftbox +http://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://ddooo.com##.gsbtn +http://yxdown.com##.gsdown +http://33lc.com##.gsdt +http://yxdown.com##.gsxz_ydw +http://putclub.com##.gtest +http://58.com##.guaguabox +http://97aa1.com,niu20.com##.guang4 +http://runningmanzx.com##.guangao +http://doub.io##.guangg +http://adreep.cn,baoliny.com,gasaq.com,hgitv.com,ifooday.cn,nen.com.cn,rznews.cn##.guanggao +http://cnlinfo.net##.guanggao-left +http://cnlinfo.net##.guanggao-right +http://hkwb.net##.guanggao2 +http://gasaq.com##.guanggao_ime_big +http://cnmo.com##.guanggao_type +http://shm.com.cn##.guanggaowei2 +http://shm.com.cn##.guanggaowei3 +http://downhot.com##.guans +http://guokr.com##.guokr-layer-beforelogin +http://halihali.me##.guolewan +http://eweiqi.com##.guoqing +http://codejie.net##.h--banner +http://codejie.net##.h-ad-banner +http://21cn.com##.h-gg +http://ting56.com##.h1000 +http://ting56.com##.h336 +http://hebei.com.cn##.h50px +http://mumayi.com##.h80 +http://jjwxc.net##.h8px + div[align="center"] +http://cnblogs.com##.h_ads +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://8btc.com##.header-prices +http://uc123.com##.header-push-container +http://youivr.com##.header-widget-region +http://dragon-guide.net##.header6 +http://jiegeng.com##.header__item--fr +http://seehd.so##.header_wrap + .tac + table[align="center"] +http://aguitar.cn,guitarchina.com##.headerbanner +http://aguitar.cn##.headerbanner2 +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://orsoon.com##.high-downs +http://douyu.com##.his-sign-cont +http://zp365.com##.hitADclass +http://jia360.com##.hjadv +http://hkgolden.com##.hkg-ad +http://4gamers.com.tw##.home-carousel-container +http://baike789.com,wuhaozhan.net##.home-list +http://baike789.com,wuhaozhan.net##.home-list-1987 +http://www.infoq.com##.home_banner +http://orsoon.com##.hongbao +http://wuhaozhan.net##.hongbao_hb +http://tieba.baidu.com##.hongbao_page_pop_common +http://duba.com##.hot-bottom +http://fanyi.baidu.com##.hot-link-middle +http://douyu.com,douyutv.com##.hot-sign-1 +http://douyu.com,douyutv.com##.hot-sign-2 +http://piaoliang.com##.hot990 +http://lenovo.com.cn##.hotAd +http://cnqiang.com##.hotBox +http://duba.com,uu114.cn##.hotTitle +http://itheat.com##.hot_ad +http://itavcn.com##.hot_dealerxin +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://sogou.com##.hotel-pic +http://sogou.com##.hotel_tit +http://sogou.com##.hotel_tj +http://ganji.com##.house-ads-img +http://bbs.hupu.com##.hp-ad250-250 +http://hupu.com##.hp-header-banner +http://tw.mall.yahoo.com##.hpad-wrapper +http://flyzy2005.com##.ht-notification-wrap +http://chinasmartgrid.com.cn##.ht60ad +http://epinv.com##.huadong > a +http://iyaxin.com##.huand3 +http://skinme.cc##.huodong +http://hupu.com##.hupu-shihuo-hot +http://hupu.com##.hupushihuo +http://warting.com##.hz2 +http://52pk.com##.hz_adv +http://99.com.cn##.hzh_botleft +http://xitongcheng.com##.hzj_adv +http://haodou.com##.i-ad +http://haodou.com##.i-adv250 +http://zjk169.net##.iContentLeft +http://zjk169.net##.iContentRight +http://tieba.baidu.com,wapp.baidu.com##.iSlider-wrapper-container-hot-thread +http://i.ifeng.com##.i_con[href^="http://dol.deliver.ifeng.com/"] +http://678cn.com##.ibtad +http://hao.360.cn##.icon-text-nav +http://easylife.tw,ettoday.net##.idleAd +http://haodou.com##.idx_ad_box +http://163.com##.idx_textlink_ad +http://163.com##.idx_tonglan_ad +http://163.com##.idx_top_ad +http://ifeng.com##.ifgBoxAdLis +http://gamer.com.tw##.iframe:last-child +http://xinhuanet.com##.iframeSrc + a[href^="http"]:not([href*=".xinhuanet."]) +http://aiyuke.com##.igamead +http://ifeng.com##.iggLine +http://outofmemory.cn##.iloveoutofmemory660 +http://ilxdh.com##.ilxdh-item +http://im286.net##.im286-t +http://masturbation22.com,playallvideos.com,pron.co,ratedxbiz.com,taporn.com##.ima +http://m.cnbeta.com##.image-container +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://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://cndesign.com##.index-add +http://16fan.com,jianshen8.com##.index-banner +http://cyzone.cn##.index-content-ad +http://1avlang.com,avlang.com,avlang13.info##.index-info > .tac +http://kpd122.com,ssp28.pw##.index-owl-carousel +http://bilibili.com##.index-promote +http://pinggu.org##.index-somelinks +http://keke.la##.index-top-ad +http://keke.la##.index-wz-ad +http://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://mitbbs.ca,mitbbs.com##.index_add +http://76xh.com##.index_advertising +http://76xh.com##.index_advertising02 +http://cqsq.com,jisuxz.com,jmnews.com.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://ijia360.com##.indexad_1 +http://daohangtx.com,jojf.cn##.indexgg +http://chinairn.com##.industry +http://babyhome.com.tw##.info-span-03 +http://itjsb.com##.info_ad +http://wasu.cn##.info_ads +http://ylfx.com##.info_logrt +http://82tu.cc##.infoad +http://chinabidding.com.cn##.innovate + .layer +http://baidu.com##.intro-adv +http://people.com.cn##.ipc_none +http://iqshw.com##.iqshwad-comm +http://henan100.com##.itad +http://carrotchou.blog##.item > a[href^="http"]:not([href*=".carrotchou."]) +http://baike789.com,dysfz.tv,dysfz.vip,wuhaozhan.net##.item-fifth-dl +http://haxiu.com##.item-inner-graph +http://zol.com.cn##.item-sale +http://gansudaily.com.cn##.itemFloat +http://cnbeta.com##.items_area .time +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://ifeng.com##.jcsp +http://jin10.com##.jin-declaration[class*="_b"] +http://jin10.com##.jin-declaration[class*="_h"] +http://jin10.com##.jin-jgg +http://jin10.com##.jin-jgg_d +http://jin10.com##.jin-jgg_j +http://jin10.com##.jin-showbox +http://jin10.com##.jin-wdgg +http://jin10.com##.jin-wdgg + .jin-timeline +http://jin10.com##.jin-wdgg_h +http://oschina.net##.jj +http://eastmoney.com##.jjph_important +http://soyunpan.com##.jmwb +http://haha.mx##.joke-list-anecdote +http://ifeng.com##.jp_list +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://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_fx168_zixun_right_ad2 +http://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://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://jin10.com##.l-main_body > .jin-timeline > div[class*=" "] +http://www.jin10.com##.l-main_body > div[class]:not(.jin-timeline) +http://jin10.com##.l-main_body ~ .jin-timeline +http://www.jin10.com##.l-main_info > div[class]:not(.jin-declaration):not(.jin-qq-cooperation) +http://jin10.com##.l-main_wrap > .jin-timeline > div:not(.jin-declaration):not(.jin-qq-cooperation) +http://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.l1 +http://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://52solution.com##.layout-top-ads +http://szonline.net##.layout_ad +http://gkstk.com##.layui-layer +http://gkstk.com##.layui-layer-shade +http://hz66.com##.lb_gg +http://finance.ifeng.com##.lccs +http://p4yy.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://bejson.com##.left.validate + div +http://cnbeta.com##.left300 +http://newxue.com##.left336280 +http://haxiu.com##.left_a2_04 +http://e2mv.com##.left_advert +http://yxlady.com##.left_bottom_gg3 +http://lz13.cn##.left_box3 +http://lz13.cn##.left_box4 +http://lz13.cn##.left_box5 +http://chinacar.com.cn##.left_pouple_box +http://boniu.xyz,boniu666.co##.left_side +http://duba.com##.left_slidebar_con +http://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://china.cn##.lianmeng_div +http://lywww.com##.lianmengclass +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.life_helper +http://lenovo.com.cn##.link-ad +http://xiaoyun.com##.link-ads +http://baidu.com##.link-banner +http://guahao.com##.link-modal +http://huanqiu.com##.link[href^="https://kdt.im/"] +http://dl.pconline.com.cn##.links > p:not([class]) +http://duote.com##.links-banner +http://linux.cn##.linuxcnad +http://igxe.cn##.lion-flexd +http://ddooo.com##.list > li:nth-child(-n+5) +http://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) +http://iciba.com##.list-item > a[href^="http"]:not([href*=".iciba."]) + .list-title +http://news.ifeng.com##.list022 +http://niutuku.com##.listAD +http://eol.cn##.listAd +http://hljtv.com##.listAd1 +http://cheers.com.tw##.listTxt.news +http://nick18.com,niko18.com##.list_ads +http://en8848.com.cn##.list_adv +http://rsdown.cn##.list_lg +http://qunar.com##.list_promotion_bar +http://uimaker.com##.listads +http://58.com##.listpage_detail +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://china.cn##.lm_div +http://tianya.cn##.load_m_top +http://9ifz.cc##.logbtad +http://ypppt.com##.login_panel +http://uc123.com##.logo > a +http://wdzj.com##.logo-banner +http://fashionguide.com.tw##.logo_ad +http://jjxw.cn##.logo_ad_r +http://chinamedevice.cn##.logo_ads +http://silver.org.cn##.logo_dsaas +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://ytbbs.com##.lt_ad +http://ltesting.net##.ltad_1170 +http://ltesting.net##.ltad_580 +http://luanren.com##.luanren_dbhfad +http://luanren.com##.luanren_dbhfad2 +http://zhainanfulishe.com##.lunboceng +http://rising.cn##.lvmama +http://0597kk.com##.lyhux_mu +http://123.sogou.com##.m-12[pbflag="guess"] +http://pconline.com.cn##.m-JCZ-scrollBlock +http://jx3pve.com##.m-banner-tool +http://moe123.net##.m-inner2[style="height: 160px;"] +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://foodmate.net##.m[style="height:40px;"] +http://myexception.cn##.m_a +http://lgn.yy.com##.m_left +http://163.com##.m_papa +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://expreview.com##.main-side-tao +http://vuejs.org##.main-sponsor +http://nxing.cn##.main:nth-child(-n+6) +http://businessweekly.com.tw##.mainR_content:nth-child(5) +http://greatwuyi.com##.main_9788 +http://greatwuyi.com##.main_ad2 +http://tvmost.com.hk##.main_ad_b +http://hongfen.org##.main_adser +http://cnbeta.com##.main_content_left > .mt5[style="text-align:center;"] +http://m.07073.com##.main_content_tit + div +http://tianya.cn##.main_xiangguan2 +http://qqjia.com##.mainad +http://2345.com##.mainbg +http://2345.com##.mainbg1 +http://bbs.fobshanghai.com##.maintable > div:nth-child(7) +http://iguang.tw##.mall +http://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://zimuzu.tv##.menu-box > .w > li > a[style="color:red;"] +http://cnbeta.com##.meta > .fr +http://cangku.in,galacg.me,llss.li,usnewsexpress.com##.metaslider +http://hexieshe.com,hexieshe.xyz,xxshe.info##.mh-sidebar img +http://hexieshe.com,hexieshe.xyz,xxshe.info,xxshe.xyz##.mh-widget > .textwidget > p > a[href^="http"]:not([href*="she."]):first-child:last-child +http://baby-kingdom.com##.mian + .foot > .foot-top:first-child +http://midifan.com##.mid-aaa +http://rj.baidu.com##.mid-recommend +http://360-bo.com##.middiv > div[style="text-align:center;"] +http://letv.com##.middle-advert +http://timedg.com##.middleCrossAdvertise +http://jmbbs.com##.middle_guanggao +http://fenghuo.in##.mimi +http://6.cn##.min-ad-box +http://cnr.cn,jxcn.cn##.min-news-box +http://nowcoder.com##.mini-banner +http://goldlegend.com##.mjad +http://hmog.me##.ml_ad_widget +http://cnforex.com##.mleft > a +http://china.com##.mm +http://6789.com##.mm-force +http://fqlook.com##.mmver +http://playno1.com##.mn > div[style="margin-bottom:10px;"] +http://mail.pchome.com.tw##.mnav +http://mnw.cn##.mnw_685 +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://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://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://9669.cn##.mt10[style="height:260px;"] +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://cosxcos.xyz##.myakbz +http://acglover.me##.myas +http://myday.com.tw##.myday_ad_950 +http://myday.com.tw##.myday_ad_left +http://myday.com.tw##.myday_ad_right +http://sydneytoday.com##.mygad +http://abcsee.net##.myset +http://ifooday.cn##.myzs +http://2345.com,hao774.com##.mzdh_bottom +http://hepuwang.com##.n5_dbhfad > .wapper +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://tpy888.cn##.nead +http://guidaye.com##.neirongs +http://rising.cn##.new-1111 +http://zhanqi.tv##.new-advertising-area +http://yes-news.com##.new-index-ad300 +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://halidown.com##.new_head_ad +http://doub.io##.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_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://gamersky.com##.ngg_down +http://chongdiantou.com##.nice-sales +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://ifeng.com##.opcPop_tit_zz +http://wdzj.com##.opentb +http://read.qidian.com##.operation-wrap +http://baidu.com##.optimus +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://webkaka.com##.pNavigateAd +http://webkaka.com##.pTopTextAd +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://baidu.com,cssmoban.com##.page-banner +http://contents.internet.apps.samsung.com##.page-bar +http://xizi.com##.pageAD1 +http://cngold.org##.pageAdv +http://baidu.com##.pageLeftFixedAD +http://ifeng.com##.pao_ad_02 +http://ifeng.com##.pao_ad_03 +http://ifeng.com##.pao_mid +http://ifeng.com##.pao_mid_02 +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://heiguang.com##.pbAddPic +http://kikinote.net##.pc_ad +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.per_list.j_per_list.per_list_frs +http://52solution.com##.pf-outbox +http://265g.com##.phone_bgban +http://sodao.com##.photo-see > div[style="text-align: center; margin-bottom: 10px;"] +http://caikuu.com##.photo_abv +http://jrj.com.cn##.piboxtwo +http://tv.52pili.com##.pic-box +http://ifeng.com##.pic1000 +http://ifeng.com##.pic280 +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://gmw.cn##.pic_list_bd750 +http://chinaiiss.com##.pic_text +http://moxing.net##.pic_txt_list +http://baidu.com##.picad +http://16sucai.com##.pindao_ad2 +http://keywin.org##.pindaolist +http://creaders.net##.pinglun > .btmlist-title +http://chinaz.com##.plate-layout +http://baofeng.com##.play-ads +http://news.ifeng.com##.play_center +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://dzwww.com##.popular +http://qiuziti.com##.popularize +http://eol.cn,hao123.com##.popup +http://easylife.tw,ez3c.tw##.popup_bottom_block +http://camerabay.tv##.popupad +http://pzzc.net##.portal_block_summary +http://tgfcer.com##.portalbox +http://ilxdh.com##.pos-nav +http://netbardh.com##.pos-navbar-ad +http://jobbole.com##.post > .textwidget +http://vmovier.com##.post-ad-bottom +http://jobbole.com##.post-adds + .textwidget +http://css88.com##.post-bottom +http://sanv.org##.post-left +http://vmovier.com##.post-right-item + a[target="_blank"] +http://ihacksoft.com##.post-top-gg +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://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##.pro_r_t +http://meltoday.com,sydneytoday.com##.promo +http://brtn.cn,btime.com##.promo-item > a[href^="http"]:not([href*=".b"]) +http://huaban.com##.promotion +http://anquan.org##.pub_side_ad +http://fwxgx.com##.public-link > a[href^="http"]:not([href*=".fwxgx."]) +http://doudoudm.com##.public_ad +http://ifeng.com##.pullClient +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://seqing.world,singlove.com,whichav.com,whichav.net,wokao.co##.qq +http://zixuekaoshi.net##.qq_nr_lad +http://htcui.com##.qqanimate +http://baidu.com##.quality-elinks +http://ifeng.com##.qudaoTg +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://9vip.top,ahtv.cn,bzfl1.cc,sexbarss.net##.r1 +http://biz.zjol.com.cn##.rBlok1[style=" margin-bottom:10px;"] +http://7hcn.com##.rCont +http://xitongcheng.com##.r_adv +http://douni.com##.rad_1 +http://mydigit.cn##.radi +http://ananvod.com##.rbPicAll +http://sciencenet.cn##.rbanner +http://818today.com##.rbdyg +http://yuqingcn.cn##.rboxad +http://msn.cn##.rc > a[href^="https://sp.booking.com/"] +http://xvna.com##.rctad +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##.rec +http://baidu.com##.rec-feeditem +http://douban.com##.rec_topics_name[href^="https://erebor.douban."] +http://image.baidu.com##.recom +http://ilxdh.com,image.baidu.com,xizi.com##.recommend +http://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://china.cn##.recommend_RightShow +http://china.cn##.recommend_box +http://china.cn##.recommend_video +http://72g.com##.recommended +http://passiontimes.hk##.rectAd680 +http://chinaz.com##.red[href*=".wsisp.net/"] +http://guba.eastmoney.com##.redian +http://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://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://news.ifeng.com##.right1 +http://baby-kingdom.com##.right5 +http://baidu.com##.rightAd-skin +http://fullyu.com##.rightSide-top-ads +http://hao123.com##.rightTip +http://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://mtrend.cn##.right_hongbao_xuanfu +http://gucheng.com##.right_info +http://lahoo.ca##.right_multi_banner +http://163.com##.right_originalcolumn_ad +http://china.cn##.right_shop_box +http://boniu.xyz,boniu666.co##.right_side +http://dilidili.wang##.right_top_ad +http://hkwb.net##.rightadv2 +http://mail.sina.com.cn##.rightbottom +http://tingvoa.com##.rightgood +http://muzhi.baidu.com##.rightnest +http://portablesoft.org##.rightside > :nth-child(n+2) +http://biz.ifeng.com##.riodel +http://ithome.com##.rm-modal-bg +http://ithome.com##.rm-modal-body +http://playallvideos.com,pron.co##.rmedia +http://allyingshi.com,zimuzu.tv##.room +http://douyu.com,douyutv.com##.row-4.theatre +http://jia360.com##.row-ad01 +http://douyu.com,douyutv.com##.row.row-3 +http://howfile.com##.row1_right +http://dalao.ru##.row:nth-child(11) +http://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-news-special[data-url^="http://vip.baidu.com/"] +http://uc123.com##.s-right +http://2345.com##.s11-fixNav +http://2345.com##.s11-logowall +http://2345.com##.s11-side +http://duba.com##.s11_store_box +http://duba.com##.s11_zb +http://114la.com##.s11bg +http://tbtdg.com##.s11text +http://2345.com##.s12-fullNav +http://wenda.tianya.cn##.s1Tit + .sideBox +http://cnstock.com##.sBox-left +http://cnstock.com##.sBox-right +http://finance.ifeng.com##.sConRbox +http://laozuo.org##.s_ad125 +http://baidu.com##.sam_iebrowser_banner +http://image.baidu.com##.sample0 +http://image.baidu.com##.sample1 +http://image.baidu.com##.sample2 +http://ithome.com##.sb_list > .bx +http://1010jiajiao.com##.sbox +http://image.so.com##.sc-similarcm +http://hao123.com##.sc-tips +http://mail.pchome.com.tw##.sceng +http://wps.cn##.school +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.score_ecr_wrapper +http://epinv.com##.scrollep +http://firefox.com.cn,firefoxchina.cn##.sd-promote +http://playno1.com##.sd.pph +http://yeeyi.com##.sd.pph > .mbm.hm +http://xianzhenyuan.cn##.sd_ad:not(#xztba) +http://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,timeon.cn##.search_promotion +http://ijia360.com##.search_radlist +http://qiuziti.com##.search_wordimg +http://cnool.net##.second-banner +http://www.sina.com.cn##.secondtj-wrapper +http://coolinet.com##.section-banner +http://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://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-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://china.cn##.shop_box +http://gq.com.tw##.shopslide +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://aohua.com.au##.sidBoxNoborder +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##.side_game +http://duba.com##.side_other > .img +http://duba.com##.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://jianshen8.com##.sidebar > a +http://fulibus.net##.sidebar > div:first-child +http://xiaoz.me,xingkbjm.com##.sidebar a > img +http://superlife.ca##.sidebar-ad-zone +http://cyhour.com##.sidebar-all +http://juejin.im##.sidebar-bd-entry +http://portablesoft.org##.sidebar-box +http://cnblogs.com##.sidebar-image +http://mywpku.com##.sidebar-recommended +http://daweijita.com##.sidebar-right > .widget-box:first-child +http://cangku.in,galacg.me##.sidebar-top +http://52tian.net##.sidebar960 +http://steachs.com##.sidebar:first-child +http://bestcbooks.com##.sidebar:last-child +http://kocpc.com.tw##.sidebar:nth-child(2) +http://kocpc.com.tw##.sidebar:nth-child(3) +http://pic.sogou.com##.sidebar_box.shut +http://v2ex.com##.sidebar_compliance +http://v2ex.com##.sidebar_units +http://fsdpp.cn##.sidebox > a > img +http://uraban.me##.sider > a +http://docin.com##.sider_gg +http://youtaoqi.com##.sidetg +http://mopxing.com##.sideul1 +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://stockstar.com##.siteAd_l +http://stockstar.com##.siteAd_r +http://icoc.cc,icoc.in##.siteAdvertisement_box +http://hdchina.org##.sitead +http://uimaker.com##.siteads +http://findprice.com.tw##.sitemajiad +http://hao123.com##.siye +http://iask.sina.com.cn##.sj_300x250 +http://iask.sina.com.cn##.sj_680x250 +http://fuli.us##.slick +http://baidu.com##.slide-bner-adv-ret +http://ksbbs.com,kshot.com##.slideAdvert +http://e0838.com##.slideInner +http://cnbeta.com##.slide_area a[href^="http"]:not([href^="http://www.cnbeta."]) +http://ifeng.com##.slide_popo_modal +http://duba.com##.slidebar +http://duba.com##.slidebar + .extend +http://talkfx.com##.slidebox +http://hupu.com##.slider-pic > .list > li > a[href^="http://goto.hupu."] +http://uc.cn##.slider__sdk__wrapper +http://1688.com##.sm-offer-item[p4p*=".1688."] +http://codepub.com##.small-banner +http://hao.360.cn##.small-obj +http://pdflibr.com##.sms-content-ad +http://ant.design##.snd-ad +http://hao123.com##.soft-ad-banner +http://huacolor.com##.soft-downUrl-list.underline +http://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://ithome.com.tw##.span4:nth-child(5) +http://ithome.com.tw##.span4:nth-child(8) +http://css88.com##.spark-rm +http://shmet.com##.spb-biz-cont +http://fhm.com.tw##.special_ad_bottom_sticky +http://fhm.com.tw##.special_ad_cover +http://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://stockstar.com##.ss-ad-icon2 +http://xuebuyuan.com##.ss_gateway +http://duba.com##.ss_sider_list[href*=".wan.liebao.cn"] +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://ifeng.com##.swiper-bottom +http://vdianying.cc##.swiper-container +http://1kkk.com,dm5.com##.swiper-container[style*="760px;"] +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://gou19.com##.t[style="margin-top:8px"] +http://bbs.fobshanghai.com##.t_infoline +http://douyu.com,douyutv.com##.tab-content.promote +http://chinatimes.com##.tab_4_box +http://265g.com##.tab_imgtop +http://tw.yahoo.com##.tabads +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://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://gkpass.com##.tbanner +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.tbui_aside_float_bar + .clearfix +http://9u8u.com##.tc-box +http://baidu.com##.tc-card[tpl="fc_before_fixads"] +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://8boniu.com,boniu.xyz,boniu666.co##.td_item +http://mobanwang.com##.teagg +http://duba.com##.tempAd +http://affyun.com##.text +http://affyun.com##.text ~ a +http://baidu.com##.text-advertise +http://dalao.ru##.text-gray:nth-child(10) +http://baidu.com##.text-link-ads +http://yorkbbs.ca##.textNewsBorder +http://auto-online.com.tw##.text_links_h +http://eyy5.cn##.textadlist +http://maomaomom.com##.textwidget > table[width="1050"] +http://acgbuster.moe##.tg-inner +http://526bt.com,eroacg.com,laod.cn,xiaohutuwb.com,zhujiceping.com##.tg-site +http://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://cnool.net##.third-banner +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_dir_ad +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_local_58 +http://jbtalks.cc##.threadad +http://css88.com##.thumb-leftsidebar-image02 +http://css88.com##.thumb-rightsidebar-image01 +http://163.com##.tie-ad-bar +http://2345.com,hao774.com##.tip_stopXP +http://zhujiwiki.com##.tips +http://3gsc.com.cn##.tipsA +http://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://cnbeta.com##.tks +http://bdimg.com,tieba.baidu.com,tieba.com##.tl_shadow + * + li[class]:not([class="tl_shadow tl_shadow_new"]):not([class="tl_shadow tl_shadow_new "]):not([class="tl_shadow tl_shadow_new shadow"]) +http://tieba.baidu.com##.tl_spread +http://manmanw.net##.tlads +http://esnai.com##.tlgg +http://maxthon.cn##.tmall-nav-v2 +http://duba.com,uu114.cn##.tmall_bg15 +http://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://golangtc.com,html-js.com##.top +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://vansky.com##.top-ad-link +http://leiphone.com,sina.com.cn##.top-banner +http://baidu.com##.top-banner-ad-wrap +http://10jqka.com.cn##.top-bar-fl > .top-hot +http://infoq.com##.top-bar-promo +http://99danji.com,eeyy.com##.top-bg +http://zimuzu.tv##.top-box > div[style="text-align:center; margin:0 0 15px 0;"] +http://zimuzu.tv##.top-box > div[style="text-align:center; margin:10px 0 15px 0;"] +http://163.com##.top-gg-area +http://taihainet.com##.top-info +http://2345.com##.top-lvy +http://eelly.com##.top-picture +http://css88.com##.top-post-link +http://rj.baidu.com##.top-recommend +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top-sec + .middle-sec +http://hao123.com##.top-test +http://ifeng.com##.top-tg +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##.top_ad_tmall +http://40407.com,86wan.com,qudong.com,xitong8.com,xt700.com##.top_banner +http://cngold.org##.top_bigad +http://0772fang.com##.top_blft +http://ifeng.com##.top_carousel +http://duba.com,uu114.cn##.top_func_ad +http://0579.cn,xizi.com##.top_gg +http://2345.com##.top_news +http://jmw.com.cn##.top_pic +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.top_toutu_admarks + .tbui_slideshow_list +http://163.com,changsha.cn,jrj.com.cn,kekenet.com,neotv.com.cn,sina.cn,sina.com.cn##.topad +http://qz828.com##.topadv +http://itavcn.com##.topadvzone +http://dayanzai.me##.topban +http://kocpc.com.tw##.topbarad +http://chromecj.com##.topblock +http://artzd.cn##.topbox > table[style="text-align: center; width: 100%;"] +http://srzc.com##.topgg +http://srzc.com##.topgg1 +http://bilibili.com##.topic-preview > li > a[href^="http"]:not([href*=".bilibili."]) +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://tvhome.com##.ttt +http://52pili.com,7060.la,halihali.me##.tuiguang +http://m.hao123.com##.tuizhan +http://meizhou.cn##.tuwengg +http://tvhome.com##.tvAd +http://xinhuanet.com##.txt > ul > li > a[href^="http"]:not([href*=".xinhuanet."]) +http://chinaz.com##.txtAdBox +http://mydigit.cn##.txtMes +http://cntour2.com##.txtPicAd +http://ltaaa.com##.txtads +http://500.com##.tz_pai +http://cyzone.cn##.tzkd_bottom +http://cyzone.cn##.tzkd_top +http://163.com##.u-index-ad +http://sogou.com##.u-page-gg +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_aside +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.u9_head +http://libaclub.com##.ui-adsame +http://duowan.com##.ui-business +http://xigua110.com##.ui-detail + .ui-detail-info +http://m.nownews.com##.ui-footer-fixed +http://ofweek.com##.ui-slider +http://hlyy.cc##.ui-sponsor +http://ispot.news##.ui_adblock +http://hackhome.com##.ul_ad +http://131458.com##.ulfooter_top +http://autohome.com.cn##.union-ad-placeholder +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://bejson.com##.validateButtons.clear a +http://douyu.com,douyutv.com##.vcode9-sign +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://hupu.com##.voice-ad300-250 +http://hupu.com##.voteIndex +http://dianping.com##.votelist + .aside-box +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://ptbus.com##.weixin_ad +http://52zpi.com##.wenziad +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://ilvruan.com##.widget-asst +http://eefocus.com##.widget-bom2buy +http://hao123.com##.widget-hlbar > span +http://hanjutvn.com##.widget-topadding +http://hao123.com##.widget-topbanner +http://hanjutvn.com,taijuwang.com##.widget-unpadding +http://didispace.com##.widget-wrap > p[style="text-align: left;padding-bottom: 20px;line-height: 30px;"] +http://hanjutvn.com##.widget-xlxba +http://web20share.com##.widget:nth-of-type(5) +http://doub.io##.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,daqianduan.com,landiannews.com,xingkbjm.com##.widget_media_image +http://landiannews.com##.widget_metaslider_widget +http://codeceo.com,fuli8.net##.widget_text:first-child +http://fulibl.cc##.widget_text:last-child +http://py91.net##.widget_textads +http://aeink.com##.widget_ui_adsf +http://daqianduan.com,koyi.pub,wuzuowei.net##.widget_ui_asb +http://aeink.com##.widget_ui_textads +http://daqianduan.com,hanfan.cc,wuzuowei.net,yeyulingfeng.com##.widget_ui_textasb +http://subhd.com##.win_content +http://subhd.com##.win_win +http://so.com##.windisplayCell +http://163.com##.with-bot-ad > .arrow_down +http://hao123.com##.wm +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.worldcup_info_banner_dialog +http://gpshk.cc##.wp > div:last-child > p[align="center"] +http://141hongkong.com##.wp.at +http://tropica.cn##.wp1.a_t +http://cangjige.net,cangjige.win##.wp[style="height:36px;padding-top:15px;"] +http://tui18.com##.wp[style^="width:"] +http://bbs.gfan.com##.wpp +http://start.firefoxchina.cn##.wrap > div[style]:last-child +http://99a21.com##.wrap-head-spots +http://duote.com##.wrap-right-B > div[style="margin:10px 0;"] +http://bbs.feng.com##.wrap.fl_row +http://paipai.fm##.wrapbg +http://50yxw.com##.wrapper > [style^="text-align:"] +http://iviewui.com##.wrapper-aside +http://image.baidu.com##.wrapper_dot_box.dot_black +http://wallstreetcn.com##.wscn-ad +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://autofan.com.cn##.xf_ad +http://familydoctor.com.cn##.xg +http://xinhuanet.com##.xhdf_moreAdv +http://tj.xinhuanet.com##.xhdf_num1_col3 +http://xinhuanet.com##.xhdf_row_adv +http://bkill.com##.xiangguan-ad +http://12580sky.com##.xiaogao +http://12580sky.com##.xiaogao2 +http://cr173.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://dianyingbar.com,hanjutvn.com,taijuwang.com##.xlxba +http://muchong.com##.xmc_Logo + .xmc_fr +http://muchong.com##.xmc_green + a[href^="creditshow."] +http://muchong.com##.xmc_viewthread_ad +http://banyungong.org##.xnf +http://21cn.com##.xuantu +http://xkb.com.cn##.xwAd +http://my0832.com##.xx_div +http://pc0359.cn##.xx_yd +http://pc0359.cn##.xx_yd2 +http://wanyx.com##.xz_down +http://xixiwg.com##.xz_left > ul:nth-last-child(3) +http://05sun.com##.xzq +http://moviesunusaaa.org##.yahooinner +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://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://ifeng.com##.zhenxuan +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://brushes8.com##.zjianad +http://qinbing.cn##.zjlmad +http://jqzb.com.cn##.zk_xf +http://91danji.com##.zlVideTowNav +http://silver.org.cn##.zl_login +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://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com#?#.p_postlist > :-abp-properties(width: 739px;) +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://programmer-club.com.tw##A[href*="/ADRedirect."] +http://24en.com##A[href*="/ClickAd?"] +http://gmgard.com,hggard.com##A[onclick*="Advertisement"] +http://cnxz.cn##[class*="-ad"] +http://jmw.com.cn##[class^="advertising"] +http://gamme.com.tw##[class^="sidead_"] +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://ifeng.com##[id^="cl"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##[id^="spreadad_"] +http://sinolub.com##[id^="xker"] +http://lyreader.com##[onclick^="loadDownloadAPP"] +http://kisssub.org##a > img[src*=".0o0.ooo/"] +http://5dm.tv##a > img[src*=".sinaimg."] +http://ruanyifeng.com##a > img[src*="wangbase.com/blogimg/asset/"] +http://acgnx.se##a > img[src^="/images/"] +http://ainuody.com##a > img[src^="http://wx"] +http://doub.io##a > img[src^="https://img.doub.pw/thumbs/"] +http://tieba.baidu.com,wapp.baidu.com##a.fixed_bar +http://maiche.com##a.some-img +http://chexun.com##a[attr-outside-ad] +http://wenku.baidu.com##a[class*="tiger-"][class*="-dialog"] +http://hao123.com##a[class^="gameyixing-link-"] +http://csai.cn##a[class^="gg"] +http://ditu.so.com##a[class^="index-bcItem-"] +http://focus.cn##a[data-ad-pos-id] +http://caibaojian.com##a[data-href*="aliyun"] +http://oschina.net##a[data-traceid$="_ad"] +http://oschina.net##a[data-traceid*="_detail_above_text_link_"] +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://bilibili.com##a[href$="_suning.html"] +http://acg12.com##a[href*="%2F"] +http://17173.com##a[href*="&ad_code="] +http://neatstudio.com##a[href*="&cps_key="] +http://ruanyifeng.com##a[href*=".100offer.com"] +http://dilidili.wang,~h5.dilidili.wang##a[href*=".11h5."] img +http://cctv.com##a[href*=".17fengyou.com"] +http://quanmin.tv##a[href*=".2144.cn/"] +http://backchina.com##a[href*=".21usdeal.com"] +http://qu.la##a[href*=".350.com"] +http://halihali.me##a[href*=".9game.cn/"] +http://163.com,bilibili.com,longzhu.com##a[href*=".admaster."] +http://ip.cn##a[href*=".ali"] +http://techweb.com.cn##a[href*=".aliyun.com"] +http://zhanqi.tv##a[href*=".bfun.cn/ad."]:not([href*=".zhanqi."]) +http://backchina.com##a[href*=".cardbenefit.com/"] +http://cnbeta.com##a[href*=".ctyun."] +http://idanmu.at##a[href*=".datealive.com.cn"] +http://bilibili.com##a[href*=".doubleclick."] +http://wigcw.cn##a[href*=".gwents.com"] +http://ctfile.com##a[href*=".henghost.com"] +http://hanjutv.com##a[href*=".hujiang.com"] +http://cctv.com##a[href*=".jaeapp.com"] +http://chinanews.com##a[href*=".jiuxianfeng.com"] +http://tiexue.net##a[href*=".junp"] +http://doudoudm.com##a[href*=".kxyike.com/"] +http://apprcn.com,yeyulingfeng.com##a[href*=".lizhi."] +http://ifkjx.com##a[href*=".lolbaicai.com"] +http://mumujita.com##a[href*=".makeding.com/"] +http://sina.cn##a[href*=".maozhuar.com"] +http://ifkdy.com##a[href*=".me/aff/"] +http://zimuzu.tv##a[href*=".paojiao.com/"] +http://zhibo8.cc##a[href*=".rd-game."] +http://makepolo.com##a[href*=".rong360.com"] +http://ccav5.com##a[href*=".sinaimg."] +http://ifeng.com##a[href*=".sm.cn"] +http://chdbits.co,hdcmct.org##a[href*=".taobao"] +http://cnbeta.com,sojson.com##a[href*=".upyun."] +http://zhibo8.cc##a[href*=".wanjiashe."] +http://dm5.com,dm5.hk##a[href*=".wannaplay.cn"] +http://tiexue.net##a[href*=".wx359.cn/"] +http://cnzol.com##a[href*=".youa.net"] +http://108.62.192.122,23.81.209.214,plus28.com##a[href*="/?Extend="] +http://ctanet.cn##a[href*="/GoTo.asp?ID="] > img +http://instrument.com.cn##a[href*="/ad/"] +http://fanjian.net##a[href*="/ad_click?"] +http://xitek.com##a[href*="/adclick"] +http://webkaka.com##a[href*="/click/a_d_"] +http://cangku.in,cangku.moe,galacg.me##a[href*="/game"] +http://ccav1.com##a[href*="/go"] +http://cgown.com##a[href*="/go.php?"] +http://dy2018.com,xiaopian.com##a[href*="/htmlcode/"] +http://cableabc.com##a[href*="/img1/"] +http://tucao.one##a[href*="/index.php?m=poster&"] +http://ithome.com##a[href*="/lapin."] +http://6park.com##a[href*="/link.php?key="] +http://tingvoa.com##a[href*="?adid="] +http://haxiu.com##a[href*="?aid="] +http://ruanyifeng.com##a[href*="?utm_source="] +http://dilidili.wang##a[href*="Game"] +http://eworldship.com##a[href*="ad_click&"] +http://xitek.com##a[href*="adclick"] + .info +http://159i.com##a[href*="ai69"] +http://bejson.com,fastadmin.net##a[href*="aliyun"] +http://r3sub.com##a[href*="bit.ly"] +http://cnbeta.com,ruyo.net##a[href*="cloud.tencent."] +http://china.com.cn##a[href*="dwz.cn"] +http://tiexue.net##a[href*="game.tiexue."] +http://i-part.com.tw##a[href*="goo.gl%2FW9SXr1&"] +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://6park.com##a[href*="out.php?"] +http://ifeng.com##a[href*="popoxiu.com"] +http://ifeng.com##a[href*="popoxiu.com"] + h3 +http://ifeng.com##a[href*="popoxiu.com"] + h3 + p +http://6park.com##a[href*="qq.php?"] +http://cgown.com##a[href*="tb.am"] +http://fastadmin.net##a[href*="tencent"] +http://58.com##a[href*="to8to.com"] +http://1111.baidu.com,bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##a[href*="www.clinique."] +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://ip.cn##a[href="hb.php"] +http://moyu16.com##a[href="http://71979.com"] +http://cari.com.my##a[href="http://banner.cari.com.my/daybanner/?page=promotion"] +http://ccav1.com##a[href="http://duan.es/1v"] +http://muchong.com##a[href="http://muchong.com/bbs/purchase.php?f=index&w=top"] +http://xinmin.cn##a[href="http://sbiz.xinmin.cn/new/"] +http://ck180.net##a[href="http://www.L7da.com"] +http://6park.com##a[href="http://www.b2ship.com"] +http://bejson.com##a[href="http://www.bejson.com/ui/tuchuang/"] ~ a[style] +http://iidvd.com##a[href="http://www.crc6789.com/iidvd.htm"] +http://playtv.com.cn##a[href="http://www.sdhanrui.cn/"] +http://wikdy.cn##a[href="http://www.tbb168.com"] +http://ainuody.com##a[href="http://www.zhuzhuquan.com.cn"] +http://wandhi.com##a[href="http://www1.huizhek.com"] +http://autohome.com.cn##a[href="https://m.autohome.com.cn/activity/special/autohome29.html"] +http://2dway.com##a[href="https://www.2dway.com/5244/"] +http://jandan.net##a[href^="//api.jandan.net/money.php?"] +http://bigear.cn##a[href^="/?module=dantian&"] +http://sdgundam.cn##a[href^="/aclk/"] +http://liuli.pw##a[href^="/gg2/"] +http://96weixin.com##a[href^="/show/ads/"] +http://fx112.com##a[href^="/union."] +http://muchong.com##a[href^="adlog."] > img[height="90"] +http://muchong.com##a[href^="adlog.php?adid="] +http://muchong.com##a[href^="alog.php?id="] +http://8boniu.com##a[href^="http"] > img[src*="/bn_"] +http://yigujin.cn##a[href^="http"]:not([href$=".html"]) > img[src*="/abc/"] +http://chapaofan.com##a[href^="http"]:not([href*=".chapaofan."]) > img[src*=".sinaimg."] +http://css88.com##a[href^="http"]:not([href*=".css88.com"]) > img +http://jrzj.com##a[href^="http"]:not([href*=".jrzj."]) > img[src^="https://img."] +http://peizimenhu.com##a[href^="http"]:not([href*=".peizimenhu."]) > img[src^="data/attachment/portal/"] +http://qqhzg.com##a[href^="http"]:not([href*=".qqhzg."]) > img[src^="/upload/1/"] +http://wn789.com##a[href^="http"]:not([href*="://www.wn789."]) > img +http://it1352.com##a[href^="http"]:not([href*="it1352."]) > img +http://xiaoheizy.com##a[href^="http"]:not([href*="xiaoheizy.com"]) > img +http://107cine.com##a[href^="http://107cine.com/ads/"] +http://hepuwang.com##a[href^="http://ad."] +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://zhuhai.gd.cn##a[href^="http://hd.zhuhai.gd.cn/ad/"] > img +http://nicotv.me##a[href^="http://img.kingsnug.cn/gamecenter/"] +http://pconline.com.cn##a[href^="http://ivy.pconline."] +http://sm.cn##a[href^="http://m.sm.cn/adclick?"] +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://ruanyifeng.com,techug.com,vaikan.com,webhek.com##a[href^="http://t.cn/"] +http://mtrend.cn##a[href^="http://tao.mtrend.cn/"] +http://zhlzw.com##a[href^="http://u.ctrip.com/"] +http://9tour.cn##a[href^="http://union.zhuna.cn/"] +http://yeyulingfeng.com##a[href^="http://woaigouwu.top"] +http://zhanqi.tv##a[href^="http://www.2133."] +http://allyingshi.com,zimuzu.tv##a[href^="http://www.6.cn/coop/"] +http://v.baidu.com##a[href^="http://www.602.com/"] +http://jcrb.com##a[href^="http://www.abchina.com/"] +http://cgown.com##a[href^="http://www.aec4d.com/"] +http://wapwenku.baidu.com,wk.baidu.com##a[href^="http://www.baidu.com/cpro.php?"] +http://beephone.com.tw##a[href^="http://www.beephone.com.tw/adlink.php?id="] +http://cnbeta.com##a[href^="http://www.dangbei.com/"] +http://win007.com##a[href^="http://www.edewin.com/"] +http://loldk.com##a[href^="http://www.esportsclub.cn/home/"] +http://hmog.me##a[href^="http://www.masadora.net/"] +http://6park.com##a[href^="http://www.vava8.com"] +http://dy2018.com,xiaopian.com##a[href^="http://www.xiacai.com/"] +http://muchong.com##a[href^="http://www.zhuanyejun.com/"] +http://ifeng.com##a[href^="http://yemei.tv/"] +http://hexieshe.cn##a[href^="http://zd.zhiketong.cn/"] +http://cnbeta.com##a[href^="https://915.im/"] +http://yahoo.com##a[href^="https://beap.gemini.yahoo.com/"] + .NoTextDecoration +http://oschina.net##a[href^="https://citiccard.wjx.cn/"] +http://acfun.cn##a[href^="https://click.dsp.com/"] +http://chongbuluo.com##a[href^="https://cn.udacity.com/"] +http://gitee.io##a[href^="https://coding.net/?"] +http://nownews.com##a[href^="https://goo.gl/"] +http://linux.cn##a[href^="https://linux.cn/go/"] +http://cjjjs.com,fastadmin.net,itboth.com,itkeyword.com##a[href^="https://promotion.aliyun.com/"] +http://shufazidian.com##a[href^="https://weidian.com/"] +http://weebly.com##a[href^="https://www.ebay.com"] +http://fastadmin.net##a[href^="https://www.fastadmin.net/go/"] +http://fastadmin.net##a[href^="https://www.fastadmin.net/go/"][style="color:#fff"] +http://howbuy.com##a[href^="https://www.howbuy.com/advertisement/"] +http://sojson.com##a[href^="https://www.sojson.com/ad/"] +http://zhiboba.org##a[href^="igg."] +http://5118.com##a[id][href^="http"]:not([href*=".5118.com"]) > img +http://5118.com##a[id^="default-"] +http://5118.com##a[id^="home-"] +http://360-bo.com##a[name="thegg"] +http://frdic.com,godic.net##a[onclick*="/ads/"] +http://xiazaiba.com##a[onclick*="GSDown"] +http://pcsoft.com.cn##a[onclick*="_ad"] +http://caibaojian.com##a[onclick*="aliyun"] +http://5g0a.com##a[onclick*="banner"] +http://tvapk.net##a[onclick*="thread_banner"] +http://house365.com##a[style*="1200px;"] +http://gamersky.com##a[style*="display:inline-block;"][style*="z-index:1;"] +http://hdzone.org##a[style*="fixed"] +http://huaren.tv##a[style*="height:"] +http://36dm.club,36dm.com,acgsou.com##a[style="color:red;"][href^="show-"] +http://70bt.cn,qmaile.com,wandhi.com##a[style="display: inline-block;position: relative"] +http://hanjutv.com##a[style="width: 1120px;height: 70px;overflow: hidden;display: block;"] +http://houdao.com##a[style^="background:url"] +http://html-js.com##a[style^="margin-top:20px;"] +http://dybee.tv##a[style^="position: fixed;bottom:"] +http://aishoujizy.com,xd0.com##a[target="_blank"] > img[src^="/upload/1/"] +http://18board.com,18p2p.com##a[target="_blank"] > img[width="330"] +http://18board.com,18p2p.com##a[target="_blank"] > img[width="728"] +http://muchong.com##a[target="_blank"][style="display: inherit!important;"] +http://doub.io##a[title*="Toyo"] +http://creaders.net##a[title^="www.136888.com/"] +http://duba.com##a[w="topad"] +http://amazon.cn#?#.s-result-item:-abp-has(> .s-item-container > h5 .s-sponsored-info-icon) +http://cn.bing.com#?##b_results > li:-abp-has(.b_adProvider) +http://baidu.com#?#.ec_wise_ad +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://tiexue.net##body > div[onclick] +http://m.mydrivers.com##body > div[style="padding:0px 0px 0px 0px;text-align:center;"] +http://hdwan.net##body > div[style] +http://wendu.cn##body > div[style^="width:1000px;"] +http://18h.avmimi.com##body > p[align="center"]:first-child +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://dilidili.wang#?#article:first-child +http://ip.cn##div > img +http://bitauto.com##div > ins[data-type="ad_play"] +http://324324.cn##div > script ~ a +http://win0168.com##div.item +http://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://eprice.com.tw##div[class$="-popup-g"] +http://anjuke.com##div[class$="-poster"] +http://oschina.net##div[class$="Content"] > p[style="margin:0 0 10px 0;"] +http://qqread.com##div[class$="ad"] +http://19lou.com##div[class$="ad-cycle"] +http://pixnet.net##div[class*="-Ad-"] +http://pixnet.net##div[class*="-ad-"] +http://ganji.com##div[class*="-recommend"] +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://efu.com.cn##div[class*="banner-"] +http://autohome.com.cn##div[class*="game"] +http://qinbing.cn##div[class*="gg"] +http://chinatimes.com##div[class*="googlead_"] +http://steamcn.com##div[class*="liz_"] +http://wenku.baidu.com##div[class*="tiger-"][class*="-dialog"] +http://ifeng.com##div[class="adbox02"] +http://moonbt.com##div[class="box mb"] > a +http://ithome.com.tw##div[class="span4"] +http://r3sub.com##div[class] > a[href^="show.php?id="] +http://bdimg.com,tieba.baidu.com,tieba.com##div[class][lgoinprompt="prompt"] +http://cyol.com##div[class^="AD"] +http://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://fang.com##div[class^="add2"] +http://weather.com.cn##div[class^="adpos"] +http://silver.org.cn##div[class^="ads_"] +http://xcar.com.cn##div[class^="adset"] +http://hybbs.com##div[class^="adtop"] +http://8684.cn,8684.com,kugou.com,solarzoom.com,yesky.com##div[class^="adv"] +http://ifeng.com##div[class^="adv0"] +http://ifeng.com##div[class^="adv1"] +http://whinfo.net.cn##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://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://meiguoshenpo.com##div[class^="info_"] +http://jzhome.cn##div[class^="main_gg"] +http://ifeng.com##div[class^="middleAd"] +http://nba.hupu.com##div[class^="nba-ad"] +http://sun0769.com##div[class^="pagecenter sungg"] +http://wasu.cn##div[class^="play_ads"] +http://ifeng.com##div[class^="pplive"] +http://ifeng.com##div[class^="ppx_wrap-"] +http://infoq.com##div[class^="related_sponsors"] +http://ifeng.com##div[class^="rightContent-"] a[href^="//health.ifeng."] +http://7654.com##div[class^="sidebarimg"] +http://ifeng.com##div[class^="slideBannerBox"] +http://86wan.com##div[class^="tonglan"] +http://ifeng.com##div[class^="topAd-"] +http://21cn.com##div[class^="topAds"] +http://gpsuu.com##div[class^="top_96"] +http://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://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://mail.126.com,mail.163.com##div[id$="_dvBlockInfo"] +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://pixnet.net##div[id*="-aD-"] +http://mcdulll.com,pixnet.net##div[id*="-ad-"] +http://baby-kingdom.com##div[id*="Banner Zone"] + script + a +http://baby-kingdom.com##div[id*="Banner Zone"] + script + iframe +http://baby-kingdom.com##div[id*="Banner Zone"] + script + object +http://lalilali.com##div[id*="_"] +http://feiwan.net,kcili.com##div[id*="_"][style] +http://moneyweekly.com.tw##div[id*="_ScupioHomeAD"] +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://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://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://dianyingbar.com##div[id^="Tmall"] +http://icpmp.com##div[id^="__"] +http://mail.126.com,mail.163.com##div[id^="_mail_popup_"] +http://vod1769.com##div[id^="a"] +http://ettoday.net##div[id^="abp"] +http://makepolo.com,mycar168.com,mysteel.com,pchome.net,qz828.com##div[id^="ad"] +http://58.com,pcpop.com##div[id^="ad_"] +http://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://banma.com##div[id^="disapper"] +http://gohome.com.hk##div[id^="div-gpt-ad"][style] +http://zyue.com##div[id^="divad_"] +http://chinafix.com##div[id^="diy_vk_ad_"] +http://fx678.com##div[id^="dl_"] +http://lysq.com##div[id^="followDiv_"] +http://512ms.com,gusuwang.com##div[id^="fy_"] +http://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://fjlyfdc.com.cn##div[id^="hxhad"] +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://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://douyu.com,douyutv.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://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://oschina.net##div[name="detail_show_footer"] +http://oschina.net##div[name="floatAdbox"] +http://oschina.net##div[name="index_banner_bigger"] +http://muchong.com##div[onclick^="location.href='http://muchong.com/bbs/a"] +http://sydneytoday.com##div[style$="-144px;top: 115px;"] +http://cbber.com##div[style$=":0px;top:200px;z-index:9999;"] +http://tuwan.com##div[style$="height:90px;"] +http://baike.com##div[style$="text-align:center; width: 1000px;"] +http://avonline.org##div[style$="width:570px;margin-left:50px;"] +http://mpyit.com##div[style*=".sinaimg."] +http://mydrivers.com##div[style*="/ad/"] +http://ilxdh.com##div[style*="1000px"] +http://25xz.com##div[style*="1002px;"] +http://da-fan-shu.cn##div[style*="468"][style*="60"] +http://25xz.com##div[style*="724px;"] +http://pchome.com.tw##div[style*="982"][style*="85"] +http://blog.sina.com.cn##div[style*="WiDTH: 200px;"][style$="HeiGHT: 300px"] +http://m.halihali.me##div[style*="fixed"] +http://bilibili.com##div[style*="height:"][data-loc-id] +http://taiwan.cn##div[style*="height:250px;padding:5px 17px 5px 18px;"] +http://dfpan.com##div[style*="img.com/"] +http://ilxdh.com,ruanyifeng.com##div[style*="important"] +http://esu.moe,esu.wiki##div[style*="position: relative; max-height: 400px;"] +http://1010jiajiao.com##div[style*="position:fixed;"][style*="bottom:1px;"] +http://huarenjie.net##div[style*="top: 50px;"] +http://kkj.cn,mydrivers.com##div[style*="width:1"][style*="height:90px;"] +http://iplaysoft.com##div[style*="width:3"][style*="height:2"] +http://divcss5.com,iplaypy.com##div[style*="width:336px;height:280px;"] +http://iplaysoft.com##div[style*="width:6"][style*="height:1"] +http://dmzj.com##div[style*="width:9"][style*="height:60px;"] +http://gamersky.com##div[style*="width:970px;height:90px;"] +http://lawtv.com.cn##div[style=" width:664px; height:260px; margin-top:10px;"] +http://aohua.com.au##div[style="WIDTH: 960px; HEIGHT: 60px"] +http://nowscore.com##div[style="background-color:#F0F0F0;line-height:25px;height:25px;text-align:center"] +http://chinaz.com##div[style="background:#C91521;height:90px;"] +http://xilu.com##div[style="border-right:1px solid red; width:629px;height:300px; margin-top:10px;overflow:hidden;"] +http://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] +http://housefindeasy.com##div[style="display:inline-block; vertical-align:top; font-size:12px; margin-top:2px"] + div[style="display:inline-block"] +http://sinolub.com##div[style="float:left; padding-right:20px;"] +http://gamefy.cn,sitv.com.cn##div[style="float:left; width:220px; padding-top:15px;"] +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://huabian.com##div[style="height:250px;"] +http://ipcfun.com##div[style="height:280px;width:336px;margin:-10px auto 20px auto"] +http://housefindeasy.com##div[style="height:90px"] +http://pythontab.com##div[style="margin-bottom: 4px;"] +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://xcmh.cc##div[style="margin:0 auto 12px; adding:0;width:980px;height:250px;overflow:hidden;"] +http://gpsuu.com##div[style="margin:0 auto; padding-bottom:10px;width:960px;height:60px;"] +http://gamersky.com##div[style="margin:0 auto;width:620px;height:75px;overflow:hidden;position:relative;"] +http://dzwww.com##div[style="margin:0;padding:0;width:620px;height:345px;overflow:hidden;background-color:#fff;"] +http://morningpost.com.cn##div[style="margin:0;padding:0;width:648px;height:345px;overflow:hidden;background-color:#fff;"] +http://html-js.com##div[style="margin:10px auto;width:1000px;"] +http://kaifu.tw##div[style="margin:15px; padding:2px;width:304px; height:254px; clear:both; margin:5px auto 20px;"] +http://tucao.one##div[style="margin:auto;margin-top:0px;width:964px;height:105px;"] +http://gamer.com.tw##div[style="min-height:250px;margin-bottom:10px;"] +http://ref.so##div[style="overflow:hidden; height:auto; width:1002px; margin:0 auto; "] +http://eworldship.com##div[style="padding: 0px;position: fixed;left: 7px; top: 150px;"] +http://baidu.com##div[style="padding: 20px 9px 20px 10px;widget:250px;height:250px;"] +http://zuanke8.com##div[style="padding:0px 0 10px 0;background-color:#F1F1F1;"] +http://muchong.com##div[style="padding:15px 0;border:1px solid #648EB2;width:760px;text-align:center;"] +http://win007.com##div[style="padding:6px 0; width:950px; height:45px"] +http://muchong.com##div[style="padding:8px 10px;font-size:14px; background: #fff; border: 1px solid #648EB2;"] > table > tbody > tr > td:first-child +http://7junshi.com##div[style="position: fixed; right: 0px; bottom: 0;z-index:999;width: 300px;height: 250px;"] +http://jijidown.com##div[style="position: fixed;right: 0;bottom: 0;"] +http://ys168.com##div[style="position:fixed; width:200px; top: 330px;right:10px;font-size:9pt;text-align:left;"] +http://1ting.com##div[style="position:fixed;bottom:0;z-index:999"] +http://up01.cc##div[style="position:fixed;width:468px;left: 50%;transform:translate(-50%,0);height:60px;background:#fff;bottom:0px;text-align:center;z-index:9"] +http://lanzou.com##div[style="text-align: center;border: 1px solid #eee;"] +http://subhd.com##div[style="text-align:center;height:270px;padding:10px 0;"] +http://buzzhand.com##div[style="text-align:left;margin-top:0px;height:600px;"] +http://halihali.me##div[style="width: 100%;height: 90px;position: relative;"] +http://rfidworld.com.cn##div[style="width: 100%;position: fixed;top: 0;margin:0;"] +http://v2ex.com##div[style="width: 240px; margin: 0px auto 0px auto; text-align: left;"] +http://eastmoney.com##div[style="width: 300px; height: 250px; 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://isanxia.com##div[style="width:340px;height:284px;float:left;"] +http://yantuchina.com##div[style="width:618px;height:150px;margin: 0 auto; display:block;"] +http://auto-online.com.tw##div[style="width:728px;height:130px;margin:0;background:#000000"] +http://xbooks.to##div[style="width:900px; height:250px; margin: -15px auto 15px auto;"] +http://isanxia.com##div[style="width:958px;height:90px;overflow:hidden;"] +http://cqnews.net##div[style="width:960px; height:90px; overflow:hidden; padding:0 20px; background:#fafafa; margin-bottom:15px"] +http://0597kk.com##div[style="width:960px; overflow:hidden; margin:2px auto; "] +http://chinacbe.com##div[style="width:960px; padding:0px; margin:4px 0; border:0px solid #CCC;"] +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://duowan.com##div[style="width:980px;height:60px;margin:0 auto 10px;"] +http://pc360.net##div[style^="border:none;height:90px;width:728px;"] +http://123cha.com##div[style^="float:left;margin:8px 0;width:790px;border:1px dashed #ccc;"] +http://eefocus.com##div[style^="float:left;width:300px;height:250px;"] +http://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://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://house365.com##div[style^="width:1200px;height:"] +http://backchina.com##div[style^="width:300px; min-height: 250px;"] +http://pc0359.cn##div[style^="width:301px;height:250px;"] +http://avonline.org##div[style^="width:613px; height:"] +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://zuoye.baidu.com##dl[class="card related"] +http://douban.com#?#.rec_topics:-abp-has(>.rec_topics_name[href^="https://erebor.douban."]) +http://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a:-abp-contains(红包)) +http://dysfz.tv,dysfz.vip#?#li:-abp-has(> h2 > a[href*="t.cn"]) +http://bbs.my0511.com##embed[width="970"][height="70"] +http://hiapk.com##font.jammer +http://ifeng.com#?#.box_list:-abp-has(.tuig) +http://sina.cn##iframe[id^="sinaadtk_"] +http://image.so.com#?#.imgcell:-abp-has(.txt:-abp-contains(广告)) +http://50yxw.com##img[height="50"] +http://eworldship.com##img[height="70"] +http://moyu16.com##img[height="85px"] +http://wishdown.com##img[href*=".41gw.com/"] +http://szhk.com##img[id^="adp"] +http://nicemoe.com##img[src*=".sinaimg."][style="width:100%;margin-top:0px;"] +http://moyu16.com##img[style="width:1238px;height:100px"] +http://scsn.cn##img[style^="height:70px;width:"] +http://cnstock.com,hall123.com,hc360.com,hi.people.com.cn,xizi.com##img[width="1000"] +http://jmbbs.com##img[width="1100"] +http://5eplay.com##img[width="1240"] +http://54new.com##img[width="1280"][height="100"] +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://gpshk.cc##img[width="770"] +http://cnjxol.com,pt80.net##img[width="960"] +http://biz.zjol.com.cn,cgown.com##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://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://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://m.thepaper.cn#?#.t_news:-abp-has(img[alt="广告"]) +http://muchong.com#?#.forum_Post_index:-abp-has(nobr:-abp-contains(18)) +http://muchong.com#?#A[target="_blank"][style="display: inherit!important;"] +http://news.baidu.com#?#.index-list-item:-abp-has(.tip-time:-abp-contains(广告)) +http://news.sohu.com,www.sohu.com#?#.list16 > ul > li:-abp-contains(广告) +http://china.com##object[width="360"][height="300"] +http://sina.com.cn##p + .article-video +http://bbs.6park.com##p > font[color="E6E6DD"] +http://muchong.com##p[onclick="view_ok();"] +http://aeink.com##p[style*=".alicdn.com/"] +http://aeink.com##p[style*="82px;background:"] +http://itkeyword.com##p[style="line-height:1.4; margin-top:8px; margin-bottom:10px;"] +http://samsung.com#?#.template-item:-abp-has(> .wrap-sub-title > div > .ad) +http://dilidili.name,gdot.me,sc115.com##script + a +http://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://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://hkgolden.com##span[id^="lineImage"] +http://bilibili.com##span[style*="height:"][data-loc-id] +http://typecho.wiki##span[style="height: 17px;margin-left: 10px;background: #000;border: 1px solid #000;"] +http://yivian.com##span[style^="color: #ff0000;"] +http://hanzify.org##span[style^="float:right;"] +http://power.baidu.com,zhidao.baidu.com##style[id^="s-m"] + div[id^="m"] +http://cnjxol.com##table[background$="/searchbg.gif"] ~ table[height="5"] +http://udn.com##table[bgcolor="#FFFFFF"][width="298"][height="375"] +http://my0511.com##table[bordercolor="#C0C0C0"][border="1"] +http://pt80.net##table[cellpadding="2"][bordercolor="#DFC5A4"] +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://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://28xl.com##table[style^="width:678px; height:280px;"] +http://jjwxc.net##table[style^="width:984px;"] +http://hcbbs.com##table[width="100%"][bordercolor="#CCCCCC"] +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://cnjxol.com##table[width="960"][bgcolor="#FFFFFF"] +http://fpdisplay.com##table[width="960"][height="110"] +http://gpcxw.com##table[width="960"][height="90"] +http://you85.cn##table[width="980"] +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://webkaka.com##td[id$="_SPONSOR"] +http://win007.com##td[id^="Ad"] +http://muchong.com##td[style="padding-right:15px;border-right:1px solid gray;"] + td[style="padding-left:15px;"] +http://muchong.com##td[style="padding:10px;font-size:14px;"] > div > [style="color:green;"]:first-child +http://muchong.com##td[style="padding:10px;font-size:14px;"] > div > a[href^="creditshow.php?action=view&logid="] +http://muchong.com##td[style="padding:5px 10px;"] + td + td[style="padding-left:10px;"]:last-child +http://findprice.com.tw##td[style="width: 342px; padding:0px 0px 0px 5px;border-left:1px solid #c9d7f1;"] > table > tbody > tr:nth-last-child(n+3) +http://ningmengzhibo.com##td[style="width: 50px;font-size: 12px;"] +http://hkgolden.com##td[style="width: 999px; vertical-align: top;"] > div[style="height:291px;"] +http://tvboxnow.com##td[style="width:15%;height:100%;"] +http://hkgolden.com##td[style^="background-color: #F3F2F1; height: 100px;"] +http://zhuji.net##td[valign="top"][height="66"] +http://zhuji.net##td[valign="top"][height="96"] +http://spbo1.com##td[width="100%"][height="18"][bgcolor="#ffffff"][align="center"][colspan="13"] +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://verycd.gdajie.com##th[colspan="3"] +http://ningmengzhibo.com##th[style="width: 80px;"][colspan="3"] +http://toutiao.com#?#.J_ad +http://toutiao.com#?#.has_action:-abp-has(> .icon_ad) +http://cartoomad.com##tr:last-child > td[align="right"] > table[width="732"] +http://cartomad.com,cartoonmad.com##tr:nth-child(n+5) > td > table[width="732"] +http://17ce.com##tr[id^="tr"] > td > a[href^="http"] +http://firefoxchina.cn##ul[track-key="adv_links"] +http://yahoo.com#?#.js-stream-content:-abp-has(p:-abp-contains(熱門搜尋)) +http://yahoo.com#?#.js-stream-content:-abp-has(span:-abp-contains(即日熱搜)) +http://zhangxinxu.com#?#.top_da_out +http://game735.com#@##AdDiv +http://the-sun.on.cc#@##ContentAd1 +http://greedio.com#@##adBox +http://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://cgvoo.com,hongrentao.cc,houhuayuan.pink,mcfuns.com.tw,mrmad.com.tw,myself-bbs.com,paltv.top,pbhz.com,sportsyeah.hk,ugediao.com,youneed.win,zhaoze.party,zhuihd.com#@##adsense +http://wenku8.net#@##adtop +http://union.58.com#@##advertise +http://nyaa.pt,pantsu.cat#@##banner_ad +http://biznetvigator.com#@##container_ad +http://szxx.com.cn#@##divAd +http://knowlet3389.blogspot.com,knowlet3389.blogspot.hk,knowlet3389.blogspot.jp,knowlet3389.blogspot.tw#@##gAds +http://game.macx.cn#@##google-ad +http://codejie.net,mo.babytoyhome.com#@##google-ads +http://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://www.zol.com.cn#@##search_ad +http://wangnba.com#@##showAd +http://u2mtv.com#@##slider-ad +http://buy.ccb.com#@##top_ad +http://520cc.cc,520cc.me,5278.cc#@#.a_cn +http://help.xunlei.com#@#.a_fr +http://520cc.me,sewangchao.com,sewangchao3.com#@#.a_mu +http://xinmin.cn#@#.a_p +http://haha.mx#@#.ad-1 +http://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#@#.ad960 +http://cw.com.tw#@#.adActive +http://czbj.js.cn#@#.adArea +http://poedb.tw#@#.adBanner +http://cmbc.com.cn#@#.adBox +http://bbs-mychat.com#@#.adContent +http://huanqiu.com#@#.adHead +http://icbc.com.cn#@#.adLeft +http://icbc.com.cn#@#.adRight +http://10jqka.com.cn,faxingw.cn,gdmm.com#@#.ad_1 +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://hc360.com,qqread.com#@#.adcont +http://51cto.com#@#.addarea +http://ggdoc.com.cn#@#.addiv +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://159i.com,techroomage.com,zhaopin.com#@#.adsBox +http://liumingye.cn#@#.adsTest +http://alotof.software,android-doc.com,apk.tw,battlecats-db.com,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,moa.tw,playok.com,tingfm.com#@#.adsbygoogle +http://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#@#.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://btbttv.net#@#.google-ad +http://mo.babytoyhome.com#@#.google-ads +http://apk.tw#@#.google_ad +http://adbug.cn#@#.google_ads +http://mobile01.com#@#.googlead +http://58pic.com,v.baidu.com#@#.has-ad +http://wangzheli.com#@#.headad +http://popo.tw#@#.header_ad +http://hbee.edu.cn#@#.headerad +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://hc360.com#@#.midad +http://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://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://xin99r2.com##.dmcenter +http://xin99r2.com##.spots +http://ahri-dva.club,ahri-hentai.com,ahri.online,ahri8.online,ashe.site,xayah.top#@#.adsbox +http://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250 +http://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_300x250m +http://ck101.com,gamer.com.tw,pili.com.tw#@#.pub_728x90 +http://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad +http://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ad-links +http://ck101.com,gamer.com.tw,pili.com.tw#@#.text-ads +http://ck101.com,gamer.com.tw,pili.com.tw#@#.textAd +http://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ad +http://ck101.com,gamer.com.tw,pili.com.tw#@#.text_ads +http://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 > 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://bingfeng.tw##.wow-ad-link +http://bingfeng.tw##div[style="position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999;"] +http://btzhongzifuli.com,cililianbt.org,maomaobt.cc,sousoucili.com,zhainanzhongzi.cc##.photos +http://2c2.website,2p8.space,adultgao.com,caopop.com,caoporn.com,caouoo.com,caox.cc,h3e.pw,h3y.pw,k88.club,me88.pw,p5p.space,se88.space,t2p.space,tb001.xyz,te88.pw,vwan.xyz,xhao1.com##div[style="margin-top:5px;margin-bottom:5px;"]:first-child +http://cilimao.co,cilimao.one##div[class^="FixBanner"] +http://dlkoo.cc##ins[id^="tanxssp-outer-conmm_"] +http://dlkoo.com##ins[id^="tanxssp-outer-conmm_"] +http://ifun.tv##vg-pause-ads +http://dnvod.tv##[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) +http://dnvod.tv##[data-code] > :not(object) +http://dnvod.tv##[data-code] > [target="_blank"] +http://dnvod.tv#?#[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"]) +http://dnvod.tv#?#[data-code] > :not(object) +http://dnvod.tv#?#[data-code] > [target="_blank"] +http://dnvod.tv###box +http://dnvod.tv###msg_win +http://dnvod.tv###msg_winw +http://dnvod.tv###myaudient +http://dnvod.tv###myaudient2 +http://dnvod.tv##.bfq-r +http://dnvod.tv##.clickbg +http://dnvod.tv##.dnpub +http://dnvod.tv##.gg +http://dnvod.tv##.ggw-l +http://dnvod.tv##.r-gg +http://dnvod.tv##:not(#video) > div[data-code] +http://dnvod.tv##[style*="important"] +http://dnvod.tv##a[href^="http://yoyou."] +http://dnvod.tv##a[style="display:inline;visibility:visible"] > img +http://dnvod.tv##div[class][data-type="popup"] +http://dnvod.tv##div[data-code][data-img] +http://dnvod.tv##div[id][style*="top:"][style*="block"] +http://dnvod.tv#?#:not(#video) > div[data-code] +http://dnvod.tv#?#[style*="important"] +http://dnvod.tv,dnwyb.tv##vg-pause-ads +http://fuliba.net,uliba.net###focusslide +http://fuliba.net,uliba.net##.asb +http://fuliba.net,uliba.net##.widget_custom_html:nth-child(2) +http://fuliba.net,uliba.net##.widget_ui_textasb +http://hh010.com##.a_h1t_t +http://hh010.com##.a_h_h +http://hh010.com##.a_hongc_c +http://hpjav.tv##body > div[style^="position: fixed;"] +http://verystream.com#@#.adsbox +http://ifeng.com###golddigger_bottom +http://ifeng.com###linkrat_bottom +http://ifeng.com##.i_con + :not(.i_con):not([href="javascript:void(0);"]) +http://ifeng.com##.i_con[href*=".ifeng.com/go?"] +http://ifeng.com##.newbagicon +http://ifeng.com##[data-cl] +http://ifeng.com##[id^="dl"] +http://ifeng.com##[id^="mobile_gg"] +http://ifeng.com##[iscl] +http://ifeng.com##[style*="position"][style*="fixed"]:not([id]) +http://ifeng.com##a[href*=".deliver."][style*="block"] +http://ifeng.com,~imall.ifeng.com##a[href*="imall.ifeng."] +http://ifeng.com#?#.i_con + div:-abp-has(span:-abp-contains(告)) +http://ifeng.com#?#.i_con:-abp-has(span:-abp-contains(告)) +http://ifeng.com#?#.slLis > li:-abp-has(span:-abp-contains(告)) +http://googleads.g.doubleclick.net###mys-wrapper +http://52biquge.com##a[href^="http://html.350.com/"] +http://duanwenxue.com##.qgzdwx +http://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com##.loaded-popup-wrapper +http://520cc.club,getrelax.club,playno1.club,sexylove.club,xn--a-ko6aq37itxj.com#@#.google-ad +http://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://thz5.cc###fwin_content_imc_attachad > .f_c > div > div:first-child +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://cokemine.com,jubuzz.com,tianfateng.cn#@#.category-share +http://carousell.com#@#.fb-b +http://sui.com#@#.fb-btn +http://douyu.com,oschina.net#@#.follow-btn +http://bilibili.com#@#.follow-wrapper +http://ffxiv.xin,fotor.com.cn,weiyun.com#@#.icon-share +http://gamersky.com#@#.like2 +http://readmoo.com#@#.navbar-social +http://music.163.com#@#.p-share +http://weiyun.com#@#.page-share +http://dongtw.com#@#.post-share-container +http://zhidao.baidu.com#@#.share-area +http://baidu.com,youdao.com#@#.share-content +http://baidu.com#@#.share-line +http://189.cn,vua.sh,weiyun.com#@#.share-link +http://baidu.com,meidebi.com#@#.share-list +http://kuaishou.com#@#.share-page +http://zhidao.baidu.com#@#.share-section +http://youdao.com#@#.share-text +http://wantgoo.com#@#.shareBtns +http://laosiji.com#@#.sns-wrapper +http://5dm.tv#@#.tm-share-this +http://fqsousou.com,kengso.com#@#.user-share +http://abpchina.org#$#log Hello +http://acfun.cn##.appguideBox +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://hao123.com###bottom-be +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://acfun.cn###appguideBox +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://dianyingbar.com###jihuaslide +http://douyu.com###js-fix-download +http://douyu.com,douyutv.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://360.cn###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://360.cn###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://dianyingbar.com##.alert_windows +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://feng.com##.dd305 +http://youdao.com##.dialog-guide-download +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJ.umoney-promotion-dialog +http://1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJmodal +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://zhidao.baidu.com##.link +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://dianyingbar.com##.recover +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://feng.com##.wea_d_panel_980 +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://feng.com##div[class^="wea_d_"] +http://feng.com##div[class^="wep_e_"] +http://eastmoney.com##div[id^="em_important_"] +http://finance.sina.com.cn##div[id^="st01_cont0"] +http://ci123.com##div[onclick^="window.location="] +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 +httpcn.com###ie6fixedTL +! ******************************* koolproxy 语法******************************* +! 一行一个,请必须标注清楚http与https +! https 必须为域名,不能使用 * 不然会GG的。 +! 例如 ||users.51.la^$third-party 写成 ||http://users.51.la^$third-party 即可。只需要在 +! "!" 为行注释符,注释行以该符号起始作为一行注释语义,用于规则描述 +! "@@" 为白名单符,白名单具有最高优先级,放行过滤的网站,https 需要四个 @@@@ 例如:@@@@||https://taobao.com +! ------------------------------------------------------------------------------------------ +! "*" 为字符通配符,能够匹配0长度或任意长度的字符串,该通配符不能与正则语法混用。 +! "^" 为分隔符,可以是除了字母、数字或者 _ - . % 之外的任何字符。 +! "~" 为排除标识符,通配符能过滤大多数广告,但同时存在误杀, 可以通过排除标识符修正误杀链接。 +! 注:通配符仅在 url 规则中支持,html 规则中不支持 +! ------------------------------------------------------------------------------------------ +! "|" 为管线符号,来表示地址的最前端或最末端 +! "||" 为子域通配符,方便匹配主域名下的所有子域 +! ------------------------------------------------------------------------------------------- +!驱动之家 首页广告 +https://news.mydrivers.com###dangbei_down > IMG +https://news.mydrivers.com###aswift_1 +!驱动之家 去广告补充(去空白页,页面更美观) +||https://news.mydrivers.com##.baidu_left > .adsbygoogle +||https://news.mydrivers.com##.news_right > div:nth-of-type(2) +||https://news.mydrivers.com##div.side_ad_top.ad_warp:nth-of-type(8) +||https://news.mydrivers.com###taobao_add > div:nth-of-type(3) +||https://news.mydrivers.com##.news_left > div:nth-of-type(5) +||https://news.mydrivers.com##.news_info > div:nth-of-type(5) +||https://news.mydrivers.com##.news_info > div:nth-of-type(6) +||https://news.mydrivers.com###taobao_add +||http://www.mydrivers.com##.main_right > div:nth-of-type(3) +||http://www.mydrivers.com##body > div:nth-of-type(11) +||http://www.mydrivers.com##div:nth-of-type(13) +||http://www.mydrivers.com##div:nth-of-type(17) +||http://www.mydrivers.com##body > div:nth-of-type(7) +||https://googlesyndication.com^$third-party +||https://tanx.com^$third-party,domain=~1688.com|~alimama.com|~taobao.com|~tmall.com +! 2 +||mydrivers.com##div[class="baidu"],[style="width:580px;margin:auto; padding:10px 0"],[style="padding:4px 0;"],[id^="mynews"],[class="ad_warp side_ad_top"],[class="ad_warp side_ad_top"],ins[class="adsbygoogle"],[class="taobao_add"],[style="padding:3px 0;"],[id="a_showhotnews_list_dia"] +||mydrivers.com$s@@
@ +||mydrivers.com$s@style="width:728px; height:90px;@style="width:0px; height:0px;@ +||https://mydrivers.com##div[class="baidu"],[style="width:580px;margin:auto; padding:10px 0"],[style="padding:4px 0;"],[id^="mynews"],[class="ad_warp side_ad_top"],[class="ad_warp side_ad_top"],ins[class="adsbygoogle"],[class="taobao_add"],[style="padding:3px 0;"],[id="a_showhotnews_list_dia"] +||https://mydrivers.com$s@
@
@ +||https://mydrivers.com$s@style="width:728px; height:90px;@style="width:0px; height:0px;@ +!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 +! 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://chinaz.com##div[id^="side-media"] +||https://chinaz.com##div[id^="content-media"] +||https://chinaz.com###toolsIntro +||https://chinaz.com###head > div.main.pr > div.CClose +||https://chinaz.com###bgad +||https://chinaz.com$s@style="margin-top:80px;"@style="margin-top:0px;"@ +||https://chinaz.com##div.wrapper.ptb10.mt10,div.txtAdBox.mb10,div.adtext,div.recommendsoft,div.plate-layout.img_wrap_l.goTop,div.red,div.adbox,div[class^="mb"],div#loc.Mnav-right02.fr,div.CClose,div#topTxt.fr.topTsRight.ml10,div#bottomImg.fotatxtd.auto +||http://chinaz.com##div[id^="side-media"] +||http://chinaz.com##div[id^="content-media"] +||http://chinaz.com###toolsIntro +||http://chinaz.com###head > div.main.pr > div.CClose +||http://chinaz.com###bgad +||http://chinaz.com$s@style="margin-top:80px;"@style="margin-top:0px;"@ +||http://chinaz.com##div.wrapper.ptb10.mt10,div.txtAdBox.mb10,div.adtext,div.recommendsoft,div.plate-layout.img_wrap_l.goTop,div.red,div.adbox,div[class^="mb"],div#loc.Mnav-right02.fr,div.CClose,div#topTxt.fr.topTsRight.ml10,div#bottomImg.fotatxtd.auto +! 百度搜索广告 +@@@@https://ss1.bdstatic.com +|https://ss1.bdstatic.com/*/r/www/cache/static/protocol/https/global/js +! 殁漂遥 +||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@