Last active
April 23, 2025 13:12
-
-
Save imba-tjd/2c9817233ac6798d4f2bfe057f781ca5 to your computer and use it in GitHub Desktop.
🚫 我的uBO屏蔽列表以及HE规则
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"request": [{ | |
| "name": "Golang", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://(golang\\.org|go\\.dev)", | |
| "action": "redirect", | |
| "to": "https://golang.google.cn" | |
| },{ | |
| "name": "TensorFlow", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://www\\.tensorflow\\.org", | |
| "action": "redirect", | |
| "to": "https://tensorflow.google.cn" | |
| },{ | |
| "name": "Imgur", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://i\\.imgur\\.com(.*\\.(png|jpg|gif|bmp))", | |
| "action": "redirect", | |
| "to": "https://i.sevencdn.com/i.imgur.com$1" | |
| },{ | |
| "name": "GitHub Raw", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://raw\\.githubusercontent\\.com", | |
| "action": "redirect", | |
| "to": "https://raw.sevencdn.com" | |
| },{ | |
| "name": "Gravatar", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://(.+\\.)?gravatar\\.com/avatar/", | |
| "action": "redirect", | |
| "to": "https://use.sevencdn.com/avatar/" | |
| },{ | |
| "name": "CDNJS", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://cdnjs\\.cloudflare\\.com", | |
| "action": "redirect", | |
| "to": "https://use.sevencdn.com" | |
| },{ | |
| "name": "GitHub Release", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://github\\.com/([^/]+/[^/]+/releases/download/.*)", | |
| "action": "redirect", | |
| "to": "https://download.fastgit.org/$1" | |
| },{ | |
| "name": "GitHub Assets", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://github\\.githubassets\\.com", | |
| "action": "redirect", | |
| "to": "https://assets.fastgit.org" | |
| },{ | |
| "name": "SteamCN", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://steamcn\\.com", | |
| "action": "redirect", | |
| "to": "https://keylol.com" | |
| },{ | |
| "name": "Lanzou", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://(www\\.lanzous|lanzoup)\\.com", | |
| "action": "redirect", | |
| "to": "https://lanzoux.com" | |
| },{ | |
| "name": "JQuery", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://code\\.jquery\\.com/jquery-", | |
| "action": "redirect", | |
| "to": "https://ajax.aspnetcdn.com/ajax/jQuery/jquery-" | |
| }],"sendHeader": [{ | |
| "name": "Baidu Img Hotlink", | |
| "ruleType": "modifySendHeader", | |
| "matchType": "domain", | |
| "pattern": "imgsa.baidu.com", | |
| "action": { | |
| "name": "referer", | |
| "value": "_header_editor_remove_" | |
| } | |
| }],"receiveHeader": [{ | |
| "name": "GitHub Avatars Max-Age", | |
| "ruleType": "modifyReceiveHeader", | |
| "matchType": "regexp", | |
| "pattern": "^https?://avatars\\d?\\.githubusercontent\\.com", | |
| "action": { | |
| "name": "cache-control", | |
| "value": "max-age=86400" | |
| } | |
| },{ | |
| "name": "GitHub Assets Max-Age", | |
| "ruleType": "modifyReceiveHeader", | |
| "matchType": "domain", | |
| "pattern": "github.githubassets.com", | |
| "action": { | |
| "name": "cache-control", | |
| "value": "public, max-age=31536000, immutable" | |
| } | |
| },{ | |
| "name": "Bing Global", | |
| "ruleType": "modifySendHeader", | |
| "matchType": "regexp", | |
| "pattern": "^https?://(.+\\.)?bing\\.com", | |
| "action": { | |
| "name": "x-forwarded-for", | |
| "value": "8.8.8.8" | |
| } | |
| },{ | |
| "name": "GitHub CSP", | |
| "ruleType": "modifyReceiveHeader", | |
| "matchType": "regexp", | |
| "pattern": "^https?://((.+\\.)?github|render\\.githubusercontent)\\.com", | |
| "action": { | |
| "name": "content-security-policy", | |
| "value": "_header_editor_remove_" | |
| } | |
| },{ | |
| "name": "樱花动漫图标字体", | |
| "ruleType": "modifyReceiveHeader", | |
| "matchType": "prefix", | |
| "pattern": "https://jp.jcmeitan.com/CDN-main/statics/fonts/", | |
| "action": { | |
| "name": "access-control-allow-origin", | |
| "value": "*" | |
| } | |
| }],"_规则订阅": { | |
| "本规则": "https://gist.githubusercontent.com/imba-tjd/2c9817233ac6798d4f2bfe057f781ca5/raw/header-editor.json", | |
| "ajax.googleapis和reCAPTCHA": "https://github.com/bhoppi/headereditor_rules/blob/master/headereditor.json", | |
| "反盗链和重定向": "https://github.com/dupontjoy/customization/tree/master/Rules/HeaderEditor" | |
| }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Adblock Plus 2.0] | |
| ! Title: IMBALIST | |
| ! Homepage: https://gist.github.com/imba-tjd/2c9817233ac6798d4f2bfe057f781ca5 | |
| ! Expires: 10 days | |
| ! 使用方法:将 https://gist.githubusercontent.com/imba-tjd/2c9817233ac6798d4f2bfe057f781ca5/raw/IMBALIST.TXT 添加到uBO的规则列表中 | |
| ! humblebundle领取key页面 | |
| www.humblebundle.com##.download-mosaic | |
| www.humblebundle.com##.coupon.whitebox-redux | |
| www.humblebundle.com##.js-subproduct-whitebox-holder > .whitebox-redux | |
| www.humblebundle.com###share-box | |
| www.humblebundle.com###site-xpromo-banner | |
| ! gitee | |
| ||gitee.com/assets/weixin/button-banner.png | |
| ||gitee.com/assets/weixin/close.png | |
| gitee.com##.ent-poster-ads | |
| gitee.com##.side-toolbar | |
| ! 横向滚动条 | |
| gitee.com##body:style(min-width: auto !important) | |
| gitee.com##.ui.container:style(width: auto !important) | |
| ! 搜狗底部其它产品的广告和备案信息,和右下角标 | |
| www.sogou.com###QRcode-footer | |
| www.sogou.com###miniQRcode | |
| ! csdn右下角标、论坛里的各种相关链接、备案信息、缩放不为100%的提示 | |
| ||csdnimg.cn/passport/login-banner.png$image | |
| bbs.csdn.net##.post_recommend | |
| bbs.csdn.net##.csdn-side-toolbar | |
| bbs.csdn.net###rightList | |
| bbs.csdn.net###left-box > .mod_topic_wrap | |
| bbs.csdn.net###totast-js | |
| bbs.csdn.net###navs | |
| blog.csdn.net##.leftPop | |
| blog.csdn.net,bbs.csdn.net##.footer_box | |
| blog.csdn.net##.recommend-recommend-box | |
| blog.csdn.net##.mb8.csdn-tracking-statistics | |
| blog.csdn.net###blogColumnPayAdvert | |
| blog.csdn.net###marketingBox | |
| csdn.net##.csdn-side-toolbar | |
| www.csdn.net##aside>div.slide-outer.right_top | |
| www.csdn.net###kp_box_www_swiper | |
| csdn.net##div.toolbar-btn-vip | |
| ||img-home.csdnimg.cn/images/20211104040000.gif | |
| ||img-home.csdnimg.cn/images/20211116034255.gif | |
| ||img-home.csdnimg.cn/images/20220511103035.gif | |
| ||img-home.csdnimg.cn/images/20220506054507.png | |
| ||img-home.csdnimg.cn/images/20230703110400.png | |
| ||img-home.csdnimg.cn/images/20230825101811.png | |
| ||img-home.csdnimg.cn/images/20230921102607.png | |
| !自动展开文章和评论 | |
| blog.csdn.net##.hide-article-box | |
| blog.csdn.net###article_content:style(height: inherit !important) | |
| blog.csdn.net###commentPage:style(display: block !important) | |
| blog.csdn.net###commentPage+div | |
| blog.csdn.net##.comment-list-box:style(max-height: none !important) | |
| blog.csdn.net##+js(rc, set-code-hide, #content_views pre) | |
| blog.csdn.net###content_views pre:style(max-height: unset !important) | |
| blog.csdn.net##div.hide-preCode-box | |
| !避免出现横向滚动条 | |
| blog.csdn.net##div.toolbar-container:style(min-width: 1000px !important) | |
| blog.csdn.net##body:style(min-width: 1000px !important) | |
| ! leetcode中国 | |
| leetcode.com###region_switcher | |
| leetcode.com###cn-banner | |
| leetcode.com##.bannerForCn__1dgb | |
| ||leetcode.com/static/cn.js^ | |
| ||assets.leetcode.cn/lccn-resources/cn.js^ | |
| ||leetcode.cn/api/is_china_ip^ | |
| ! 机场背景那个耗CPU的样式 | |
| ||cdn.jsdelivr.net/npm/canvas-nest.js*$script | |
| */js/canvas-nest.min.js|$script | |
| */assets/js/particle.js|$script | |
| |https://files.cnblogs.com/files/jingmoxukong/canvas-nest.min.js| | |
| ! 那个和客服交流的东西 | |
| embed.tawk.to$script | |
| ! 斗鱼 | |
| www.douyu.com#js-rec-follow | |
| ! 缩放不为100%的提示 | |
| v.douyu.com##.pop-zoom | |
| v.douyu.com##.pop-zoom-cover | |
| v.douyu.com##.pop-zoom-wrap | |
| www.douyu.com##.ZoomTip | |
| www.douyu.com##.pop-zoom | |
| ! 百度文库,一些VIP广告,以及顶部固定的搜索条 | |
| wenku.baidu.com##.btn-pay-vip | |
| wenku.baidu.com##.super-vip.doc-banner-tip | |
| wenku.baidu.com##.super-vip.doc-bottom-tip | |
| wenku.baidu.com##.ad-taishan-bar | |
| wenku.baidu.com##.fix-searchbar-wrap | |
| wenku.baidu.com##.fixed.super-vip.doc-tag-wrap | |
| wenku.baidu.com##.super-vip.top-ads-banner-wrap | |
| wenku.baidu.com##.experience-card-wrap | |
| wenku.baidu.com##.vip-pop-wrap | |
| wenku.baidu.com##.sidebar-wrapper | |
| wenku.baidu.com##.pay-layer1509-wrapper | |
| wenku.baidu.com##.vip-activity-wrap-new | |
| wenku.baidu.com##.doc-price-voucher-wrap | |
| wenku.baidu.com##.pay-text-link-container | |
| wenku.baidu.com##.vip-card-wrap | |
| wenku.baidu.com##.vip-member-pop-content | |
| wenku.baidu.com##.vip-pay-pop-v2-wrap | |
| wenku.baidu.com##.vip-guide-test | |
| wenku.baidu.com##.user-vip | |
| wenku.baidu.com##.vip-entrance-bottom | |
| wenku.baidu.com##.pure-guide-dialog | |
| wenku.baidu.com##.try-end-fold-page:has-text(阅读已结束) | |
| wenku.baidu.com###kw:style(user-select: text !important) | |
| wenku.baidu.com##body:style(overflow: visible !important) | |
| wenku.baidu.com##div.vip-free | |
| wenku.baidu.com##div.vip-activity-wrap | |
| wenku.baidu.com##div.fold-page-btn,div.fold-page-tip | |
| wenku.baidu.com##div.pgc_share | |
| wenku.baidu.com##div.inner-vip | |
| wenku.baidu.com##div.vip-privilege-card-wrap | |
| wenku.baidu.com##div.add-price-buy-wrap | |
| wenku.baidu.com##div.fold-page-content:has-text(获取文档,使用更方便) | |
| wenku.baidu.com##div.hx-warp,div.hx-recom-wrapper | |
| wenku.baidu.com##div.rights-card-outer | |
| wenku.baidu.com##div.pc-cashier-card | |
| wenku.baidu.com##div.vip-member-pop-content | |
| wenku.baidu.com##div.comp-vip-pop | |
| wenku.baidu.com##div.pay-layer-wrapper | |
| wenku.baidu.com##.copyall-icon | |
| wenku.baidu.com##.full-screen-icon | |
| wenku.baidu.com###el-popover-7919 | |
| ! 百度题库 | |
| easylearn.baidu.com##.kaixue-dialog-mask | |
| easylearn.baidu.com##.mask | |
| easylearn.baidu.com##.vip-card-warp | |
| ! 贴吧,签到卡广告和侧边的会员广告等 | |
| ||tieba.baidu.com/tb/cms/tbmall/images/sign_activity.png$image | |
| tieba.baidu.com##.tieba-sign-card-link | |
| tieba.baidu.com##.ui-draggable.dialogJshadow.dialogJfix.tieba-sign-card.dialogJ | |
| tieba.baidu.com###pagelet_encourage-celebrity\/pagelet\/celebrity | |
| tieba.baidu.com##.app_download_box | |
| tieba.baidu.com###pagelet_frs-aside\/pagelet\/search_back | |
| tieba.baidu.com###celebrity | |
| tieba.baidu.com##ul.tbui_aside_float_bar | |
| ! 百度知道 | |
| ||iknowpc.bdimg.com/static/question-new/widget/ask/replyer/img/wld-exp-btn-hb.f91c70d.png | |
| ||iknowpc.bdimg.com/static/common/widget/task/img/earn-points-exchange-gifts-bubble.4db996d.png | |
| ||iknowpc.bdimg.com/static/common/widget/js/logic/jump-top/img/pgcApplyGuide.004403c.png | |
| zhidao.baidu.com##.receive-awards-bubble | |
| zhidao.baidu.com##.wgt-answer-add-tag | |
| zhidao.baidu.com##.exp-topwld-tip | |
| zhidao.baidu.com###knowledge-answer | |
| zhidao.baidu.com##li.activity-entry | |
| zhidao.baidu.com##.recommend-question-IMbanner | |
| zhidao.baidu.com###qb-side>div:not(.wgt-user-info) | |
| zhidao.baidu.com##.update-modal-wrapper | |
| zhidao.baidu.com##.aria-div | |
| zhidao.baidu.com##.task-list-button | |
| zhidao.baidu.com##.jump-goto-star | |
| ! 百度首页 | |
| www.baidu.com###bottom_layer | |
| www.baidu.com###s_top_wrap | |
| www.baidu.com##body:style(min-width: 1100px !important) | |
| www.baidu.com##html:has(body>#aging-tools-pc):style(overflow-y: hidden !important) | |
| ! 百度百科 | |
| baike.baidu.com##.right-ad | |
| baike.baidu.com###side-share | |
| baike.baidu.com##a.topA | |
| baike.baidu.com###J-declare-wrap | |
| baike.baidu.com##span.appdownload | |
| baike.baidu.com##.wgt-baikeapp-promote-container | |
| ! 百度网盘 | |
| ||pan.baidu.com/sns/box-static/disk-share/widget/pageModule/init/image/phone-banner_77bfd23.png | |
| pan.baidu.com##span.app-user-vip-center | |
| pan.baidu.com##[node-type=header-union] | |
| pan.baidu.com###web-header-text-s-7 | |
| pan.baidu.com###web-header-text-s-45 | |
| pan.baidu.com##div.wp-s-header__right-item:has-text(新用户) | |
| pan.baidu.com##a.wp-s-header__right-item:has-text(SVIP仅需) | |
| pan.baidu.com##a.wp-s-header__right-item:has-text(首充低至) | |
| pan.baidu.com##div.wp-s-header__right-item:has-text(SVIP年卡) | |
| pan.baidu.com##div.wp-s-header__right-item:has-text(认证送50G空间) | |
| pan.baidu.com##span.wp-s-header__right-item:has-text(创建企业) | |
| pan.baidu.com##a.wp-s-header__right-item:has-text(回到旧版) | |
| pan.baidu.com##a.wp-s-aside-nav__main-item:has-text(一刻相册) | |
| ||staticwx.cdn.bcebos.com/mini-program%2Fimages%2Ftrans_btn_tag_lhb.png | |
| ||pannss.bdstatic.com/m-static/interface-widget-1/wpguide/img/wp-banner_f2270b3.gif | |
| pan.baidu.com###emptyDialogId>div>div.rights-section | |
| pan.baidu.com###web-header-text-s-2 | |
| pan.baidu.com##a.company-cert | |
| pan.baidu.com##div.nd-guide-svip-bar | |
| pan.baidu.com##div.nd-delete .u-dialog__body+.u-dialog__footer:style(padding-bottom: 25px !important) | |
| pan.baidu.com##div.buyvip-pack | |
| pan.baidu.com##div.nd-operate-guidance | |
| pan.baidu.com##div.wp-s-header-user__drop-body | |
| ! 百度翻译下载APP及百度其它 | |
| fanyi.baidu.com##.app-side-banner | |
| fanyi.baidu.com##.sideQrContainer | |
| fanyi.baidu.com##.vip-btn | |
| fanyi.baidu.com##span:has(div[style^=background-image]) | |
| jingyan.baidu.com###wgt-barrier-free | |
| ! 知乎商品推荐 | |
| www.zhihu.com##.RichText-MCNLinkCardContainer | |
| ! 谷歌搜索去掉底部地区栏 | |
| www.google.com##div.c93Gbe>div:nth-child(2) | |
| ! live2d看板娘 | |
| waifu-tips.js| | |
| api.fghrsh.net | |
| api3.fghrsh.net | |
| ##canvas#live2d | |
| ! 希赛(软考),允许右键和选择 | |
| www.educity.cn##.ecv2_right_tools | |
| www.educity.cn###advermid | |
| www.educity.cn###znq | |
| www.educity.cn##.side | |
| www.educity.cn##.signBox | |
| www.educity.cn###layui-layer-shade100001 | |
| www.educity.cn##+js(ra,oncontextmenu,body) | |
| www.educity.cn##+js(ra,onselectstart,body) | |
| www.educity.cn###sale_wx_pop_comm | |
| uc.educity.cn##.rightfixside | |
| uc.educity.cn##+js(aopr,document.oncontextmenu) | |
| uc.educity.cn##body:style(user-select:text !important) | |
| wangxiao.xisaiwang.com##body:style(user-select:text !important) | |
| ! 各种Cookie条款提示 | |
| microsoft.com,visualstudio.com,windows.com###uhfCookieAlert | |
| pixiv.net##._gdpr-notify-header | |
| pixiv.net##div:has(>div>span:has-text(更新了隐私政策)) | |
| wordpress.com##.widget_eu_cookie_law_widget | |
| my.avira.com##.bottom-page-notification | |
| heroku.com###heroku-cookie-banner | |
| alternativeto.net##.iubenda-cs-container | |
| google.com##[type="cookie-notification"] | |
| stackexchange.com###js-gdpr-consent-banner | |
| ! 中国大学MOOC | |
| www.icourse163.org###j-activityBanner | |
| www.icourse163.org###j-activityRightBanner | |
| ! PCbeta远景;CJX的规则直接把setTimeout禁了 | |
| pcbeta.com##[class^="_jc"]:upward(4) | |
| pcbeta.com##+js(aopr, discuz_uid) | |
| ! 脚本之家 | |
| www.jb51.net##div.tonglan | |
| www.jb51.net###sidebox | |
| www.jb51.net##div.softsfwtl | |
| www.jb51.net###xzbtn>a:nth-child(2) | |
| ! 飞猫云 | |
| feimaoyun.com##.videoBox | |
| feimaoyun.com##.SVIPBox | |
| feimaoyun.com##.whaleSelectBox | |
| feimaoyun.com##.mian-nav-list | |
| feimaoyun.com##.openProCom,.openVipCom,.jmGameCom,.jmzbTaskBox,.useWelfareList,.productBox,.proActiveBox | |
| feimaoyun.com##span.vipTitle+div | |
| ! 国内知名网站的内容农场 | |
| ||cloud.tencent.com/developer/ask^$document | |
| ||cloud.tencent.com/developer/information^$document | |
| ||www.aliyun.com/sswd^$document | |
| ||www.huaweicloud.com/theme^$document | |
| ||support.huaweicloud.com/topic^$document | |
| ||www.huaweicloud.com/zhishi^$document | |
| ||imooc.com/wenda^$document | |
| ||www.csdn.net/tags^$document | |
| ||zhidao.baidu.com/index^$document | |
| ||tieba.baidu.com/hottopic/browse/hottopic^$document | |
| ||www.xinnet.com/xinzhi/tags^$document | |
| ||oschina.net/informat^document | |
| ||topic.alibabacloud.com^document | |
| ||www.qiniu.com/qfans^document | |
| ||juejin.cn/s^document | |
| ||www.volcengine.com/theme^document | |
| ||qidian.com/ask^document | |
| ! chinaz站长之家ping | |
| chinaz.com##.backtoTop | |
| chinaz.com###result-list>div>div.fr | |
| ||csstools.chinaz.com/tools/images/viptq.png | |
| ||csstools.chinaz.com/tools/images/r5.png | |
| ||csstools.chinaz.com/tools/images/newyear.gif | |
| ! 233网校显示答案及广告,最后一条可能有误杀 | |
| www.233.com##div.Newspublic_SubjectAnswer:style(display: block !important) | |
| www.233.com##div.js-news-right | |
| www.233.com##.newsArea-2nd-PageWord>table | |
| www.233.com###js-nwx__box | |
| www.233.com##.right-navBox,.zeb_shareCont,.register_tgAdv | |
| www.233.com##+js(aeld, copy) | |
| |https://img.233.com/project/zixun/xueba/v1/pc/zxXueba.js^ | |
| |https://img.233.com/project/ztwx/v1/ie/zxwx233.js^ | |
| |https://img.233.com/www/css/chuji/2019/newsMethod.js^$xhr | |
| ! gtloli新版页面居中、URL动画 | |
| www.gtloli.gay###topbanner | |
| www.gtloli.gay##.left_gao | |
| www.gtloli.gay##.sd_recpic | |
| |https://dimg04.c-ctrip.com/images/03913120009rucji5D56B.gif^ | |
| www.gtloli.gay##.wrapper-body:style(margin:auto !important) | |
| www.gtloli.gay##+js(nosiif, window.location.replace) | |
| ! 功能性杂项 | |
| blog.reimu.net##div.entry-content > pre:style(display:block !important;) | |
| github.com##.dashboard-sidebar > .mt-3 | |
| stackoverflow.com###overlay-header | |
| cn.bing.com###footer | |
| bing.com###scroll_cont | |
| base64.supfree.net | |
| iswbm.com##div.wy-nav-content>div:style(height: auto !important) | |
| iswbm.com###read-more-wrap | |
| wenda.so.com##div.mod-detail-normal | |
| exercism.org##:is(#site-footer) .nfp,.tracks | |
| cuiqingcai.com##aside>div>div:nth-last-child(-n+5) | |
| cuiqingcai.com##article div.advertisements | |
| hacg.me###wpd-bubble-wrapper | |
| jhq8.cn##body:style(user-select: text !important) | |
| www.dlsite.com###work_name:style(user-select: text !important) | |
| www.django-rest-framework.org##div.promo | |
| kaoyan365.cn##+js(acs, document.oncontextmenu) | |
| kaoyan365.cn##div.offcn_sidrig | |
| neea.edu.cn##+js(aopr, ActiveXObject) | |
| sohu.com###right-side-bar,div.groom-read,#articleAllsee | |
| sourceforge.net###nels | |
| kaoyan.com###DL_bottom | |
| www.163.com##div.post_recommends | |
| hacg.me##article:has-text(神社特惠) | |
| hacg.me##aside:has-text(神社专享) | |
| dl.3dmgame.com##div.dj_warp_e | |
| godbolt.org###ces | |
| cool18.com##font[color="#E6E6DD"] | |
| dlsite.com##h3:has-text(折扣作品)+#search_result_list | |
| dlsite.com##h3:has-text(全部购买对象作品)+*+#search_result_list | |
| bilibili.com##button.go-back,a.feedback | |
| ||4399.com/antijs/Antiindulgence.js | |
| ! 关注公众号显示全文 | |
| ||qiniu.techgrow.cn/readmore/dist/readmore.js | |
| ||cdn.xiaolincoding.com/readmore.js | |
| ! 大家围观的直播 | |
| www.bilibili.com##.pop-live-small-mode | |
| ! 杂项 | |
| sourceforge.net###banner-sterling | |
| www.w3school.com.cn###sp_footer | |
| wordpress.com##.site__notices | |
| wordpress.com###wordads-preview-parent | |
| www.chinakaoyan.com##.side-wx | |
| home.xl9.xunlei.com | |
| pc.xunlei.com | |
| material.xl7.xunlei.com | |
| sale.jd.com | |
| qiang.taobao.com | |
| ju.taobao.com | |
| jusp.tmall.com | |
| ccc-x.jd.com | |
| ign.xn--fiqs8s | |
| developers.kaokao.com | |
| www.139site.com | |
| www.it1352.com | |
| creativecommons.org###deed-donate-slide | |
| juejin.im##.request-health-alert | |
| jb51.net##.clearfix.pt10>.clearfix | |
| voidcn.com | |
| voidcc.com | |
| clickserve.dartsearch.net | |
| www.howtogeek.com##.email-overlay | |
| www.howtogeek.com##.overlay-wrapper | |
| weibo.com###WB_webchat | |
| 021wudi.com | |
| go.nordvpn.net | |
| fa.chedu6.cn | |
| www.58trz.com | |
| thinbug.com | |
| zuoyesou.com | |
| xbuba.com | |
| jumbomart.cn | |
| stackoom.com | |
| zhujicankao.com | |
| 888777.xyz | |
| machbbs.com | |
| prorab.odessa.ua | |
| wilkins.in | |
| qastack.cn | |
| codingdict.com | |
| coder.work | |
| itranslater.com | |
| stacknoob.com | |
| codenong.com | |
| cnpython.com | |
| stackoverrun.com | |
| e-learn.cn | |
| cocoachina.com | |
| sansuib.com | |
| bitedie.com | |
| yiyult.com | |
| m.peise.net | |
| hotbak.net | |
| itnpc.com | |
| bestwode.com | |
| zqnf.com | |
| pageloader.net | |
| srvtrck.com | |
| yoinsider.net | |
| dragonparking.com | |
| park.zunmi.cn | |
| apphosted.com | |
| kim3.com | |
| rsalcau.com | |
| shangxueba.cn | |
| shangxueba.com | |
| parkingcrew.net | |
| ttbooks.qciss.net | |
| 366service.com | |
| javaer101.com | |
| qdxingtu.com | |
| www.lzbxgmjj.com | |
| xino.net | |
| 100xg.cn | |
| shuzhiduo.com | |
| itread01.com | |
| orcode.com | |
| lgzikao.com | |
| tongfengqu.com | |
| qa.1r1g.com | |
| igoodtv.com | |
| zhuanile.com | |
| javaroad.cn | |
| ihulu.cn | |
| cloudstack.ninja | |
| oulub.com | |
| bleepcoder.com | |
| codehero.jp | |
| question-it.com | |
| webmonkez.com | |
| 45ma.com | |
| ofovz.com | |
| 5axxw.com | |
| lxyulong.com | |
| m.5618a.com | |
| google-yandex.info | |
| qcsdn.com | |
| 99box.com | |
| dadagame.net | |
| 66zuhao.com | |
| tdrsteam.com | |
| manongdao.com | |
| 656463.com | |
| ceccenkah.com | |
| pythonheidong.com | |
| weikao.com | |
| tzdsjx.com | |
| tuiplay.com | |
| bookzhai.com | |
| iisrn.cn | |
| qciss.net | |
| jb51.cc | |
| bianchengquan.com | |
| itbaoku.cn | |
| lmlphp.com | |
| aiuxian.com | |
| jb51.cc | |
| article.docway.net | |
| dovov.com | |
| qa.1r1g.com | |
| mlog.club | |
| codeleading.com | |
| zoukankan.com | |
| icode9.com | |
| ppkao.com | |
| windows-11.com | |
| windows11update.com | |
| zhaonimei8.com | |
| crsky.com##div.adowGright | |
| mtryer.com | |
| xz577.com | |
| huati365.com | |
| sov5.cn | |
| myexceptions.net | |
| it610.com | |
| netkao.com | |
| xuetian.cn | |
| wuyanzhai.com | |
| wangchao.net.cn | |
| 110wz.com | |
| oomake.com | |
| aisouwen.com | |
| bgyjr.com | |
| vimsky.com | |
| tsov.net | |
| ycxba.com | |
| nuomiphp.com | |
| xknote.com | |
| 1024sou.com | |
| noobyard.com | |
| editcode.net | |
| smyfinancial.com | |
| ttyshi.com | |
| renaultpassonxperience.co | |
| coder100.com | |
| localcoder.org | |
| dechenyun.com | |
| codeprj.com | |
| js-code.com | |
| code-examples.net | |
| zuhaohao.com | |
| baipiaojun.com | |
| qywysw.com | |
| dajiang03.cn | |
| 2gedian.cn | |
| steambig.com | |
| changjingtong.cn | |
| qqping.cn | |
| we4game.com | |
| d-motion.cn | |
| miaook.com | |
| zgkjmjg.cn | |
| bajiaoyingshi.com | |
| anycodings.com | |
| shaid.top | |
| xuank.top | |
| qmshengekj.cn | |
| knog8k.com | |
| sqiua.cn | |
| string.quest | |
| haot8.cn | |
| njcyt99.com | |
| xnayw.cn | |
| soft.ludashi.com | |
| bangtengxinxi.com | |
| shaid.top | |
| douyinapp.net | |
| aldeee.com | |
| survey-smiles.com | |
| bbsmax.com | |
| pianshen.com | |
| zhetiaohe.com | |
| feierlaiedu.com | |
| cdmana.com | |
| 361shipin.com | |
| bbsmax.com | |
| likecs.com | |
| dianjilingqu.com | |
| zditect.com | |
| enki-mit.com | |
| jiuaidu.com | |
| wenjiangs.com | |
| hongjin2.com | |
| ngui.cc | |
| pudn.com | |
| itecnote.com | |
| eynbm.com | |
| nhooo.com | |
| ssfiction.com | |
| freesion.com | |
| itxueyuan.com | |
| php1.cn | |
| saoniuhuo.com | |
| xinwenai.com | |
| jngov.com | |
| ibangquan.com | |
| dbs724.com | |
| leikw.com | |
| yiidian.com | |
| xkzzz.com | |
| appsloveworld.com | |
| shouxieziti.cn | |
| zk021.com | |
| ||php.cn/faq^ | |
| www.sohu.com##div[data-spm=ad-fullScreenSleep] | |
| 226r.com | |
| auth.huaweicloud.com###loginAdv | |
| z-lib.id | |
| ! 其他人的规则 | |
| ! https://github.com/cjx82630/cjxlist https://gitee.com/cjx82630/cjxlist | |
| ! https://bbs.kafan.cn/thread-1866845-1-1.html 乘风规则,有单独的过滤视频广告的mv.txt | |
| ! https://bbs.kafan.cn/thread-2180923-1-1.html nfmovies.com | |
| ! https://github.com/dupontjoy/customization/blob/master/Rules/uBlock/cinglist-ubo.txt | |
| ! https://github.com/cobaltdisco/Google-Chinese-Results-Blocklist/blob/master/GHHbD_perma_ban_list.txt | |
| ! https://filterlists.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment