├── .github ├── FUNDING.yml └── workflows │ ├── Auto update AdBlock.yml │ └── auto_delete_workflows.yml ├── AdGuard_Annoyances_Cookies.txt ├── AdGuard_Annoyances_filter.txt ├── AdGuard_Base_filter.txt ├── AdGuard_Chinese_filter.txt ├── AdGuard_Popups.txt ├── AdGuard_Simplified_Domain_Names_Filter.txt ├── AdGuard_Tracking_Parameters.txt ├── AdGuard_Tracking_Protection_filter.txt ├── CJX's_Annoyance_List.txt ├── CJX's_EasyList_Lite.txt ├── EasyList.txt ├── EasyList_China.txt ├── EasyPrivacy.txt ├── I_dont_care_about_cookies.txt ├── LICENSE ├── My_Collection_of_Rules.txt ├── README.md ├── Xinggsf_dynamic.txt ├── Xinggsf_minority-mv.txt ├── Xinggsf_mv.txt ├── Xinggsf_rule.txt ├── hosts ├── index.html ├── renovate.json └── robots.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: Bush2021 2 | -------------------------------------------------------------------------------- /.github/workflows/Auto update AdBlock.yml: -------------------------------------------------------------------------------- 1 | name: 'Auto Update AdBlock' 2 | on: 3 | push: 4 | branches: 5 | - main 6 | schedule: 7 | - cron: '0 */3 * * *' 8 | workflow_dispatch: 9 | 10 | jobs: 11 | update: 12 | runs-on: ubuntu-latest 13 | steps: 14 | - name: Checkout Repo 15 | uses: actions/checkout@v4 16 | 17 | - name: Download Filters 18 | run: | 19 | filters=( 20 | "AdGuard_Simplified_Domain_Names_Filter.txt|https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt" 21 | "AdGuard_Base_filter.txt|https://filters.adtidy.org/extension/ublock/filters/2_optimized.txt" 22 | "AdGuard_Chinese_filter.txt|https://filters.adtidy.org/extension/ublock/filters/224_optimized.txt" 23 | "AdGuard_Tracking_Protection_filter.txt|https://filters.adtidy.org/extension/ublock/filters/3_optimized.txt" 24 | "AdGuard_Tracking_Parameters.txt|https://filters.adtidy.org/extension/ublock/filters/17_optimized.txt" 25 | "AdGuard_Annoyances_filter.txt|https://filters.adtidy.org/extension/ublock/filters/14_optimized.txt" 26 | "AdGuard_Annoyances_Cookies.txt|https://filters.adtidy.org/extension/ublock/filters/18_optimized.txt" 27 | "AdGuard_Popups.txt|https://filters.adtidy.org/extension/ublock/filters/19_optimized.txt" 28 | "EasyList.txt|https://easylist-downloads.adblockplus.org/easylist.txt" 29 | "EasyList_China.txt|https://easylist-downloads.adblockplus.org/easylistchina.txt" 30 | "EasyPrivacy.txt|https://easylist-downloads.adblockplus.org/easyprivacy.txt" 31 | "CJX's_EasyList_Lite.txt|https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt" 32 | "CJX's_Annoyance_List.txt|https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt" 33 | "Xinggsf_rule.txt|https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/rule.txt" 34 | "Xinggsf_mv.txt|https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/mv.txt" 35 | "Xinggsf_minority-mv.txt|https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/minority-mv.txt" 36 | "Xinggsf_dynamic.txt|https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/ublock-dynamic-rule.txt" 37 | ) 38 | for filter in "${filters[@]}"; do 39 | filename="${filter%%|*}" 40 | url="${filter##*|}" 41 | echo "Downloading $filename from $url" 42 | curl -L "$url" -o "$filename" 43 | done 44 | 45 | - name: Commit Changes 46 | env: 47 | TZ: America/New_York 48 | run: | 49 | if [ -z "$(git status --porcelain)" ]; then 50 | echo "No changes to commit" 51 | exit 0 52 | else 53 | git add . 54 | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" 55 | git config --local user.name "github-actions bot" 56 | git commit -m ":pencil: Update filters at $(date +"%Y-%m-%d %H:%M")" 57 | git push 58 | fi 59 | -------------------------------------------------------------------------------- /.github/workflows/auto_delete_workflows.yml: -------------------------------------------------------------------------------- 1 | name: 'Auto cleaning of workflow logs' 2 | 3 | on: 4 | schedule: 5 | - cron: '0 20 * * 0' 6 | workflow_dispatch: 7 | 8 | jobs: 9 | del_runs: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - name: Delete Workflow Runs 13 | uses: Mattraks/delete-workflow-runs@v2 14 | with: 15 | token: ${{ github.token }} 16 | repository: ${{ github.repository }} 17 | retain_days: 1 18 | keep_minimum_runs: 0 19 | -------------------------------------------------------------------------------- /CJX's_Annoyance_List.txt: -------------------------------------------------------------------------------- 1 | [Adblock Plus 2.0] 2 | ! Version: 202505251816 3 | ! Title: CJX's Annoyance List 4 | ! Last modified: 2025/05/25 18:16 +0800 5 | ! Expires: 4 days (update frequency) 6 | ! Homepage: https://github.com/cjx82630/cjxlist 7 | ! 8 | ! License: https://github.com/cjx82630/cjxlist/blob/master/LICENSE 9 | ! Supplement for "EasyList China+EasyList" & "EasyPrivacy" 10 | ! Removed Annoyances, Self-promotion & Privacy Protection on Chinese Websites 11 | ! Email (cjxlist@gmail.com) 12 | !--------------------------General blocking filters---------------------------! 13 | /wiseatom/banner/pack_ 14 | /bbs/include/javascript/adblock. 15 | /template/bingfeng/statics/js/pingbi.js 16 | -bobo_recommend_ 17 | /3dmgamegzh.png 18 | =mumumoniqi-piaochuang- 19 | /dongaogg/* 20 | /template/conch/asset/js/hlhtml. 21 | /live800. 22 | /loooyu.js 23 | /shenmago_download_app_ 24 | /source/plugin/yw_alertlogin/* 25 | /tb/_/video_frs_head_ 26 | /tencentvideo/script/webtips/* 27 | /tianya_recommend? 28 | /to8to_pc/chunks/slide_and_popup_ 29 | /wp-content/plugins/upprev/* 30 | /yksmartbanner. 31 | /z.zolapp. 32 | =Ad_ZPlusGoods& 33 | =window.awall.adblockwalltemplatefetchdef& 34 | !------------------------General element hiding rules-------------------------! 35 | ###doyoo_mon_mask 36 | ###doyoo_monitor 37 | ###recommend-float + .footer + .popup 38 | ##body.page > .popup 39 | ###rm-float + .popup 40 | ##.popup + .shortcuts-mobile-overlay 41 | ##.siteAnn1 42 | ###SOHU_MAIN > .module-cmt-float-bar 43 | ###appBottomIn 44 | ###appIn 45 | ###appqrcode 46 | ###bottomApp 47 | ###bottom_qr_code 48 | ###login_wp.foot_flwp 49 | ###qrcodeDownloadBar 50 | ###qrcodeWrap 51 | ###sign-ad 52 | ###upprev_box 53 | ###windlocation 54 | ##.s.u.m.o.me.scrollbox-popup 55 | ###pop_hongbao 56 | ###bgframe[style^="position: fixed;"] 57 | ##.wwads_abp 58 | !-----------------------------Union&third-party-------------------------------! 59 | ||fundingchoicesmessages.google.com^$third-party 60 | ||7moor.com^$third-party 61 | ||2005net.net^$third-party 62 | ||3jia5.com^$third-party 63 | ||5251.net^$third-party 64 | ||53kf.com^$third-party 65 | ||54kefu.net^$third-party 66 | ||5etv.com^$third-party 67 | ||bobo.com^$third-party 68 | ||cir-smart.baidu.com^ 69 | ||bjmantis.net^ 70 | ||crs.baidu.com^ 71 | ||goutong.baidu.com^ 72 | ||kuaishang.cn^$third-party 73 | ||live800.com^$third-party 74 | ||looyu.com^$third-party 75 | ||lxbjs.baidu.com^$third-party 76 | ||meiqia.com^$third-party 77 | ||miduoke.net^$third-party 78 | ||mylikechat.com^$third-party 79 | ||openinstall.io^$third-party 80 | ||pop800.com^$third-party 81 | ||qiyukf.com^$third-party 82 | ||soperson.com^$third-party 83 | ||tawk.to^$third-party 84 | ||webfunny.cn^$third-party 85 | ||tui.cnzz.net^$third-party 86 | ||wpa.b.qq.com/cgi/wpa.php? 87 | ||zoosnet.net^$third-party 88 | ||zoossoft.cn^$third-party 89 | ||easyliao.com^$third-party 90 | ||outbrain.com^$third-party 91 | !---------------------------Popups--------------------------------------------! 92 | !--------------------------Specific blocking filters--------------------------! 93 | ||025yimei.com/templets/default/js/swt.js 94 | ||100xuexi.com/CssModel/botad.js 95 | ||115img.com/static/pc/d_ 96 | ||126.net/caipiao/js2/dialog.js 97 | ||126.net/caipiao/js2/index/homePop.js 98 | ||163.com/special/*/bobo.html 99 | ||163.com^*/boboData 100 | ||17173.com/actapi/qiyu/ 101 | ||17173cdn.com^*/js/task/src/task/live/greenhand/ 102 | ||21sq.org/js/downloadbanner.js 103 | ||360doc.com/js/index7/mask_index_yc.js 104 | ||39.net/PictureLib/A/f76/20160825/org_749281.png 105 | ||51credit.com/bbs/js/bbs-end-layer.js 106 | ||51cto.com/iframe/get-station-ads 107 | ||51liucheng.com/js/dialogLogin.js 108 | ||51zxw.net/netclass/images/*_top.jpg 109 | ||6pan.cc/ps/vip.jpg 110 | ||a6.hujiang.com^$domain=~class.hujiang.com 111 | ||ad.qn.img-space.com^ 112 | ||ali213.net/js/3g/newsdetail.js 113 | ||alicdn.com/mtb/lib-smartbanner- 114 | ||aoji.cn/default/looyu/ 115 | ||asp300.com/2017images/kefu.js 116 | ||autohome.com.cn/news/$script 117 | ||autohome.com.cn/vr/*?pvareaid= 118 | ||autoimg.cn/Space/help/HelpRdTask.js 119 | ||baidu.com/cms/lemmaconfig/baikeDynamic. 120 | ||baidu.com/cms/lemmaconfig/navbarAd. 121 | ||baidu.com^*/app/banner_ 122 | ||baidu.dj/u/upan/you.html 123 | ||baike.com/newtop/news.html 124 | ||bdstatic.com/searchbox/icms/searchbox/img/*.jpg 125 | ||bdstatic.com/tb/img/icon_coo_operation_ 126 | ||bendibao.com/weixin_ 127 | ||bestpush.pconline.com.cn^ 128 | ||betteredu.net/js/pop_tuiguang_ 129 | ||bilibili.com/html/ads-index.js 130 | ||bjsxt.com/statics/js/bjsxt/js.js 131 | ||bjwj2y.com/JS/LsJS.aspx 132 | ||blog.sina.com.cn/lm/mini/ 133 | ||bobo.com/special/mod-follow/ 134 | ||c-ctrip.com/ResUnionOnline/R3/float/floating_normal.min.js 135 | ||caixin.com/file/content/js/mobile_news_app_banner.js 136 | ||cctvpic.com/photoAlbum/templet/common/*/game_ 137 | ||chazidian.com/all/gg_ 138 | ||china.com/images/milapp 139 | ||chinaacc.com/lamu/piao 140 | ||chinacloudsites.cn/api/promotion? 141 | ||chinanews.com/fileftp/2016/06/2016-06-13/U194P4T47D35171F967DT20160613093733.jpg 142 | ||chinanews.com/fileftp/2016/08/2016-08-04/U194P4T47D36220F967DT20160804155100.jpg 143 | ||chinatimes.com/ads/ 144 | ||cndns.com/incs/js/website_mobile.js 145 | ||con-article.hjapi.com/v1/txs/ 146 | ||cpu.baidu.com^$third-party 147 | ||ctfile.com/img/*ssp 148 | ||daf-rs.com/imageViewer/wpAd 149 | ||dahe.cn/indiboy/ads/ 150 | ||dangbei.net/img/db/downdangbei.gif 151 | ||dilidili.wang/uploads/allimg/171227/1_1520203421.png 152 | ||dmzj.com/module/js/float_code.js 153 | ||dmzj.com/public/js/app_banner.js 154 | ||docin.com/building/getAdvById. 155 | ||duba.net/skins/2009/images/db300_250.gif 156 | ||dwstatic.com^*/newsPopup/ 157 | ||dwstatic.com^*/sidebar.js 158 | ||easteat.com/templets/default/images/media-top.png 159 | ||eastmoney.com/Extends/GetReferralLinkJavaScriptObj 160 | ||eastmoney.com/js/*Share.js 161 | ||eastmoney.com/public/ad.tools. 162 | ||eic.org.cn/api/Popup? 163 | ||eic.org.cn^*/analytics 164 | ||enet.com.cn/counter.php 165 | ||ettoday.net/style/mobileweb2014/js/smartbanner/jquery.smartbanner. 166 | ||ettoday.net/style/video-ad/ 167 | ||fengbuy.com/recommend-new. 168 | ||fh21.com.cn/js/passport/createQuickMenu.js 169 | ||forex.com.cn/index.php/Invoking/tanchukuang 170 | ||forex.com.cn/statics/images/ewm.jpg 171 | ||fydisk.com/images/showvip.gif 172 | ||goodcome.com.tw/block/ad/rndtopad.php 173 | ||gtimg.com/finance/js/st/p/news_ad_ 174 | ||gtimg.com/gamezone/2014index/images/600x75.jpg 175 | ||gtimg.com/pingjs/ext2020/dc2017/dist/m_tips/tips.js 176 | ||gz-chengkao.com/js/duo.js 177 | ||hahamx.cn/images/banner/ 178 | ||hao123img.com/v4/MB/xU/jy/VY/YX/MBxUjyVYYX.js 179 | ||heiguang.com/_r/2015/js/hrBottomBar. 180 | ||hexun.com/2017-11-07/191534592.jpg 181 | ||hexun.com/inc/popbox.aspx 182 | ||hexun.com^*/appDplus 183 | ||hjapi.com/v1/pageSoftText? 184 | ||hjfile.cn/lib/hui/footer/0.1.0/footer.js 185 | ||hjfile.cn/lib/uzhi/uzt. 186 | ||hjfile.cn/site/hj-lzs/ 187 | ||hjfile.cn/site/js/pop_gift_plugin.js 188 | ||house365.com/js/fixWin.php 189 | ||howbuy.com/subject/js/jquery.blockUI.js 190 | ||howbuy.com/subject/js/layer/layer.js 191 | ||hujiang.com/Web/tx.ashx 192 | ||iask.sina.com.cn/s-b/mxbg 193 | ||iciba.com/static/images/download_banner.png 194 | ||ifeng.com/uploadfiles/main_blog/main_child/v3_block 195 | ||ifengimg.com/auto/js/*enquiry 196 | ||ifengimg.com^*/red2018icon. 197 | ||igo.cn/liuxue/js/slideBar 198 | ||imall.cctv.com^ 199 | ||imall.cntv.cn^ 200 | ||ithome.com/block/headerline$subdocument 201 | ||ithome.com/images/productgif/pcmaster.gif 202 | ||ithome.com/images/v2.1/downsoftmaster.gif 203 | ||jc001.cn/img/yhj.gif 204 | ||jc001.cn/indexnew/js/yuyue.js 205 | ||jia.com/js/common/jia-common.js 206 | ||jia.com/js/tuku/footBanner_ 207 | ||jia.com/js/zixun/news.js 208 | ||jia.com/js/zixun/zixun_ 209 | ||jianshe99.com/lamu/ 210 | ||kaoyan.com/__pub/shop_book.html 211 | ||kaoyan.com/global/js/backtopnew.js 212 | ||kaoyan.com/school/final_class.html 213 | ||kaoyan.com/school/js/yz.school.packed.js 214 | ||kekenet.com/images/*/app 215 | ||kgimg.com/public/root//images/hardware.jpg 216 | ||kongzhong.com/style/newindex/js/tad.js 217 | ||koolearn.com/v2/js/*AD.js 218 | ||koolearn.com/v2/js/wxewm.js 219 | ||koolearn.com/www/subject/script/subject_form.js 220 | ||koolearn.com/zt/poster_js/$domain=~www.koolearn.com 221 | ||kuakao.com:6053/floatcard? 222 | ||kuwo.cn/static/swf/xctg.swf 223 | ||lofter.com/blogPhotoAd? 224 | ||lofter.com/mailEntry.do?blogad 225 | ||longzhu.com/i/api/videos/dailyRecommend? 226 | ||me360.com/swt/swt.js 227 | ||meilele.com/js/mll/baiduLabelRecommend. 228 | ||mianwww.com/wp-content/uploads/2014/05/insigmaedu1.gif 229 | ||mitbbs.com/img/app 230 | ||mnks.cn/jk/appAD_ 231 | ||mtime.cn/library/*/ECommerce/GoodsAndFeatureCtrl.js 232 | ||naajie.com/float.js 233 | ||netease.com/f2e/auto/modules/float-ask-price/ 234 | ||netease.com/fz/interface/frontend/fz.do?pos=tongyong- 235 | ||netease.com^*bobologo 236 | ||neuralstemcell.com.cn/img/js.js 237 | ||ntce.com/images/js/ntce_public.js 238 | ||offcn.com/index.php?m=dbsource&c=call&a=get&id=75 239 | ||offcn.com/offcnewm/ 240 | ||ol-img.com/channel/tuku/js/tukuPopup.js 241 | ||pcauto.com.cn/forum/1508/intf7631.js 242 | ||pcauto.com.cn/forum/autobbs/clubtl/ 243 | ||pchome.com.tw/js/fancybox/ 244 | ||pconline.com.cn/intf/hot_ 245 | ||pinggu.org/api/bbsgg. 246 | ||pstatp.com/growth/mobile_list/image/bonus_ 247 | ||pstatp.com^*/bannersdk/ 248 | ||qhimg.com/static/5dcd236fc857be9c,5b391c33a0748022.js 249 | ||qidian.com/Images/990x40_ 250 | ||qudao.com/common/minisite.js 251 | ||qyer.com/qcross/home/ajax?action=banner 252 | ||qyerstatic.com/common/models/common/component/footerBanner/ 253 | ||rjzxw.com/temp/index.files/logo2.gif 254 | ||rrjc.com/home/seo/ad/ 255 | ||shejiben.com/common/libs/layer.js 256 | ||shejiben.com/common/widgets/ui/*zb.js 257 | ||shopping.udn.com/mall/cus/cat/OutWebAd.do? 258 | ||showguide.cn/templets/*/qqcenter.js 259 | ||showguide.cn/templets/*/sg-ad.js 260 | ||sina.com.cn/1016/getPhones- 261 | ||sina.com.cn^*/energypop. 262 | ||sinaimg.cn/finance/*/hqMainTopBanner.js 263 | ||sinaimg.cn/finance/*/sideQR 264 | ||sinaimg.cn/finance/app2018/js/appbar.js 265 | ||sinaimg.cn/finance/hq_finapp_ad/ 266 | ||sinaimg.cn/finance/ny_live*.js 267 | ||sinaimg.cn/finance/wanghong_ 268 | ||sinaimg.cn/large/a518ed97jw1eu4mxubbe6j209q01e3ys.jpg 269 | ||sinaimg.cn/mw690/005uyUwYjw1eocc98cbgag30gk02ygm9.gif 270 | ||sinaimg.cn/tech/*/sidebar.js 271 | ||sinaimg.cn^*/everyoneReading.js 272 | ||soft4fun.net/wp-content/themes/arthemia/js/common_footer_min.js 273 | ||soso.com/wenwen/i/ad/ 274 | ||soufunimg.com/common_m/m_public/js/wa 275 | ||sp.qf.56.com^ 276 | ||taobao.com/api/data/v2/d9543feac7c9433a98bc85be3ba856b1.js 277 | ||taobao.com/js/smartbanner/ 278 | ||tfg2.com/images/upfile/banner/ 279 | ||tianya.cn/shang/*/index.shtml 280 | ||tianyaui.com/cms_fragments/res/*/bbs_include_mod.js 281 | ||tianyaui.com/global/dashang/vip_seat/js/ds_vip_seat.js 282 | ||to8to.com/assets/wap//common/widgets/appGuide/appGuide. 283 | ||to8to.com/yezhu/zxbjWidget. 284 | ||to8to.com^*_bottom_ 285 | ||toutiao.haotui.com/data/js/0.js 286 | ||tq.cn/floatcard? 287 | ||tsdmw.net/img01/MP3/pm_ 288 | ||tuyiyi.com/tuyiyi/m.js 289 | ||tv002.com/img/down1_ssp1.gif 290 | ||upaiyun.com/wp-content/uploads/2016/12/wenzhangyouce 291 | ||w3cschool.cn/attachments/image/20170919/1505817817281252.jpg 292 | ||wanwan.sina.com.cn/kb/ 293 | ||wanwan.sina.com.cn/sinasupersport/back/ 294 | ||wbiao.cn/common/adapi/ 295 | ||wbiao.cn/common/newsbannerAds/ 296 | ||wbiao.co/src2/js/expand/fudong/ 297 | ||webservice.360doc.com^ 298 | ||wingontravel.com/Static/headerfooter/Content/js/masterpage. 299 | ||wumii.cn/ext/relatedItemsWidget 300 | ||wuxibus.com/Image/title 301 | ||xcar.com.cn/bbs/adfocus.js 302 | ||xiaoma.com/kf.php?arg= 303 | ||xiaoma.com/xiaoma/www/js/article_right 304 | ||xnimg.cn^*/liveinc/rightlive.js 305 | ||ye120.com/swt.js 306 | ||ye120.com/zool.js 307 | ||youdao.com/market/banner/banner 308 | ||youdao.com/www/banner.html 309 | ||zhiyoo.com/mplus/images/banner.jpg 310 | ||zndsssp.dangbei.net^ 311 | ||zol-img.com.cn/star/image/star-banner2.gif 312 | ||zol.com/index.php?c=ZolShopIndex 313 | ||zp365.com/newhousered/hb-index-pop- 314 | ||zuoyebang.cc/static/question/question/resource/QRCode_ 315 | ||zuoyebang.cc/zyb_4953cbb8a9a2332469592196c056a906.jpg 316 | ||yuedu.baidu.com/hybrid/wkrec/search? 317 | ||zhan.com^*/middle_ad_modal.js 318 | ||dealmoon.com/build/js/www/home/activity-pop/index. 319 | ||zglww.net/jsnew/pfkf.js 320 | ||ld0766.com/index.php?m=call&id=10 321 | ||sina.com.cn/other/src/app/SFANewVersionPop.js 322 | ||qq.com/inc/utf8/nav/ad.htm 323 | ||gtimg.com/finance/js/st/p/cms/ce56e2f3303d17b6.js 324 | ||gtimg.com/finance/js/st/p/quotpage/maxcard_ 325 | ||med66.com/lamu/ 326 | ||51cto.com/edu/blog/*box.js 327 | ||taisha.org/statics/js/pc2.0/common/form.bottom. 328 | ||autoimg.cn/club/v1Content/images/heycar 329 | ||china.cn/js/common/daniel_pop/ 330 | ||chinaacc.com/lamu/*dl- 331 | ||chinaacc.com/lamu/*piao 332 | ||xhd.cn/topic/leyu-piaofu/ 333 | ||zol.com.cn/index.php?c=Api_JumpApi& 334 | ||jjwxc.net/adsmanage. 335 | ||sinaimg.cn/tech/zcapp2018/zcapp.js 336 | ||233.com/js/side.htm 337 | ||soufunimg.com/homepage/new/*/buttomLayer.js 338 | ||vuetifyjs.com/notify.json 339 | ||qhres.com/static/b4f92ac067a4768b/v4/modules/footer.js 340 | ||daniujiaoyu.com/js/zk 341 | ||daniuxuexiao.org.cn/js/zk 342 | ||weiyun.com/proxy/domain/boss.qzone.qq.com/fcg-bin/fcg_get_multiple_strategy? 343 | ||aoji.cn/static/js/pushadv.js 344 | ||aoji.cn/static/js/yiliao/ad_common.js 345 | ||zx123.cn/templates/zx123cs/theme-2015/js/right_xh.js 346 | ||people.com.cn/rmrb/tplimg/new.js 347 | ||appledaily.hk/banners/subscription/ 348 | ||bilibili.com/x/web-interface/archive/special/recommend?aid= 349 | ||lancdn.com/tmp3/GG_Notice.png 350 | ||zhangzishi.cc/cdn-cgi/apps/ 351 | ||macx.cn/js/blockadblock.js 352 | ||bestqikan.com/static/js/swt.js 353 | ||51cto.com/js/activity_pop.js 354 | ||kuakao.com/index.php?m=content&c=index&a=show_ad 355 | ||qinxue100.com/qinxue/pc/js/add_js.js 356 | ||hujiang.com/ciku/getDetailSoftText/ 357 | ||hujiang.com/ciku/getLesson 358 | ||zbcdn.net/__uvjgyw/slb.default.js 359 | ||sina.com.cn/other/src/sfc_app_sidebar.js 360 | ||sinaimg.cn/cj/finance/forex/res/searchCallup.js 361 | ||tsdm.live/weibo.html 362 | ||28.com/public/js/w3c_float.js 363 | ||kmf.com/da/do 364 | ||daiyanbao.com/flash/md 365 | ||banzou.name/qq/qq2.js 366 | ||5888.tv/Js/topBanner.js 367 | ||dfcfw.com/zndh/ 368 | ||jsdelivr.net/npm/live2d- 369 | ||51offer.com/mod/public/talk/ 370 | ||51offer.com/pageData/getDataByModuleIdandKey.html?leadkey=adList& 371 | ||chinalawedu.com/js/weixin/weixin.js 372 | ||chinalawedu.com/js/zxkf.js 373 | ||baidu.com/xpage/form/getform?id=wk_pc_skin 374 | ||aixifan.com/static/*/appGuide/ 375 | ||icourse163.org/dwr/call/plaincall/CommonBean.obtain.dwr 376 | ||3158.cn/min/webim. 377 | ||3158.cn/static/js/fixbtm/ 378 | ||house365.com/im_show/imshow.js 379 | ||qixin007.com/webbanner/ 380 | ||gamersky.com/wap/js/gs/gsAllOpenAppBtn. 381 | ||meiju22.com/new/Public/gg.js 382 | ||heibaizhibo.com/_nuxt/87a5efd04908651591f7.js 383 | ||ymlykj.com/nuxt/static/liveBanner.jpg 384 | ||jin10.com/assets/img/sites/index/vip_ad 385 | ||jin10.com/news_service/static/config/details.config. 386 | ||jmw.com.cn/m_v2/js/active.js 387 | ||dyhjw.com/Public/v3/appdown/images/AppEntrance.png 388 | ||chazidian.com/statics/images/wangke.jpg 389 | ||sinaimg.cn/sports/20214c6d/20181128/880_110.png 390 | ||cifnews.com/common/js/d/d/tea.js 391 | ||cifnews.com/yuguo3.0/live_dynamic/js/live_dynamic.js 392 | ||cifnews.com/ajax/adrequest/ 393 | ||7k7k.com/api/position/ 394 | ||7k7k.com/js/bg-img.js 395 | ||6080.tv/public/js/m/uaredirectformobile.js 396 | ||gliacloud.com/player/adgeek_teep 397 | ||365xuet.com/assets/web/js/main.jsr_ 398 | ||17house.com/zt/style/pc/js/zt_ 399 | ||y3600.cc/20 400 | ||zupulu.com/scripts/app/app.js 401 | ||yunzhan365.com/resourceFiles/js/weixin-share.js 402 | ||127.net/m/*/promPic.jpg 403 | ||xyj321.com/static/xyj/js/foot_slide_bar_ 404 | ||xyj321.com/static/zx/js/zx-con-jsq_ 405 | ||sinaimg.cn/wap/project/blog_to_news_banner/ 406 | ||zikao365.com/upload/js/pfgg/ 407 | ||gaosan.com/js/b.js 408 | ||igo99.cn/js/freetest.js 409 | ||huobaowang.com/meeting/js/hbchat. 410 | ||chinaacc.com/upload/*_mjy_ 411 | ||music.163.com^$domain=mvcat.com 412 | ||offcn.com/index.php?m=dbsource&c=call&a=get&id=77 413 | ||yizhibo.com/special/h5corner.html 414 | ||feedou.com/nzq/style/pc/js/zt_bottom.js 415 | ||66zhuang.com/public_2017/js/count-gou.js 416 | ||xuexila.com^*-xxl.js 417 | ||sogoucdn.com/translate/ssr/static/img/banner- 418 | ||cls.cn/v2/web/ad? 419 | ||aisixiang.com/images/*-20 420 | ||yiihuu.com/assets/common/yh/js/yh.ad. 421 | ||guokr.com/apis/flowingboard/item/guokrapp_ 422 | ||csdnimg.cn/common/redpack/redpack.js 423 | ||w3cschool.cn/index/*Advert 424 | ||sinaimg.cn/news/diversion/index2/static/js/index. 425 | ||sinaimg.cn^*/pushDiversion*.js 426 | ||msstatic.com/huya/main3/widget/DiyActLayer/DiyActLayer_*.js 427 | ||iviewui.com/v1/*?name= 428 | ||sinaimg.cn/news/article/article_qcode 429 | ||niuacc.com/static/common/js/145.js 430 | ||yyetss.com/static/modal.js 431 | ||pcauto.com.cn/zt/*_dialog/cjx-pc-half_ 432 | ||thepaper.cn/bottomBanner_ 433 | ||iiikefu.com/wp-content/plugins/halfdata-green-popups/js/lepopup.js 434 | ||51cto.com/home/web/js/new_login/iframe.js 435 | ||sinaimg.cn/large/007drMcOly1gfnqzv8a7ij30xc02nwfr.jpg 436 | ||mydrivers.com/2021/www/nianhuojie.png 437 | ||sinaimg.cn^*/yyy_pop 438 | ||tiexue.net/pic/tx_1220.jpg 439 | ||gushiwen.org/getTicket.aspx 440 | ||51cto.com/edu/center/js/interaction_iframe.js 441 | ||jishulink.com/images/content/visitor-footer- 442 | ||jishulink.com/images/activity/invite_ 443 | ||codenong.com/c1.js 444 | ||zhenbuka*/statics/js/toastr/jquery.toast.js 445 | ||iqiyi.com/js/common/mars_v.js 446 | ||jsdelivr.net/gh/huang545/huang1111@1.0/bottom.png 447 | ||pstatp.com/origin/137370002e7fbe11b296a 448 | ||qcjycg.com/template/conch/asset/js/hl 449 | ||above.tw/blog/wp-content/plugins/popups/public/assets/js/public.js 450 | ||zhihu.com/sku/km_resource?token=feed-right-banner 451 | ||sinaimg.cn/finance/stock/hq/src/popuptoapp.js 452 | ||to8to.com/to8to_pc/common/modules/bottom_up_slide/ 453 | ||pconline.com.cn/global/footer/index.html 454 | ||ali213.net/news/kx/ali213-kx-data.js 455 | ||cnki.com.cn/cnki/js/adimgdetail.js 456 | ||cnki.com.cn/cnki/js/adrightdetail.js 457 | ||mydrivers.com^*/xianshitehui.png 458 | ||mydrivers.com/m/images/v1/kkjapp_down.gif 459 | ||ydstatic.com/fanyi/fanyi-ad-place/ 460 | ||feedou.com/nzq/style/pc/js/popbig.js 461 | ||feedou.com/nzq/style/pc/js/zt_bottom.js 462 | ||nxhh.net/gw/gw.js 463 | ||kuaishang.com.cn^ 464 | ||docer.org/static/utils/jquery.min.js 465 | ||terrynow.com^$csp=script-src 'self' * 'unsafe-eval' 466 | ||kf.qingwk.com^ 467 | ||ypojie.com/wp-content/uploads/*.js 468 | ||yxdm.*/js/ddetector.js 469 | ||eng24.com/js_new/copyright_float. 470 | ||gedu.org/js/meiqia_pc_groupmarket. 471 | ||guozh.net/wp-content/plugins/eazy-ad-unblocker/ 472 | ||gdmm.com/api.php?mod=js&bid=2188 473 | ||jlwz.cn/js/xf*.js 474 | ||book118.com^*/js/crm. 475 | ||book118.com^*/showRecommend. 476 | ||lotuscard.cc/online/ 477 | ||kuke99.com/static/home/js/index/index.js 478 | ||fulitech.com.cn^*/float.js 479 | ||huanqiucdn.cn/huanqiu/js/www/common/detected_block. 480 | ||yaozh.com/Public/js/widget/dbAdDownload. 481 | ||kandaju.net/js/js2. 482 | ||biancheng.net/templets/new/images/index_pc/fudaoban_ 483 | ||3dmgame.com/page/js/indexalert_ad. 484 | ||nicelinks.site/ad-block- 485 | ||djljz.cn/Plugins/Template/XJLY/js/app. 486 | ||infogram.com^$domain=hk01.com 487 | ||letvcdn.com/lc02_live/201803/18/23/40/1521387641261new. 488 | ||tencent.com/developer/api/common/getAds 489 | ||tencent.com/developer/api/common/getOneAds 490 | ||10086.cn/together/s?func=together:getAdvertInfos& 491 | ||bttt11.com/ad. 492 | ||fanyi.baidu.com/pc/config 493 | ||fanyi.baidu.com/ait/config/cms/list? 494 | ||3dmgame.com/static/image/common/pc_tg3dm. 495 | ||fc.3dmgame.com^ 496 | ||caiyunapp.com/lingoCloud/banner/home-bottom-banner. 497 | ||linovelib.com/modules/article/scripts/ 498 | ||bilinovel.com/scripts/m7lk48m5hgztxn. 499 | ||uiadmin.net/uview-plus/assets/js/3.1b3a95a0. 500 | !------------------------Specific element hiding rules------------------------! 501 | 500.com##.floatLayer-container 502 | 500.com##.pc_odds_fenxi_banner 503 | douyu.com,~wan.douyu.com##a[href*="g.wan.douyu.com"] 504 | jin10.com##.top-poster 505 | jin10.com##.activity-side 506 | flowus.cn##footer .swiper 507 | bilibili.com#?#.is-rcmd:-abp-has(>div:not(div:-abp-has(div))) 508 | csdn.net###asideWriteGuide 509 | haokan.baidu.com##.page-top-rightinfo-popover 510 | baidu.com##.invoke-app-san-container 511 | baidu.com##.invoke-app-floating-tips 512 | thwiki.cc###a-carousel 513 | baidu.com##.index-module_drawerHand__aRhcO 514 | bilibili.com##.extension-tips 515 | 77mh.nl###bdtopbot 516 | 77mh.nl###bdbottop 517 | youdao.com##.banner 518 | cnki.net##.banner-main 519 | caiyunapp.com##.active-imgContainer 520 | baidu.com##.player-pause-code 521 | baidu.com##.landrightbanner 522 | 51cto.com##.right-fixadv 523 | 51cto.com###advCanvas 524 | 7k7k.com##.pendant 525 | 7k7k.com###flashAds 526 | yisu.com##.coupon-get-link 527 | on.cc##.appinstall 528 | 36kr.com##.app-track-card 529 | fnjiasu.com##.sidebar_download 530 | fnjiasu.com##.layui-layer 531 | fnjiasu.com##.swiper-container 532 | crsky.com##.adowGright 533 | 17173.com##a[href^="https://gtv."] 534 | gamer.com.tw,~buy.gamer.com.tw##a[href^="https://buy.gamer.com.tw"] 535 | kdocs.cn##.business-list-wrap 536 | tencent.com##.cdc-commercial-swiper 537 | focus.cn##.module-common-float-im 538 | focus.cn##.shequn-code-img 539 | easylearn.baidu.com##.feedback-icon 540 | easylearn.baidu.com##.vip-banner-cont 541 | djljz.cn###djl_hdhb 542 | djljz.cn###toolbar 543 | djljz.cn##.bottom_slide_box 544 | djljz.cn##.left_fixed_ad 545 | csdn.net##.csdn-common-logo-advert 546 | a9vg.com###qrcode 547 | a9vg.com##.a9-back-top_qrcode 548 | huya.com##.end-ab-banner 549 | investing.com##div[class*="overlay_overlay"] 550 | investing.com##div[class*="adBlock"] 551 | sina.com.cn##DIV[class^="side-btns-jifen"] 552 | 3dmgame.com##.mb30.warp_f 553 | tianqi.com##.xcx_erweima 554 | chinagwy.org##.ewm0610 555 | 360kuai.com##.novel_galery_icon 556 | iciba.com##div[class^="Kyad_"] 557 | yahoo.com###module-appPromoBanner 558 | findlaw.cn###wlcommonbot 559 | huanqiu.com##.right-box > article-other-template 560 | 3dmgame.com##.dj_warp_e 561 | a9vg.com###guide-download 562 | bilibili.com##A[href*="cm.bilibili.com"][data-target-url*=".biligame."] 563 | bilibili.com##A[href*="cm.bilibili.com"][data-target-url*=".biligame."] + .bili-video-card__info 564 | bilibili.com##.adblock-tips 565 | map.baidu.com###message-panel 566 | ghxi.com##div[style^="padding:10px;position: fixed;bottom: 0;left: 0;right:0;z-index"] 567 | manmanbuy.com##.app-activity-download 568 | bilibili.com##.desktop-download-tip 569 | edrawsoft.cn##.activity-banner 570 | edrawsoft.cn##.bottom-banner-activity 571 | zhibo8.cc###popautoapp 572 | docsmall.com##.modal-connection.show 573 | alibabacloud.com###carousel-whois 574 | alibabacloud.com##.b-alicloud-bottom 575 | alibabacloud.com##.hmod-alicloud-contact-sales-support 576 | autohome.com.cn##.activity-coin-layer 577 | php.cn##.wwads-cn 578 | autohome.com.cn##.activity-app-layer 579 | autohome.com.cn##DIV[id^="popautoapp"] 580 | shengxinwang.net###floatDivBoxs 581 | kuke99.com##.index-dialog-mask 582 | aura.cn##.suspension 583 | aura.cn##.foot-xcx 584 | aura.cn##.left-zc 585 | aura.cn##.tc1 586 | w3cschool.cn##.abox-content 587 | sina.com.cn###ad 588 | guancha.cn##.g_swiper_container 589 | fantuan.tv##.app-guide 590 | dm010.com##a[href*=".apk"] 591 | qianzhan.com##.qqonline 592 | qianzhan.com##.kfonline2 593 | csdn.net##.el-dialog__wrapper + .activity 594 | aiqicha.baidu.com##.float-banner 595 | qingwk.com##.c-footer-banner 596 | jingyan.baidu.com##.task-panel-entrance 597 | jingyan.baidu.com##.wgt-cms-banner 598 | jingyan.baidu.com##.activity-entrance 599 | luogu.com.cn##.side > div:last-child:not([class]) 600 | sonkwo.hk##.store-ad-waist 601 | 360kuai.com###task__modal__container 602 | 360kuai.com##.taskbar 603 | bjd.com.cn##.screenad 604 | sina.com.cn##A[href="https://touzi.sina.com.cn/"] 605 | weimob.com###active-entrance 606 | pconline.com.cn##.fixLeftQRcode 607 | cheetahfun.com##.guide 608 | mydrivers.com##.ab 609 | mydrivers.com##.bb 610 | meijumi.net##.couplet_app 611 | cnki.com.cn##.adList 612 | cnki.com.cn##.ad-right-default 613 | cnki.com.cn##.mainboxconbanner 614 | edrawsoft.cn##.publicity-entrance 615 | edrawsoft.cn##.new-year__cn__master 616 | 9game.cn##.guide-app-fix 617 | csdn.net##.passport-login-mark 618 | edrawsoft.cn###bottom-banner-activity-md 619 | baidu.com##.bottom-right-dsp-ad-wrap 620 | epinv.com##A[href="http://www.epinv.com/post/10450.html"] 621 | sina.com.cn##.side-btns-game2021 622 | ssuip.com###mask 623 | baidu.com##.school-promotion-pop-wrap 624 | zuoyebang.com##div[class*="moreDialog_"] 625 | zuoyebang.com##div[class^="answerAnalyzeAd_"] 626 | zuoyebang.com##img[class^="bottomBanner_"] 627 | zuoyebang.com##DIV[class^="questionQRCodeWrap_"] 628 | zuoyebang.com##div[class^="adCard_"] 629 | baidu.com##.app-side-banner 630 | sg169.com##.Mappdiv 631 | sg169.com##.jy-pos-3 632 | jianshu.com##.aside > div[aria-label="3rd-ad"] + div:last-child 633 | tuliu.com###red-envelope 634 | tuliu.com###siderbar-join-form 635 | tuliu.com###vFloat 636 | tuliu.com##.info-recommend 637 | zhangxinxu.com#?#:-abp-properties(display: block;*width: 336px;) 638 | baidu.com##.experience-card-bar-wrap 639 | ifeng.com###qrCode 640 | juejin.cn##.recommend-box 641 | juejin.cn##.activity-recommend 642 | csdn.net##.toolbar-redpack-advert 643 | 360kan.com##.eb-mini 644 | 66law.cn##.consult-bottom-fixed 645 | ifeng.com,~mall.ifeng.com##A[href*="mall.ifeng.com"] 646 | tgbus.com###guide-download 647 | pcbaby.com.cn###jpopWinBottom 648 | zhideqiang.com##A[href*="quan.zhideqiang.com"] 649 | 5ykj.com##.ls-b-large-margin 650 | pptjia.com##.alert2_wrap 651 | jishulink.com##.invite-code-dialog 652 | zhenbuka.com##.jq-toast-wrap 653 | fx361.com###k_s_ol_chatWin 654 | fx361.com###k_s_ol_chatWinSm 655 | fanyi.sogou.com##.img-banner 656 | fanyi.sogou.com##.survey 657 | huaban.com##.hb-ad 658 | ifsp.tv##.video-page-right 659 | meijumi.me###app_left 660 | baidu.com##.opening-season-dialog 661 | iqihang.com##.xf_right 662 | qianlima.com###bg 663 | qianlima.com##.seo400 664 | to8to.com##.layer-red-box 665 | tvbs.com.tw##.smart_banner 666 | wenku.baidu.com##.header-wrapper > .fixed-activity-bar 667 | faayoo.com###footer_fd 668 | faayoo.com##.qr_code 669 | gebi1.com###fwin_dialog 670 | gebi1.com###fwin_dialog_cover 671 | gebi1.com##.offical-account 672 | infoq.cn##.live-fixed-bar 673 | infoq.cn##.widget-slide-weekly 674 | sina.cn##.js-voice-yyy 675 | sina.cn##.module-finance-client3 676 | sina.com.cn##.f_app_screen_wrap 677 | sina.com.cn###commonSideBar 678 | sina.com.cn##.yyy-wrap-2021 679 | sina.com.cn##.cj_app_left 680 | banjiajia.com##.register-ten 681 | banjiajia.com##.register-box 682 | ke.qq.com##.bottom-bar 683 | 699pic.com###landlord 684 | 699pic.com##.springtime-floatLink 685 | 699pic.com##.springtime-pop 686 | 699pic.com##.winpopbg 687 | tuchong.com##.float 688 | baidu.com##.desktop-guide 689 | bilibili.com##.video-page-game-card 690 | ldmnq.com##.dialog-game 691 | hupu.com###game-center-entrance-container 692 | hupu.com##DIV[class^="game-center-"] 693 | sina.cn###j_toTop ~ .fl_suspension_template 694 | sina.cn##.zhidi 695 | sina.cn###j_gotop ~ .fl_suspension_template 696 | sina.cn##.sw_c0.fix_top 697 | niuacc.com##.masks 698 | niuacc.com##.yure 699 | niuacc.com##.botLm-container 700 | sina.com.cn##.fl_feedFous 701 | sina.com.cn##.tab_related_app_imglink 702 | nipic.com##.vip_show 703 | nipic.com##.vip_homeshow 704 | baidu.com##.guide-to-univer-app-root 705 | baidu.com##.pop-manager-view-containter 706 | wendu.com##.foot_adv 707 | wendu.com##.head-banner 708 | baidu.com##.search-box-wrapper + .pager-container 709 | baidu.com##.fufei-activity-bar 710 | 360doc.com##.floatqrcode 711 | xueqiu.com##.widget__download-app 712 | 123.com.cn##.bottom-ylink 713 | 123.com.cn##.fixed-top 714 | douyu.com##.index-common-1-rrh 715 | chsi.com.cn##.zx-axvert 716 | xdf.cn##.popup-wrap 717 | sina.com.cn##.redPacketCont 718 | offcn.com###offcn_yx 719 | 3dmgame.com##.modAD 720 | 21ic.com##.appxb 721 | csdn.net##.toolbar-advert 722 | cnitpm.com##.erweima 723 | iviewui.com##.ivu-alert 724 | sogou.com##.aside-qcode 725 | sogou.com##.trans-side-banner 726 | gas.goodlife.tw###widgets 727 | mati.hk##.banner_middle 728 | 720yun.com##DIV[class^="Ads_ads_"] 729 | baidu.com###copyright + .banner 730 | whcykj.cn###BDBridgeInviteWrap 731 | whcykj.cn###InviteContainerl 732 | whcykj.cn##.swt_bottom 733 | qiaobutang.com##.fixed-footer-wrap 734 | fanyi.baidu.com###app-read 735 | pan.baidu.com##.phone-banner 736 | epubee.com##.reader-to-vip 737 | news.163.com##.mod_netes_origina 738 | news.163.com##.mod_pageh5 739 | egame.qq.com##.lurk-dialog 740 | egame.qq.com##.pop-widget 741 | 16rd.com###diy_bbs_list_right IMG 742 | 16rd.com###quick_pub_form 743 | 16rd.com##.c1c2_b1b2_adbx 744 | 16rd.com###diy_ad_article_right IMG 745 | ifeng.com##.slideImg-lGG7Uta- 746 | yizhibo.com###J_reg_guide 747 | poedb.tw#?#div[id]:-abp-contains(ad blocker) 748 | qq.com##.notice[class^="jsx-"] 749 | qq.com##.elevator[class^="jsx-"] 750 | qq.com##.wrap[class^="jsx-"] 751 | php.cn##.layui-show > UL > .top-img 752 | offcn.com##.jlstc 753 | chinakaoyan.com##.side-wx 754 | neets.cc#?#div[class]:-abp-has(> div > .home_p) 755 | 51zhishang.com###kyzb_layer 756 | 51zhishang.com##.zhezhao 757 | mafengwo.cn###banner-con-gloable 758 | douyu.com##.ActPayDialog 759 | baidu.com##.reader-pop-manager-view-containter 760 | jingyingjiajiao.com##.bdgg 761 | jingyingjiajiao.com##DIV[style="width:auto;border: 1px solid #aaaaaa; position:fixed; bottom:1px; right:1px;z-index:2000"] 762 | baidu.com##.app-side-ad 763 | kanman.com###\5f _acgn-virtual-coin__ 764 | ifeng.com##a[class^="bookrack-"] 765 | ifeng.com##section[class^="fixSlide-"] 766 | ifeng.com##div[class^="silde_box-"] 767 | yun.cn##div[class*="ad-block"] 768 | pcccp.cn##DIV[id^="xydl"] 769 | douyu.com##.PrivilegeGiftModalDialog 770 | igo99.cn##.adBG 771 | danzhaowang.com##.qxzx_scho 772 | redocn.com##.big_vip_gg 773 | redocn.com##.small_vip_gg 774 | yutu.cn###botfocus-res 775 | edutt.com##.foot-fixed 776 | bjx.com.cn##.layer_right2 777 | dyhjw.com##.index_luckdraw 778 | rrys2020.com###indexNav1 779 | rrys2020.com##.corner > LI > A[href*="yyets."] 780 | acfun.cn##.pause-display 781 | examw.com###kefu_in 782 | examw.com##.acitvieLeftBox 783 | examw.com##.activeBottomBox 784 | dailiantong.com##.appDwn 785 | kankan.com###adv_box 786 | kankan.com###modal-adv 787 | kankan.com##.tuiguang_position 788 | xyj321.com##.foot_alert_wrap 789 | doc88.com##.dk-side-gif 790 | ltn.com.tw##.evt.e22 791 | epubee.com##.vipNoteBar 792 | 58cam.com###append_parent 793 | 58cam.com###huyou_nologin 794 | ximalaya.com##.dl-pc 795 | 4399.com##BODY[bottommargin="22"] > TABLE[width="100%"]:first-child 796 | taptap.com###bottomBanner 797 | laohu8.com##.top-recommend 798 | laohu8.com##.app-button 799 | 365xuet.com##.cd-items 800 | 911cha.com##.adbox 801 | 911cha.com##.sideqr 802 | 911cha.com##.sideqr_left 803 | 911cha.com##DIV[style^="width:200px;overflow:visiable;position:fixed;"] 804 | igo.cn###NewigoBox 805 | igo.cn##DIV[class^="leyuBg"] 806 | weather.com.cn##A[style="position:fixed;top:220px;left:50%;margin-left: -625px"] 807 | dapengjiaoyu.com##.toUnfold 808 | dapengjiaoyu.com##.upload-app 809 | tongzhuo100.com###gold_banner 810 | coolpc.com.tw##TD[onclick="cancelBubble()"] 811 | 360game.360.cn##.advertising 812 | 360game.360.cn##[class*="banner"] 813 | tobosu.com##.tbs-bottom-order 814 | tobosu.com###alert_order 815 | dyhjw.com##.guessEntranceOpen 816 | jmw.com.cn##.coupon 817 | 3d66.com##.botfocus 818 | jiagle.com##.bannergroup 819 | zybang.com##.question-below-text 820 | zybang.com##.related-question-below-text 821 | baidu.com##.ts-qrcode 822 | sblunwen.com###popupService 823 | sblunwen.com##.c11 824 | zhangxinxu.com##a[href*=".taobao.com"] 825 | gamersky.com##header[class^="ymw-header20"] 826 | news.163.com#?#div[ne-module="/modules/slide/slide.js"]:-abp-has(.ad_hover_pic) 827 | dm5.com##.index-side-code 828 | qixin.com##.web-diversion-container 829 | 17ce.com##a[href="/site/api"] 830 | hxsd.com##.left_side 831 | gitee.com##.register-guide 832 | gamer.com.tw##.goAPP 833 | yahoo.com##div[id$="-Banner-Proxy"] 834 | jiemian.com##.app-open 835 | znds.com###diy_mobanbus_view_right2 836 | meijuxingqiu.com##.fixed-bottom-bar 837 | iqiyi.com##.m-hotWords-bottom 838 | 3dmgame.com##A[href^="http://web.3dmgame.com/h5/game?"] 839 | ifeng.com##DIV[class^="enquiry_bottom"] 840 | ifeng.com##div[class^="bottom_box"] 841 | ifeng.com##div[class^="bottomSlide"] 842 | jinti.com###mei 843 | jinti.com##.fix-kefu 844 | huanqiu.com##.r-hqFashion 845 | house365.com##.home-new-user 846 | house365.com##.leftfixed_box 847 | blog.csdn.net##.t0 848 | so.com##.newsfeed-popup 849 | feng.com##.header 850 | sogou.com##.recommend-pop 851 | sm.cn##.oab-ball-wrap 852 | zhidao.baidu.com##.doodle-container 853 | baidu.com##.icon-bdad 854 | 5ewin.com##.erweima 855 | 5ewin.com##.jjb-slide 856 | mail.126.com,mail.163.com##.gWel-bottom 857 | csdn.net##.blog-column-pay 858 | qidian.com,~game.qidian.com##A[href*="game.qidian.com"] 859 | zuhaowan.com##.zhw-bottom-ad 860 | tmtpost.com##.open-app 861 | kuman.com##.guide-download-footer-box 862 | baidu.com##.guidetowkOperationwg-root 863 | hamibook.com.tw##.custom-banners-cycle-slideshow 864 | sina.com.cn##.pc-tui-coupon 865 | 360doc.com###btn_freeread 866 | qingwk.com##.c-meiqia-Air 867 | qingwk.com##.c-meiqia-wrapper 868 | qingwk.com##.l-index-activity-entrance 869 | qingwk.com##.l-red-packet 870 | 51offer.com###rightFu 871 | baidu.com##.bottom-guide 872 | 5888.tv###code_img 873 | 5888.tv##.footer_fixed 874 | 99meijutv.com##.follow-qrcode 875 | tianya.cn##.barcode-float 876 | imooc.com##.redrain-bg-shade 877 | weather.com.cn##A[href*=".tmall.com"] 878 | ruten.com.tw##.act-promo 879 | pconline.com.cn##.twentieth 880 | 100bt.com##.aolasidebar__ad1 881 | bitauto.com###dyAdv 882 | banzou.name###ads_1 883 | banzou.name###ads_2 884 | banzou.name###appfu 885 | banzou.name###daiyan 886 | firefoxchina.cn##.side-shping 887 | taoguba.com.cn###tbgzInstall 888 | taoguba.com.cn###tbgzInstallBG 889 | fwxgx.com##div[id^="tuiguang"] 890 | 96weixin.com###lifelong 891 | kmf.com##.g-kmf-906banner 892 | dujiaoshou.cn###ad1 893 | tuwan.com##.Player-zan 894 | guancha.cn##.member_recruit_index 895 | line.me###install_line 896 | aliyun.com##.aliyun-delivery-view-container 897 | acfun.cn##.app-guide 898 | mmbang.com##.footer_adver-warp 899 | tsdm.live###ts_sidebar_base 900 | m.qu.la#?#ul:-abp-has(> li > a[href*=".bcebos."]) 901 | m.qu.la#?#:-abp-has(> a[href*=".bcebos."]) 902 | sanhao.com###reg-bar 903 | lenovo.com.cn##.game-bd 904 | gameapp.qq.com##.act-tips 905 | zybang.com##.navigationBar-below-banner 906 | m.07073.com##.new_heads 907 | m.07073.com##.new_heads_bg 908 | blog.csdn.net##SCRIPT[src^="https://csdnimg.cn/release/phoenix/vendor/linkCatcher/linkCatcher.js"] + .t0 909 | 9312.net##.pop-up 910 | gdmm.com##img[width="1200"] 911 | ifeng.com##div[class^="qrCode"] 912 | mafengwo.cn###float-pannel-gloable 913 | mafengwo.cn###smartGuideFeng 914 | bigbigwork.com##.pinterestbox 915 | kuakao.com##.addTQBar 916 | renren.com###videoAd12 917 | weather.com.cn##.tuiguang 918 | douyu.com##.video-info-download 919 | docer.com##.popup 920 | voachinese.com##.slide-in-wg 921 | gitee.com##.gitee-stars-main-widget 922 | ooopic.com##.fix-newUser 923 | itheima.com##.nav1 924 | thmz.com###floatdivids 925 | soyoung.com###pubWideBanner 926 | soyoung.com##.cash_back 927 | soyoung.com##.pop_center_box 928 | 163.com##.redpacket-footer 929 | 163.com##.redpacket-subbox 930 | worldve.com###fdkDiv 931 | worldve.com###img 932 | zybang.com###bottomBannerLink 933 | ludashi.com##.div_text 934 | ludashi.com##.div_mask 935 | 7k7k.com##.page-right-side-btns-img-link 936 | ttmeiju.me##DIV[style="float:left;margin-bottom:27px;margin-top:27px;"] 937 | 4399.com###ads1_1 938 | xitonghe.com##.sidebar-wx 939 | chinaacc.com##.leftBox 940 | 58pic.com##.activitySettings-Fixed 941 | 58pic.com##.activitySettings-fixedBottom 942 | gdmm.com###diy3 943 | cnblogs.com###div_digg 944 | cnblogs.com###xiaociguai 945 | nowcoder.com###jsSideTopicList 946 | mafengwo.cn###ad1 947 | mafengwo.cn###ad2 948 | taobao.com##.rb-op 949 | eastday.com##.drain_app 950 | pconline.com.cn###JnoLoginFixedBottom 951 | kankanmi.com##.listnewli 952 | epwk.com##.collect-info-icon 953 | epwk.com##.collect-info-wrap 954 | epwk.com##.head_banner 955 | jd.com###m_common_tip 956 | taobao.com##.J_smartBanner 957 | appledaily.com###ebBannerTopDiv + A[href^="http://bit.ly/"] 958 | tianyancha.com###banner_web 959 | vdianying.cc##div[style^="display:block !important;"] 960 | kuaibao.qq.com##.slider-box 961 | aoji.cn##.xiaoxi_phone 962 | gaodun.com###LRdiv1q 963 | 51cto.com##DIV[id^="topbanner"] 964 | 3d66.com###botfocus-soft 965 | meijuniao.com###widget-weixin 966 | meijuniao.com##.player-ad1 967 | wiseway.com.cn##.float-kefu 968 | ixigua.com##.banner-section 969 | jiakaobaodian.com##.com-footer-flex-panel 970 | btime.com##.shop-guid 971 | csdn.net##.blog_star_enter 972 | ganji.com##.footer-b 973 | evget.com###popelevencenter 974 | sac.net.cn###ad 975 | sac.net.cn###leftDiv 976 | sac.net.cn###rightDiv 977 | ibaotu.com##.bg-feedback 978 | wantgoo.com###FixModal 979 | csdn.net##.post_recommend 980 | zuowen.com##.dialogP 981 | mcmod.cn###McmodDonate 982 | pupudy.com##.asst-post_header 983 | pupudy.com##.sidebar 984 | view.inews.qq.com#?#div[class^="_"]:-abp-has(>div[data-action-id]>div>.react-swipeable-view-container) 985 | douyu.com###js-room-activity 986 | gdmm.com##a[href="http://www.gdmm.com/appdown/"] 987 | kingkong.com.tw##.public-activity 988 | kingkong.com.tw##.room-banner-wrap 989 | xhd.cn##.xinad 990 | 163.com##.gkk_bj_yw 991 | 163.com##.gkk_default_yw 992 | jianshu.com###note-fixed-ad-container 993 | jianshu.com###web-note-ad-1 994 | 776dm.com,qiqidongman.com##.topAA 995 | liepin.com##DIV[id^="nodetpl_g_"] 996 | med66.com##.coach_pic 997 | kekenet.com###bottomlink 998 | download.csdn.net##.quake-slider 999 | china.cn##.ltp_box 1000 | qidian.com##div[style="background: rgba(0,0,0,0.4);position: fixed;left:0;right:0;top:0;bottom:0;z-index:9999;"] 1001 | qidian.com##div[style^="width: 426px; height: 644px; background:"] 1002 | qidian.com##span[style^="display: inline-block;width: 150px; height: 291px;"] 1003 | zhufaner.com###dist_footer 1004 | zhufaner.com##.book 1005 | qq.com##.mod-download-tips 1006 | 91wenmi.com###xiezuo 1007 | 91wenmi.com###xzsp 1008 | 91wenmi.com##a[href^="http://www.91wenmi.com/xiezuo/"] 1009 | med66.com##.banner 1010 | 9game.cn###btInfo 1011 | youku.com###bt-banner 1012 | ld0766.com###diy4 1013 | tw.yahoo.com###tabTemplate 1014 | aliyun.com###yq-a-r-bottom 1015 | aliyun.com##.yq-ads-blog 1016 | aliyun.com##.yq-main-left > a:first-child 1017 | csdn.net##.fourth_column 1018 | taoguba.com.cn###joinTGB 1019 | jin10.com##.jin-popularize 1020 | zglww.net##.tool 1021 | zhongyiju360.com###bottom-float 1022 | zhongyiju360.com###bottom-float2 1023 | dianping.com##.QQlink 1024 | dianping.com##.bao-jia-form 1025 | dianping.com##.button_bao-jia 1026 | dianping.com##.layer-container[data-view-bid="b_njcmobox"] 1027 | dianping.com##.weixin1 1028 | smzdm.com##.foot-banner 1029 | itheima.com##.tanchang 1030 | house365.com###AD-coup-left 1031 | cheaa.com###AD002 1032 | cheaa.com###ADText 1033 | bing.com###BottomAppPro 1034 | ck365.cn###Dmids 1035 | baidu.dj###ETE 1036 | setn.com###FBAnchor 1037 | alipay.com###J-cooperant-banner 1038 | letv.com###JS_banner01 1039 | letv.com###JS_banner02 1040 | tmall.com###J_BottomSmartBanner 1041 | sina.com.cn###J_forAutoShow 1042 | qq.com###J_inner_tips 1043 | pconline.com.cn###JtlBestA 1044 | zhiding.cn###MgBox 1045 | pcauto.com.cn###PcPoPmarket 1046 | qidian.com###QDCode_float 1047 | zuoye.baidu.com,zybang.com###QRinside 1048 | gov.cn###ZhiXuwFloatWindow 1049 | mmonly.cc###\32 vm_box 1050 | soku.com###\5f xbox_ad 1051 | ifeng.com###a_code 1052 | tianya.cn###a_qiu 1053 | mydrivers.com###a_showhotnews_list_dia 1054 | tw.yahoo.com###abu-live 1055 | zhidao.baidu.com###act-link-banner 1056 | baidu.com###activateGuidePopupOuter 1057 | 8591.com.tw###active_enter 1058 | dongao.com,zgsyz.com###ad 1059 | fengniao.com###ad-head 1060 | 4399.com,sxrtv.com,yundaex.com###ad1 1061 | 4399.com,sxrtv.com,zgsyz.com###ad2 1062 | bitauto.com###advCarsumType1 1063 | rrjc.com###alertBox 1064 | 5253.com###android-qr 1065 | sohu.com###apkBanner 1066 | pconline.com.cn###app-ewm-tg 1067 | neihanshequ.com###appDownload 1068 | qidian.com###app_download_blank_show 1069 | zuoye.baidu.com,zybang.com###aside 1070 | jpwind.com###asideNav 1071 | bilibili.com###b_app_link 1072 | 58.com###banjiaAD 1073 | m.youku.com###banner 1074 | 3g.baidu.com,m.baidu.com,m5.baidu.com,www.baidu.com###banner_call + div[id] 1075 | tianya.cn###bbs_login_div 1076 | pcauto.com.cn###bgbao 1077 | bing.com###bingBrand 1078 | 163.com###bobo 1079 | zhiyoo.com###body-bg 1080 | sogou.com###bottom_appad 1081 | haosou.com,so.com###bottom_ask 1082 | so.com###bqPromote 1083 | zol.com.cn###btmLoginLayer 1084 | golinksworld.com###btn_download 1085 | lvmama.com###centerDialog 1086 | ifeng.com###client-spread 1087 | ichunqiu.com###cnzz168_Login 1088 | ck365.cn###content_login 1089 | yahoo.com###crazyad_mask 1090 | 9miao.com###deanrlc22 1091 | news.baidu.com###detail-HotScrollNews-wrapper 1092 | zhiyoo.com###dialog1 1093 | fx168.com###diaochaBg 1094 | fx168.com###diaochaBox 1095 | tw.yahoo.com###discount 1096 | douguo.com###dlayer 1097 | kongzhong.com###dn 1098 | btime.com###download 1099 | ibm.com###dw-regbar 1100 | xcar.com.cn###eMeng 1101 | udn.com###ec 1102 | 51cto.com###edu_adver 1103 | 58.com###erweimaAd 1104 | guancha.cn###ewm_app 1105 | baidu.com###exp-fixed-bottom 1106 | sina.com.cn###f_ask 1107 | 51cto.com###f_close_box 1108 | news.baidu.com###favoriteTips 1109 | zhidiy.com###festival_float_bottom 1110 | ci123.com###fixed-recom 1111 | bilibili.com###fixed_app_download 1112 | yesky.com###flayer 1113 | 7808.cn###float-chat 1114 | 163.com###floatLayer 1115 | x-mol.com###floatWindow 1116 | qianlima.com###float_mask 1117 | scsjgjj.com###floatinfo 1118 | mayi.com###floatingLayer 1119 | tw.beanfun.com###flybeanfun 1120 | ofweek.com###flybox-db 1121 | miercn.com###foot_return_foot 1122 | xtuan.com###foot_zhaobiao_bar 1123 | smzdm.com###footer_layer 1124 | 7808.cn###force-popup 1125 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###forum_recommend 1126 | eastmoney.com###fp1 1127 | house365.com###ft-login 1128 | goodcome.com.tw###fulljad 1129 | eastmoney.com###fundtg-fb 1130 | ifeng.com###g_code 1131 | yesky.com###gfapp1 1132 | guancha.cn###goapp 1133 | haosou.com###haosou-banner-left 1134 | thepaper.cn###head_ask_app_down 1135 | zhiyoo.com###header_app 1136 | finance.sina.com.cn###hq_main_top_tgWrap 1137 | 51zxw.net###idSlider 1138 | youth.cn###identifier-pannel 1139 | zol.com.cn###iframe_zmall 1140 | las.ac.cn###img 1141 | dditblog.com###income_div 1142 | pptv.com###installApp 1143 | gov.cn###ippad01 1144 | gov.cn###ippad02 1145 | gov.cn###ippad03 1146 | study.163.com###j-newpeople 1147 | fwxgx.com###jPpo_sc 1148 | goodcome.com.tw###jad-float 1149 | goodcome.com.tw###jad-right 1150 | goodcome.com.tw###jad-top 1151 | douyu.com###js-fix-download 1152 | douyu.com###js-live-room-recommend 1153 | 163.com###js_a_bobo 1154 | ifeng.com###js_red 1155 | 0439.com###kanfang 1156 | 163.com###layout-bobo 1157 | 163.com###layout-love 1158 | 163.com###layout-shop 1159 | fh21.com.cn###lbzxM 1160 | lvmama.com###leftDialog 1161 | instrument.com.cn###leftFlash 1162 | 66rpg.com###left_overlay 1163 | duba.net###login_alert 1164 | tianya.cn###login_mask 1165 | zhibo8.cc###m_adv 1166 | zhidao.baidu.com###main-content > div[class]:first-child > a 1167 | house365.com###marryD 1168 | goodcome.com.tw,sporttery.cn###mask 1169 | meitu.com###meipaiFixed 1170 | ifeng.com###minefields_bottom 1171 | neihanshe.cn###mobile_client 1172 | qq.com###mod_float_box 1173 | stc.gov.cn###mov 1174 | aoshitang.com###msg_win 1175 | so.com###msocomBottomBanner 1176 | sporttery.cn###newDiv 1177 | baike.com###newsfix-on 1178 | finance.sina.com.cn###ny-link-r 1179 | finance.sina.com.cn###ny-link-r0 1180 | autohome.com.cn###packetsWrap 1181 | neihanshequ.com###pageletBottomBanner 1182 | neihanshequ.com###pageletTopBanner 1183 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###pagelet_frs-aside\/pagelet\/hottopic 1184 | kaopu001.com###pokemon 1185 | 52wmb.com###popContent 1186 | wbiao.cn###popupImgCorner 1187 | acfun.cn###prompt-box 1188 | infoq.com###psa-note 1189 | hao.360.com###pushbar-festival 1190 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###questionnaire_bg 1191 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###questionnaire_contianer 1192 | blog.163.com###r_m163news 1193 | blog.163.com###r_mlofteriframe 1194 | blog.163.com###r_mlofteriframe2 1195 | yy.com###rbappend 1196 | 15w.com###rec 1197 | mydrivers.com###recommend 1198 | tv.sohu.com###referr_bd_box 1199 | hjenglish.com###regscrollcontainer 1200 | 66rpg.com###right_overlay 1201 | eastmoney.com###rightadvert 1202 | pchome.net###rightbar 1203 | cskaoyan.com###scanWxQrCode 1204 | wasu.cn###scan_qrcode 1205 | po.baidu.com###shareBoxBlank 1206 | xcar.com.cn###show_car 1207 | hao123.com###slidetoolbarContainer 1208 | suning.com###sn-sidebar-change-code 1209 | haosou.com###so_feb 1210 | sogou.com###sogou_vr_21222401_wrap_0 1211 | ifeng.com###swiper_bottom 1212 | msn.com###taboola-above-homepage-thumbnails 1213 | sina.com.cn###tg_app_w 1214 | auto.qq.com###tips 1215 | jd.com###toolbar-qrcode 1216 | 17173.com###topAlert 1217 | blog.163.com###topbar_gachaArea 1218 | blog.163.com###topbar_lofterDldArea 1219 | blog.163.com###topbar_yxpArea 1220 | ifeng.com###upApp1 1221 | ifeng.com###upApp2 1222 | 51cto.com###upopbox_bot 1223 | 51cto.com###upopbox_mid 1224 | tw.yahoo.com###util-top-promotion 1225 | fydisk.com###vbox 1226 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com###video_aside 1227 | ithome.com###wapddfda21 1228 | qudao.com###wechat 1229 | 360.cn###weishi-alert 1230 | kekenet.com###weixinwz 1231 | kekenet.com###weixinwz1 1232 | taoguba.com.cn###wrap_footer > div[style^="width: 957px;"] 1233 | ganji.com###write_resume_id 1234 | ifeng.com###wx 1235 | bendibao.com###wxbox 1236 | anjuke.com###xajk_down_new 1237 | muchong.com###xd_popbox 1238 | wenmi114.com###xiezuo 1239 | 163.com###yjj_pop_wrapper 1240 | youku.com###ykBottomBanner 1241 | house365.com###youXFsmall 1242 | gmw.cn###ysp_gmrbAppLayer 1243 | 1010jiajiao.com###yueyu3 1244 | appchina.com###yyh-bottom 1245 | qyer.com###zpui-head-ad 1246 | ithome.com,zhihu.com##.AdblockBanner 1247 | zhihu.com##.AppMagicBanner 1248 | zhihu.com##.HitQrcode 1249 | qq.com##.J_hot_game 1250 | zhihu.com##.KanshanDiversion 1251 | 3d66.com##.King_Chance_LayerCont 1252 | douyu.com##.PaladinPop 1253 | goodcome.com.tw##.Phase2_BigAdbox 1254 | newsmth.net##.Smthtwenty_float 1255 | zhihu.com##.Sticky > .Card[data-za-detail-view-path-module="ContentList"] 1256 | pcgames.com.cn##.aFollowb 1257 | infoq.com##.ab_detect 1258 | auto.ifeng.com##.acquire_1 1259 | apowersoft.cn##.activity-poster 1260 | huaban.com,zcool.com.cn##.ad 1261 | to8to.com##.ad-commom 1262 | iciba.com##.ad-sign 1263 | igo.cn##.adBG 1264 | pcauto.com.cn##.ad_onlyone 1265 | pixiv.net##.ads_anchor 1266 | medsci.cn##.adv1201 1267 | 2cto.com##.adv980 1268 | 2cto.com##.adv980box 1269 | 8264.com##.advSection__wrapper 1270 | eastmoney.com##.advertisement 1271 | cngold.org##.ag_fwindow_ywp 1272 | jiankang.com##.all_eye 1273 | tmall.com##.app-download-popup 1274 | baidu.com##.app-guide 1275 | qq.com##.app-qrcode 1276 | qidian.com##.app_download_ad 1277 | qidian.com##.app_download_ad02 1278 | loldk.com##.appfix 1279 | baidu.com##.apphint 1280 | uisdc.com##.archive-pm-top 1281 | sina.com.cn##.article-bottom-tg 1282 | itmo.com##.aside-game-icon-box 1283 | to8to.com##.ask_side_opa 1284 | yaofangwang.com##.bad 1285 | fwxgx.com##.baibaoxiang 1286 | baidu.com##.baiduapp-ad-container 1287 | baike.baidu.com##.baike-dynamic-wrapper 1288 | 51cto.com,chinaacc.com,yidianzixun.com##.banner 1289 | baidu.com##.banner-active 1290 | m.toutiao.com##.banner-top 1291 | taobao.com##.banner.row 1292 | pinggu.org##.banner2015 1293 | 55haitao.com##.bbs-bottom-popup 1294 | sina.com.cn##.blk_APP_JSl 1295 | sina.com.cn##.blk_APP_JSr 1296 | 163.com##.bobo-area 1297 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.bonus_forum_aside 1298 | tianya.cn##.book-box 1299 | douban.com##.bottom_ad_download 1300 | to8to.com##.bottom_slide_box 1301 | shejiben.com##.bottom_zb_box 1302 | sogou.com##.bottombar 1303 | to8to.com##.btm-float 1304 | ck101.com##.btn_dw_app 1305 | uuu9.com##.c_box 1306 | iciba.com##.cb-downmask 1307 | zuowen.com##.cj 1308 | hao123.com##.cjcard2017Container 1309 | mumayi.com##.clientBox 1310 | php.cn##.close_id 1311 | m.youku.com##.cmt-more 1312 | m.youku.com##.cmt-more-cont 1313 | qq.com##.code-content 1314 | miercn.com##.color-box 1315 | ibaotu.com##.comVip-tg 1316 | baidu.com##.commentEmbed-backHomeCard 1317 | to8to.com##.common-tender-wrapper 1318 | ithome.com##.con_2 > .img_listbox 1319 | kaopu001.com##.coupleBannerAdv 1320 | rrjc.com##.coupletbox 1321 | yahoo.com##.crazyad 1322 | taoguba.com.cn##.ct_app 1323 | youdao.com##.dialog-guide-download 1324 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJ.umoney-promotion-dialog 1325 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.dialogJmodal 1326 | youdao.com##.dict-dl 1327 | 163.com##.doc-footer-wrapper 1328 | douyu.com##.double-festival-pop 1329 | finance.sina.com.cn##.downLink 1330 | taobao.com##.downapp 1331 | caijing.com.cn##.downdiv 1332 | m.youku.com##.download 1333 | baidu.com##.download-app-parent 1334 | kdnet.net##.download-bar 1335 | 2.taobao.com##.download-layer 1336 | gfan.com##.downs 1337 | taizhou.com.cn##.duilian 1338 | taizhou.com.cn##.duilian2 1339 | csdn.net##.edu-promotion 1340 | cw.com.tw##.emailorder 1341 | dajie.com##.envelop_layer 1342 | ettoday.net##.etvideo_collect_1 1343 | baidu.com##.eye-catching-tpl-container 1344 | ifeng.com##.fhsd 1345 | baidu.com##.first-card-container 1346 | douyu.com##.firstpay-modal 1347 | xiushuang.com##.fix_app 1348 | hjenglish.com##.fix_questionnaire_btn 1349 | pcauto.com.cn##.fix_sinup_box 1350 | 1010jiajiao.com##.fixed-bar 1351 | ye120.com##.fixed_bottom 1352 | 1010jiajiao.com##.fixedbox2 1353 | autohome.com.cn##.fixqbot 1354 | letv.com##.fl_app_bot_wrap 1355 | letv.com##.fl_app_wrap 1356 | ganji.com##.fl_pop 1357 | to8to.com##.float 1358 | www.163.com##.float-bar 1359 | gitee.com##.float-left-box 1360 | kaoyan.com##.floatQrcode 1361 | fwxgx.com##.float_ad 1362 | ifeng.com##.foot_top_box 1363 | xdf.cn##.footadv 1364 | m.zhanqi.tv##.footer 1365 | me360.com##.footer-booking-open 1366 | miaopai.com##.footer_banner 1367 | 51cto.com##.footer_mask 1368 | nen.com.cn##.for3gagzy 1369 | tmall.com##.fp-lazyload-con[data-path*="/floor-ad-"] 1370 | it168.com##.fu1020_box 1371 | eastmoney.com##.fund-pop 1372 | 55haitao.com##.global-dialog 1373 | 1kkk.com,dm5.com##.guide 1374 | baixing.com##.guide-video-app 1375 | ifeng.com##.h_top_box 1376 | huke88.com##.hand-once 1377 | hao123.com##.hao123-search > .notice-fixed 1378 | m.youku.com##.hdwrap 1379 | jiemian.com##.header-container > div > section[style="width: 100%;"] 1380 | setn.com##.header-left-banner 1381 | setn.com##.header-right-banner-b 1382 | ucptt.com##.hidden-sm 1383 | baidu.com##.home-app-promotion 1384 | miercn.com##.hongbao 1385 | mafengwo.cn##.hotel-banner 1386 | huize.com##.hz-bottom-reserve-link 1387 | zhcw.com##.hzg60 1388 | 163.com##.imglist-bobo-app 1389 | ac.qq.com##.in-hd-mod 1390 | focus.cn##.index-app-download 1391 | heirui.cn##.index711-mask 1392 | aiyuke.com##.index_app_down_ad 1393 | iciba.com##.info-product 1394 | m.taobao.com##.install-app 1395 | 58.com##.invokeApp 1396 | 17173.com##.js-lol-pop 1397 | lofter.com##.js-promote-itm 1398 | pconline.com.cn##.juletao 1399 | 163.com##.kaola-ad 1400 | to8to.com##.kgjr-wrap 1401 | zhcw.com##.khdpc 1402 | v.youku.com##.laifeng 1403 | hjenglish.com,hujiang.com##.lamu_banner 1404 | yidianzixun.com##.layer-download 1405 | house365.com##.left_fudong_ad 1406 | xiaoma.com##.leftewm_topa 1407 | 17173.com##.list-beauty 1408 | baixing.com##.listing-fixed-bottom-promo 1409 | duowan.com##.lolboxapps-qrcode 1410 | ltn.com.tw##.ltn_ad 1411 | ifeng.com##.luckybag 1412 | eic.org.cn##.lx-btm-box 1413 | 163.com##.m-adv 1414 | hupu.com##.m-app-info 1415 | iqiyi.com##.m-downApp 1416 | blog.163.com##.m-regGuideLayer.f-trans 1417 | 163.com##.m-slider-footer 1418 | pclady.com.cn##.mdxyAppEnter 1419 | xdf.cn##.middleadv 1420 | qq.com##.mod_float_banner 1421 | ifeng.com##.mr_top_box 1422 | maiziedu.com##.msg 1423 | pinggu.org##.mui-mbar-tabs 1424 | tmall.com##.mui-mbarp-qrcode 1425 | 3g.163.com##.ne_rps 1426 | koolearn.com##.news_pf 1427 | hao123.com##.newskin-tip 1428 | letv.com##.newyear_red_bot_wrap 1429 | letv.com##.newyear_red_wrap 1430 | douyu.com##.noble-up-guide 1431 | 163.com##.ns-side-qrcode 1432 | ithome.com##.open-app-banner 1433 | baidu.com##.openAppCarsouselTpl 1434 | baidu.com##.openAppCommonTpl-100 1435 | baidu.com##.openBox-shareEntry 1436 | csdn.net##.p4course_target 1437 | mobile.baidu.com##.p_fixed_lb 1438 | csdn.net##.padb0 1439 | yamol.tw##.panel[style="text-align:left;width:100%;padding:0px;background-color:white"] 1440 | csdn.net##.panel_body > div[style^="position:fixed;bottom: 0;"] 1441 | iciba.com##.pc-entry 1442 | douyu.com##.pendant-wrap 1443 | jikexueyuan.com##.pewm2 1444 | jikexueyuan.com##.pewm3 1445 | mumu.163.com##.pic-con 1446 | 17173.com##.pic[href*="Room"] 1447 | 96weixin.com##.pop 1448 | youku.com##.pop-prompt-box 1449 | longzhu.com##.pop-up-button 1450 | touzi.com##.pop720-bg 1451 | touzi.com##.pop720-box 1452 | ifanr.com##.popup-app-download 1453 | uisdc.com##.post-pm-content 1454 | zhiyoo.com##.prompt 1455 | qq.com##.public-banner 1456 | csdn.net##.pulllog-box 1457 | qq.com##.qGirl-wrap 1458 | qdmm.com,qidian.com##.qdRead_client 1459 | qdmm.com,qidian.com##.qdRead_redscan 1460 | tianya.cn##.qhb-Box 1461 | focus.cn##.qhb-fixed 1462 | wasu.cn##.qp 1463 | kuwo.cn##.qr_wrapper 1464 | 163.com##.quickmark 1465 | to8to.com##.quoted-outside 1466 | m.youku.com##.recommend 1467 | news.baidu.com##.recommend-animate 1468 | m.babytree.com##.recommend-brand 1469 | m.babytree.com##.recommend-img-box 1470 | news.baidu.com##.recommend-mask 1471 | longzhu.com##.recommend-pop-up 1472 | m.toutiao.com##.recommendation-container + div[class] 1473 | oschina.net##.recruitment 1474 | p2peye.com##.red-box 1475 | baixing.com##.red-package 1476 | baidu.com##.redenvelope-small 1477 | dajie.com##.register_layer 1478 | blog.51cto.com##.relatedArt.box 1479 | 163.com##.rg_ad 1480 | itmo.com##.right-side-pop 1481 | setn.com##.rightFloat 1482 | baidu.com##.rmb-carsousel-position-bottom 1483 | baidu.com##.rmb-growth-common-tpl-1-wrapper 1484 | baidu.com##.s-news-banner-wrap 1485 | baidu.com##.s-tutorial-tip 1486 | baihe.com##.scrollULeft 1487 | baihe.com##.scrollUpf 1488 | koolearn.com##.show_ad 1489 | sina.com.cn##.side-btns-2wm 1490 | firefox.com.cn,firefoxchina.cn##.side-mod[track-key="side_tpth"] 1491 | babytree.com##.side-text-slider 1492 | hexun.com##.side618 1493 | sogou.com##.side_adv_wrap 1494 | tianya.cn##.slider_box 1495 | 56.com##.sohu-app 1496 | ctfile.com##.speedydown-info-box 1497 | jingyu.com##.stream-app 1498 | douyu.com##.summer_enter 1499 | co188.com##.suspen 1500 | 51cto.com##.suspend 1501 | news.baidu.com##.swipe-backflow-container 1502 | miaopai.com,renren.com##.swiper-container 1503 | touzi.com##.tck-cover 1504 | sogou.com##.tg-box-1 1505 | zhcw.com##.tgtc 1506 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.thread_recommend 1507 | jiankang.com##.three_hot 1508 | jianshu.com##.top 1509 | 163.com,zybang.com##.top-banner 1510 | btime.com##.top-bar 1511 | sogou.com##.top_adv_wrap 1512 | zybang.com##.top_download 1513 | 1111.baidu.com,jump.bdimg.com,tieba.baidu.com,tieba.com,xingqu.baidu.com##.topic_list_box 1514 | renren.com##.toplive 1515 | 163.com##.topnav_ad 1516 | kuwo.cn##.tuiguang 1517 | hao123.com##.tvtip 1518 | 163.com##.txt-bobo 1519 | yd.baidu.com##.ui-distribution-bar 1520 | 51cto.com##.upopbg 1521 | letv.com##.vip_popBox 1522 | nen.com.cn##.w610 1523 | wbiao.cn##.wb-panel 1524 | jrj.com.cn##.wbyy 1525 | cnbeta.com##.wdj_box 1526 | hehagame.com##.webad_bottom 1527 | hehagame.com##.webad_right 1528 | kdslife.com,pchome.net##.weixin 1529 | to8to.com##.whan-ad 1530 | w3cschool.cn##.widget-main 1531 | m.babytree.com##.wrap > section[class*="0"],.wrap > div[class*="0"] 1532 | m.babytree.com##.wrap > section[class*="4"],.wrap > div[class*="4"] 1533 | m.babytree.com##.wrap > section[class*="9"],.wrap > div[class*="9"] 1534 | m.autohome.com.cn##.wrapper > section[class^="box_"] 1535 | yahoo.com##.wrapper-border > .Pos\(r\) > .VideoPlayer.D\(b\).Pos\(r\) 1536 | 56.com##.x-download-panel 1537 | 1010jiajiao.com##.xiti_content + .xiti 1538 | 56.com##.xiu_mm 1539 | ifeng.com##.yc_con_r 1540 | qq.com##.yscoin-box 1541 | 8264.com##.zhidemaibox 1542 | zol.com.cn##.zolapp 1543 | 1905.com##.zx-pic 1544 | 1905.com##.zx-small-pic 1545 | m.babytree.com##a[class$="-join"] 1546 | m.56.com##a[data-statkey="newad_banner"] 1547 | loldk.com##a[href$=".html?from=video_right"] 1548 | ifeng.com##a[href*=".app"] 1549 | 163.com##a[href*=".kaola.com"]:first-child:last-child 1550 | sina.com.cn##A[href*="/comfinanceweb."] 1551 | crsky.com##a[href^="http://count."][href$=".exe"] 1552 | ~laifeng.youku.com,youku.com##a[href^="http://cps.laifeng.com/"] 1553 | ~laifeng.youku.com,youku.com##a[href^="http://cps.laifeng.com/"] + .bg + img 1554 | 163.com,~love.163.com##a[href^="http://love.163.com/"] 1555 | ltn.com.tw##A[href*="draw.ltn.com.tw"] 1556 | baidu.com#?#.rec-item:-abp-has(> .vbox > div > .appad-relate-rectpl) 1557 | baijiahao.baidu.com,feed.baidu.com##body > div[id$="-container"]:last-child 1558 | cnbeta.com##div[id][style^="position: fixed; bottom: 0px;"] 1559 | cnbeta.com##div[style^="display:block !important;"] 1560 | dongao.com##div[class^="fu_"] 1561 | ifeng.com##div[class^="h"] > div[class$="-main"] 1562 | thenewslens.com##div[class^="help-tnl-container-"] 1563 | cntv.cn##div[class^="tchmk_"] 1564 | eastmoney.com##div[id^="em_important_"] 1565 | finance.sina.com.cn##div[id^="st01_cont0"] 1566 | ci123.com##div[onclick^="window.location="] 1567 | subhd.com##div[style="position:fixed;bottom:20px;left:20px;"] 1568 | 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;"] 1569 | fmdisk.com##div[style="width: 960px; margin: 0 auto; height:900px; color: #F00; font-size: 14px; text-align:left;"] > p 1570 | 2cto.com##div[style^="float:left;width:300px;"] 1571 | ithome.com##div[style^="width:960px;height:60px;"] 1572 | iqiyi.com##div[style^="z-index: 4200; position: absolute; left:"] 1573 | iqiyi.com##iframe[style^="z-index:"]:last-child 1574 | m.babytree.com##script + a[class] 1575 | !---------------------------------CSS Whitelist-------------------------------! 1576 | !---------------------------------URL Whitelist-------------------------------! 1577 | @@||th7.cn/sanda2015/css/ads.js 1578 | @@||lancdn.com/landian/public/js/ads.js 1579 | @@||qbox.me/static/js/ads.js$domain=linux.cn 1580 | @@/adview_pic_$domain=doutula.com|fastadmin.net|toolfk.com|xclient.info 1581 | @@||fm.ipinyou.$domain=ipinyou.com.cn 1582 | @@||fm.p0y.cn^$domain=ipinyou.com.cn 1583 | !--------------------------------Tracking Systems-----------------------------! 1584 | ||xuan5.com^$third-party 1585 | ||com.day^ 1586 | ||tongjiniao.com^$third-party 1587 | .com/js/o.js$domain=qdmm.com|qdwenxue.com|qidian.com 1588 | ||3158.cn^*_analyser. 1589 | /analytics.js$domain=qunar.com 1590 | /cp2.gif?*=qc_ 1591 | /hunter/alog/* 1592 | /js/soku-analytics.js 1593 | /mysql/count/*$script,domain=ts.cn 1594 | /scriptonline.js?uin= 1595 | /soku/giantstar/js/youlog.js 1596 | /tb/img/hg/hg.gif? 1597 | /v.gif?logtype= 1598 | /yesky/js/counter/* 1599 | /zcool-analytics.js 1600 | ||aizhantj.com^ 1601 | ||lzp.plus^ 1602 | ||wujiupic.com^ 1603 | ||video.qq.com/checktime? 1604 | ||cdn-data-cloud.com/history/ 1605 | ||s.ssl.qhres2.com/ssl/ 1606 | ||pstatp.com^*/push.js 1607 | ||pv.cheshi.com^ 1608 | ||tracking.kdnet.net^ 1609 | ||lnd.com.cn/sys/real_calc.js 1610 | ||sogou.com/dr/p1.gif 1611 | ||stat.jc001.cn^ 1612 | ||ip.tianqiapi.com^ 1613 | ||count.nuanyuehanxing.com^ 1614 | ||pconline.com.cn/ipJson. 1615 | ||develenv.com^$third-party 1616 | ||syzjxz2018.cn^ 1617 | ||gog.cn/sys/online_calc.js 1618 | ||ip.ws.126.net^$domain=~fxingw.com 1619 | ||dhgxl8qk9zgzr.cloudfront.net/js/log.js 1620 | ||optimix.cn^$third-party 1621 | ||bdp.cn^$third-party 1622 | ||126.net^*analysis 1623 | ||zol.com.cn/pvn/ 1624 | ||map.baidu.com^$domain=laosiji.com 1625 | ||laosiji.com/static/js/lib/od_statistics.js 1626 | ||100bt.com/dc?Url 1627 | ||113.105.248.169^ 1628 | ||115img.com/static/115tj.js 1629 | ||123cha.com/counter.js 1630 | ||218.30.15.193/phpstat/count/ 1631 | ||28.com/count.js 1632 | ||28.com/countnew.js 1633 | ||39.net/js/wt.js 1634 | ||51.la^$third-party 1635 | ||5173.com/__tra.gif? 1636 | ||51la.net^$third-party 1637 | ||58cdn.com.cn/resource/xxzl/xxfw/ 1638 | ||8cnd.com^ 1639 | ||91160.com/nykj/f=static/v4/common/tj.js 1640 | ||a-m-s.adnonstop.com^ 1641 | ||a.tbcdn.cn/s/ac.js 1642 | ||a.tbcdn.cn/s/atp.js 1643 | ||a.tbcdn.cn/s/tb-tracer-min.js 1644 | ||abab.com/pv.js 1645 | ||acookie.*.gif? 1646 | ||analy.tuniu.cn^ 1647 | ||analyse.weather.com.cn^ 1648 | ||analysis.chinaiiss.com^ 1649 | ||analytics-union.sandai.net^ 1650 | ||analytics-union.xunlei.com^ 1651 | ||analytics.21cn.com^ 1652 | ||analytics.techweb.com.cn^ 1653 | ||analytics.tv189.cn^ 1654 | ||api.cupid.qiyi.com/etx? 1655 | ||api.cupid.qiyi.com/track2 1656 | ||apistat.gao7.com^ 1657 | ||apistat.wasu.cn^ 1658 | ||apple.www.letv.com/env/? 1659 | ||ark.letv.com/t? 1660 | ||atpanel.com^$image 1661 | ||autohome.com.cn/risk_fp_log? 1662 | ||autoimg.cn/bi/mda/ahas_body. 1663 | ||baidu.com/4.gif? 1664 | ||baidu.com/smalllog/ 1665 | ||baidu.com^*/w.gif? 1666 | ||bdstatic.eastmoney.com^ 1667 | ||bendibao.com/js/count.js 1668 | ||bitauto.com/bglog.gif? 1669 | ||bshare.cn/bshare_view?Callback= 1670 | ||bt.ktxp.com/iframe/statistics.js 1671 | ||btdb.in/beacon.html 1672 | ||btime.com/api/weblog? 1673 | ||bytecdn.cn/ta/resource/v0/analytics.js 1674 | ||ca.cbsi.com.cn/rpv? 1675 | ||carstat.bitauto.com^ 1676 | ||cbjg.cqnews.net^ 1677 | ||cbsi.com.cn/js/mlt.js 1678 | ||ccoo.cn/mystat.asp 1679 | ||cdnlog.zhenai.com^ 1680 | ||cheshi-img.com/js/pv.min.js 1681 | ||chinatimes.com/analytics/ 1682 | ||chouti.com/js/tingyun-rum.js 1683 | ||cig.com.cn^$third-party 1684 | ||cjyun.org/assets/js/analytics.js 1685 | ||click.tianyaui.com^ 1686 | ||cnfol.com/Count.html 1687 | ||cnmo.com/pv.js 1688 | ||cnpc.infzm.com^ 1689 | ||comm100.cn/livechatserver/chatbutton.*&res= 1690 | ||count.candou.com^ 1691 | ||count.enet.com.cn^ 1692 | ||count.iyaxin.com^ 1693 | ||count.pcauto.com.cn^ 1694 | ||count.pcgames.com.cn^ 1695 | ||counter.pcauto.com.cn^ 1696 | ||counter.tianjimedia.com^ 1697 | ||countpage.sznews.com^ 1698 | ||cpms.now.com^ 1699 | ||damai.cn/phpstat/ 1700 | ||data.xici.net^ 1701 | ||dcs.conac.cn/js/ 1702 | ||dfcfw.com/libs/js/counter.js 1703 | ||dianping.com/hippo.gif? 1704 | ||dig.qbao.com^ 1705 | ||doc88.com^*/count.js 1706 | ||dp3.qq.com/qqcom/ 1707 | ||duba.com/static/*/js/min.pop.js 1708 | ||dw.xcar.com.cn^*.gif? 1709 | ||ea3w.com/pv.js 1710 | ||eastmoney.com/analysis/ 1711 | ||ejieban.com^ 1712 | ||fcm.baidu.com^ 1713 | ||fengniao.com*/pv.js 1714 | ||fjsen.com:81/mysql/count/ 1715 | ||frame.enet.com.cn/a.php 1716 | ||fx678.com/htcount/count.js 1717 | ||gridsumdissector.cn/gs.gif? 1718 | ||guahao.cn/blank.gif? 1719 | ||hao123img.com/res/js/track.js 1720 | ||hc360.com/js/module/common/logrecordservice. 1721 | ||hdslb.com/js/bfd.js 1722 | ||hexun.com/js/att_count.js 1723 | ||hiido.com^$third-party 1724 | ||hm.baidu.com/mkt.js 1725 | ||hupu.com/_dace.gif? 1726 | ||house365.com/js/analyze.js 1727 | ||hz.youku.com/red/ 1728 | ||iciba.com/web/static/scripts/kds2_record.js 1729 | ||icon.zol-img.com.cn/mainpage/js/click.js 1730 | ||ifengimg.com^*/sta_collection 1731 | ||img.kuai.xunlei.com/js/statistics.js 1732 | ||imp.zol.com.cn^ 1733 | ||iqiyi.com/etx? 1734 | ||iqiyi.com/js/pingback/ 1735 | ||iqiyi.com/track 1736 | ||isdspeed.qq.com^ 1737 | ||it168.com/pv.js 1738 | ||itc.cn/cache/lib/v2/odvmonitor/ 1739 | ||itc.cn/hdpv.js 1740 | ||itc.cn^*/tracker.js 1741 | ||itsmore.cn^$third-party 1742 | ||js.passport.qihucdn.com/11.0.1.js 1743 | ||kaipuyun.cn/count/ 1744 | ||kkpgv2.xunlei.com^ 1745 | ||l.ykimg.com^ 1746 | ||ll.hudong.com^ 1747 | ||log.daqi.com^ 1748 | ||log.mtime.cn^ 1749 | ||log.music.baidu.com^ 1750 | ||log.vdisk.cn^ 1751 | ||log2.mtime.cn^ 1752 | ||lotour.net/analytics/statsv2.js 1753 | ||mafengwo.cn/uva/i.gif? 1754 | ||mlog.aipai.com^ 1755 | ||msg.ettoday.net^ 1756 | ||msg.iqiyi.com^ 1757 | ||msg.video.qiyi.com^ 1758 | ||msn.ynet.com/c/tj_comm.js 1759 | ||news.cn/pc-log? 1760 | ||newspage.xilu.com/model/visitlog.js 1761 | ||nmgnews.com.cn/sys/online_calc.js 1762 | ||nsclick.baidu.com^ 1763 | ||olpv.onlylady.com^ 1764 | ||optaim.com^$third-party 1765 | ||other.v.duowan.com^ 1766 | ||p0y.cn^ 1767 | ||p2p.v.yyclouds.com/crossdomain.xml 1768 | ||pconline.com.cn/count.php? 1769 | ||pcpop.com/pv/pv.js 1770 | ||playstats.v.duowan.com^ 1771 | ||push.zhanzhang.baidu.com/push.js 1772 | ||pv.zhiding.cn^ 1773 | ||pvtest.zol.com.cn^ 1774 | ||qdp.qidian.com^ 1775 | ||qhimg.com/clk.gif? 1776 | ||qhimg.com/js/iwt.js 1777 | ||qunar.com/js/ga.min.js 1778 | ||qunar.com/render/ga.jsp? 1779 | ||qunar.com/render/googlesem.jsp 1780 | ||qyer.com^*/base_beacon_ga.js 1781 | ||qzwb.com/phpstat/ 1782 | ||record.kuai.xunlei.com^ 1783 | ||reportlog.dftoutiao.com^ 1784 | ||runsky.com/phpstat/ 1785 | ||s-msn.com/portal/js/vendor/manto/ 1786 | ||s.btime.com^ 1787 | ||s.so.360.cn^ 1788 | ||s.union.360.cn^ 1789 | ||sina.cn*/view? 1790 | ||sohu.com/mail/pv/ 1791 | ||stat.2u.com.cn/ol_2u.js 1792 | ||stat.baike.com^ 1793 | ||stat.cnmo.com^ 1794 | ||stat.cqwb.com.cn^ 1795 | ||stat.cutv.com^ 1796 | ||stat.download.xunlei.com^ 1797 | ||stat.ea3w.com^ 1798 | ||stat.game.yy.com^ 1799 | ||stat.hebnews.cn^ 1800 | ||stat.hkwb.net^ 1801 | ||stat.house365.com^ 1802 | ||stat.ijinshan.com^ 1803 | ||stat.img-space.com^ 1804 | ||stat.mql5.com^ 1805 | ||stat.pchome.net^ 1806 | ||stat.timedg.com^ 1807 | ||stat.ts.cn^ 1808 | ||stat.v.17173.com^ 1809 | ||stat.xgo.com.cn^ 1810 | ||stat.yunfan.com^ 1811 | ||static.gridsumdissector.com^ 1812 | ||static.youku.com/*/index/js/iresearch.js 1813 | ||static.youku.com/*/js/cps.js 1814 | ||static.zongheng.com^*/ad_click.js 1815 | ||static.zongheng.com^*/adClickStat.js 1816 | ||static.zongheng.com^*/logger.min.js 1817 | ||statis1.mama.cn^ 1818 | ||stats.766.com^ 1819 | ||stats.v.duowan.com^ 1820 | ||suning.cn/javascript/sn_da/sa.js 1821 | ||sxrb.com/front/stat/ 1822 | ||ta.trs.cn^$third-party 1823 | ||tajs.qq.com^ 1824 | ||tcss.qq.com^ 1825 | ||tingyun.com^$third-party 1826 | ||tj.21ic.com^ 1827 | ||tjj.com^ 1828 | ||trends.com.cn/k.js 1829 | ||tw.rd.yahoo.com^$image 1830 | ||uedas.$domain=qdmm.com|qdwenxue.com|qidian.com 1831 | ||uuu9.com/photolog.html 1832 | ||vm.aty.sohu.com^ 1833 | ||wlxww.com/html/analytics/ 1834 | ||xgo.com.cn/pv.js 1835 | ||xls.go.sohu.com^ 1836 | ||xs8.cn/qreport? 1837 | ||xunlei.com/api/stat/rt/js? 1838 | ||yaolan.com/ylk.mini.js 1839 | ||ynet.com/c/js/manto.min.js 1840 | ||youdao.com/ctlog? 1841 | ||youdao.com/rlog.php 1842 | ||youdao.com/tl? 1843 | ||ysont.cn^ 1844 | ||zdnet.com.cn/js/pv.js 1845 | ||zdw.w8.com.cn/p.ht? 1846 | ||zhulang.com/zlpv.php 1847 | ||zol.com.cn/cgimp/zc.js 1848 | !----------------------------------The End------------------------------------! 1849 | -------------------------------------------------------------------------------- /CJX's_EasyList_Lite.txt: -------------------------------------------------------------------------------- 1 | [Adblock Plus 2.0] 2 | ! Version: 202012080856 3 | ! Title: CJX's EasyList Lite 4 | ! Last modified: 2020/12/08 08:56 +0800 5 | ! Expires: 10 days (update frequency) 6 | ! Homepage: https://github.com/cjx82630/cjxlist 7 | ! Licence: https://easylist-downloads.adblockplus.org/COPYING 8 | ! 9 | ! This is a lite version of Easylist.Filters triggered only on Simplified Chinese websites. 10 | ! If you only visite Simplified Chinese Websites.You can replace "EasyList China+EasyList" with "EasyList China+CJX's EasyList Lite" . 11 | ! Fork of EasyList https://easylist-downloads.adblockplus.org/easylist.txt 12 | ! Email (cjxlist@gmail.com) 13 | /api/ads? 14 | /popunder1000. 15 | /adspaces. 16 | /300x250. 17 | /crazyad. 18 | ###ad900 19 | ##.advert-card 20 | ##.topAd 21 | ##.ad_btn 22 | ##.ad_two 23 | ##.ad_right 24 | ##.ad-body 25 | .one/ads/ 26 | /ad/images/* 27 | /adshow/* 28 | /new/ads/* 29 | ##.right-ad 30 | .com/ad1/ 31 | /ad_common. 32 | /pop_ads. 33 | ?ad_type= 34 | /static/ad- 35 | /new/ads/* 36 | /getad.$domain=~getad.pl 37 | ##.area_ad 38 | .net/adv/ 39 | ##.lt_ad 40 | ##.adv_img 41 | ##.ad_90 42 | /newAd/* 43 | /adsjs/* 44 | /AdsShow. 45 | /v2/ads/* 46 | ##.lyad 47 | ##.w_ad 48 | ##.content-ads 49 | ##.adInfo 50 | ###floatAd-left 51 | ###floatAd-right 52 | ###footAd 53 | ###bgad 54 | .pw/ads/ 55 | ###left_top_ad 56 | ##.bottom-adv 57 | /ad.php? 58 | .php?ad= 59 | /728_90. 60 | ###TopAdvert 61 | dm5.com###a1 62 | ###ad-box 63 | ###adBody01 64 | ###adBody02 65 | ###adBody03 66 | ###adBody04 67 | ###adBody06 68 | ###adUn_1 69 | ###adUn_2 70 | ###adUn_3 71 | ###ad_1 72 | ###ad_banner 73 | ###ad_bottom 74 | ###ad_box 75 | ###ad_left 76 | ###ad_link 77 | ###ad_right 78 | ###ad_text:not(textarea) 79 | ###adjs_id 80 | ###adleft 81 | ###adright 82 | ###ads_inner 83 | ###ads_left 84 | ###ads_right 85 | ###adsense 86 | ###advert_1 87 | ###advertisement_box 88 | ###advt 89 | ###bannerAd 90 | ###bottom-ads-container 91 | ###bottomAd 92 | ###bottomad 93 | ###content-ad 94 | tgfcer.com#@##content_adv 95 | ###flashad 96 | ###floatAD_l 97 | ###floatAD_r 98 | ###googleAd 99 | ###googlead 100 | ###head_ad_area 101 | ###header_ad 102 | ###homead 103 | ###leftAD 104 | ###left_ad 105 | ###left_adv 106 | ###leftad 107 | ###playerAd 108 | ###player_ad 109 | ###rightAD 110 | ###right_ad 111 | ###rightad2 112 | ###slide_ad 113 | ###slider_ad 114 | ###sponsored_links 115 | ###textad 116 | ###top-ad 117 | ###top-ads 118 | ###topAdv 119 | ###top_ad_box 120 | ###topad1 121 | &ad_type= 122 | &adsrc= 123 | -728-90. 124 | -728x90. 125 | .728x90. 126 | ##.AdTop 127 | msn.com##.ad 128 | ##.ad-300x250 129 | ##.ad-300x600 130 | ##.ad-5 131 | ##.ad-6 132 | ##.ad-area 133 | ##.ad-banner 134 | ##.ad-block 135 | ##.ad-cell 136 | ##.ad-desktop 137 | ##.ad-group 138 | ##.ad-left 139 | ##.ad-mod 140 | ##.ad-r 141 | ##.ad-right 142 | ##.ad-section 143 | ##.ad-text 144 | ##.ad-top 145 | ##.ad01 146 | ##.ad02 147 | ##.ad03 148 | ##.ad04 149 | ##.ad1000 150 | ##.ad250x250 151 | ##.ad300 152 | ##.ad300x250 153 | ##.ad728 154 | ##.ad960 155 | ##.ad980 156 | ##.adBanner 157 | ##.adDingT 158 | ##.adLink 159 | ##.adNone 160 | ##.ad_1000x90 161 | ##.ad_250x250 162 | ##.ad_300250 163 | ##.ad_336x280 164 | ##.ad_640x90 165 | ##.ad_960 166 | ##.ad_banner 167 | ##.ad_bar 168 | ##.ad_bg 169 | ##.ad_box 170 | ##.ad_content 171 | ##.ad_hover_href 172 | ##.ad_mod 173 | ##.ad_news 174 | ##.ad_notice 175 | ##.ad_text 176 | ##.ad_top 177 | ##.ad_wrap 178 | ##.ad_zone 179 | ##.adboard 180 | ##.adbottom 181 | ##.adclass 182 | ##.adline 183 | ##.adlist 184 | ##.ads-1 185 | ##.ads-2 186 | ##.ads-content 187 | ##.ads-item 188 | ##.ads02 189 | ##.ads03 190 | ##.ads1 191 | ##.ads3 192 | ##.ads4 193 | ##.adsbygoogle 194 | .adsense. 195 | .adserver. 196 | ##.adspace 197 | ##.adtable 198 | ##.adtop 199 | ##.adtxt 200 | ##.adv-300-250 201 | ##.adv250 202 | ##.adv_left 203 | ##.adv_right 204 | ##.advert_nav 205 | ##.article_ad 206 | ##.b_ad 207 | ##.bg_ad 208 | ##.bottomAd 209 | ##.box-ad 210 | ##.c-ad 211 | .cc/ads/ 212 | .co/ads/ 213 | ##.col-ad 214 | .com/ad.$~script,domain=~ad-tuning.de 215 | .com/ad/$~image,third-party,domain=~mediaplex.com 216 | .com/ad/$~third-party,domain=~blogs.technet.microsoft.com|~channel4.com|~mediaplex.com 217 | .com/ads. 218 | .com/ads/$image,object,subdocument 219 | .com/ads? 220 | .com/ads_ 221 | .com/adv/ 222 | .com/adv? 223 | .com/adx/ 224 | .com/js.ng/ 225 | .com/js/ads/ 226 | ##.ct-ad-article-wrapper 227 | .eu/ads/ 228 | ##.flash_ad 229 | ##.footer-ad 230 | ##.hd-adv 231 | ##.head-ad 232 | ##.head_ad 233 | ##.headad 234 | .hk/ads/ 235 | ##.house-ads 236 | ##.hp_textlink_ad 237 | ##.html5-ad-progress-list 238 | .html?ad_ 239 | ##.imgad 240 | .info/ads/ 241 | ##.item-ad 242 | ##.leftAd 243 | ##.long_ad 244 | .me/ads/ 245 | ##.mid_ad 246 | ##.mks_ads_widget 247 | ##.mod-ad 248 | ##.mod_ad_text 249 | ##.mod_ads 250 | ##.mod_index_ad 251 | .net/ad- 252 | .net/ad/$~object-subrequest 253 | .net/ads/ 254 | .net/adv/ 255 | .org/ad/ 256 | .org/ads/ 257 | .php?zoneid= 258 | ##.r-ad 259 | ##.r_ad 260 | ##.rightAD 261 | ##.rightAd 262 | ##.right_advert 263 | ##.rightadv 264 | ##.side-ad 265 | ##.side_ad 266 | ##.sidead 267 | ##.sidebar-ad 268 | ##.sponsor_image 269 | .swf?clicktag= 270 | ##.text-ad 271 | ##.textAd 272 | ##.textad 273 | ##.top-ads 274 | ##.top_ad 275 | ##.topad1 276 | ##.topads 277 | ##.trc-content-sponsored 278 | .tv/ads/ 279 | ##.ui-ad 280 | ##.widget-ad 281 | ##.widget-ads 282 | ##.widget_ad_rotator 283 | ##.widget_ads 284 | ##.widget_adsensem 285 | ##.widget_advert 286 | /160_600_ 287 | /300_250_ 288 | /300x250- 289 | /300x250. 290 | /300x250_ 291 | /468_60. 292 | /728-90. 293 | /728_90_ 294 | /AdPreview/* 295 | /Api/Ad. 296 | /GetAdForCallBack? 297 | /ad-specs. 298 | /ad.gif| 299 | /ad.php|$popup 300 | /ad/article_ 301 | /ad/files/* 302 | /ad1. 303 | /ad1_ 304 | /ad2. 305 | /ad3. 306 | /ad5. 307 | /ad_display. 308 | /ad_footer. 309 | /ad_footer_ 310 | /ad_header. 311 | /ad_home_ 312 | /ad_iframe. 313 | /ad_img/* 314 | /ad_left. 315 | /ad_right. 316 | /ad_tag. 317 | /ad_top_ 318 | /adbanner/* 319 | /adbox/* 320 | /adcode. 321 | /adcode/* 322 | /adcomp. 323 | /adfile. 324 | /adfiles/* 325 | /adfront/* 326 | /adfshow? 327 | /adhads. 328 | /adhtml/* 329 | /adimg. 330 | /adimg/* 331 | /adjs. 332 | /adjs/* 333 | /adkingpro- 334 | /adkingpro/* 335 | /adlink. 336 | /adload. 337 | /adloader. 338 | /adman. 339 | /admonitor. 340 | /adpic. 341 | /adpic/* 342 | /adpolestar/* 343 | /adproxy. 344 | /adright. 345 | /ads-arc. 346 | /ads.js? 347 | /ads.php 348 | /ads/ad_ 349 | /ads/ads. 350 | /ads/js/* 351 | /ads2/* 352 | /adsame. 353 | /adsame/* 354 | /adsame1. 355 | /adscpv/* 356 | /adscript. 357 | /adsence. 358 | /adsense. 359 | /adsense/* 360 | /adservice.$domain=~adservice.io 361 | /adshow. 362 | /adspace. 363 | /adsrich. 364 | /adsservice. 365 | /adstatic/* 366 | /adswrapperintl. 367 | /adsys/* 368 | /adsystem/* 369 | /adtest/* 370 | /adunits/* 371 | /adv.php 372 | /adver. 373 | /advert. 374 | /advert/* 375 | /advert2. 376 | /advert_ 377 | /advertise/* 378 | /advertise_ 379 | /advertisement. 380 | /advertisement/* 381 | /advertisement_ 382 | /advertising/*$~xmlhttprequest,domain=~temple.edu 383 | /advideo.$domain=~advideo.pro 384 | /adview_ 385 | /advs/* 386 | /adx.$domain=~adx.uk.com|~adx.wowfi.com 387 | /afr?auid= 388 | /ajax/ad/* 389 | /ajs.php? 390 | /banner-ad. 391 | /banner468. 392 | /bannerad. 393 | /bottomad/* 394 | /cdn/adx/* 395 | /chinaadclient. 396 | /common/ad. 397 | /common/ad_ 398 | /contentAd. 399 | /css/ads. 400 | /data/ads/* 401 | /default/ads/* 402 | /delivery/afr. 403 | /delivery/al.php 404 | /file/ads/* 405 | /flashad. 406 | /floatadv. 407 | /footer_ad. 408 | /fullad. 409 | /getads? 410 | /ggad/* 411 | /googleads. 412 | /home/ad_ 413 | /html.ng/* 414 | /html/ad/* 415 | /iframe/ad/* 416 | /image/ad/* 417 | /image/ads/* 418 | /images/ad/* 419 | /images/ads/* 420 | /img/ad- 421 | /img/ad. 422 | /img/ad/* 423 | /img/ad_ 424 | /img_ad/* 425 | /include/ad/* 426 | /include/ad_ 427 | /includes/adv/* 428 | /info/ads/* 429 | /js/ads- 430 | /js/ads. 431 | /js/ads_ 432 | /js/adv. 433 | /js_ad_utf8. 434 | /jsad/* 435 | /mobile-ad. 436 | /onead_ 437 | /pagead2. 438 | /pages/ads 439 | /plus/ad_ 440 | /pubads. 441 | /rightad. 442 | /rightad/* 443 | /script/ad. 444 | /script/ads. 445 | /scripts/ads. 446 | /securepubads. 447 | /service/ad/* 448 | /show_ads.js 449 | /showadcode. 450 | /sidebar_ad_ 451 | /skin/ad/* 452 | /spcjs.php 453 | /static/ad/* 454 | /topad. 455 | /topad_ 456 | /topads. 457 | /txtad. 458 | /upload/ads/* 459 | /uploads/ads/* 460 | /videoad. 461 | /viewad. 462 | /web_ads/* 463 | /www/ads/* 464 | /www/delivery/* 465 | /wwwads. 466 | /xhfloatAdv. 467 | 728x90.jpg| 468 | ://a.ads. 469 | ://ads. 470 | ://adv.$domain=~adv.ru|~forex-tv-online.com 471 | ://affiliate.$third-party 472 | ://banner.$third-party 473 | ?ad_ids= 474 | ?adunit_id= 475 | ?adunitid= 476 | ?adzone= 477 | ?file=ads& 478 | @@||cctv.com/js/cntv_Advertise.js 479 | _300_250. 480 | _300_250_ 481 | _300x250. 482 | _468.gif 483 | _728_90. 484 | _728_90_ 485 | _ad.php? 486 | _ad01. 487 | _ad1.$~stylesheet 488 | _ad2. 489 | _ad3. 490 | _ad6. 491 | _ad_bottom. 492 | _ad_iframe. 493 | _ad_images/ 494 | _ads.js? 495 | _advert. 496 | _bannerad. 497 | _box_ad_ 498 | ##a[href^="http://ad-apac.doubleclick.net/"] 499 | ##a[href^="http://ad.doubleclick.net/"] 500 | ##a[href^="http://affiliate.godaddy.com/"] 501 | ##div[id^="div-gpt-ad"] 502 | ||778669.com^$third-party 503 | ||ad.doubleclick.net^$~object-subrequest,third-party 504 | ||adf.ly/js/$third-party,domain=~j.gs|~q.gs 505 | ||adnetworkperformance.com^$third-party 506 | ||adsame.com^$third-party 507 | ||alimama.com^$third-party 508 | ||allyes.com^$third-party 509 | ||amazon-adsystem.com^$third-party 510 | ||bbuni.com^$third-party 511 | ||bidvertiser.com^$third-party 512 | ||china-netwave.com^$third-party 513 | ||dazhantai.com^$third-party 514 | ||exoclick.com^$third-party 515 | ||googlesyndication.com/safeframe/$third-party 516 | ||jiawen88.com^$third-party 517 | ||kkddlt2f.site^$third-party 518 | ||kukuplay.com/upload/*.swf 519 | ||oclasrv.com^$third-party 520 | ||partner.googleadservices.com^$third-party 521 | ||pixfuture.net^$third-party 522 | ||revsci.net^$third-party 523 | ||teads.tv^$third-party 524 | ||topqualitylink.com^$third-party 525 | ||yu0123456.com^$third-party 526 | !----------------------------------The End------------------------------------! 527 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /My_Collection_of_Rules.txt: -------------------------------------------------------------------------------- 1 | [Adblock Plus 2.0] 2 | ! Title: My Collection of Rules 3 | ! Version: 202402161049 4 | ! Expires: 3 day 5 | ! Homepage: https://github.com/Bush2021/filters 6 | 7 | 8 | ! 知乎去返利连接 9 | www.zhihu.com##.RichText-Ecommerce, .RichText-MCNLinkCardContainer 10 | 11 | ! 禁止 B 站用 canvas 绘制视频, 禁止站点监控调速 (度盘) 12 | pan.baidu.com,www.bilibili.com##+js(aeld,ratechange) 13 | 14 | ! 百度文库 15 | wenku.baidu.com##.pos.page-icon-pos 16 | 17 | ! 远景论坛 2022-07-12 18 | pcbeta.com##+js(aost, document.createElement) 19 | pcbeta.com##+js(aost, window.slotbydup) 20 | pcbeta.com##div.wp>div:has(> div.pb_tan) 21 | pcbeta.com##div.wp>div:has(> div>div>div>div[class^="_jc"]) 22 | 23 | ! 阿虚同学的储物间 2024-02-16 24 | axutongxue.com,axutongxue.net,axutongxue.cn,axutongxue.gitee.io##+js(set, checkCookie, noopFunc) 25 | 26 | ! 有道翻译 2023-04-20 27 | fanyi.youdao.com##.mask.pop-up-comp 28 | fanyi.youdao.com##.download-item.item 29 | fanyi.youdao.com##li.nav_item:nth-of-type(8) 30 | fanyi.youdao.com##.box_ch 31 | 32 | ! 百分浏览器论坛 2023-04-27 33 | centbrowser.net##.plugin.focus 34 | 35 | ! 考满分 2023-04-27 36 | kmf.com##.alert-adv 37 | kmf.com##.g-clearfix.mock-con-change-wrap 38 | kmf.com##.hasNavAdv.item 39 | kmf.com##.home-x-item_top-banner.home-x-item 40 | kmf.com##.i-toefl-open-kbox 41 | kmf.com##.mock-box 42 | kmf.com##.newtips 43 | kmf.com##.shadow.fixed-tool 44 | kmf.com##.smart-guide-ill 45 | kmf.com##.toeflweb_index_home_right_word.smart-inlinetop.js-kmf-smart-guide.g-smart-guide 46 | kmf.com##.tool_guide.fixed-tool_item 47 | kmf.com##li.item:nth-child(n+5):nth-child(-n+9) 48 | 49 | ! 小站托福 2023-04-27 50 | top.zhan.com##.bottom_class_message 51 | top.zhan.com##.new_banner.sensors_maidian_advertisment.banner 52 | top.zhan.com##.width_270.beikao_tool 53 | top.zhan.com##.bottom_pic 54 | top.zhan.com##.cssAdvertice 55 | top.zhan.com##.clearfix.cssMainBody > .right 56 | 57 | ! x64 论坛 2023-06-02 58 | home.x64bbs.cn##.plugin.focus 59 | 60 | 61 | ! Bilibili 2023-07-19 62 | ||mcdn.bilivideo.cn 63 | 64 | 65 | ! YouTube 弹窗 2024-01-15 66 | youtube.com#?#ytd-enforcement-message-view-model:has(> div.ytd-enforcement-message-view-model) 67 | youtube.com#$#tp-yt-iron-overlay-backdrop { display: none !important; } 68 | youtube.com#$?#tp-yt-paper-dialog:has(> ytd-enforcement-message-view-model > div.ytd-enforcement-message-view-model) { remove: true; } 69 | youtube.com#$#ytd-watch-flexy[player-unavailable] #player-container-outer.ytd-watch-flexy { visibility: visible !important; } 70 | youtube.com#$?#yt-playability-error-supported-renderers:has(yt-button-view-model[dialog-dismiss]) { display: none !important; } 71 | youtube.com##.yt-mealbar-promo-renderer 72 | youtube.com##yt-mealbar-promo-renderer 73 | youtube.com##tp-yt-iron-dropdown[class="style-scope ytd-popup-container"][horizontal-align="right"] 74 | youtube.com##.ytd-single-option-survey-option-renderer 75 | youtube.com##ytd-popup-container[class="style-scope ytd-app"] > iron-dropdown[force-close-on-outside-click="true"] 76 | youtube.com##ytd-popup-container > iron-dropdown .ytd-popup-container[position-type="OPEN_POPUP_POSITION_BOTTOMLEFT"] 77 | m.youtube.com#$#body > c3-overlay.bottom-sheet-overlay-scrim { display: none !important; } 78 | m.youtube.com#$#body > c3-overlay.bottom-sheet-overlay-scrim + div.ytm-bottom-sheet-overlay-container { display: none !important; } 79 | m.youtube.com#$#body[modal-open-body] { position: unset !important; } 80 | 81 | 82 | ! YouTube 延迟 2024-01-15 83 | www.youtube.com##+js(nano-stb, resolve(1), *, 0.001) 84 | www.youtube.com##+js(set, yt.config_.EXPERIMENT_FLAGS.ab_pl_man, false) 85 | www.youtube.com##+js(set, yt.config_.EXPERIMENT_FLAGS.web_enable_ab_rsp_cl, false) 86 | ||googlevideo.com/videoplayback$xhr,3p,method=get,domain=www.youtube.com 87 | 88 | 89 | !----------抖音优化规则 https://bbs.kafan.cn/thread-2252217-1-1.html ----------! 90 | douyin.com##body:style(overflow:auto!important) 91 | ! 去登录提示 92 | douyin.com##.login-mask-enter-done.screen-mask 93 | www.douyin.com##.zfoAilgt.mPWahmAI 94 | ||bytegoofy.com/obj/goofy/ies/douyin_web/async/LoginCheck.$script,domain=douyin.com 95 | ||lf1-cdn-tos.bytegoofy.com/goofy/ies/douyin_web/async/LoginCheck.$script,domain=douyin.com 96 | ||bytegoofy.com/obj/slardar/fe/sdk-web/plugins/blank-screen.$script,domain=douyin.com 97 | ||ibytedapm.com/slardar/fe/sdk-web/plugins/blank-screen.$script,domain=douyin.com 98 | ||bytegoofy.com/obj/slardar/fe/sdk-web/plugins/common-monitors.$script,domain=douyin.com 99 | ||ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.$script,domain=douyin.com 100 | ! 禁用 service worker 以免产生天量缓存 101 | ||live.douyin.com/service-worker.js$script 102 | ! 播放器内操作屏幕提示~好烦人 103 | www.douyin.com,live.douyin.com##.I6ivXmaS 104 | 105 | !----------各类去登录提示 https://bbs.kafan.cn/thread-2247032-1-1.html ----------! 106 | ! 优酷去登录提示 107 | ||g.alicdn.com/static-es6/login/pc/login/js/main_$script,important,domain=youku.com 108 | ! CSDN 去登录提示 109 | ||g.csdnimg.cn/asdf/*/trackad.js|$script,important 110 | ||csdnimg.cn/release/passport_fe/$script 111 | ! 百度去登录提示 112 | !wappass.baidu.com 113 | tieba.baidu.com##.tieba-custom-pass-login 114 | ||passport.baidu.com/passApi/$script,domain=~fanyi.baidu.com 115 | ||bcebos.com/passApi/js/login$script 116 | ! 豆瓣去登录提示 117 | ||doubanio.com/f/accounts/*/passport/$script 118 | ||doubanio.com/dae/accounts/resources/$script 119 | 120 | !----------卡饭论坛黑名单 uBlock Origin 版----------! 121 | ! 隐藏帖子里某人的回复 122 | !bbs.kafan.cn##div[id*="post_"]:has(div.pi a:has-text(在此输入论坛 ID)) 123 | ! 隐藏帖子里其他人对某人的回复 124 | !bbs.kafan.cn##div[id*="post_"]:has(blockquote a[href]:has-text(在此输入论坛 ID)) 125 | ! 隐藏某人发的帖子 126 | !bbs.kafan.cn##tbody[id*="thread"]:has(a[href]:has-text(在此输入论坛 ID)) 127 | ! 隐藏帖子里除某些人之外的其他回复 128 | !bbs.kafan.cn##div[id*="post_"]:not(div.pi a:has-text(在此输入论坛 ID)):not(div.pi a:has-text(在此输入论坛 ID)) 129 | 130 | !----------网页水印去除规则 by RunningCheese----------! 131 | docs.qq.com##.watermark-bg 132 | idocv.com##.mask_div 133 | fotor.com##.lower-canvas 134 | feishu.cn##.ssrWaterMark 135 | feishu.cn##div:style(background-image:none!important) 136 | www.weiciyun.com###svgBox 137 | www.yuque.com##.wm 138 | wx.zsxq.com##[watermark="main"]:style(background-image:none!important) 139 | articles.zsxq.com##.js_watermark:style(background-image:none!important) 140 | xinghuo.xfyun.cn###watermark-wrapper 141 | chat.baidu.com##.watermark_XdcUQ 142 | gaoding.com##.editor-watermark 143 | gaoding.com##.remove-watermark 144 | gaoding.com##.editor-bottom 145 | gaoding.com##.dbu-remove-watermark-button 146 | gaoding.com##div:style(background-image:none!important) 147 | ue.818ps.com##.image-watermark 148 | www.eqxiu.com##div.eqc-watermark 149 | www.eqxiu.com##.eqc-wm-close 150 | www.isheji.com##.editor-watermask 151 | www.isheji.com###editorDrag > div.undefined.scrolly > div.scrolly-viewport.editor-center > div > div:nth-child(1) 152 | www.chuangkit.com##div[style*='ckt-watermark'] 153 | www.chuangkit.com##.remove-cktTemplate-watermark 154 | bigesj.com##div.water 155 | bigesj.com##.water-tip 156 | www.logosc.cn##.watermarklayer 157 | www.logomaker.com.cn##div.watermark 158 | ai.logo123.com##.watermarklayer 159 | www.picup.shop##.subs:style(background-image:none!important) 160 | 888-ue.tusij.com##div:style(background-image:none!important) 161 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |

原始项目: AdBlock-Acceleration

3 | 4 |
5 | 6 | 7 |
8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | # 项目简介 16 | 17 | 国际/中国加速过滤广告规则订阅 18 | 19 | # 公告 20 | 21 | * **2024年03月21日,清理仓库,更新部分链接。** 22 | 23 | ## 🔖 过滤工具推荐 24 | 25 | 过滤工具: 26 | * 🌍 浏览器扩展 27 | * [uBlock Origin](https://github.com/gorhill/uBlock) 28 | * [uBlock Origin Lite (for MV3)](https://github.com/uBlockOrigin/uBOL-home) 29 | * [AdGuard](https://adguard.com) 30 | * 📺 路由器端 31 | * [AdGuard Home](https://adguard.com/zh_cn/adguard-home/overview.html) 32 | * 📱 移动端 33 | * [AdGuard for Android](https://adguard.com/zh_cn/adguard-android/overview.html) 34 | * [AdGuard for iOS](https://adguard.com/zh_cn/adguard-ios/overview.html) 35 | * 💻 桌面端(全局去广告) 36 | * [AdGuard for Windows](https://adguard.com/zh_cn/adguard-windows/overview.html) 37 | * [AdGuard for macOS](https://adguard.com/zh_cn/adguard-mac/overview.html) 38 | 39 | 🙅‍♂️但是这类工具都存在一个痛点,因为规则基本都托管在境外服务器,导致更新极其缓慢,甚至无法成功更新。 40 | 41 | 💥 这个项目就是为了解决这一难题,无需通过任何代理即可光速更新规则。 42 | 43 | ## 🕹 项目原理 44 | 项目使用了 GitHub Actions 在每天 UTC 时间每隔 3 小时更新下载一次最新规则,然后推送到 GitHub Repo。 45 | 配合使用四个网站提供的全球加速 CDN 来分发规则。 46 | ①[jsDelivr](https://www.jsdelivr.com) (有缓存) 47 | ②[ghproxy](https://ghproxy.net) (无缓存) 48 | ③[Fastgit](https://raw.fastgit.org) (无缓存) 49 | ④[b-cdn.net](https://jsdelivr.b-cdn.net) (有缓存) 50 | 51 | 从而实现秒秒钟更新所有去广告规则。 52 | ` 53 | 54 | ## 🍔 使用方法 55 | **⚠️ 注意:** 该规则不是针对网络代理工具的,不要给 Surge、ShadowRocket、Quantumult(X)、Clash(X/A) 等类似工具使用! 56 | 直接拷贝下方表格中,对应规则的加速地址,作为去广告工具的订阅规则链接即可。 57 | 58 | ## 📃 规则列表 59 | 60 | | 🥑 规则名称 | 原始地址 | 🚀 国际推荐① | 🚀 国际推荐② | 🚀 国内推荐③ | 🚀 国内推荐④ | 🚀 国内推荐⑤ | 61 | | :----: | :----: | :----: | :----: | :----: | :----: | :----: | 62 | | AdGuard DNS Filter | [原始](https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Simplified_Domain_Names_Filter.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Simplified_Domain_Names_Filter.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Simplified_Domain_Names_Filter.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Simplified_Domain_Names_Filter.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Simplified_Domain_Names_Filter.txt) | 63 | | AdGuard Base Filter 👍 | [原始](https://filters.adtidy.org/extension/ublock/filters/2_optimized.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Base_filter.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Base_filter.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Base_filter.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Base_filter.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Base_filter.txt) | 64 | | AdGuard Chinese Filter 👍 | [原始](https://filters.adtidy.org/extension/ublock/filters/224_optimized.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Chinese_filter.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Chinese_filter.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Chinese_filter.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Chinese_filter.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Chinese_filter.txt) | 65 | | AdGuard Tracking Protection Filter | [原始](https://filters.adtidy.org/extension/ublock/filters/3_optimized.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Tracking_Protection_filter.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Tracking_Protection_filter.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Tracking_Protection_filter.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Tracking_Protection_filter.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Tracking_Protection_filter.txt) | 66 | | AdGuard Tracking Parameters | [原始](https://filters.adtidy.org/extension/ublock/filters/17_optimized.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Tracking_Parameters.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Tracking_Parameters.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Tracking_Parameters.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Tracking_Parameters.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Tracking_Parameters.txt) | 67 | | AdGuard Annoyances Filter | [原始](https://filters.adtidy.org/extension/ublock/filters/14_optimized.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Annoyances_filter.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Annoyances_filter.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Annoyances_filter.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Annoyances_filter.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Annoyances_filter.txt) | 68 | | AdGuard Annoyances Cookies 👍 | [原始](https://filters.adtidy.org/extension/ublock/filters/18_optimized.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Annoyances_Cookies.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Annoyances_Cookies.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Annoyances_Cookies.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Annoyances_Cookies.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Annoyances_Cookies.txt) | 69 | | AdGuard Popups | [原始](https://filters.adtidy.org/extension/ublock/filters/19_optimized.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Popups.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/AdGuard_Popups.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/AdGuard_Popups.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/AdGuard_Popups.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/AdGuard_Popups.txt) | 70 | | EasyList China | [原始](https://easylist-downloads.adblockplus.org/easylistchina.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/EasyList_China.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/EasyList_China.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/EasyList_China.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/EasyList_China.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/EasyList_China.txt) | 71 | | EasyPrivacy 👍 | [原始](https://easylist-downloads.adblockplus.org/easyprivacy.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/EasyPrivacy.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/EasyPrivacy.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/EasyPrivacy.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/EasyPrivacy.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/EasyPrivacy.txt) | 72 | | 屏蔽网站的 Cookies 警告 | [原始](https://www.i-dont-care-about-cookies.eu/abp) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/I_dont_care_about_cookies.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/I_dont_care_about_cookies.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/I_dont_care_about_cookies.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/I_dont_care_about_cookies.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/I_dont_care_about_cookies.txt) | 73 | | CJX's EasyList Lite | [原始](https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/CJX's_EasyList_Lite.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/CJX's_EasyList_Lite.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/CJX's_EasyList_Lite.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/CJX's_EasyList_Lite.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/CJX's_EasyList_Lite.txt) | 74 | | CJX's Annoyance List 👍 | [原始](https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/CJX's_Annoyance_List.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/CJX's_Annoyance_List.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/CJX's_Annoyance_List.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/CJX's_Annoyance_List.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/CJX's_Annoyance_List.txt) | 75 | | 乘风通用广告过滤规则 | [原始](https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/rule.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/Xinggsf_rule.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/Xinggsf_rule.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/Xinggsf_rule.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/Xinggsf_rule.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/Xinggsf_rule.txt) | 76 | | 乘风视频广告过滤规则 👍 | [原始](https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/mv.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/Xinggsf_mv.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/Xinggsf_mv.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/Xinggsf_mv.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/Xinggsf_mv.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/Xinggsf_mv.txt) | 77 | | 乘风小众视频视频规则 | [原始](https://raw.githubusercontent.com/xinggsf/Adblock-Plus-Rule/master/minority-mv.txt) | [国际推荐①](https://cdn.jsdelivr.net/gh/Bush2021/filters@main/Xinggsf_minority-mv.txt) | [国际推荐②](https://gcore.jsdelivr.net/gh/Bush2021/filters@main/Xinggsf_minority-mv.txt) | [国内推荐③](https://ghproxy.net/https://raw.githubusercontent.com/Bush2021/filters/main/Xinggsf_minority-mv.txt) | [国内推荐④](https://raw.fastgit.org/Bush2021/filters/main/Xinggsf_minority-mv.txt) | [国内推荐⑤](https://jsdelivr.b-cdn.net/gh/Bush2021/filters@main/Xinggsf_minority-mv.txt) | 78 | -------------------------------------------------------------------------------- /Xinggsf_dynamic.txt: -------------------------------------------------------------------------------- 1 | no-csp-reports: * true 2 | * * 3p-frame block 3 | * * 3p-script block 4 | * 43.240.156.118 * noop 5 | * alicdn.com * noop 6 | * apiimg.com * noop 7 | * libs.baidu.com * noop 8 | * baomitu.com * noop 9 | * bcebos.com * noop 10 | * bdimg.com * noop 11 | * bdstatic.com * noop 12 | * bootcss.com * noop 13 | * bytecdntp.com * noop 14 | * cctvpic.com * noop 15 | * cdn-go.cn * noop 16 | * cloudflare.com * noop 17 | * cloudfront.net * noop 18 | * cntv.cn * noop 19 | * doubanio.com * noop 20 | * github.com * noop 21 | * google.com * noop 22 | * googleapis.com * noop 23 | * gstatic.com * noop 24 | * gtimg.cn * noop 25 | * gtimg.com * noop 26 | * hcaptcha.com * noop 27 | * hdslb.com * noop 28 | * jianshu.io * noop 29 | * lib.sinaapp.com * noop 30 | * msstatic.com * noop 31 | * myqcloud.com * noop 32 | * pstatp.com * noop 33 | * recaptcha.net * noop 34 | * sinaimg.cn * noop 35 | * sinajs.cn * noop 36 | * sp-flv.com * noop 37 | * unpkg.com * noop 38 | * woozooo.com * noop 39 | * yhdmjx.com * noop 40 | * youtube.com * noop 41 | * ytimg.com * noop 42 | * zhimg.com * noop 43 | 163.com * 3p-script noop 44 | 1905.com * 3p-script noop 45 | acfun.cn * 3p-script noop 46 | miguvideo.com migu.cn * noop 47 | douyin.com * 3p-script noop 48 | github.com * 3p-script noop 49 | github.io * 3p-script noop 50 | www.iq.com * 3p-script noop 51 | iqiyi.com * 3p-script noop 52 | www.iqiyi.com * 3p-frame noop 53 | ixigua.com * 3p-script noop 54 | www.jujiso.com kktvb.com * noop 55 | v.qq.com * 3p-frame noop 56 | v.qq.com * 3p-script noop 57 | www.subaibaiys.com * 3p-script noop 58 | www.ted.com * 3p-script noop 59 | weather.com.cn * 3p-script noop 60 | yatu.tv * 3p-frame noop 61 | yatu.tv * 3p-script noop 62 | * https://cdn. script noop 63 | * https://jiexi. sub_frame noop 64 | * https://jx. sub_frame noop 65 | * https://play. sub_frame noop 66 | * https://player. sub_frame noop 67 | * https://pv.sohu.com/cityjson script allow -------------------------------------------------------------------------------- /Xinggsf_minority-mv.txt: -------------------------------------------------------------------------------- 1 | [Adblock Plus 2.0] 2 | ! Title: 乘风 小众视频过滤规则 3 | ! Version: 202505011 4 | ! Expires: 1 day 5 | ! Homepage: https://github.com/xinggsf/Adblock-Plus-Rule/issues 6 | 7 | ##a.disabled 8 | ||webrtc.github.io^$script,3p 9 | 10 | ||security.iqiyi.com/static/cook/v1/cooksdk.js 11 | ||stc.iqiyipic.com/js/sdkpack/vippay.js 12 | ||stc.iqiyipic.com/js/sdkpack/barrage 13 | 14 | www.bilibili.com##.pop-live-small-mode 15 | ||api.bilibili.com/x/click-interface/click/$xhr 16 | ||hdslb.com/bfs/seed/log/report/log-reporter.js^$script 17 | ||hdslb.com^$subdocument 18 | 19 | ||beacon.qq.com^$ping 20 | ||trace.qq.com^$image,ping 21 | ||v.qq.com/pwa-sw.js^$script 22 | ||beacon.cdn.qq.com/*/beacon_web.min.js^$script 23 | ||v.qq.com/thumbplayer-offline-log.html^$subdocument 24 | ||mark.l.qq.com/fcgi-bin/get_video_mark_all?$script 25 | 26 | www.douyu.com##.ChargeTask+div, .HeaderGif-right, .HeaderGif-left 27 | ||shark2.douyucdn.cn/front-publish/live-*-gift-$script 28 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/SetofGiftPop_$script 29 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/HappyLottery_$script 30 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/Xinghai$script 31 | www.douyu.com##.is-fullScreenPage .ToTopBtn, .multiBitRate-da4b60 32 | ||shark2.douyucdn.cn/front-publish/live-luckybaggift-activity-master/ 33 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/activity_ 34 | ||shark2.douyucdn.cn/front-publish/live-cloud-game-master/ 35 | ||shark2.douyucdn.cn/front-publish/live-game-guess-master/ 36 | ||webconf.douyucdn.cn/resource/common/gift$script 37 | ||webconf.douyucdn.cn/resource/common/config/inter_com_w_ad_gift.json$script 38 | 39 | m.huya.com##video:style(object-fit:fill!important) 40 | m.huya.com##.video-con:style(height:100vh!important;padding:0!important;position:static!important;) 41 | m.huya.com##.ssr-wrapper>:not(.live-wrap) 42 | www.huya.com##.room-footer,#player-subscribe-wap,#player-gift-wrap 43 | www.huya.com##.player-banner-gift,#player-marquee-wrap 44 | ||a.msstatic.com/huya/main3/assets/img/room/gift/$important 45 | ||a.msstatic.com/huya/main3/assets/css/room/gift.$script 46 | ||a.msstatic.com/huya/main3/assets/modules/gift/$script 47 | ||a.msstatic.com/huya/main3/components/GiftDrawEffect/$script 48 | ||a.msstatic.com/huya/main3/components/OnTVLottery/$script 49 | 50 | *.gif|$image,domain=91meijutv.com|bimiacg4.net|dk95.com|tvyb03.com|tvyun03.com 51 | ! 禁用左右快捷键 nangua99.com,xxdm2.com##+js(set,jQuery.fn.keydown,trueFunc) 52 | 88mv.org,91meijutv.com,olevod.com,tvyb03.com,tvyun03.com##a[target=_blank][href^=http] 53 | 91meijutv.com##.dplayer-web-fullscreen-fix #player-sidebar 54 | 91meijutv.com,gdzidong.com,yimj.cc##.dplayer-web-fullscreen-fix #player-sidebar-is 55 | 56 | bimiacg4.net##+js(acs,Object.defineProperty,location.href) 57 | bimiacg4.net##.tuiguang,#bkcl,marquee 58 | 59 | ! 低端影视 ddys.pro .one 60 | ddys.*##+js(set, Object.prototype.ads, null) 61 | ! ddys.*##+js(set, Object.prototype.nopreroll_, true) 62 | ddys.*##.cfa_popup:remove() 63 | ddys.*###sajdhfbjwhe:remove() 64 | ddys.*##main.site-main > div:first-child:remove() 65 | 66 | dm84.*##.container:style(max-width: 60vw!important) 67 | dm84.*##.p_box:style(height:33vw!important;padding-top:0!important) 68 | dm84.*###qrcode 69 | dmmiku.*##.ads_all:remove() 70 | ||www.dmmiku.com/upload/*.png|$image 71 | 72 | www.iyf.tv##.dabf,div.pggf,vg-pause-f 73 | ||pptstatic.iyf.tv/upload/video/202$image 74 | 75 | olevod.com##.pc-ads 76 | olevod.com###adsMaskBox 77 | ||static.olelive.com/uploads/file/$image 78 | 79 | qdm88.com##.close-box.tips,#gongao 80 | ! www.916dm.fans www.qdm.plus 77dm.vip mgtv.cc dm84.pro age.tv www.kudm.vip www.dmtvw.com www.jujiso.com www.hktvyb.vip 81 | cdn.g2ak5.com -------------------------------------------------------------------------------- /Xinggsf_mv.txt: -------------------------------------------------------------------------------- 1 | [Adblock Plus 2.0] 2 | ! Title: 乘风 视频过滤规则 uBlock Origin 1.56 3 | ! Version: 202505091 4 | ! Expires: 1 day 5 | ! Homepage: https://github.com/xinggsf/Adblock-Plus-Rule/issues 6 | 7 | v.youku.com##.control-phonewatch,#right-title-ad-banner, .kui-watermark-0 8 | ! atm.youku.com 9 | cad.youku.com 10 | @@||log.mmstat.com/eg.js^$script 11 | ! ||cibntv.net/youku/$media 12 | ! ||valipl.cp31.ott.cibntv.net/$media 13 | ||alicdn.com/*yksdk/*sdk.js$script,domain=youku.com 14 | ||alicdn.com/awsc/et/$script 15 | ||g.alicdn.com/htmlVodP2P/$script 16 | 17 | www.iqiyi.com##div[class^="film-feed_filmFeed_"]:has(>div>a[href^="https://wy.668wan.com"]) 18 | iqiyi.com##a[href^="https://ads."] 19 | iqiyi.com##.black-screen[data-cupid=adblock-blackscreen], .qy-plist-ad 20 | iqiyi.com##.cupid-panel + div, div[data-adzone],#block-V 21 | iqiyi.com##+js(set, Object.prototype.blackscreenDuration, 1) 22 | iqiyi.com##+js(set, QiyiPlayerProphetData.a.data, {}) 23 | m.iqiyi.com##+js(set, Object.prototype.adPlayerId, '') 24 | t7z.cupid.iqiyi.com 25 | ||static.iqiyi.com/js/common/mars_v.js^$script 26 | ! 以下二条规则禁用P2P 27 | ||video.iqiyi.com/ws$websocket 28 | ||www.iqiyi.com/service-worker.js 29 | ||mesh.if.iqiyi.com/player/pcw/update/commonAppDownloadData^$xhr 30 | ||127.0.0.1^$script,domain=iqiyi.com 31 | !||iqiyi.com/videos/other/202$xmlhttprequest 32 | !||71edge.com/videos/other/202$xmlhttprequest 33 | ||iqiyipic.com/image/20*_100000$image 34 | apisgame.iqiyi.com 35 | static.g.iqiyi.com 36 | ||ssports.iqiyi.com/json/shop/shopInfo 37 | ||ssports.iqiyi.com/app/$media,object-subrequest 38 | show.ssports.com 39 | 40 | v.qq.com##.video-card-module > .card-wrap 41 | v.qq.com##.quick_games.quick_item, div.game-switch-ad 42 | qq.com##+js(json-prune, ads ad material.video) 43 | v.qq.com,news.qq.com##+js(no-fetch-if, /(beacon|trace)\.qq\.com/) 44 | v.qq.com,news.qq.com##+js(no-xhr-if, snowflake.qq.com) 45 | !qq.com##+js(nano-sib, \u5012\u8ba1\u65f6) 46 | !qq.com##+js(aopr, Beacon.prototype.fail) 47 | @@||union.video.qq.com/fcgi-bin/$script,domain=qq.com 48 | iwan-s.video.qq.com 49 | gdt.qq.com 50 | cm.l.qq.com 51 | ||mall.video.qq.com/m/activity/h5/$subdocument 52 | !||l.qq.com/lview? 53 | ||qq.com/livemsg? 54 | ||gtimg.com/qqlive/ 55 | ||qzonestyle.gtimg.cn/qzone/biz/ac/comm/$script 56 | |https://imgcache.qq.com/qzone/biz/comm/js/qbs.js 57 | news.qq.com##+js(set, SSPAd.prototype.loadAd, noopFunc) 58 | ||news.ssp.qq.com/app 59 | ||ssp.qq.com/ad^$xhr 60 | ||staticfile.qq.com/datong/$script 61 | ||staticfile.qq.com/qimei/$script 62 | ||vfiles.gtimg.cn/tvideo/js/new_ping_video.js^$script 63 | ||res.ab.qq.com/tab/$script 64 | ||v.qq.com/cache/wuji/object^$script 65 | 66 | bilibili.com##.ad-report, .ad-floor 67 | !此规则有效但导致页面加载慢 bilibili.com##.container.is-version8 > .feed-card:has(>div:only-child), .container.is-version8 > .bili-video-card:has(>div:only-child) 68 | bilibili.com##.gg-floor-module,#slide_ad,a[href^="//cm.bilibili.com"] 69 | ||api.bilibili.com/x/web-show/res/locs?$~script 70 | ||hdslb.com/bfs/cm/cm-sdk/static/js/bili-collect.js^$empty 71 | ||hdslb.com/bfs/cm/cm-sdk/static/js/pc.js^$script 72 | ||hdslb.com/bfs/seed/jinkela/short/user-fingerprint/$script 73 | 74 | acfun.cn##.pause-display-container,#ad-comment,#ad-player-view 75 | ||aixifan.com/static/*/appGuide/ 76 | 77 | cctv.com###bgAd_div 78 | !||imall.cctv.com/$subdocument 79 | bjcathay.com 80 | 81 | pptv.com##.advView-two,#p-mark 82 | synacast.com 83 | de.as.pptv.com 84 | ||g.pptv.com/game/$subdocument 85 | ||osswc.pplive.cn/cccms/$image 86 | ||mediamax.suning.com/adssp/sdk/$script 87 | 88 | ! miguvideo.com###adver-box 89 | ! ||ggc.cmvideo.cn/v1/iflyad/deliverysystem/direct/$image,redirect=2x2.png 90 | ! ||cmvideo.cn/v1/iflyad/$media,image,domain=miguvideo.com 91 | ||miguvideo.com/mgs/common/miguplayerPlugins/prd/WWWggView.js^$script 92 | ! 风行网: fun.tv 93 | pub.funshion.com 94 | 95 | ||relive.vodfile.m1905.com/video/qiantie202$media 96 | 1905.com##.pauseInfoWrap:remove() 97 | ||www.1905.com/uploadfile/2024/0401/20240401094429405834.jpg^$image 98 | sobot.com 99 | 100 | @@||tb.mgtv.com/sdk/*/ad-sdk.js^$script 101 | ||video.da.mgtv.com/$media 102 | ||da.mgtv.com/mediafiles/wiad_creative/$image 103 | ad-survey.com 104 | miaozhen.com 105 | 106 | @@||js.tv.itc.cn/gg.seed.js 107 | reke.at.sohu.com 108 | aty.sohu.com 109 | go.sohu.com 110 | ||tv.sohu.com/upload/csad/admaster/$image 111 | tv.sohu.com##.x-dl-shake.x-download-panel, #playerBar > div.area ~a 112 | 17173.com###vjs-ad-on-pause 113 | log1.17173.com 114 | ||17173.com/batch_show?ads= 115 | ||17173.com/if/$script,subdocument 116 | 117 | le.com##+js(set, isAdLoaded, true) 118 | ||ott.cibntv.net/*/letv-wzgug/$media 119 | ||letvimg.com/lc*_iscms/202$image 120 | ||letvimg.com/*_gugwl/$image 121 | banana.le.com 122 | ipinyou.com 123 | ||yoyi.com.cn^3p 124 | le.com##.min_pause_img 125 | 126 | cctv.com,douyin.com,douyu.com##+js(aeld,/visibilitychange|pagehide/) 127 | ||douyucdn.cn/adxdsp/$image,media 128 | !弹幕 ||www.douyu.com/webSocket.worker_$script 129 | ||shark2.douyucdn.cn/front-publish/live-master/js/player_first/qvbp2p_douyu$script 130 | !douyu.com##+js(set, RTCPeerConnection.prototype.addTrack, noopFunc) 131 | wan.douyu.com 132 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/topBanner_$script 133 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/ScreenBannerAd_$script 134 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/CloseVideoAd_$script 135 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/FreeTimeAd_$script 136 | ||shark2.douyucdn.cn/front-publish/live-master/js/room/SuspendedBallAd_$script 137 | douyu.com##.Title-ad, .DropMenuList-ad, .DropPane-ad 138 | douyu.com,huya.com##a[href^="https://g.wan."] 139 | 140 | huya.com##a[href^="https://wan."] 141 | huya.com##.huya-ab,#hy-ad,#hy-ab,#huya-ab 142 | www.huya.com##.sidebar-banner, a.J_g_resource 143 | www.huya.com###public-screen-ab 144 | ||business.msstatic.com/advertiser/$image 145 | ||midext2.cdn.huya.com/ext-web-mid/ext-web-sub-frame/$subdocument 146 | ||live-cover.msstatic.com/huyalive/*/format,webp/$image 147 | ||tx-live-cover.msstatic.com/huyalive/*/format,webp/$image 148 | ||msstatic.com/huya/main3/assets/modules/CommercialAdSdk/$script 149 | ||cdn.huya.com/leaf/$xhr 150 | g.huya.com 151 | statwup.huya.com 152 | va.huya.com 153 | 154 | www.ted.com##.gm-fp-body .justify-center.tracking-tightest 155 | ||onetrust. 156 | litix.io 157 | 158 | ||google.*/pagead/ 159 | ||gstatic.com/shopping? 160 | 161 | ||btsow.motorcycles/app/jav$image 162 | jads.co 163 | |https://tellme.pw/go/jav$popup 164 | btsow.motorcycles##a[href^="https://tellme.pw/go/jav"] 165 | 166 | ! age.tv,agefans.la##.ratio-16x9:has(>.dplayer):remove-class(ratio-16x9) 167 | ! age.tv,agefans.la##+js(noeval-if, devtoolsDetector) 168 | ||cdn.aiqingyu1314.com/age/statics/js/notice.js^$script 169 | ||toutiaoimg.com/origin/$image,domain=agefans.la 170 | ||dd-static.jd.com^$image,domain=subaibaiys.com 171 | 172 | !dandanzan.me,nunuyy5.com##+js(set,webkitRTCPeerConnection,null) 173 | dandanzan.*,nnyy.in,nunuyy5.com##video:style(max-height:100%!important) 174 | 175 | yatu.tv##.dplayer-web-fullscreen-fix #tburl,#loadtop,[id^=myas],#myds1,#daohang 176 | yatu.tv,yhdm7.com,yhdm95.com,xdm530.com##+js(aopw,document.oncontextmenu) 177 | ||www.yatu.tv:2082/image/*.gif^$image 178 | ||www.yatu.tv:2082/m/images/$image 179 | 180 | ||tracker.$xhr,websocket,script,ping 181 | stgowan.com 182 | z4a.net -------------------------------------------------------------------------------- /Xinggsf_rule.txt: -------------------------------------------------------------------------------- 1 | [Adblock Plus 2.0] 2 | ! Title: 乘风 广告过滤规则 3 | ! Version: 202505091 4 | ! Expires: 2 days 5 | ! Homepage: https://github.com/xinggsf/Adblock-Plus-Rule/issues 6 | 7 | !--------------------------百度---------------------------------- 8 | @@||bdstatic.com/static/common/widget/ui/admanager/$script,domain=image.baidu.com 9 | ||cpro.$domain=~baidu.com 10 | ada.baidu.com 11 | ||dup.baidustatic.com/ 12 | ||ubmcmm.baidustatic.com/ 13 | ||adscdn.baidu.com/ 14 | kstj.baidu.com 15 | ||pos.baidu.com/ 16 | ||cbjs.baidu.com/ 17 | ||crs.baidu.com/ 18 | ||entry.baidu.com/$subdocument 19 | ||hm.baidu.com/ 20 | 21 | ||pups.bdimg.com/ 22 | baike.baidu.com##.after-content,#adLayerSideWrap 23 | baike.baidu.com##.squareAni.square.super-layer-promote 24 | ||baike.baidu.com/api/wikiad/$xhr 25 | ||baike.baidu.com/*/directad?$xhr 26 | ||baike.baidu.com/lemma/api/guesslike?$xhr 27 | fanyi.baidu.com##div.banner-wrap 28 | 29 | ||s1.bdstatic.com/r/www/cache/biz/ecom/common/api/$script 30 | jingyan.baidu.com##.wgt-cms-banner, .right-fixed-related-wrap, #bottom-ads-container 31 | ||exp.bdstatic.com/static/exp-pc/common-jquery/widget/popup-$script 32 | 33 | ||eduad.baidu.com/ 34 | ||as2.wenku.baidu.com/$subdocument 35 | ||wkstatic.bdimg.com/static/wkview/widget/top_ads_banner/$script 36 | 37 | pan.baidu.com##.frame-all:style(overflow-x:hidden!important) 38 | pan.baidu.com##.ad-platform-tips, .phone-banner 39 | ||bcebos.com^$image,domain=pan.baidu.com 40 | ||pan.baidu.com/rest/*/adx?$image 41 | zhidao.baidu.com###left-promotion,#ui-tooltip-0,div.cms-slide.cms-slide-optimus,div.wgt-bottom-ask,div.cms-slide.cms-slide-lazy 42 | ||s1.bdstatic.com/r/www/cache/biz/ecom/common/api/$script 43 | !--贴吧--- 44 | tiebac.baidu.com,tieba.baidu.com,jump.bdimg.com,jump2.bdimg.com###thread_list>li:not(.j_thread_list):not(.thread_top_list_folder),div[data-rank],div[ad-dom-img],a.j_click_stats 45 | @@||tb1.bdstatic.com/??/tb/_/*/ad_$script 46 | !----------------------通用、广告联盟站点----------------------- 47 | *$doc,removeparam=/^(sp|ut|fro?)m(_|\b)/ 48 | 49 | ||ad. 50 | */ad.$image,script,subdocument,media 51 | @@||xxxy.jnu.edu.cn/_upload/tpl/08/ad/2221/template2221/$script 52 | */ad/$script,subdocument,media 53 | */ad_ 54 | @@||www.microsoft.com/onerfstatics/marketingsites-*/ad-$script 55 | @@||static.zhihu.com/ad-raccoon-web/$script 56 | */ad-$~stylesheet 57 | */adbox/ 58 | ||ads. 59 | */ads. 60 | */ads/ 61 | */adload. 62 | ||adsense. 63 | */adsense/ 64 | ||adserver. 65 | ||cm.$image,script,xhr,3p 66 | ||gg. 67 | ||ggg. 68 | ||greenet.cn/$popunder 69 | 37cs.com 70 | 37gowan.com 71 | 51.la 72 | ||admaster. 73 | ||market.aliyun.com/ 74 | ||allyes. 75 | webcert.cnmstl.net 76 | ||cnzz. 77 | ||coinhive.com/ 78 | *coinhive.min.js^$script 79 | ||coin-hive.com/ 80 | doubleclick.net 81 | dlads.cn 82 | ||adservice. 83 | ||googleadservices. 84 | imasdk.googleapis.com 85 | ||googlesyndication.com 86 | ||google-analytics.com 87 | irs01.com 88 | irs03.com 89 | cm.jd.com 90 | x.jd.com 91 | u-x.jd.com 92 | mediav.com 93 | tanx.com 94 | @@||s.click.taobao.com^$popup 95 | ||click.taobao.com/$third-party,popunder 96 | ||union. 97 | ||vamaker.com/$third-party 98 | */vamaker/ 99 | wrating.com 100 | wwads.cn 101 | *##.ad 102 | *##.ad960-90 103 | *##.adbox 104 | *##.adtable 105 | ~news.sina.com.cn##[id^=ad_] 106 | ~4yydstxt178.com##[id|=ad] 107 | ##[id$="-ad"] 108 | *##div.a_mu,div.a_h,div.ad_pic,div.wp.a_f,div.wp.a_t,div.a_pb,div.a_pt,div.a_pr,div.a_cn,#ggPar,#preAdContent 109 | ~google.com,~mediafire.com##.ads 110 | ~google.com##.adsbygoogle 111 | www.google.com.*,www.google.*##.VEELad 112 | ||com/ads 113 | *_350_330.$image 114 | */html/click/ 115 | pageMediaControl*$script 116 | */mediaController 117 | */piaofu. 118 | */piaofu/ 119 | */piwik. 120 | */svnad/$image,script 121 | @@||dwstatic.com/b=amkit 122 | ||wan.$~image 123 | ||iwan.$third-party 124 | !-------------------通用脚本广告-------------------- 125 | */51ads/ 126 | @@||img05.zhaopin.cn/2014/common/js/za/ga.js 127 | */ga.js^ 128 | @@||bikroy.com/neo/bikroy-contactUs*-ads-$script,1p 129 | *-ads-$script 130 | *_ad.js| 131 | *_ads.js| 132 | */adServer$script,xhr 133 | */adService$script,xhr 134 | */adSide/$script,xhr 135 | */adSide.$script,xhr 136 | */adwidget$script 137 | */gg.$script 138 | ||go.$domain=kickass.cd|thepiratebay.*|btsow.* 139 | */index_banner_ 140 | ! *_banner.$script,object,image 141 | @@||static.realme.net/v1/knowledge/images/banner.jpg$image 142 | */images/banner$domain=~ipo.chinairn.com|~www.shuame.com|~exp.qq.com 143 | */impservice$script 144 | */market.$script,domain=~jin10.com|~streamcommunity.com 145 | */market_$script 146 | */market-$script 147 | @@|https://media.amazon.map.fastly.net^$script 148 | ! https://www.zelda.com/ 149 | @@||media.nintendo.com/share/nclood/stable/en-us/bundles/microsite.min.js$script 150 | ||media.$third-party,script,subdocument,domain=~ted.com 151 | */pagead$script 152 | */s.php?id=$script,third-party 153 | */piao.js| 154 | */pop.js^$domain=~socpk.com|~autohome.com.cn|~patch.ali213.net 155 | *.pop.js^$script 156 | */float.js^$script,domain=~keylol.com 157 | *gonggao.js|$domain=~lol.qq.com 158 | */tan.$script 159 | */tan1.$script 160 | */tj.js| 161 | */tongji.js|$domain=~zongheng.com 162 | !-------------------下载站点----------------------- 163 | *.gif|$image,domain=3987.com|www.ouyaoxiazai.com|www.myhack58.com 164 | myqqjd.com##+js(acis, String.fromCharCode, decodeURIComponent) 165 | 52z.com###softdown>div,div.syGaosuDa:first-child 166 | ||www.fxxz.com/show/html/$subdocument 167 | ||www.fxxz.com/skin/know/html/$subdocument 168 | 91danji.com###bg_ad,div.hr.hr48 169 | ||www.91danji.com/js/$script 170 | ||js.cncrk.com/ 171 | 172 | cr173.com###foot~*,div.show_970,[data=viewAds] 173 | ||612.com^$script,domain=cr173.com 174 | 175 | crsky.com##div[class^=banner],div.fast_down,dl.mirror-special,div.banner-square,li.yellowdown 176 | @@||crsky.com/ggao/images/$image 177 | ||crsky.com/img/hezi 178 | ||www.crsky.com/img/pic.js 179 | ||crsky.com/theme/images/fast_down. 180 | ||crsky.com/theme/images/rd0 181 | 182 | ||ddooo.com/ddshow/$script 183 | ||www.downbank.cn/js/gong.js 184 | downxia.com##.download-ad,#gaosu_div0,ul.list-down>h3,a[href^="http://url.tduou.com/down/"] 185 | ||downxia.com/dgjs/pic/ 186 | ||www.downxia.com/dgjs/$script 187 | |http://www.downyi.com/tg/$script 188 | |http://res.njxzwh.com/downza/pc/v2017/images/downAD.gif 189 | duote.com###quickDown 190 | */2345explorer.$script 191 | ||www.2345.com/cnxh/$script 192 | ||2345.com/duoteimg/duotehtml/$script 193 | 194 | greenxiazai.com##a[rel="nofollow"],.sinfo>div.s1,td.down-rr,.down-bd>div,div.list_lg 195 | ||www.greenxiazai.com/green/ 196 | onlinedown.net##div.downDz>:first-child,a[href*=".9377wan.cn/"],div.downgs,div.downxzqad,div.srolltool~div,#ItemXGJC,#ItemXGXZ,#ItemXGZT,#ItemSSZT 197 | ||pc6.com/$subdocument 198 | 199 | ! pcbeta.com##.adsbygoogle:upward(#wp>div) 200 | pcbeta.com##.x_m.pb_tan:upward(1) 201 | pcbeta.com##div[class^="_jc"]:upward(4) 202 | pcbeta.com###sitefocus 203 | ||pbcdn.com/data/attachment/album/$image 204 | ||pcbeta.com/static/image/biz/$image 205 | 206 | ||pcgames.com.cn/g/extlin/pcdownpic/$script 207 | ||pcgames.com.cn/adpuba/show? 208 | ||pcgames.com.cn/g/*/fz/ 209 | ||img0.pcgames.com.cn^$object 210 | 211 | pconline.com.cn##div.jcztl,div.box.best,div.ivy-330 212 | ||buy.pconline.com.cn/$script 213 | ||www.pconline.com.cn/*/intf$subdocument,script 214 | ||www.pconline.com.cn/_hux_$script 215 | ||www.pconline.com.cn/jrzcz/$script 216 | ||ivy.pconline.com.cn/show$script 217 | ||ivy.pconline.com.cn/adpuba/show 218 | ||pconline.com.cn/download/images/soft/dl_ad.jpg 219 | ||jwz.3conline.com/adpuba/ 220 | ||pacd.3conline.com/$script 221 | ||pconline.com.cn/pconline/download/fz/$image 222 | 223 | ||www.rjno1.com^$inline-script 224 | www.rjno1.com##body > *:nth-child(-n+5) 225 | 226 | !sd173.com 227 | ||down.tgjkbx.cn/xxjs/$script 228 | ||www.sdbeta.com/images/$image 229 | 230 | skycn.com###top970,ul.ul_Address>h3,a[href^="http://down.xiazaidc.com/"] 231 | !ul.ul_Address a[href$=exe]:not([href^="http://skycnxz"]) 232 | ||www.skycn.com/show/d2.gif 233 | ||www.skycn.com/js/$image 234 | ||www.skycn.com/js/info.js 235 | 236 | ||www.uzzf.com/skin/know/$script 237 | ||www.xdowns.com/js/$script 238 | xiazaiba.com##div.test-90,div.test-300,div.dl-item:first-child 239 | ||www.xiazaiba.com/data/xzb_haha.js 240 | ||www-static.xunzai.com/static/wwwimg/$image 241 | ||xz7.com/js/ 242 | 243 | yxdown.com##.bg_l,.bg_r,div.gg,div[id$=_ads] 244 | ||yxdown.com/open/$script 245 | ||static.yxdown.com/cj/$script 246 | 247 | ||www.zolsky.com/killsoftware/sdsoft/page2/newad/$script 248 | ||www.zolsky.com/hotsoft/$subdocument,script 249 | ||www.zolsky.com/read/readad/$subdocument 250 | ! 中关村在线 251 | www.zol.com.cn##.side-news-nointel.side-news,#bgad 252 | www.zol.com.cn,www.91danji.com,92btbtt.com##body:style(background: center !important) 253 | zol.com.cn##.down-h4,span.down-alink,div[class^=ad_],div[class*=-ad],div[id^=AD_] 254 | ||p.zol.com.cn/$script 255 | ||icon.zol-img.com.cn/public/js/web_foot$script 256 | ||p.zol-img.com.cn/$script 257 | !-------------------QQ-------------------- 258 | @@||wx.qq.com/*/ad_$script 259 | @@||cdn.exp.qq.com/img/ 260 | @@||res.wx.qq.com/mmbizwap/$script 261 | ||adsrich.qq.com/ 262 | ||games.qq.com/playgame/videoweb/ 263 | ||games.qq.com/playgame/gamesad/js/swfobject.js 264 | @@||c.gdt.qq.com/gdt_click. 265 | @@||v.gdt.qq.com/gdt_stats.fcg? 266 | ||gdt.qq.com/ 267 | ||qq.com/js/adswf_tl_object.js$script 268 | ||qq.com/games/$subdocument 269 | ||imgcache.qq.com/qzone/biz/comm/js/qbs.js 270 | @@||isdspeed.qq.com/cgi-bin/r.cgi?flag1= 271 | ||isdspeed.qq.com/ 272 | ||open.show.qq.com/cgi-bin/qqshow_user_gdt_ad? 273 | ||qzs.qq.com/qzone/biz/ 274 | ||rh.qq.com/ 275 | taobao.qq.com 276 | ||tajs.qq.com/$domain=~wuxia.qq.com 277 | ||view.news.qq.com/PL_ad$subdocument 278 | www.qq.com##.adLeft,.adRight 279 | user.qzone.qq.com##div#idQbossHotbar.hotbar_wrap,div.icenter-right-ad,div#QM_100005_Body,div.fn-feed-mod-bd,div.ck-act,div#QM_Container_100005,div.gdtads_box,li.f-single-biz 280 | daohang.qq.com##[id^=AD_] 281 | coral.qq.com##div[id^="PL_ad_cmt_"],div.mod-ad 282 | gd.qq.com###r_ad 283 | qq.com##div[id^=AdZone],div.ad-banner,div.side_ad,#topAd 284 | ||ca.gtimg.com/client/ 285 | ||ca.gtimg.com/adplugin/js/adplayer.js 286 | ||discuz.gtimg.cn/cloud/scripts/discuz_tips.js 287 | ||mat1.gtimg.com/sports/000_AD/$image 288 | ||mat1.gtimg.com/$object 289 | ||mat1.gtimg.com/comic/newqshou/js/AD2v1.1.js 290 | ||pgdt.gtimg.cn/gdt/ 291 | ||ra.gtimg.com/uv/1712104/index.js 292 | ||wa.gtimg.com/ 293 | ||swa.gtimg.com/ 294 | ||wb.gtimg.com/adwin/ 295 | sports.qq.com##.ad-wrapper,#focus_jordon,.ad_r_85,div[class|=gg],div.layout.mt35,div[adconfig_charset] 296 | !-------------------网易-------------------- 297 | @@||bnet.163.com/ 298 | g.163.com 299 | ||c.m.163.com^$subdocument 300 | ||img1.126.net/ 301 | ||img3.126.net/ 302 | ||img6.126.net/ 303 | ||126.net/silver/ 304 | ||static.ws.126.net/*/adTracker.$script 305 | ||static.ws.126.net/*/js/sspAd.$script 306 | ||adgeo.163.com/ 307 | ||bobo.163.com/ 308 | ||bobo.com/special/$subdocument 309 | ||baoxian.163.com/$subdocument 310 | ||caipiao.163.com/$subdocument 311 | ||lofter.com/$subdocument,third-party 312 | ||nex.163.com/q? 313 | 163.com##.gg200,.gg300,.gg200x300,[class$="_ad"],div.mod_ad_text,#bobo,#layout-bobo,.txt-bobo,#js_a_bobo,.bobo-area,.imglist-bobo-app,#layout-love,#layout-shop,.top-banner,div.post_adtop_main,div.post_adtop_side,a.tie-ad-bar,#fixed_foot_ad,#js-epTabDS,#js-epBobo 314 | 315 | blog.163.com###lofter_single,div.f-trans 316 | news.163.com###js-cnxh-content~:not(#js-epTabRank) 317 | open.163.com###j-hbtj,#j-footertj 318 | ||shared.youdao.com/dao/search/outweb/js/ 319 | youdao.com###topImgAd,#spTop 320 | mail.163.com,mail.126.com##.emailSuggest,#theme,.gWel-bottom 321 | ||mimg.127.net/m/lc/img/LoginBackgroundPic/$image 322 | ||mimg.127.net/m/lb/img/inboxBottom/$image 323 | ||mimg.127.net/m/lb/img/leftNavBottom/$image 324 | |data:text/plain$popup,domain=music.163.com 325 | !-------------------新浪-------------------- 326 | ||sinaimg.cn/unipro/$domain=~video.sina.com.cn|~weibo.com 327 | ||sinaimg.cn/crop.$domain=~video.sina.com.cn|~weibo.com|~mydrivers.com 328 | ||n.sinaimg.cn/tech/zcapp$image 329 | ||sina.com.cn/iframe/76/$subdocument 330 | ||sina.com.cn/litong/ 331 | ||adbox.sina.com.cn/ 332 | ||sbeacon.sina.com.cn/ 333 | ||d1.sina.com.cn/ 334 | ||d2.sina.com.cn/ 335 | ||d3.sina.com.cn/ 336 | ||pfp.sina.com.cn/ 337 | pfp.sina.net 338 | ||rm.sina.com.cn/$script,subdocument 339 | @@||sax.sina.com.cn/video/$script 340 | ||sax.sina. 341 | ||saxs.sina. 342 | blog.sina.cn##div.item_hide+div,#pl-blog-artad 343 | ||dmp.sina.cn/ 344 | !-------------------sohu.com-------------------- 345 | tuijian.sogou.com 346 | track.sohu.com 347 | fpb.sohu.com 348 | qpb.sohu.com 349 | !-------------------ifeng.com-------------------- 350 | ifeng.com##div[class^=adList],div[class^=adbox],[class|=topAd],[class^=ad_],#couplet3_right,#couplet3_left,[href^="//mall.ifeng.com"],#js_videopause_container 351 | ||ifeng.com/a_if/$subdocument 352 | ||ifeng.com/a_if/taobao/ 353 | ||ifeng.com/ssi-incs/$subdocument 354 | ||ax.ifeng.com/$script 355 | ||ztyumn.ifeng.com/$script 356 | ||games.ifeng.com/$subdocument 357 | ||games.ifeng.com/webgame/ 358 | mfp.deliver.ifeng.com 359 | qcvf.ifeng.com 360 | 5hte21mz.com 361 | ||ifengimg.com/*_guanggao_$script,xhr 362 | ||ifengimg.com/mappa 363 | ||ifengimg.com/feather/images/$image 364 | ||x0.ifengimg.com/feprod/c/web/d/coupletFloat.js 365 | v.ifeng.com##.vAdbox,div.vAdImg,div.newAdImg,div.ad300,div.ad1000,div.vPlayerAdbox,div.main+.scrollcol 366 | !-------------------小说站点----------------------- 367 | @@||qidian.gtimg.com/*/qd/js/component/ad_strategies.$script 368 | qidian.com###tr-banner,div.banner-wrap,div.focus-img.cf,#j_bodyRecWrap,#j-topHeadBox,#j-topBgBox,div.games-op-wrap 369 | qidian.com##.crumbs-nav.top-op:style(margin: auto!important) 370 | ||qidian.com/upload/gamesy/20$image 371 | ||qidian.qpic.cn/qidian_common/$image 372 | ||file.myqcloud.com/yuewen/game/images/$image,domain=qidian.com 373 | 374 | zongheng.com###zh_ab_rb,#sumcard_flag,#gameFTip 375 | ||static.zongheng.com/*/ad$script 376 | ||static.zongheng.com/upload/*ds/column/$script,image 377 | ||www.zongheng.com/zhda/zhda.html 378 | ||static.zongheng.com/upload/recommend/game/201$image 379 | */zongheng_chat_loader 380 | 381 | chuangshi.qq.com##.topbanner,.mainbox>div.adv,div.jpBanner.fr,.banner_index,.main_banner,#advert 382 | 383 | ||hjwzw.com/js/n$script 384 | tianyabooks.com##div[class^=bread_] 385 | ||www.tianyabooks.com/$script,inline-script 386 | 387 | ||img16.diyifanwen.com 388 | gushiwen.cn###threeWeixin2 389 | ||gushiwen.cn/getTicket.aspx^$xhr 390 | ||yijiuningyia.gushiwen.org 391 | enennsa.gushiwen.cn 392 | ||a.lz13.cn/ 393 | !-------------------财经-------------------- 394 | ||www.chnmoney.com/skin/$script 395 | ||www.chnmoney.com/dfile/$script,image 396 | www.chnmoney.com##.tonglan 397 | 398 | eastmoney.com##.footer-ads,#rightAD 399 | ||cmsjs.eastmoney.com/$subdocument 400 | ||fund.eastmoney.com/trade/Hot_$subdocument 401 | 402 | ebusinessreview.cn##div.header,.adarticle,div.ad_s,[id^=ad_] 403 | 404 | ftchinese.com,cn.ft.com##.mpu-container-instory,div[data-id|=banner],div[data-id|=storympu],div[data-id|=mpu],div.o-barrier 405 | ||cn.ft.com/m/marketing/$subdocument 406 | ||cn.ft.com/a.html?$subdocument 407 | ||www.ftchinese.com/a.html$subdocument 408 | 409 | ||hxsame.hexun.com/ 410 | ||itv.hexun.com/ 411 | ||www.hexun.com/hxpage/index.html$subdocument 412 | !-------------------IT---------------------- 413 | !51cto.com###ft~div 414 | autohome.com.cn###s2287 415 | ||x.autoimg.cn/dealer/custom/subsite/forcePicAd20160628.js 416 | ||autoimg.cn/admdfs/ 417 | ||autohome.com.cn/adfront/ 418 | 419 | csdn.net###mainBox~*, body > .imgViewDom~* 420 | ||g.csdnimg.cn/asdf/*/trackad.js|$script,important 421 | 422 | www.epinv.com###container>#sidebar~*,div.huadong,div.epinv_f 423 | ||www.epinv.com/wp-content/themes/ep/tu/ 424 | ||firefoxchina.cn/html/$subdocument 425 | 426 | bbs.hupu.com###game-center-entrance-container 427 | ithome.com##.categoryimg,#hd_float,#side_func,#con>#tt5>div,div.related_buy,li.sb_list:nth-child(5) 428 | ithome.com###tt 429 | ithome.com##+js(trusted-click-element, span.hb-close-btn) 430 | |https://img.ithome.com/file/dylive/dylive.min.js^$script 431 | |https://api.ithome.com/json/hot/dajia.json^$script 432 | 433 | ||files.jb51.net^$image 434 | icws.jb51.net 435 | 436 | jianshu.com###note-fixed-ad-container 437 | ||jianshu.io/assets/web/*-ads-$image 438 | udiab1.jianshu.com 439 | juejin.im##.banner,.wechat-banner 440 | ||gold-cdn.xitu.io/asset/sidbar-banner/$image 441 | wiki.mbalib.com###ad-phone 442 | 443 | news.mydrivers.com##.main_right_div:nth-of-type(4) 444 | mydrivers.com##.baidu, a[href^=http][target=_blank] 445 | mydrivers.com##+js(set,jQuery.fn.resetIdleTimeup,trueFunc) 446 | ||news.mydrivers.com/incutf8/HaoWuTuiJianTop6_2023.js$script 447 | 448 | oschina.net##.blog-left-ad,#project_ad_banner,a[data-traceid],a[href^="http://click.aliyun."] 449 | ||static.oschina.net/*_banner_$image 450 | ||static.oschina.net/uploads/space/20*.jpg|$image 451 | 452 | pcpop.com##[id^=ad_],div.ad1,div.pcpop_ad1,div#banner9th 453 | ||33.pcpop.com 454 | ||ashow.pcpop.com/ 455 | 456 | v2ex.com##.box:has(.sidebar_compliance) 457 | ||v2ex.assets.uxengine.net/assets/sidebar/$image 458 | www.zhihu.com##div[role=list] > .Pc-word:not([tabindex]) 459 | zhihu.com##.Banner 460 | zhihu.com##.Banner-link 461 | zhihu.com##.Banner-image 462 | zhihu.com##.shameimaru-section 463 | !-------------------杂项-------------------- 464 | 1ting.com##[id^=tingx_] 465 | ||www.1ting.com/$subdocument 466 | mail.21cn.com##.arale-dialog-1_2_3 467 | ||mail.21cn.com/w2/source/images/firstpagecont/$image 468 | 360doc.com##div[id^=divad],#fullbg 469 | ||www.4399.com/loadimg/iframe_$subdocument 470 | ||5054399.com/4399_js/$script 471 | ||52pk.com/$object 472 | ||click.ali213.net/ 473 | ||pbmp.ali213.net/ 474 | ||tj.ali213.net/ 475 | baike.com###right_ad_div 476 | ||www.bdsola.com/js/common.js 477 | bing.com##li.b_ad,#b_notificationContainer_bop 478 | bitauto.com##.ad-tag-box,ins,body>div.container[style^=margin-top] 479 | ||bitautoimg.com/ResourceFiles/$image,object 480 | ||duomai.com/$third-party 481 | taboola.com 482 | ||static.cnbetacdn.com/frontend/vipics/$image 483 | ||china.com.cn/2016ads/$subdocument 484 | chinanews.com##div.advert_nav,#news_top_advert,#qizhi_div980,#zhengwenvideo~* 485 | ||i8.chinanews.com^$subdocument 486 | ctfile.com,www.pipipan.com##a[href^="https://union.ctfile.com"],div[id|=ad],div[id^=ad_] 487 | ||mydisplay.ctfile.com/$script,subdocument,popup 488 | duowan.com##a[adid] 489 | u8.hujiang.com 490 | 491 | @@||www.gamersky.com/gsinc/$subdocument 492 | ||gamersky.com/$subdocument 493 | ||click.gamersky.com/ 494 | ||ja.gamersky.com/ 495 | ||ja1.gamersky.com/ 496 | ||ja2.gamersky.com/ 497 | 498 | ||dm.gucheng.com/ 499 | ||dmjs.gucheng.com/ 500 | www.hao123.com##.siye,#mingzhanresource 501 | www.hao123.com##.link.download,#ecom,div.widget-topbanner,#shortcut-box,#shortcut-box~*,div[monkey=yixing],#leftbannerv2 502 | 503 | iciba.com##div.newpc-entry 504 | ||cdn.iciba.com/web/co/ci/$image 505 | ! bbs.nga.cn 506 | g1.tagtic.cn 507 | 508 | qiushibaike.com##div.shopwindow 509 | ||3.ssqzj.com/ 510 | ||galaxy.sogoucdn.com/galaxy/ 511 | ||api.huo360.com/www/back/$image 512 | ||www.toutiao.com/api/web_ads/ 513 | toutiao.com##div.adTab,div.carAd,#pagelet-detailadd,iframe[onload^="var adWrap"],li.item.J_add,div[ad_name] 514 | swc.weather.com.cn 515 | u17.com##[id|=u17-advert],div.ad_wrap 516 | ||tongj.xilu.com/ 517 | ||img.cmm.xmfish.com/pages/uploads/20$image 518 | bbs.xmfish.com##div[id^=adm_show_] 519 | yiche.com##.news-head > div.news-head-adv:first-child, div.words-ad-list 520 | img.easypass.cn 521 | dd.yiche.com 522 | ||zchot.com/images/jiaoyou 523 | ||www.zhujiceping.com/F/$image 524 | ||www.zhujiceping.com/wp-content/uploads/$script 525 | !-------------------影视资源-------------------- 526 | |https://www.36dm.com/js/ 527 | diwenganzaoji.com 528 | ||www.36dm.com/images/$image 529 | 530 | www.dmhy.org##.info.relative-goods, #pkpk 531 | js.kiwihk.net 532 | ||www.dmhy.org/*.gif^$image 533 | 534 | douban.com##.subject-banner, div[ad-status] 535 | at3.doubanio.com 536 | erebor.douban.com 537 | 538 | ||hao6v.com/d/$script 539 | ||dygang.cc/d/$script 540 | ||6vw.cc/d/$script 541 | ||6vgood.com/d/$script 542 | 543 | ||www.dy2018.com/jsdd/$script 544 | ! https://subhd.tv/ 545 | 546 | ! https://www.ygdy8.com/ 547 | ||ygdy8.com/jsy1/ 548 | !------------------精简自adbyby规则------------------ 549 | */7mad.$image,object 550 | */9vads 551 | */acadv 552 | */adadmin 553 | */adfile$script,subdocument 554 | */adflashes 555 | */adhead 556 | */adImgCover 557 | */adnet 558 | */adPictures 559 | */adpolestar 560 | */ads1. 561 | */ads?click 562 | */adshow.$script,subdocument 563 | */adslvfile 564 | */at-img*.swf| 565 | */bqzn000 566 | */cc222ads 567 | */cpv123 568 | */cwjad 569 | */ejia360$image,object 570 | */fhHYTagNew 571 | */fkunion 572 | */gao. 573 | */gg-sel.$subdocument 574 | */ggad 575 | */ggao. 576 | */gghead 577 | */gguangg$image,object 578 | */googlevideoads 579 | */gvodad 580 | */headbiggg_hq 581 | */html_1. 582 | */ireadad. 583 | */mcfg 584 | */messagetip. 585 | */mier168 586 | */mopgg 587 | */mygg$image,object 588 | */nadScreenFloat 589 | */nadTimeFlashLayer 590 | */newSNDAPop 591 | */pickcode_ 592 | */popiq123 593 | */popme. 594 | */readadend 595 | */rndView. 596 | */sf5ovny2 597 | */sg300 598 | */small*_ad.$subdocument 599 | */tanchuang 600 | */tc-ad. 601 | */tc_ad. 602 | */tcgg 603 | */tomFlashAdChanel 604 | */tttccc. 605 | */tyad_$image,object 606 | */ugcad 607 | */ulinkdir 608 | */ulinkjs 609 | */usmsad 610 | */w-z1. 611 | */wafp. 612 | */wcast 613 | */weige.$image,object 614 | */wFloat. 615 | */wwwcpm 616 | */xiazaiyoudao 617 | */xiu.$script 618 | */youme. 619 | */yxkucode 620 | */yzjy.$subdocument 621 | */zanzhu 622 | */zhifubao 623 | *&adsc_typpe= 624 | *-160-600.jpg|$image 625 | *-300X250.$image,object 626 | *-980x60.gif$image 627 | *.91ivr. 628 | *.91wan. 629 | *.99g99. 630 | *.9bcpm. 631 | *.9buo. 632 | *.9ccpm. 633 | *.9cpm. 634 | *.9dcpm. 635 | *.9ecpm. 636 | *.9fcpm. 637 | *.9gcpm. 638 | *.9vcp. 639 | *.9wad. 640 | *.9wcpm. 641 | *.9wee.$third-party 642 | *.abang. 643 | *.adayi55. 644 | *.adjwl. 645 | *.admin1. 646 | *.admsger. 647 | *.adsxin. 648 | *.adyun. 649 | *.at918. 650 | *.biyici. 651 | *.biz5.sandai.net 652 | *.bmgad. 653 | *.bmw100. 654 | *.bnet. 655 | ||cc/scriptAD/$script 656 | *.chinacpc. 657 | *.chinaih. 658 | ||cn/adfile/ 659 | ||cn/adv/ 660 | ||cn/Advertis 661 | ||cn/js/cpv 662 | ||cn/s?z= 663 | ||cn/tlgg/ 664 | *.cnnetallyads. 665 | *.cnxad.$third-party 666 | ||com/aajjss/$script 667 | ||com/adfile/ 668 | ||com/adfiles/ 669 | ||com/adimg 670 | ||com/adright 671 | ||com/adv.php? 672 | ||com/advert/$domain=~music.baidu.com 673 | ||com/advview 674 | ||com/AShow.aspx?AID=$script 675 | ||com/banners/ 676 | ||com/bbsadv$script 677 | ||com/c?z=$domain=~ifeng.com 678 | ||com/code/cpm.asp?pid= 679 | ||com/code/cpv.asp? 680 | ||com/code1/ 681 | ||com/cpc/ 682 | */js/cpc.$script 683 | */js/cpc_$script 684 | */js/cpv_$script 685 | ||com/cpf/ 686 | ||com/cpm/ 687 | ||com/cpv.$script 688 | ||com/cpv/ 689 | */cpv/bd/$script,image 690 | ||com/cpv_ 691 | ||com/cs/jsfile/ 692 | ||com/ecom?di=$domain=~7958.com|~www.redocn.com|~bbs.tiexue.net|~www.narutom.com|~www.neihan8.com|~666ccc.com|~yue365.com 693 | ||com/gg*.gif|$image 694 | ||com/i.php?z= 695 | ||com/images/adbanner$image 696 | ||com/images/openad/ 697 | ||com/index0data/$~stylesheet,domain=~www.tvf4.com 698 | ||com/js/bd0*.js^$script 699 | ||com/js/bd960 700 | ||com/js/float$script 701 | ||com/js/union/ 702 | ||com/main/s?user= 703 | ||com/otherhtml/$script 704 | ||com/pagecpv/ 705 | ||com/s?z= 706 | ||com/svnad/ 707 | ||com/union/$script,domain=~linkstars.com 708 | ||com/vShow.php?id= 709 | ||com/webad/ 710 | *.cpm.cm.sandai.net 711 | *.cpm360.com 712 | *.cpm9v. 713 | *.cpp360. 714 | *.cpp9v. 715 | *.cssyouxi. 716 | *.csyouxi. 717 | *.d9ad. 718 | *.daoyoudao. 719 | *.dayingwo. 720 | *.dianxin. 721 | *.dingge. 722 | *.dyunion. 723 | *.egoodad. 724 | *.exian. 725 | *.feesee. 726 | *.feike5. 727 | *.flunion. 728 | *.gamediad. 729 | *.gokzxc. 730 | *.gtrxm. 731 | *.gyy1314. 732 | *.haoll. 733 | *.heroclick. 734 | *.hosting24. 735 | *.huiten99. 736 | *.hxad. 737 | *.i3z. 738 | *.igalive. 739 | *.ilepai. 740 | *.iloveyouxi. 741 | *.imufc. 742 | *.info/ad7*.js^$script 743 | *.ipinyou.$domain=~www.v1.cn 744 | *.is686. 745 | *.istreamsche. 746 | *.jasd. 747 | *.jijing1. 748 | *.jingwei. 749 | *.jinzhao99. 750 | *.jixing1. 751 | *.jugao. 752 | *.jzunion. 753 | *.keydot. 754 | *.keyrun. 755 | *.keyyou. 756 | *.kx365. 757 | *.leshu. 758 | *.linekong. 759 | *.ljzbjc.$subdocument 760 | *.lrswl. 761 | *.maxreturn. 762 | *.miyou1314. 763 | *.mr66. 764 | *.mwad. 765 | *.my4399. 766 | *.my5058. 767 | *.myiee. 768 | *.na7. 769 | *.name265. 770 | ||net/adfiles/ 771 | ||net/code/pop_ 772 | ||net/Runtime/js/$script 773 | ||net/scriptAD/$script 774 | *.nuffnang. 775 | *.oizu. 776 | *.op2.web.kuaiwan. 777 | ||org/ad$image 778 | ||org/js/ad$script 779 | ||org/js/bd0*.js|$script 780 | *.ppunion. 781 | *.pv-indexcpm. 782 | *.pv-indexurl. 783 | *.q150. 784 | *.qizhao. 785 | *.qling. 786 | *.qndown. 787 | *.qq937. 788 | *.r.arpg2. 789 | *.redu-click. 790 | *.rj518. 791 | *.rsccs. 792 | *.samboc.com 793 | *.scyb10010. 794 | *.sfilm. 795 | *.shenduchuanmei. 796 | *.soua. 797 | *.ssrj. 798 | *.svem. 799 | *.swf?clicktag= 800 | *.switchadhub. 801 | *.t3nlink. 802 | *.tiaosa. 803 | *.tjq. 804 | *.tlvmedia. 805 | *.topad. 806 | *.tuite8. 807 | *.u.18dx. 808 | *.u.imop. 809 | *.ubcpm. 810 | *.uctrac. 811 | *.ugooo. 812 | *.untang. 813 | *.uu01. 814 | *.v5ad. 815 | *.w99. 816 | *.wan789. 817 | *.wangzhan5. 818 | *.whoclick. 819 | *.windsad. 820 | *.woniu666. 821 | *.wyunion. 822 | *.xenw. 823 | *.xi666. 824 | *.xian.cm. 825 | *.xiaoangel. 826 | *.xixianad. 827 | *.xt918. 828 | *.y2126. 829 | *.yebai. 830 | *.yiqiwin. 831 | *.ylunion. 832 | *.youxitui. 833 | *.youxjia. 834 | *.yoyi. 835 | *.ytunion. 836 | *.yuunion. 837 | *.yxcpm. 838 | *.yy32. 839 | *.zfjiu. 840 | *.zhangxiu. 841 | *.zhanzhang. 842 | *.ziye8.com 843 | *.zoomino. 844 | */08gg/ 845 | */09-hp/ 846 | */178acg/ 847 | */198game_ 848 | */2345float 849 | */300250.swf$object 850 | */300X250.gif$image 851 | */300x250.swf 852 | */300x250_ 853 | */336x280. 854 | */44jjss/$script 855 | */46860. 856 | */468_60. 857 | */468_70.$subdocument 858 | */468_80.$subdocument 859 | */468_90.$subdocument 860 | */468x60_ 861 | */50bang.gif$image 862 | */600x90. 863 | */728-90-$image 864 | */740_60.jpg 865 | */760.js|$script 866 | */760_*.js|$script 867 | */778_110.$image,object 868 | */789uc/sb. 869 | */8976_360100$subdocument 870 | */900x250.$subdocument 871 | */9115gg/dd1.js 872 | */9115gg/toubu.js$script 873 | */950x90.gif$image 874 | */960_60.$script,subdocument 875 | */960x90-$image 876 | */960x90.gif$image 877 | */960x90_ 878 | */99ad/ 879 | */99tt.js| 880 | */9lala.gif$image 881 | */?age=1&col= 882 | */_union/ 883 | */a-d-s/ 884 | */a_d_c 885 | */a_d_s 886 | */aaadddd/2.js$script 887 | */aadd/$image,object 888 | */acho/280x$image,object 889 | */acmsd/thea15 890 | */acmsd/thea17 891 | */acmsd/thea5 892 | */acs56.js$script 893 | */ad340-50.gif| 894 | */adad/ 895 | */adcode/ 896 | */adfshow?user= 897 | */adgg/ 898 | */adiframe/ 899 | */adimages/$image,object 900 | */adjs. 901 | */adjs/ 902 | */adplayer/*.swf?v= 903 | */adposjs/$script 904 | */adpro.js$script 905 | */adPub/adpub 906 | */adpuba/$script 907 | */ads_$script,subdocument 908 | */ads_banner 909 | */adscpv/ 910 | */adScript/$script 911 | */adservice/ 912 | */AdShowCache 913 | */adsview/ 914 | */adUtils.js 915 | */advertisement/ 916 | */advimg/ 917 | */advpic/$image 918 | */advview.php?ad_pos=$script 919 | */adz.js| 920 | */afp/door/;ap= 921 | */afp6_ 922 | */agfile/ 923 | */aili_content_ 924 | */allgg$subdocument 925 | */article/yy/$subdocument 926 | */badu468.gif| 927 | */baidu_ads/$subdocument,script 928 | */baiduad 929 | */baidugg/ 930 | */banner.js?v=$script 931 | */banner/$subdocument 932 | */banner960.htm^$subdocument 933 | */banners? 934 | */bbs/paypic/*.gif| 935 | */bdun.bsc?$subdocument 936 | */bill/s201$subdocument 937 | */blank^adcode_$subdocument 938 | */BOJS/dytop1.js 939 | */BOJS/top2.js 940 | */bootom1.js| 941 | */bootom2.js| 942 | */botbanner 943 | */cesoft_ 944 | */chinaadclient.js 945 | */cjsh.js| 946 | */code/adview_ 947 | */code/cpc.$script 948 | */code/popjs.asp? 949 | */code_img/ 950 | */codepic/ 951 | */common/cf/$image,object,domain=~wifi.liebao.cn|~96fei.com 952 | */cont_adL 953 | */cont_adr 954 | */cont_bottom.js| 955 | */css/jsContent 956 | */d/960.js| 957 | */d/f1.js| 958 | */d/f2.js| 959 | */d/f3.js| 960 | */d/f4.js| 961 | */d/f6.js| 962 | */d8adf801/?ref= 963 | */daocaoren*.gif|$image 964 | */daocaoren*.jpg|$image 965 | */dcr.gif|$image 966 | */ddcr.gif|$image 967 | */displayAd.js? 968 | */doublePop.js 969 | */duilian_ 970 | */dzx/forum$image,object 971 | */ead/union/ 972 | */ejia/$domain=~189.cn 973 | */enkj.gif$image 974 | */eptgoal/ 975 | */external/public126 976 | */fbookad/ 977 | */fdad/$image,object 978 | */files/adv/ 979 | */floatad.js|$script,domain=~fwxgx.com 980 | */floatadv.js|$script 981 | */fn/minibar_1.js| 982 | */ftad.js?$script 983 | */G-G/ 984 | */gad/$domain=~cc.163.com|~uu.163.com 985 | */gampad/ 986 | */gao/ 987 | */gaog/ 988 | */get_ad_ 989 | */GetAd.aspx? 990 | */GetAds.aspx? 991 | */gg.html|$subdocument 992 | */gg/$domain=~cnr.cn|~20-0.net|~health.dahe.cn 993 | */gg160.$subdocument 994 | */gg250.$subdocument 995 | */gg300.$subdocument 996 | */gg_a. 997 | */gg_ad/ 998 | */gg_final 999 | */gg_search_ 1000 | */ggao/ 1001 | */ggaotp/ 1002 | */ggg/$image,object 1003 | */gggg 1004 | */ggimages/ 1005 | */ggjs/ 1006 | */ggs/ 1007 | */gongyong.js| 1008 | */goo.js|$script 1009 | */google_service.js| 1010 | */googleAds3Wide.js 1011 | */guang/ 1012 | */guangao/ 1013 | */guangg/ 1014 | */guanggao 1015 | */gupiao.gif$image 1016 | */hj_end.js| 1017 | */homeadver.js| 1018 | */hqad.php?type=$subdocument 1019 | */html.ng/ 1020 | */html/ads 1021 | */html/cbjs.html?id=$subdocument 1022 | */html/hot_s 1023 | */html/yuedu$subdocument 1024 | */hxli/$image,object 1025 | */i.js^$script,third-party 1026 | */icast/ 1027 | */idcgg/ 1028 | */if/07top-new 1029 | */ikb/js/t.js| 1030 | */image/banner/$image,domain=~bilinovel.com 1031 | */images/169$object 1032 | */images/ad960. 1033 | */images/bbsad/ 1034 | */images/ping.js| 1035 | */images/stock.js| 1036 | */img/ads_$image 1037 | */imgad 1038 | */Index_AD/ 1039 | */indexAD.js 1040 | */inner_center1 1041 | */intf/bbs_expert 1042 | */ja486$image,object 1043 | */jbk.gif^$image,object 1044 | */js/1.htm$subdocument 1045 | @@||wago.io/js/118.$script 1046 | */js/118. 1047 | */js/22.$subdocument 1048 | */js/3000.$domain=~dict.naver.com 1049 | */js/300X250- 1050 | */js/33.$subdocument 1051 | */js/66*x60. 1052 | */js/acmsd/ 1053 | */js/ad1. 1054 | */js/adv.js? 1055 | */js/advert.js 1056 | */js/asp.js^$script 1057 | */js/autosize.js| 1058 | */js/bann.js| 1059 | */js/bd.js^$domain=~dmhy.org 1060 | */js/bd1.js^ 1061 | */js/bd2.js^ 1062 | */js/bd3.js^ 1063 | */js/ddd.js| 1064 | */js/eteadx*.js|$script 1065 | */js/floatadv.js 1066 | */js/floats 1067 | */js/gg.$script,subdocument 1068 | */js/gg_$script,subdocument,domain=~www.111ttt.com 1069 | */js/ggcommon$script 1070 | */js/indexgg 1071 | */js/jctj 1072 | */js/js1.js 1073 | */js/js2.js$script 1074 | */js/k1. 1075 | */js/k2. 1076 | */js/mu/ 1077 | */js/newtc.js 1078 | */js/outwin 1079 | */js/page_ad_$script 1080 | */js/shang.$subdocument 1081 | */js/showad.js| 1082 | */js/showads.php? 1083 | */js/xia44$subdocument 1084 | */js/you1$subdocument 1085 | */js/yun. 1086 | */js/yzz/ 1087 | */js_adscommon.js 1088 | */jsad/ 1089 | */jsadv/ 1090 | */jsgg/ 1091 | */jump.js| 1092 | */kdjl_306x200 1093 | */kwgg/$image,object 1094 | */lm/iframe/js/blognew2011 1095 | */lmt_v 1096 | */lsgg/ 1097 | */maimg/ 1098 | */maxcms/ 1099 | */min_ad.$subdocument 1100 | */mini/01.$subdocument 1101 | */mlfoot.js| 1102 | */mynicedd/ 1103 | */nc.jpg$image,object 1104 | */nettv/adp/ 1105 | */newhuagg/ 1106 | */news_ad$subdocument 1107 | */newS_contentad 1108 | */ok/toptl 1109 | */other/ff. 1110 | */other/fh. 1111 | */p_110 1112 | */p_111 1113 | */pipi1.htm$subdocument 1114 | */pop-ad_ 1115 | */pop_cpf.$script 1116 | */pop_fmt 1117 | */popjs.$script 1118 | */proxy.html?id=$subdocument 1119 | */pu_nocap_cn 1120 | */push_n.php 1121 | */pushcar.php 1122 | */rdidc.gif$image,object 1123 | */RichMedia.js| 1124 | */rightCornerPop/ 1125 | */rnad/$image,object 1126 | */rsdowngood_ 1127 | */scad.h$subdocument 1128 | */scad1.h$subdocument 1129 | */scode_index 1130 | */script_couplet 1131 | */scripts/showad.js| 1132 | */scripts/topads.js 1133 | */showadcode.asp? 1134 | */sj/a2 1135 | */slgg/ 1136 | */sluke/ml 1137 | */soft_mid_ 1138 | */soqidian/ 1139 | */svnad/$subdocument,image,object 1140 | */sygg/$subdocument 1141 | */tan/ 1142 | */tan1/ 1143 | */tanxssp/ 1144 | */taobao_if$subdocument 1145 | */tb_360$subdocument 1146 | */tc.js|$script 1147 | */tc00$domain=~xbeta.info 1148 | */tdcm/adcontrol 1149 | */teleplayvip/ 1150 | */tengyou960.gif$image 1151 | */top_950 1152 | */top_all.js| 1153 | */tpl/kg/ 1154 | */tres/recommend/ 1155 | */tres/ylgm/ 1156 | */tuidc468.gif|$image 1157 | */tuiguang/$subdocument 1158 | */tuiguang360-300. 1159 | */tv/tv1.js| 1160 | */Unika600x60. 1161 | */union/link_ 1162 | */union/union_ 1163 | */upcontent.js| 1164 | */upfile/myshow$image,object 1165 | */uuzu_ 1166 | */verycms/ 1167 | */view-960x90 1168 | */vstart-$image 1169 | */VV_MOYU 1170 | */wb/dldl 1171 | */webimg08/dot.gif^ 1172 | */widget.jsp?bId$subdocument 1173 | */wizard.js^ 1174 | */www/deliver/ 1175 | */www/delivery/ 1176 | */wzduilian/$image,object 1177 | */wzygg/$image,object 1178 | */xy/js/ 1179 | */yingsu*.gif$image 1180 | */yinsu$image 1181 | */yintai/$subdocument 1182 | */youme/ 1183 | */yuegui.js| 1184 | */yxCoupletsAd 1185 | */Zotac600x60 1186 | *_300_250_$image 1187 | *_728x90_$image 1188 | *_950x90.gif$image 1189 | @@||learn.microsoft.com/video/media/*_960.jpg|$image,domain=learn.microsoft.com 1190 | *_960.$image 1191 | *_960_60.$image 1192 | *_960_90.$image 1193 | *_ad.php? 1194 | *_ad_close.$image 1195 | *_ads.swf| 1196 | *_banner.html| 1197 | *_guanggao.js| 1198 | *_index_ad_ 1199 | *_index_banner$script 1200 | *_right_ad.$domain=~dzwww.com 1201 | @@||acs.m.taobao.com 1202 | ||acs.$domain=~youku.com|~tudou.com|~acs.org 1203 | ||adpic. 1204 | ||adsame. 1205 | ||adsfile. 1206 | ||biz5. 1207 | ||icast. 1208 | ||168.it168.com$script 1209 | 1210 | admin5.com##.float_both,div.sherry_ad1,div.specialBox,.content_right_ad 1211 | 100.pncdn.cn 1212 | 1213 | ! china evil site 1214 | 17u.cn 1215 | 40017.cn 1216 | 4009997658.com 1217 | abbyychina.com 1218 | bartender.cc 1219 | beyondcompare.cc 1220 | bingdianhuanyuan.cn 1221 | chemdraw.com.cn 1222 | coreldrawchina.com 1223 | easyrecoverychina.com 1224 | ediuschina.com 1225 | flstudiochina.com 1226 | guitarpro.cc 1227 | huishenghuiying.com.cn 1228 | iconworkshop.cn 1229 | imindmap.cc 1230 | jihehuaban.com.cn 1231 | keyshot.cc 1232 | kingdeecn.cn 1233 | logoshejishi.com 1234 | ||mairuan.$all 1235 | mairuanwang.com 1236 | makeding.com 1237 | mathtype.cn 1238 | mindmanager.cc 1239 | mycleanmymac.com 1240 | ntfsformac.cc 1241 | ntfsformac.cn 1242 | parallelsdesktop.cn 1243 | pdfexpert.cc 1244 | shankejingling.com 1245 | vegaschina.cn 1246 | ||xmindchina. 1247 | xshellcn.com 1248 | yihuifu.cn 1249 | www.zhzzx.com -------------------------------------------------------------------------------- /hosts: -------------------------------------------------------------------------------- 1 | # Copyright (c) 1993-2009 Microsoft Corp. 2 | # 3 | # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. 4 | # 5 | # This file contains the mappings of IP addresses to host names. Each 6 | # entry should be kept on an individual line. The IP address should 7 | # be placed in the first column followed by the corresponding host name. 8 | # The IP address and the host name should be separated by at least one 9 | # space. 10 | # 11 | # Additionally, comments (such as these) may be inserted on individual 12 | # lines or following the machine name denoted by a '#' symbol. 13 | # 14 | # For example: 15 | # 16 | # 102.54.94.97 rhino.acme.com # source server 17 | # 38.25.63.10 x.acme.com # x client host 18 | # localhost name resolution is handled within DNS itself. 19 | # 127.0.0.1 localhost 20 | # ::1 localhost 21 | 22 | 96.126.99.28 greasyfork.org 23 | 96.126.99.28 www.greasyfork.org 24 | 157.148.65.35 img.ithome.com 25 | 108.177.97.100 translate.googleapis.com 26 | 108.177.97.100 translate.google.com 27 | 202.127.253.239 toefl.neea.cn 28 | 27.148.186.35 www.huang1111.cn 29 | 27.148.186.35 pan.huang1111.cn 30 | 27.148.186.35 pro.huang1111.cn 31 | 27.148.186.35 pic.huang1111.cn 32 | 121.37.105.121 status.huang1111.cn 33 | 121.37.105.121 webdav.huang1111.cn 34 | 27.148.186.35 a.h1static.cn 35 | 183.60.219.35 b.h1static.cn 36 | 14.215.11.154 www.lanzoue.com 37 | 103.215.36.93 kafan.cn 38 | 103.215.36.93 www.kafan.cn 39 | 103.215.36.97 a.kafan.cn 40 | 103.215.36.93 m.kafan.cn 41 | 103.215.36.93 mp.kafan.cn 42 | 103.215.36.97 att.kafan.cn 43 | 103.215.36.97 b.kafan.cn 44 | 103.215.36.97 bbs.kafan.cn 45 | 103.215.36.88 fj.kafan.cn 46 | 103.215.36.88 kfwimg.kafan.cn 47 | 48 | ########## CloudFlare website ########## 49 | 198.41.197.159 www.cloudflare.com 50 | 198.41.197.159 cdnjs.cloudflare.com 51 | 198.41.197.159 challenges.cloudflare.com 52 | 198.41.197.159 api.cloudflare.com 53 | 198.41.197.159 dash.cloudflare.com 54 | 198.41.197.159 platform.dash.cloudflare.com 55 | 198.41.197.159 info.cloudflare.com 56 | 198.41.197.159 sparrow.cloudflare.com 57 | 198.41.197.159 assets.www.cloudflare.com 58 | 198.41.197.159 videodelivery.net 59 | 198.41.197.159 v2ex.com 60 | 198.41.197.159 www.v2ex.com 61 | 198.41.197.159 cdn.v2ex.com 62 | 198.41.197.159 www.ghacks.net 63 | 198.41.197.159 gh.gh2233.ml 64 | 198.41.197.159 ghdl.feizhuqwq.cf 65 | 198.41.197.159 gh.ddlc.top 66 | 198.41.197.159 download.yzuu.cf 67 | 198.41.197.159 hub.yzuu.cf 68 | 198.41.197.159 proxy.zyun.vip 69 | 198.41.197.159 gh.con.sh 70 | 198.41.197.159 ghps.cc 71 | 198.41.197.159 cors.isteed.cc 72 | 198.41.197.159 flymc.cc 73 | 198.41.197.159 www.flymc.cc 74 | 198.41.197.159 www.trinityprep.org 75 | 198.41.197.159 www.dogfight360.com 76 | 198.41.197.159 bitwarden.com 77 | 198.41.197.159 www.bitwarden.com 78 | 198.41.197.159 vault.bitwarden.com 79 | 198.41.197.159 gitlab.com 80 | 198.41.197.159 www.gitlab.com 81 | 198.41.197.159 page.gitlab.com 82 | 198.41.197.159 support.gitlab.com 83 | 198.41.197.159 chef.gitlab.com 84 | 198.41.197.159 packages.gitlab.com 85 | 198.41.197.159 customers.gitlab.com 86 | 198.41.197.159 levelup.gitlab.com 87 | 198.41.197.159 staging.gitlab.com 88 | 198.41.197.159 federal-support.gitlab.com 89 | 198.41.197.159 registry.gitlab.com 90 | 198.41.197.159 unpkg.com 91 | 198.41.197.159 www.lakemaryprep.com 92 | 198.41.197.159 home.x64bbs.cn 93 | 198.41.197.159 hcaptcha.com 94 | 198.41.197.159 www.hcaptcha.com 95 | 198.41.197.159 assets.hcaptcha.com 96 | 198.41.197.159 imgs.hcaptcha.com 97 | 198.41.197.159 newassets.hcaptcha.com 98 | 198.41.197.159 s.deepl.com 99 | 198.41.197.159 static.deepl.com 100 | 198.41.197.159 www.deepl.com 101 | 198.41.197.159 www2.deepl.com 102 | 198.41.197.159 appdownload.deepl.com 103 | 198.41.197.159 portal.ustraveldocs.com 104 | 198.41.197.159 sydney.vcanbb.chat 105 | 198.41.197.159 www.lance.moe 106 | 198.41.197.159 maxcdn.bootstrapcdn.com 107 | 198.41.197.159 vcb-s.com 108 | 198.41.197.159 share.dmhy.org 109 | 198.41.197.159 img.2222.moe 110 | 198.41.197.159 meta.appinn.net 111 | 198.41.197.159 axutongxue.com 112 | 198.41.197.159 subs.kamigami.org 113 | 114 | ########## UsbEAm Hosts Editor ########## 115 | 40.126.35.128 login.microsoftonline.com #UHE_ 116 | 13.105.28.18 storage.live.com #UHE_ 117 | 13.105.28.3 public.bn.files.1drv.com #UHE_ 118 | 125.94.247.51 oemsocuat.download.prss.microsoft.com #UHE_ 119 | 125.94.247.51 dreamspark.download.prss.microsoft.com #UHE_ 120 | 125.94.247.51 msproductuat.download.prss.microsoft.com #UHE_ 121 | 125.94.247.51 db.download.prss.microsoft.com #UHE_ 122 | 125.94.247.51 storecorefulfillment.download.prss.microsoft.com #UHE_ 123 | 125.94.247.51 vlportal.download.prss.microsoft.com #UHE_ 124 | 125.94.247.51 surface.download.prss.microsoft.com #UHE_ 125 | 125.94.247.51 collaborateppe.download.prss.microsoft.com #UHE_ 126 | 125.94.247.51 volic.download.prss.microsoft.com #UHE_ 127 | 125.94.247.51 itacademy.download.prss.microsoft.com #UHE_ 128 | 125.94.247.51 officemkt.download.prss.microsoft.com #UHE_ 129 | 125.94.247.51 msconnect.download.prss.microsoft.com #UHE_ 130 | 125.94.247.51 mbsuat.download.prss.microsoft.com #UHE_ 131 | 125.94.247.51 rsm.download.prss.microsoft.com #UHE_ 132 | 125.94.247.51 software-static.download.prss.microsoft.com #UHE_ 133 | 125.94.247.51 myvsuat.download.prss.microsoft.com #UHE_ 134 | 125.94.247.51 rsmuat.download.prss.microsoft.com #UHE_ 135 | 125.94.247.51 msdprod-ad.download.prss.microsoft.com #UHE_ 136 | 125.94.247.51 oemsoc.download.prss.microsoft.com #UHE_ 137 | 125.94.247.51 itacademyuat.download.prss.microsoft.com #UHE_ 138 | 125.94.247.51 azurestackhubuat.download.prss.microsoft.com #UHE_ 139 | 125.94.247.51 osrelease.download.prss.microsoft.com #UHE_ 140 | 125.94.247.51 mpnbenefitsrtl.download.prss.microsoft.com #UHE_ 141 | 125.94.247.51 azurestackreleases.download.prss.microsoft.com #UHE_ 142 | 125.94.247.51 msdn.download.prss.microsoft.com #UHE_ 143 | 125.94.247.51 myvs.download.prss.microsoft.com #UHE_ 144 | 125.94.247.51 lex.download.prss.microsoft.com #UHE_ 145 | 125.94.247.51 cbdstest.download.prss.microsoft.com #UHE_ 146 | 125.94.247.51 software.download.prss.microsoft.com #UHE_ 147 | 125.94.247.51 azuremigratetest.download.prss.microsoft.com #UHE_ 148 | 125.94.247.51 collaborate.download.prss.microsoft.com #UHE_ 149 | 125.94.247.51 mpnbenefitsrtluat.download.prss.microsoft.com #UHE_ 150 | 125.94.247.51 windbg.download.prss.microsoft.com #UHE_ 151 | 125.94.247.51 msproduct.download.prss.microsoft.com #UHE_ 152 | 125.94.247.51 azuremigrate.download.prss.microsoft.com #UHE_ 153 | 125.94.247.51 officemktuat.download.prss.microsoft.com #UHE_ 154 | 125.94.247.51 afdshield-or.download.prss.microsoft.com #UHE_ 155 | 125.94.247.51 dreamsparkuat.download.prss.microsoft.com #UHE_ 156 | 125.94.247.51 mbs.download.prss.microsoft.com #UHE_ 157 | 125.94.247.51 azurestackhub.download.prss.microsoft.com #UHE_ 158 | 125.94.247.51 visualstudio.download.prss.microsoft.com #UHE_ 159 | 125.94.247.51 lexuat.download.prss.microsoft.com #UHE_ 160 | 125.94.247.51 mpnbenefits.download.prss.microsoft.com #UHE_ 161 | 113.106.101.6 assets1.xboxlive.cn #UHE_ 162 | 113.106.101.6 assets2.xboxlive.cn #UHE_ 163 | 113.106.101.6 dl.delivery.mp.microsoft.com #UHE_ 164 | 113.106.101.6 tlu.dl.delivery.mp.microsoft.com #UHE_ 165 | 202.89.233.101 bing.com #UHE_ 166 | 202.89.233.101 www.bing.com #UHE_ 167 | 202.89.233.101 r.bing.com #UHE_ 168 | 202.89.233.101 cn.bing.com #UHE_ 169 | 40.99.10.18 outlook.office.com #UHE_ 170 | 40.99.10.18 outlook.office365.com #UHE_ 171 | 23.5.14.230 answers.microsoft.com #UHE_ 172 | 20.24.143.35 bn1301.storage.live.com #UHE_ 173 | 20.24.143.35 dsm01pap005.storage.live.com #UHE_ 174 | 23.15.137.62 account.microsoft.com #UHE_ 175 | 13.107.213.40 logincdn.msauth.net #UHE_ 176 | 13.107.213.40 acctcdn.msauth.net #UHE_ 177 | 13.107.213.40 acctcdn.msftauth.net #UHE_ 178 | 13.107.213.40 amcdn.msftauth.net #UHE_ 179 | 13.107.213.40 alcdn.msftauth.net #UHE_ 180 | 13.107.213.40 ccscdn.msftauth.net #UHE_ 181 | 40.126.35.128 login.live.com #UHE_ 182 | 152.199.39.242 aadcdn.msftauth.net #UHE_ 183 | 20.197.103.14 licensing.mp.microsoft.com #UHE_ 184 | 40.64.128.192 api.cognitive.microsofttranslator.com #UHE_ 185 | 13.107.139.8 edge.microsoft.com #UHE_ 186 | 52.109.24.92 hierarchyapi.onenote.com #UHE_ 187 | 52.109.2.121 contentsync.onenote.com #UHE_ 188 | 204.79.197.233 d.docs.live.net #UHE_ 189 | 113.108.239.225 dl.google.com #UHE_ 190 | 96.7.253.54 drivers.amd.com #UHE_ 191 | 96.7.253.54 download.amd.com #UHE_ 192 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Access error, not granted 7 | 8 | 9 | 10 | 243 | 244 | 245 | 246 |

404 Error 本页面不存在

247 | 248 |

Not every encounter is a coincidence ~

249 | 250 |
251 | 4 252 | 0 253 | 4 254 |
255 |

256 | Back to homepage 257 | 返回首页 258 |

259 | 260 | 261 | 262 | 263 | -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": [ 3 | "config:base" 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / --------------------------------------------------------------------------------