This commit is contained in:
lingeringsound 2024-09-08 07:32:52 +00:00
commit c9bbd7c1d6
27 changed files with 1050662 additions and 0 deletions

35
.github/workflows/optimize_master.yml vendored Normal file
View File

@ -0,0 +1,35 @@
name: Optimize Repository
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 */3 *'
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
contents: write
actions: write
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Run git cleanup commands
run: |
git reflog expire --expire=now --all
git gc --aggressive --prune=now
- name: Clear commit history
run: |
git config --local user.email "${{ secrets.MYEMAIL }}"
git config --local user.name "${{ secrets.MYUSERNAME }}"
git checkout --orphan temp_branch
git add .
git commit -m "clear"
git branch -D master
git branch -m master
git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
git push -f origin master

43
.github/workflows/static.yml vendored Normal file
View File

@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

25717
220827 Normal file

File diff suppressed because one or more lines are too long

25920
220922 Normal file

File diff suppressed because one or more lines are too long

25977
221006 Normal file

File diff suppressed because one or more lines are too long

71342
EasylistCombine Normal file

File diff suppressed because one or more lines are too long

73
LICENSE Normal file
View File

@ -0,0 +1,73 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

51250
Qihoo_Adblock_107 Normal file

File diff suppressed because it is too large Load Diff

52600
Qihoo_Adblock_108 Normal file

File diff suppressed because it is too large Load Diff

52598
Qihoo_Adblock_108.txt Normal file

File diff suppressed because it is too large Load Diff

74653
Qihoo_Adblock_160.txt Normal file

File diff suppressed because it is too large Load Diff

49160
Qihoo_Adblock_91 Normal file

File diff suppressed because one or more lines are too long

5897
Quark_Adblock_22.1.26 Normal file

File diff suppressed because one or more lines are too long

28
README.md Normal file
View File

@ -0,0 +1,28 @@
# <center>Adblock</center>
### <center style="text-align:center; font-size:18px;" >主页链接</center>
| ** | ** | ** | ** |
| :--: | :--: | :--: | :--: |
| [点击访问Github](https://github.com/lingeringsound/adblock) | [点击访问GItea](https://gitea.com/lonely_dog/adblock) | [点击访问Gitcode](https://gitcode.net/weixin_45617236/adblock) | [点击访问Gitlink](https://www.gitlink.org.cn/keytoolazy/adblock) |
#### <center style="text-align:center; font-size:15px;"> **点击**可访问订阅主页 </center>
####
## <center>统计</center>
### <center>![visitors](http://006.freecounters.co.uk/count-133.pl?count=qe1milbo7p68gg219fmj&type=links&prog=unique)</center>
## <center>规则订阅</center>
### <center>订阅</center>
| 规则名称 | 介绍 | Gitlink 订阅链接 | Gitea订阅链接 | Gitcode订阅链接 | GITHUB订阅链接 |
| :-- | :-- | :-- | :-- | :-- | :-- |
| **Easylist** | 提供Easylist规则合并、精简、补充不定期更新 | [订阅链接](https://www.gitlink.org.cn/api/keytoolazy/adblock/raw/EasylistCombine?ref=master) | [订阅链接](https://gitea.com/lonely_dog/adblock/raw/branch/master/EasylistCombine) | [订阅链接](https://gitcode.net/weixin_45617236/adblock/-/raw/master/EasylistCombine) | [订阅链接](https://raw.githubusercontent.com/lingeringsound/adblock/master/EasylistCombine) |
| **混合规则** | 合并于各种知名的Adblock规则不定期更新 | [订阅链接](https://www.gitlink.org.cn/api/keytoolazy/adblock/raw/adblock?ref=master) | [订阅链接](https://gitea.com/lonely_dog/adblock/raw/branch/master/adblock) | [订阅链接](https://gitcode.net/weixin_45617236/adblock/-/raw/master/adblock) | [订阅链接](https://raw.githubusercontent.com/lingeringsound/adblock/master/adblock) |
| **混合规则(精简版)** | 适用于via可与其他规则合用不定期更新 | [订阅链接](https://www.gitlink.org.cn/api/keytoolazy/adblock/raw/adblock_lite?ref=master) | [订阅链接](https://gitea.com/lonely_dog/adblock/raw/branch/master/adblock_lite) | [订阅链接](https://gitcode.net/weixin_45617236/adblock/-/raw/master/adblock_lite) | [订阅链接](https://raw.githubusercontent.com/lingeringsound/adblock/master/adblock_lite) |
| **MIUI浏览器规则** | 取自 ``MIUI浏览器12.0.1版本`` + ``Easylist规则(精简) `` ,不定期更新 | [订阅链接](https://www.gitlink.org.cn/api/keytoolazy/adblock/raw/miuiadblock?ref=master) | [订阅链接](https://gitea.com/lonely_dog/adblock/raw/branch/master/miuiadblock) | [订阅链接](https://gitcode.net/weixin_45617236/adblock/-/raw/master/miuiadblock) | [订阅链接](https://raw.githubusercontent.com/lingeringsound/adblock/master/miuiadblock) |
- ## 注意
> ### ①使用[Via浏览器](https://www.coolapk.com/apk/mark.via) 或者[Rains浏览器](https://www.coolapk.com/apk/com.rainsee.create) (新版本带去重,可以用全量的混合规则) 推荐使用 **[混合规则精简版](https://gitea.com/lonely_dog/adblock/raw/branch/master/adblock_lite)**
> ### ②如果是 ``Ublock`` 或者 ``Adguard`` 推荐用 **[混合规则](https://gitea.com/lonely_dog/adblock/raw/branch/master/adblock)**

18571
Toutiao_block.txt Normal file

File diff suppressed because one or more lines are too long

134185
adblock Normal file

File diff suppressed because one or more lines are too long

134185
adblock_developer Normal file

File diff suppressed because one or more lines are too long

34136
adblock_lite Normal file

File diff suppressed because one or more lines are too long

2698
allowlist Normal file

File diff suppressed because it is too large Load Diff

734
antiadblockfilters.txt Normal file
View File

@ -0,0 +1,734 @@
[Adblock Plus 2.0]
! Checksum: zTnJIV91Yx7QP+vm54VY+w
! Version: 202210100851
! Title: Adblock Warning Removal List
! Last modified: 10 Oct 2022 08:51 UTC
! Expires: 1 days (update frequency)
! Homepage: https://easylist.to/
! Licence: https://easylist.to/pages/licence.html
!
! Please report any unblocked obtrusive anti adblock messages or problems
! in the forums (https://forums.lanik.us/) or via e-mail (easylist.subscription+anti@gmail.com).
! Please check our guidelines before reporting: https://easylist.to/2013/05/10/anti-adblock-guide-for-site-admins
!
! *** antiadblockfilters:antiadblockfilters/antiadblock_arabic.txt ***
!
/adb-watch.
/adb_script/*
/deadblocker/*
/mod_ablockdetector/*
/npsblocker/js/ads.
!
@@/adsbygoogle.js$script,domain=arabiaweather.com
!
@@||play.bokracdn.run/v2/adsjs/ads.js$script,~third-party
!
###adblock_screen
###adblock_message
##.adblockInfo
##.adblock_floating_message
##.adblock_msg
##.ads-block-warning
##.deadblocker-header-bar
##.detected-block-modal
##.no-ad-reminder
!
kimo.ma##.adb
myegy.cc,myegy.io,myegy.to##.disclaimer
4algeria.com###exposeMask
chahid4u.tk###unblocker
4algeria.com##.xenOverlay
!
shahid4u.club#@#.adsBox
!
! *** antiadblockfilters:antiadblockfilters/antiadblock_chinese.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_czech.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_dutch.txt ***
bouweenpc.nl###header-banner
rtlxl.nl##.adblock
spele.nl##.adblocker
koolhydraatarmerecepten.info##body > [style^="z-index: 1000000; "]
! *** antiadblockfilters:antiadblockfilters/antiadblock_english.txt ***
! General block
/adblock-alerter/js/adblock_alerter.js
/adblock-img.
! General hide
##.ad-blocker-warning
##.main_adbalert
##.pane-emediate
! Specific block
||amazonaws.com^*/abb-msg.js$domain=hardocp.com
||corrosif.science^$domain=filerev.cc|pencurimovie.pw
||rockradio.com^*/blockadblock-$script,domain=rockradio.com
||static.game-state.com/images/main/alert/replacement/
||tritoshi.com/libs/check.js
||tristoshink.online/libs/check.js
||www.google.*/ajax/pi/phd?abd=0$xmlhttprequest
! Admiral antiadb
||absorbingcorn.com^$third-party
||additionant.com^$third-party
||afraidlanguage.com^$third-party
||ancientact.com^$third-party
||attractionbanana.com^$third-party
||auspiciousyard.com^$third-party
||automaticairplane.com^$third-party
||awesomeagreement.com^$third-party
||bawdybalance.com^$third-party
||bedsberry.com^$third-party
||boilingcredit.com^$third-party
||breadbalance.com^$third-party
||breakableinsurance.com^$third-party
||calmcactus.com^$third-party
||causecherry.com^$third-party
||cautiouscredit.com^$third-party
||cherriescare.com^$third-party
||childlikecrowd.com^$third-party
||childlikeform.com^$third-party
||colossalcoat.com^$third-party
||conditionchange.com^$third-party
||cosmosjackson.com^$third-party
||cratecamera.com^$third-party
||curvycry.com^$third-party
||cutechin.com^$third-party
||dapperdiscussion.com^$third-party
||dapperfloor.com^$third-party
||dockdigestion.com^$third-party
||enviousshape.com^$third-party
||expansioneggnog.com^$third-party
||fadewaves.com^$third-party
||fallaciousfifth.com^$third-party
||fearlessfaucet.com^$third-party
||firstfrogs.com^$third-party
||flimsythought.com^$third-party
||flowerstreatment.com^$third-party
||floweryflavor.com^$third-party
||friendwool.com^$third-party
||glisteningguide.com^$third-party
||habitualhumor.com^$third-party
||handsomelyhealth.com^$third-party
||hocgeese.com^$third-party
||hollowafterthought.com^$third-party
||honorableland.com^$third-party
||hystericalcloth.com^$third-party
||impossibleexpansion.com^$third-party
||laughablelizards.com^$third-party
||livelylaugh.com^$third-party
||lovelydrum.com^$third-party
||meatydime.com^$third-party
||movemeal.com^$third-party
||mundanenail.com^$third-party
||nappyattack.com^$third-party
||nondescriptnote.com^$third-party
||outstandingsnails.com^$third-party
||overconfidentfood.com^$third-party
||parchedsofa.com^$third-party
||pastoralroad.com^$third-party
||pleasantpump.com^$third-party
||pluckypocket.com^$third-party
||pocketfaucet.com^$third-party
||pointlesshour.com^$third-party
||producecopy.com^$third-party
||rabbitbreath.com^$third-party
||rabbitrifle.com^$third-party
||railwayreason.com^$third-party
||rhetoricalloss.com^$third-party
||scaredsnake.com^$third-party
||scarfsmash.com^$third-party
||scintillatingsilver.com^$third-party
||selfishsnake.com^$third-party
||shakegoldfish.com^$third-party
||shakysurprise.com^$third-party
||shrillspoon.com^$third-party
||sinceresubstance.com^$third-party
||sordidsmile.com^$third-party
||soretrain.com^$third-party
||sparklingshelf.com^$third-party
||squirrelhands.com^$third-party
||stakingsmile.com^$third-party
||stalesummer.com^$third-party
||strangesink.com^$third-party
||stretchsister.com^$third-party
||sulkycook.com^$third-party
||superficialeyes.com^$third-party
||tastelesstrucks.com^$third-party
||terrifictooth.com^$third-party
||ticketaunt.com^$third-party
||tiresomethunder.com^$third-party
||uninterestedquarter.com^$third-party
||unwieldyhealth.com^$third-party
||warmafterthought.com^$third-party
||wearbasin.com^$third-party
! Specific hide
mediafire.com###abnotify
llifle.com###ad_blocker_found
flightradar24.com###bottomRightPanel
videofun.me###flowplayer > div[class][style]:first-child
abc-fonts.me###galepro-core-adb-enabled
yocast.tv###ra9e
flightradar24.com###responsiveBottomPanel
outlook.live.com##.N3k7EN5vRGTrONWBPg250
myanimelist.net##._unit
##.ad-blocker-warning
biggestplayer.me##.adblock + *
nexusmods.com##.areplacer
hearthhead.com,wowhead.com##.block-bg
wowhead.com##.block-bgimg
euroiphone.eu##.div-download-h
euroiphone.eu##.div-download-v
findretros.com##.fuck-adblock
technologypep.com##.main-container-wrap > div[class$="-bg"]
technologypep.com##.main-container-wrap > div[id][class][style*="opacity"]
biggestplayer.me##.masr
videobug.net,videofun.me,vidzur.com##.randid
toolslib.net##.row > .col-md-7 > .panel-default
hearthhead.com,thottbot.com,wowhead.com##.sidebar-bg
biggestplayer.me##.soret
spanishdict.com##.whitelist
play44.net,videobug.net,videofun.me,vidzur.com,yucache.net##[style^="position: absolute; width: 100%;"]
pkmods.com##body > div[style*="z-index"][style*="background"]
leechyscripts.com##div[class^="chp_ads_block_modal"]
strikeout.co,vipbox.sx,vipleague.co,vipleague.is##div[style="display: block;"]
nexusmods.com##div[style="float: left; width: 728px; height: 90px; background: #313131;"]
playonlinux.com##div[style="text-align:center; border-radius:7px; width:160px; border:1px solid #666666; margin-left:5px;padding-right:5px;color:#FFF; background-color:#666;font-family:Maven Pro,century gothic, arial, helvetica, sans serif;padding-top:94px; height:600px; padding-left:5px; font-size:18px; "]
byzoo.org,videobug.net##div[style^="position: absolute; width: 300px;"]
outlook.live.com._6tqjFb_HmyQup_NPe6dhC
homerun.re,strikeout.co,vipbox.sx,vipleague.ch,vipleague.co,vipleague.is,vipleague.me##span[id][style] > div[id]:first-child:last-child
! NSFW
redtube.com###as_131
redtube.com###slidePanelContainerAB
redtube.com##.qb
shadbase.com##img[alt="adblock"]
! Generichide
@@||docs.w3cub.com^$generichide
! *** antiadblockfilters:antiadblockfilters/antiadblock_finnish.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_french.txt ***
!
-adblock-notice-
-adblock-notice/*
/abb-msg.js
/ad-blocking-advisor/*
/adbDetect.
/adbDetect/*
/adbclk2.
/adbl_dtct.
/adbl_dtct1.
/adblock-detect/*
/adblock-modal.
/adblock-modal-
/adblock-notice-
/adblock-notify-by-bweb/*
/adblock-warning-teaser/*
/adblock_alerter.
/adblock_alerter/*
/adblock_erreur.
/adblock_gate/images/animated.gif?
/adblock_notify.js
/adblocker-detected.
/adblocker-feature?
/adblocker/modal.
/adblocker_message_
/AdblockMessage.
/antiadblockmsg.
/bloackdas.js
/blockAndInf.js
/blockadblock.$script,xmlhttprequest
/blockblock.jquery.
/dh-anti-adblocker/*
/disable-adblock.
/google-adblock.
/inc/antiblock.
/nonAdBlock/*
/popup/adblocker
/testAB.bundle.
/wdbloogablock.js
/wp-content/plugins/ad-block-defender/*
/wp-content/plugins/deadblocker/*
/wp-content/uploads/an-temp/*$script,stylesheet
/wutime_adblock/*
/SvgAdblockDetected/*
_adblocker_detected
_adblock_killer.
!
||bdgest.com/js/site.js?
||cmath.fr/images/fond2.gif
||cmath.fr/images/fondsticky.gif
||developpez.com/template/*.jpg$xmlhttprequest
||developpez.net/template/*.jpg$xmlhttprequest
||ed-protect.org/cdn-cgi/apps/head/
||gameblog.fr/images/ablock/
||nextinpact.com/assets/images/autopromo-adblock-1280.jpg
||nikopik.com/wp-content/themes/*/js/nikopik.js
||nordpresse.be/wp-content/uploads/$script
||nrj.fr/nrj?Page=/rg.fake&
||skyrock.net/img/*/adblock/
!
@@/ads.js$script,~third-party,domain=abcbourse.com|action-sociale.org|anime-vf.fr|impactmangas.fr|presse-algerie.net|primfx.com|undernews.fr
@@/advertisement.js$script,~third-party,domain=fun-animes.fr|macupload.net|majorgeeks.com|upload.ac
@@/noadblock-nice-message/assets/js/ads.js?$script,~third-party
!
@@||animedigitalnetwork.fr/templates/*/js/advertising.min.js?$script,~third-party
@@||ausujet.com/skins/common/ads.js
@@||cdncontent.wakanim.tv/scripts/dist/ads.js$script,xmlhttprequest,~third-party
@@||cyberdean.fr/js/advertisement.js
@@||dbz-fantasy.com/ads.css
@@||forums.macg.co/js/audentio/funbox/advertisement.js
@@||frandroid.com/ads.js
@@||free-reseau.fr/css/publicite.css|$stylesheet
@@||fusacq.com/javascript/advertising.js|$script
@@||gamaniak.com/js/check_adsense.js$script
@@||grattable.com/blogads.css
@@||hdnumerique.com/tpl/jscript/advert.js
@@||item-voyage.fr/ads.css
@@||jeux-geographiques.com/js/adblock_detector.js
@@||jeuxvideo-live.com/js/ads.js
@@||ktu.sv2.biz/sv3/advertisement.js
@@||larvf.com/js/ads.js
@@||manga-news.com/js/advert.js$script
@@||nouvelle-fiat500.fr/ad-pub.js$script
@@||numerama.com/ads.js
@@||pagerank.fr/js*/advert.js?$script
@@||ams.cdn.arkadiumhosted.com/assets/arena-4/arena/heap/advertisements.js$script,domain=jeux.lemonde.fr
@@||penducado.com/styles/ads.css
@@||proxy.ads.canalplus-bo.net/web/undefined/v1/adserver/info/?asset=*&channel=$xmlhttprequest,domain=www.mycanal.fr
@@||ps3-infos.fr/adsense/openads/ads/ads.js
@@||pstream.net/js/prebid35.js$~third-party
@@||ptitchef.com/js/ads.js
@@||static.koreus.com/js/advert.js
@@||cdn4.tennistemple.com/js/advert.js|$script,~third-party
@@||universfreebox.com/js/advertisement.js
@@||peimg.fr/js/ads.js$script,domain=pubeco.fr
@@||v.fwmrm.net/ad/g/1?$xmlhttprequest,domain=www.mycanal.fr
@@||wamiz.com/css/ads.css
@@||zagaz.com/img/blogads.css
!
###AdBlockDialog
###aabl-container
###abp-killer
###adBlockAlert
###adBlockAlertWrap
###adBlockDetect
###adBlockerModal
###ad_blocker
###adb-actived
###adb-enabled
###adb-enabled3
###adb-warning
###adbWarnContainer
###adbcontainer-popup
###adblock-alert
###adblock-box
###adblock-honeypot
###adblock-modal
###adblock-msg
###adblock-notice
###adblock-overlay
###adblock-warning
###adblockDetect
###adblockWrap
###adblock_detected
###adblock_msg
###adblock_tooltip
###adblockerModal
###adblocker_announce
###adblocker_message
###adblocker_modal_overlay
###adblockinfo
###adblockpopup
###adbpopup
###ads-blocked
###adsblocker_detected
###advertisementjsalert
###anti_adblock
###box-adblocker-wrap
###content_adblock_message
###detection-block
###detection-block-overlay
###detectAdblock
###detectadblock
###fnAdblockingOverlay
###fondAdblock
###gothamadblock_msg
###gothamadblock_overlayh_n
###js-popup-blocker
###mdp-deblocker-js-disabled
###message_adblock
###modal-adblocker
###notify-adblock
###tie-popup-adblock
###wrapperBlocker
##.AdblockBanner
##.AdblockMessage
##.AdblockMessage_msg
##.BrokenAd
##.ab-detected
##.ad-alert-message-text
##.ad-alert-wrapper
##.ad-block-detected
##.ad-block-enabled
##.ad-block-message
##.ad-block__overlay
##.ad-blocked
##.ad-blocked-container
##.ad-blocked-wrapper
##.ad-blocker-warning
##.ad-blocking-advisor-wrapper
##.ad_block_detected
##.ad_block_off
##.ad_blocker
##.adBlock-banner
##.adBlockDetectModal
##.adBlockDetectedSign
##.adBlockNotification
##.adBlockNotificationOverlay
##.adBlockWarning
##.adace-popup-detector
##.adb-enabled
##.adbd-background
##.adbd-message
##.adbd-wrapper
##.adblock-message
##.adblock-modal
##.adblock-modal-content
##.adblock-notification-wrapper
##.adblock-player
##.adblock-stop
##.adblock-warning-partial-component
##.adblock-warning-teaser
##.adblockOverlay
##.adblock_detector
##.adblock_enabled
##.adblock_floating_message
##.adblockalert
##.adblocker-message
##.adblocker-root
##.adblocker-wrap
##.ads-block-warning
##.adsblocked
##.blockingAd
##.counterAdblocks
##.deadblocker-header-bar
##.deadblocker-header-bar-inner
##.detectBlockBox
##.dispositifAdblock
##.dispositifAdblockContent
##.dispositifAdblockMessageBox
##.fuckYouAdBlock
##.fuckYouAdBlock2
##.header-blocked-ad
##.js-ad-whitelist-notice
##.js-checkad-warning
##.kill-adblock-container
##.modal__body-adblock
##.msg-adblock
##.noadblock
##.remove-adblock-msg
##.svg-adblock-full
##.svg-adblock-full--box
##.test-adblock-overlay
##.top-bar-adblock
##.wp_adblock_detect
##[class][data-sitename][data-header-version] > div[id^="detection-block"]
##adblock-detect
##adblock-modal-component
##adblocker
!
cowcotland.com,wamiz.com###adblocker
jaitoutcompris.com###antiBlock
nautiljon.com###cmsg
wikihow.com###contribute_footer
iphonesoft.fr,iphonetweak.fr###msgUser
retinaboys.com###screen_block
lagrosseradio.com###warn
monacomatin.mc,nicematin.com,varmatin.com##.RhooBg
scantrad.net##.adbon
trackr.fr##.alert-dashed
journaldugeek.com##.banner__content
closermag.fr,grazia.fr,topsante.com##.dfp-slot
soonnight.com##.display_natural
ceesty.com,clkme.me,clkmein.com,cllkme.com,corneey.com,destyy.com,festyy.com,gestyy.com,jigbig.tk,newsfortrump.ga,sh.st,shorte.st,skiip.me,skipp.io,viid.me,wiid.me##.information-container
dzfoot.com##.messageB
monacomatin.mc,nicematin.com,varmatin.com##.modalRhoo
etr.fr##.no_block
radiox.com##.notifyjs-corner
malekal.com##.topad
papergeek.fr##[id^="padb_widget_"]
forumdz.com##body .breadcrumb + center > [color="red"] > b
forum.pcastuces.com##div > [src] + [id] + [class][style^="display: block;"]
closermag.fr##div[id^="detection-block"]
bd-sanctuary.com,cine-sanctuary.com,comics-sanctuary.com,manga-sanctuary.com##div[style^="background:#444;"]
pausecafein.fr###adb-pop
!
#@##adblocktest
!
dbz-fantasy.com#@##adTeaser
fstore.biz#@##adblockinfo
dz-android.com,freeiphone.fr,hommedumatch.fr,jetetroll.com,testious.com#@##adsense
debrideurstream.fr#@##pubdirecte
ot-boutique.fr#@##publicite
iwin.com#@##sponsorText
fairytailmx.com#@##sponsored-ad
hypebeast.com#@#.ad-blocked
forum.virtualdjing.com#@#.adFrame
gamaniak.com#@#.adsbygoogle
dealerdunet.fr#@#.text_ads
comptoir-info.com#@#.textad
!
! *** antiadblockfilters:antiadblockfilters/antiadblock_german.txt ***
##.diysdk_webServices_banners1und1MainContent
usgang.ch###rectangle-wrapper
||jappy.tv/i/wrbng/abb.png
! *** antiadblockfilters:antiadblockfilters/antiadblock_hebrew.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_indonesian.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_italian.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_latvian.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_romanian.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_russian.txt ***
delfi.ee###ab--notification-ribbon
minimultik.ru###abDetected
patrioty.org.ua###ad_pu_modal
i.factor.ua###adb-info
mambaru###adblock-in-browser
dressupmix.ru,teensgames.ru###adblock_popup
vesti-ukr.com###adblockpopup
wotactions.com###ads_warning
ru.audiotag.info###adsclaim
polska-ie.com#@##adsense
firebit.info###adv-300 + div[class][align="center"][style^="background-color"]
novostroy-m.ru###advert_result
cxem.net###antiAdBlock
elhow.ru###b-info-wrapper
piratia.su###block-warning
ma.by###bodysubcont > div[style^="padding"]:not([id]):not([class])
ucoin.net###bottom-notice
pln-pskov.ru###check_ad_block
chipinfo.pro###content-container > div[style^="position: fixed;"]
delfi.ee###delfiTopBar
rusnext.ru###detectAdblock
sd-company.su###dom_adblock
myshared.ru###download_form > .uk-margin-top[style]
forum.bestflowers.ru###exposeMask
internet-law.ru###fab-enabled
frkp.lol###film > #content > span[style="color:#ff6a00;"]
gk-stalker.xyz###gkadblock
pastenow.ru###google-block
gamesubject.com###headb
provinceinfo.ru###header > .container > a[href="/menu"] ~ h2
info-mage.ru###helpme[style="display: block;"]
poncy.ru###hide-adblock
artfile.me###jadb
kissvk.com###madBlockModal,.modal-backdrop
aratta-ukraine.com,drawnstories.ru,gisclub.tv,kinda.media,teremok.org.ua,webos-forums.ru###mdl_adb
asn.in.ua,beadeath.dclans.ru###mdl_ctnr
photolessons.org###modal-adbmon-div
ostroh.info###modal.modal-bg
all-episodes.net###odin
filmix.ac,filmix.gay,filmix.life,filmix.love,filmix.tech,filmix.zone###oframeplayer > #player_control_play-icon ~ pjsdiv[style^="position: absolute; left:"][style*="pointer-events: none; display: block; visibility:"]
mover.uz###oframeplayer > [class][style^="display: block"]
md4u.ru###pagecontent > div[style*="background-color"]
alensat.org,forummikrotik.ru###phpbb-ads-ab
3dsmaxvideo.ru,archicadvideo.ru,autocadvideo.ru,coreldrawvideo.ru,excelvideo.ru,kompasvideo.ru,photoshopvideo.ru,solidworksvideo.ru,wordvideo.ru###prozrachnyi2,#video_window2
sostav.ru###rek_blocker
math-prosto.ru###requestShutOfBlocker
pb.wtf,piratbit.org,piratbit.ru###result > .request
mnogoto4ka.ru###sb-site > div[class][style*="z-index"][style*="999999"]
professorweb.ru###submain > div[class^="a"][style]
kaermorhen.ru###top-line-container
numberempire.com###toplink > h3[style="color: red"]
ganoderma-mushrooms.com,korrektor.name,varicream.org###turn_advert.adblock
czx.to###vdl_ctnr
vsaduidoma.com##.ABD_display_wrapper
eurabota.com##.abtop
sprashivalka.com##.ad
topcraft.ru##.ad-info
besplatka.ua##.adBl
bycard.by,goodfon.ru,old-games.ru,satsis.info,swordmaster.org##.adb
vsadu.ru##.adb-block
andevice.ru,dietdo.ru##.adb-def
telesputnik.ru##.adbPopup
tuchkatv.ru##.adb_m
brazzers-hdx.club##.adblck
forum.qrz.ru,life.ru,mastergrad.com,wallpapershome.ru##.adblock
nevasport.ru##.adblock-notify
exler.ru##.adblock-pls
##.adblock-stop
zakon.kz##.adblock_alert
tassbiz.ru##.adblock_notif
kubik3.ru##.adbs
ideya-biznesa.ru##.admania_adblock_detector
cofp.ru##.admitad-checker-popup
24video.xxx##.adt
nonameno.com,rusrek.com##.alert
vk.barkov.net##.alert-danger
2ip.me,2ip.ua##.alert-mess > .row
stroi-help.ru##.alert_warn
ria.ru##.antiblock
fotoshop-online.org##.aslot
mel.fm##.b-ad-space__placeholder
irk.ru##.b-adblock-message
d3.ru##.b-promo__placeholder
cs-amba.ru##.banka
hitline.org.ua##.bantop
medical-club.net##.blocker-notice,.blocker-overlay
electric-house.ru##.blok_forum > div[style]
audio-hi-fi.ru,electro-sila.ru##.blok_new > div[style]
015.by,0312.ua,032.ua,0332.ua,0342.ua,0352.ua,0362.ua,0372.ua,0382.ua,0412.ua,04141.com.ua,0432.ua,04563.com.ua,04596.com.ua,04597.com.ua,04598.com.ua,0462.ua,0472.ua,048.ua,04868.com.ua,0512.com.ua,05136.com.ua,05161.com.ua,0522.ua,0532.ua,05366.com.ua,0542.ua,05447.com.ua,0552.ua,056.ua,0564.ua,0566.com.ua,0569.com.ua,057.ua,061.ua,06153.com.ua,0619.com.ua,0623.com.ua,06236.com.ua,06237.com.ua,06239.com.ua,06242.ua,06252.com.ua,06267.com.ua,06272.com.ua,06274.com.ua,06277.com.ua,0629.com.ua,0642.ua,06452.com.ua,0652.ua,0692.ua,1rnd.ru,3652.ru,3654.ru,3849.com.ua,44.ua,4594.com.ua,5692.com.ua,62.ua,6262.com.ua,6264.com.ua,65.media,7232.kz,8422city.ru,anapa.life,angarsk38.ru,bazhopol.ru,city01.am,city41.ru,comores24.com,go01.ru,go11.kz,go212.by,go216.by,go26.ru,go31.ru,go61.ru,go7812.ru,godublin.info,golondon.info,goriga.info,gorod3466.ru,gorodarmavir.ru,goroddomodedovo.ru,goshymkent.kz,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,infolyubertsy.ru,inform69.ru,vilniuje.info,yocity12.ru##.bung-container
tsn.ua##.c-aside__port
kanobu.ru##.c-moneyPlace_empty
tvcook.ru##.cat
rusopen.com##.classblsi.addshr
ppc.world##.detected-block-modal
ru.audiotag.info##.dialog-fog
smotrisport.online,smotrisport.tv##.dont-add-our-site-pls
ixbt.com##.fc-ab-root
goha.ru#@#.goha_ads
goha.ru#@#.goha_ads_acceptable
the-village.com.ua##.infoA
dropmefiles.com.ua,dropmefiles.net##.intro
themoviebay.ru##.is-danger.notification
winzoro.net##.isadNotif
ivi.ru##.ivi-footer ~ div[class] > style + div[class]
doctorrouter.ru##.jgcabd-container
go.mail.ru##.js-adb-msg
ppc.world##.js-detected-block
anime-bit.ru##.layer_box > #header
dtf.ru,vc.ru##.layout__right-column > div[class*=" "][style] > div[class*=" "] > div:only-child
space.utema.ru##.main-content-padding > div[class]:not([itemprop])
shuba.life##.md\:u-block
peers.tv##.moanerwrap
megatest.online##.msg-AdBlock
ykt.ru##.n-banner--adblocked
animeland.su,itcats.ru,nekto.me,noadsradio.ru,sharkgame.ru,studies.in.ua,w10.jeanzzz.ru##.no-adb
yarik-sat.com##.noadb
mail.rambler.ru##.notification-warning
delfi.lv##.notification-widget
radio.yandex.by,radio.yandex.kz,radio.yandex.ru##.notify
alexfilm.cc##.panel-primary
darkteam.net##.pls_rmv
izmailov.tv##.popupBlock
newnavitel.blogspot.com##.post-body > div[dir] > div[dir] > h1#result
animedub.ru##.poverh
pythonworld.ru##.pythonworld-contributor
veseloeradio.ru##.racy_sidebar
fanfics.me##.red.nodata
webofcomics.ru##.reklandvipinfo
filmix.ac,filmix.gay,filmix.life,filmix.love,filmix.tech,filmix.zone##.remove-sda-wrap
sport-express.ru##.se-adv-notice
101.ru##.showMessageAdBlock
playunturned.ru##.side_left > center
playunturned.ru##.side_right > center
qaru.site##.similar.a[style]
megogo.net,megogo.ru##.specialBlock_v1
slivap.ru##.svg-adblock
l-a-w.ru,mhelp.kz##.swal2-container
objavlenija.respublika.cz##.sweet-alert,.sweet-overlay
kinoafisha.ua##.turn-off-add-block-text
helpsetup.ru##.veramoy
stalkerportaal.ru##.video_adsense
e-xecutive.ru##.warning
kinoprofi.net##.warning-adblock
xn--80aikhbrhr.net,кинокрад.net##.warning-adblock-box
forum.bestflowers.ru##.xenOverlay
/cookie_check.min.js$domain=acetv.me
/forum/docs/requests.js$script,domain=nnm-club.lib|nnm-club.me|nnm-club.ws|nnmclub.ro|nnmclub.to|nontorclub.in.net
/gogl_detector$script,domain=meddaily.ru|newsru.com
/js/1.js|$script,~third-party,domain=3dsmaxvideo.ru|archicadvideo.ru|autocadvideo.ru|coreldrawvideo.ru|excelvideo.ru|kompasvideo.ru|photoshopvideo.ru|solidworksvideo.ru|wordvideo.ru
/js/include_name.js|$script,~third-party,domain=3dsmaxvideo.ru|archicadvideo.ru|autocadvideo.ru|coreldrawvideo.ru|excelvideo.ru|kompasvideo.ru|photoshopvideo.ru|solidworksvideo.ru|wordvideo.ru
@@||anidub.com/ads.js|$script,domain=anidub.com
@@||goha.ru/app/video/adblock.teaser.js|$script,domain=goha.ru
@@||qpython.club^$generichide
@@||sports.ru^*/adfox.$xmlhttprequest
@@||yandex.ru/ads/system/context.js|$script,domain=playground.ru
i.factor.ua##[data-place-block]
auto62rus.ru,eset-key.ru,mycrib.ru,piggy-bank.online,politonline.ru,showmehow.ru##[data-type="anti-abp"]
lr-club.com##a[href="https://adblockplus.org/ru/faq_basics#disable"]
drive2.ru##a[href][target="_blank"] > img[src][style^="width: 100%; height: auto;"][style*="vertical-align: middle; max-width: 240px;"]
tproger.ru#?#article.type-post:-abp-has([href="/adblock"])
pic4you.ru,pic5you.ru##body > #bb
forum.vip-cxema.org##body > #document_modal.modal,#some_ad_block_key_popup
it-enginer.ru##body > #modal[style*="blur"]
dominus.kiev.ua##body > #myModal
nnm-club-me.appspot.com,nnm-club.lib,nnm-club.me,nnm-club.ws,nnmclub.to,nontorclub.in.net##body > .request
newkaliningrad.ru##body > .soclinks + script + div[class]:not([id])
swaego.ru##body > .special-message-wrapper
ukr.net##body > .yellow-die
poznamka.ru##body > [id]:not([class])[style^="z-index"]
in-trend.biz##body > [id][style^="z-index"]
fightnews.info##body > blockquote
torrnado.win##body > div > .a-overlay
finget.ru,katalog-aktsii.ru,rp5.by,rp5.kz,rp5.ru,rp5.ua,sms24.info,sms24.me,vikings-warofclans.ru##body > div:not([id]):not([class])[style^="position"][style*="background"][style*="z-index"]
just-for-fun.ru##body > div[class*="-container"][class*="-hide"]
anticollector.biz.ua,cnc3018.ru,factorio.su##body > div[class][style*="background"][style*="display: block"]
gdekluet.ru##body > div[class^="stop-block"]
admin.rainbow-online.ru,fastpic.ru,gitjournal.tech,logist.uxxo.ru,maxpark.com,meteoservice.ru,newsland.com,pawno-info.ru,smolensk-auto.ru,smolensk-auto.site##body > div[id]:not([class])[style="display: block;"]
factorio.su##body > div[id][class][style*="background"][style*="visible"]
gaming.co.ua,pingvin.pro##body > div[id][class][style*="z-index"][style*="9999"],body > div[id][class][style*="z-index"][style*="9999"] + div[class][style*="z-index"][style*="9999"]
gta.com.ua##body > div[id][style*="background"][style*="visible"]
daz3d.ru,portfel.info##body > div[id][style="display: block;"]
painart.ru##body > div[id][style^="display: block"][style*="background: red"]
igorchernomoretz.com##body > div[id^="ab"]
igorchernomoretz.com##body > div[id^="ab"] + div[style*="cursor"]
gisher.org##body > div[id^="ban"][style]
natural-cosmetology.ru##body > div[style*="background-color:#ff0000;color:#ffffff;"]
tut.by##body > div[style*="position: fixed;"][style*="right: 0;"]
1snau.ru,bychico.net,dyrik.ru,ecosounds.net,in-drive.ru,inforpost.com,musecube.org,obozrevatel.com,oknotivi.ru,pogodnik.com,sandero.ru,turbominer.ru##body > div[style*="z-index"][style*="9999"]
music.yandex.by,music.yandex.kz,music.yandex.ru,music.yandex.uz##body > div[style^="min-height"] > .notify
music.yandex.by,music.yandex.kz,music.yandex.ru,music.yandex.uz##body > div[style^="min-height"] > .notify *
budport.com.ua##body > div[style^="position:fixed;"][style*="z-index"][style*="background"]
reshuct.by,sdamgia.ru##div[class$="-BlockDetect"]
drive2.ru#?#div[class]:-abp-has(> div[id][class] > a[href] > img[src^="https://avatars.mds.yandex.net/get-adfox-content/"])
blackdesert-info.ru##div[class][style*="z-index"][style*="999999;"][style*="background"][style*="rgb"]
freerutor.com,imgrutor.com,playtor.tv##div[class^="adblock-warning"]
game2day.ru##div[class^="adblock_"]
lostfilm.tv##div[class^="alarm"]
rutab.net##div[class^="ggmodale"]
gismeteo.by,gismeteo.ru##div[class^="stopblock"]
finfront.ru##div[class^="swal2"]
pr-cy.ru##div[id^="aabb"]
savevideo.me##div[id^="ads_notice_"]
liga.net#@#div[id^="div-gpt-ad"]
acomics.ru##div[style*="/design/common/pic/please"]
abc-people.com##div[style*="background-color"][style*="position"][style*="z-index"]
##div[style*="box-shadow: rgb(136, 136, 136) 0px 0px 12px; color: "]
anime.anidub.life,myanime.online,online.anidub.com#?#div[style^="position: fixed;"]:-abp-has(> :-abp-contains(Обнаружена блокировка рекламы))
pvcalc.ru##div[style^="position:fixed; top:0px; left:0px; opacity: 0.9;"]
sdamgia.ru##div[style^="text-align:center; color:red;"][style*="font-size:16px"]
ph4.ru##div[style^="width: 728px; height: 90px;"]
bdmbase.ru##html > .q1
7sim.net##html > body ~ div
shuba.life##img[height][src^="https://shuba.life/static/banners/placeholders/"]
nv.ua##img[src="/images/dis_blocker_big.jpg"]
drive2.ru##img[src^="https://avatars.mds.yandex.net/get-adfox-content/"]
sdamgia.ru##main > div[class*=" "]:nth-child(-n+2) > div ~ div
fotoshop-online.org##section > .col-full + script + center[class]
d3.ru##section[data-uid="ad"]
d3.ru##section[data-uid="extraAd"]
ph4.ru##table[width][height="90"][style]
savevideo.me##td > div[class]:not([id])[style*="important"]
bigpuzzle.ru##td[valign="top"][width="200px"][height="600"] > div[style]
bigpuzzle.ru##td[valign="top"][width="240px"][height="600"]
||adscat.ru^$third-party
||allnorilsk.ru/js/adb.js
||anivisual.net/mim*.js|$script,domain=anivisual.net
||avito.ru^*/some-pretty-script.js
||buhgalter.com.ua^*/blocker.
||buhgalter911.com^*/blocker.
||fainaidea.com/wp-content/uploads/*/*?ver=$script,stylesheet,domain=fainaidea.com
||fairtop.in/template/js/fdetect.js
||fundingchoicesmessages.google.com^
||gamemag.ru/assets/*/js.cookie.js
||helpsetup.ru/home/solnisko.php
||i140.ru/js/etxm*.js|$script
||ipprof.ru/wp-content/plugins/ad-blocking-advisor/
||kontrolnaya-rabota.ru^*/fuckadblock.$script
||kontrolnaya-rabota.ru^*/toastr.$script,stylesheet
||mobzon.ru/adbp/adbp.js
||nnm-club.ws/forum/docs/requests.js
||pwnews.net/des/antiblock.js$script
||rockstargame.su/adb_script$script
||rusnext.ru/advar.js$script
||shellcat.ru^$third-party
||stroi-help.ru/forum/script_new.js
||vazhno.ru/cdn-cgi/apps/head/*.js
||vsthouse.ru/a-detector/
! *** antiadblockfilters:antiadblockfilters/antiadblock_slovak.txt ***
! *** antiadblockfilters:antiadblockfilters/antiadblock_spanish.txt ***

1774
cjx-annoyance.txt Normal file

File diff suppressed because it is too large Load Diff

111402
halflife-mo Normal file

File diff suppressed because one or more lines are too long

450
index.html Normal file
View File

@ -0,0 +1,450 @@
<!DOCTYPE html>
<html lang='zh' >
<head>
<meta charset="utf-8">
<title>混合规则</title>
<meta name="description" content="Adblock规则订阅链接">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<style type="text/css" >
/* 设置网页主体颜色 */
body {
background-color: #EEEEEE;
color: black;
transition: all 1s;
}
/* 段落居中,排版用 */
p {
text-align: center;
}
/* 说明按钮 */
button {
background-color: #EEEEEE;
}
button.dark.mode {
background-color: #07071D;
color: white;
}
.zhezhao{
position: fixed;
left: 0px;
top: 0px;
background: #424242;
width: 100%;
height: 100%;
opacity: 1;
}
.tankuang{
position: relative;
background: #757575;
width: 75%;
height: 50%;
border-radius: 18px;
margin: 50% auto;
}
#header{
hight: 25%;
}
#header-right{
position: absolute;
width: 35px;
height: 25px;
color: white;
background-color: red;
border-radius: 8px;
right: 10px;
top: 5px;
text-align: center;
}
/* 夜间切换模式按钮 */
.kaiguan{
position: absolute;
top: 820px;
right: 45px;
width: 30px;
height: 15px;
border: 2px solid black;
border-radius: 20px;
cursor: pointer;
transition: all 3s;
}
.bai{
position: absolute;
top: 1.5px;
left: 2px;
height: 13px;
width: 13px;
background: #000000;
border-radius: 50%;
transition: all 1s;
}
.hei{
position: absolute;
top: 1.5px;
right: 2px;
height: 13px;
width: 13px;
background: #0BF351;
border-radius: 50%;
transition: all 1s;
}
/* 设置同步时钟 */
.clock {
font-size: 48px;
text-align: center;
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 20px;
z-index: 9999;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* 设置表格 */
table {
border-collapse: collapse;
width: 100%;
font-family: Arial, sans-serif;
color: #444444;
border: 1px solid #f2f2f2;
}
th, td {
text-align: left;
padding: 8px;
}
th {
background-color: #4CAF50;
color: white;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body id="body" >
<div id="Rules_list" >
<h1 style="text-align:center; font-size:55px;" >规则列表</h1>
<!--取消
<p> 规则访问数</p>
<img class="center" src="http://006.freecounters.co.uk/count-133.pl?count=qe1milbo7p68gg219fmj&type=links&prog=unique" alt="访问数统计" />
</br>
-->
<p>
<button id="bottom" type="button" onclick="show_detail()" style="text-align:center; font-size:28px; ">点击查看说明</button>
<div class="zhezhao" id='zhezhao'>
<div class="tankuang">
<div id="header" >
</br>
<h1 style="text-align:center; color:#33FF99; font-size:20px; "> 混合规则 </h1>
<h3 style="text-align:left; color:#101116; font-size:13px; " > &nbsp&nbsp&nbsp&nbsp合并于各种知名的Adblock规则不定期更新 </h3>
<h1 style="text-align:center; color:#33FF99; font-size:20px; "> 混合规则(精简版) </h1>
<h3 style="text-align:left; color:#101116; font-size:13px; " > &nbsp&nbsp&nbsp&nbsp适用于via可与其他规则合用不定期更新 </h3>
<h1 style="text-align:center; color:#33FF99; font-size:20px; "> Easylist规则合并 </h1>
<h3 style="text-align:left; color:#101116; font-size:13px; " > &nbsp&nbsp&nbsp&nbsp提供Easylist规则合并、精简、补充不定期更新 </h3>
<h1 style="text-align:center; color:#33FF99; font-size:20px; "> MIUI浏览器规则 </h1>
<h3 style="text-align:left; color:#101116; font-size:13px; " > &nbsp&nbsp&nbsp&nbsp取自 MIUI浏览器12.0.1版本 + Easylist规则(精简) ,不定期更新 </h3>
<div id="header-right" onclick="hidder()" style="font-size:15px;" >x</div>
</div>
</div>
</div>
</p>
</div>
<div class="copy_content" id="copy_content" >
<p id="github1" style="display: none;" >https://lingeringsound.github.io/adblock/adblock</p>
<p id="github2" style="display: none;" >https://lingeringsound.github.io/adblock/adblock_lite</p>
<p id="github3" style="display: none;" >https://lingeringsound.github.io/adblock/miuiadblock</p>
<p id="github4" style="display: none;" >https://lingeringsound.github.io/adblock/EasylistCombine</p>
<p id="gitcode1" style="display: none;" >https://gitcode.net/weixin_45617236/adblock/-/raw/master/adblock</p>
<p id="gitcode2" style="display: none;" >https://gitcode.net/weixin_45617236/adblock/-/raw/master/adblock_lite</p>
<p id="gitcode3" style="display: none;" >https://gitcode.net/weixin_45617236/adblock/-/raw/master/miuiadblock</p>
<p id="gitcode4" style="display: none;" >https://gitcode.net/weixin_45617236/adblock/-/raw/master/EasylistCombine</p>
<p id="gitea1" style="display: none;" >https://gitea.com/lonely_dog/adblock/raw/branch/master/adblock</p>
<p id="gitea2" style="display: none;" >https://gitea.com/lonely_dog/adblock/raw/branch/master/adblock_lite</p>
<p id="gitea3" style="display: none;" >https://gitea.com/lonely_dog/adblock/raw/branch/master/miuiadblock</p>
<p id="gitea4" style="display: none;" >https://gitea.com/lonely_dog/adblock/raw/branch/master/EasylistCombine</p>
<p id="githubfast1" style="display: none;" >https://raw.gitmirror.com/lingeringsound/adblock/master/adblock</p>
<p id="githubfast2" style="display: none;" >https://raw.gitmirror.com/lingeringsound/adblock/master/adblock_lite</p>
<p id="githubfast3" style="display: none;" >https://raw.gitmirror.com/lingeringsound/adblock/master/miuiadblock</p>
<p id="githubfast4" style="display: none;" >https://raw.gitmirror.com/lingeringsound/adblock/master/EasylistCombine</p>
</div>
<div id="Rules_table" class="Rules_table" >
<h3 style="text-align:center;">点击可复制订阅链接</h3>
<h4 style="text-align:center;">国内订阅推荐优先排名 Github加速订阅链接(能用就用,不能用再换其他) &gt; Gitcode(同步慢,但是稳定) &gt;= Gitea(疑似限速) &gt; Github(国内有的无法访问,需要梯子) </h4>
<table id="table" >
<thead>
<tr>
<th>名称</th>
<th>Gitea订阅链接</th>
<th>Gitcode订阅链接</th>
<th>Github订阅链接</th>
<th>Github加速订阅链接</th>
</tr>
</thead>
<tbody>
<tr>
<td>混合规则</td>
<td><button onclick="copyTextgitea1()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgitcode1()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithub1()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithubfast1()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
</tr>
<tr>
<td>混合规则(精简版)</td>
<td><button onclick="copyTextgitea2()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgitcode2()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithub2()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithubfast2()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
</tr>
<tr>
<td>MIUI浏览器规则</td>
<td><button onclick="copyTextgitea3()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgitcode3()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithub3()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithubfast3()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
</tr>
<tr>
<td>Easylist规则合并</td>
<td><button onclick="copyTextgitea4()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgitcode4()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithub4()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
<td><button onclick="copyTextgithubfast4()" style="text-align:left; font-size:10px;" > 点击复制 </button></td>
</tr>
</tbody>
</table>
</div>
<div id="Rules_home_page" >
<p style="text-align:center; font-size:25px;" > 主页链接 </p>
<h4 style="text-align:center;">点击访问</h4>
<p>
<a href="https://github.com/lingeringsound/adblock" target="_blank" > GIthub/ </a>
<a href="https://gitcode.net/weixin_45617236/adblock" target="_blank" > Gitcode/ </a>
<a href="https://gitea.com/lonely_dog/adblock" target="_blank" > GItea </a>
</p>
</div>
<div id="I_do_not_konw" >
</br><h3 style="text-align:center;">@coolapk</h4><p>2023</p></br></br>
</div>
<div class="kaiguan" >
<div class="bai" id="anniu" />
</div>
<!-- 说明按钮脚本 -->
<script type="text/javascript" >
document.getElementById('zhezhao').style.display="none";
function show_detail(){
document.getElementById('zhezhao').style.display="";
}
function hidder(){
document.getElementById('zhezhao').style.display="none";
}
</script>
<!-- 夜间切换脚本 -->
<script>
var anniu = document.getElementById('anniu');
var kaiguan = document.querySelector('.kaiguan');
var body = document.getElementById('body');
var bottom = document.getElementById('bottom');
var Rules_table = document.getElementById('table');
var temp = 1;
anniu.addEventListener('click',function(){
if( temp == 1 ){
this.className = 'hei';
temp = 0;
kaiguan.style.border = '2px solid #0BF351';
body.style.backgroundColor = '#07071D';
body.style.color = '#EEEEEE';
bottom.style.backgroundColor = '#07071D';
bottom.style.color = 'white';
Rules_table.style.backgroundColor = '#07071D';
Rules_table.style.color = 'white';
} else {
this.className = 'bai';
temp = 1;
kaiguan.style.border = '2px solid black';
body.style.backgroundColor = '#EEEEEE';
body.style.color = 'black';
bottom.style.backgroundColor = 'transparent';
bottom.style.color = 'black';
Rules_table.style.backgroundColor = 'transparent';
Rules_table.style.color = 'black';
}
});
</script>
<!-- 同步时钟函数 -->
<script>
function updateClock() {
var today = new Date();
var hours = today.getHours().toString().padStart(2, "0");
var minutes = today.getMinutes().toString().padStart(2, "0");
var seconds = today.getSeconds().toString().padStart(2, "0");
var timeString = hours + ":" + minutes + ":" + seconds;
document.getElementById("clock").textContent = timeString;
}
setInterval(updateClock, 1000);
</script>
<!-- 复制粘贴脚本 -->
<script>
function copyTextgithub1() {
var copyText = document.getElementById("github1");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgithub2() {
var copyText = document.getElementById("github2");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgithub3() {
var copyText = document.getElementById("github3");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgithub4() {
var copyText = document.getElementById("github4");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitcode1() {
var copyText = document.getElementById("gitcode1");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitcode2() {
var copyText = document.getElementById("gitcode2");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitcode3() {
var copyText = document.getElementById("gitcode3");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitcode4() {
var copyText = document.getElementById("gitcode4");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitea1() {
var copyText = document.getElementById("gitea1");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitea2() {
var copyText = document.getElementById("gitea2");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitea3() {
var copyText = document.getElementById("gitea3");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgitea4() {
var copyText = document.getElementById("gitea4");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgithubfast1() {
var copyText = document.getElementById("githubfast1");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgithubfast2() {
var copyText = document.getElementById("githubfast2");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgithubfast3() {
var copyText = document.getElementById("githubfast3");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
function copyTextgithubfast4() {
var copyText = document.getElementById("githubfast4");
var inputElement = document.createElement("input");
inputElement.setAttribute("value", copyText.textContent);
document.body.appendChild(inputElement);
inputElement.select();
document.execCommand("copy");
document.body.removeChild(inputElement);
}
</script>
</body>
</html>

81503
miuiadblock Normal file

File diff suppressed because one or more lines are too long

119
tracker.txt Normal file
View File

@ -0,0 +1,119 @@
http://1337.abcvg.info:80/announce
http://fxtt.ru:80/announce
http://i-p-v-6.tk:6969/announce
http://ipv6.1337.cx:6969/announce
http://ipv6.govt.hu:6969/announce
http://mediaclub.tv:80/announce.php
http://nyaa.tracker.wf:7777/announce
http://open-v6.demonoid.ch:6969/announce
http://open.acgnxtracker.com:80/announce
http://opentracker.xyz:80/announce
http://share.camoe.cn:8080/announce
http://t.nyaatracker.com:80/announce
http://torrent-team.net:80/announce.php
http://tracker.bt4g.com:2095/announce
http://tracker.files.fm:6969/announce
http://tracker.gbitt.info:80/announce
http://tracker.ipv6tracker.ru:80/announce
http://tracker.k.vu:6969/announce
http://tracker.noobsubs.net:80/announce
http://tracker.opentrackr.org:1337/announce
http://tracker.tfile.me:80/announce
http://tracker.vrpnet.org:6969/announce
http://tracker.ygsub.com:6969/announce
http://tracker.zerobytes.xyz:1337/announce
http://tracker1.itzmx.com:8080/announce
http://tracker4.itzmx.com:2710/announce
http://vps02.net.orel.ru:80/announce
https://carbon-bonsai-621.appspot.com:443/announce
https://opentracker.i2p.rocks:443/announce
https://tr.abiir.top:443/announce
https://tr.burnabyhighstar.com:443/announce
https://tr.ready4.icu:443/announce
https://tracker.imgoingto.icu:443/announce
https://tracker.lilithraws.cf:443/announce
https://tracker.nanoha.org:443/announce
https://tracker.tamersunion.org:443/announce
https://trackme.theom.nz:443/announce
udp://9.rarbg.com:2810/announce
udp://9.rarbg.me:2710/announce
udp://9.rarbg.to:2710/announce
udp://aarsen.me:6969/announce
udp://astrr.ru:6969/announce
udp://ben.kerbertools.xyz:6969/announce
udp://bt.ktrackers.com:6666/announce
udp://bt1.archive.org:6969/announce
udp://bubu.mapfactor.com:6969/announce
udp://cutscloud.duckdns.org:6969/announce
udp://epider.me:6969/announce
udp://exodus.desync.com:6969/announce
udp://fe.dealclub.de:6969/announce
udp://fh2.cmp-gaming.com:6969/announce
udp://htz3.noho.st:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://ipv6.tracker.harry.lu:80/announce
udp://ipv6.tracker.monitorit4.me:6969/announce
udp://laze.cc:6969/announce
udp://mail.artixlinux.org:6969/announce
udp://mail.zasaonsk.ga:6969/announce
udp://mirror.aptus.co.tz:6969/announce
udp://moonburrow.club:6969/announce
udp://movies.zsw.ca:6969/announce
udp://new-line.net:6969/announce
udp://ns-1.x-fins.com:6969/announce
udp://open.demonii.com:1337/announce
udp://open.dstud.io:6969/announce
udp://open.free-tracker.ga:6969/announce
udp://open.publictracker.xyz:6969/announce
udp://open.stealth.si:80/announce
udp://open.tracker.ink:6969/announce
udp://open.xxtor.com:3074/announce
udp://opentor.org:2710/announce
udp://opentracker.i2p.rocks:6969/announce
udp://p4p.arenabg.com:1337/announce
udp://psyco.fr:6969/announce
udp://public.publictracker.xyz:6969/announce
udp://rep-art.ynh.fr:6969/announce
udp://retracker.hotplug.ru:2710/announce
udp://retracker.lanta-net.ru:2710/announce
udp://sanincode.com:6969/announce
udp://tamas3.ynh.fr:6969/announce
udp://thetracker.org:80/announce
udp://thouvenin.cloud:6969/announce
udp://torrentclub.space:6969/announce
udp://tracker.0x.tf:6969/announce
udp://tracker.altrosky.nl:6969/announce
udp://tracker.artixlinux.org:6969/announce
udp://tracker.auctor.tv:6969/announce
udp://tracker.beeimg.com:6969/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.bitsearch.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.jonaslsa.com:6969/announce
udp://tracker.joybomb.tw:6969/announce
udp://tracker.leech.ie:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.moeking.me:6969/announce
udp://tracker.monitorit4.me:6969/announce
udp://tracker.openbittorrent.com:6969/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.pomf.se:80/announce
udp://tracker.publictracker.xyz:6969/announce
udp://tracker.skyts.net:6969/announce
udp://tracker.tcp.exchange:6969/announce
udp://tracker.theoks.net:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker1.bt.moack.co.kr:80/announce
udp://tracker2.dler.com:80/announce
udp://tracker3.itzmx.com:6961/announce
udp://tracker6.lelux.fi:6969/announce
udp://transkaroo.joustasie.net:6969/announce
udp://uploads.gamecoast.net:6969/announce
udp://v2.iperson.xyz:6969/announce
udp://vibe.sleepyinternetfun.xyz:1738/announce
udp://yahor.ftp.sh:6969/announce
udp://zecircle.xyz:6969/announce

95548
ultimate-ad-filter.txt Normal file

File diff suppressed because one or more lines are too long

64
百度.prop Normal file
View File

@ -0,0 +1,64 @@
[Adblock Plus 2.0]
! Checksum: HviBXmBD6Sm3wRoPVoKjBA
! Title: 去除百度广告的一些规则
! Version: 20230822124208
! Last modified: 2023-08-22 12:42:08
! Total Count: 26
! Title: 去除百度广告的一些规则
! Version: 20230708195831
! Last modified: 2023-07-08 19:58:31
! Total Count: 29
! 某些未知的随机广告
baidu.com##[srcid*="_ad"]
! 普通的去广告规则
baidu.com##.ec_ad_results
baidu.com##.ec_wise_ad
baidu.com##[class$="-ad"]
baidu.com##[class$="-ads"]
!百度自动播放视频
baidu.com##.c-video-player
baidu.com##[class^="cu-video-player"]
! 百度搜索结果中的视频
baidu.com##[srcid^="recommend_video"]
! 百度搜索结果中的百度提供APP下载
baidu.com##[srcid^="app_mobile_simple"]
! 百度中的购物广告,如搜索"裤子/vivo"
baidu.com##[srcid^="sp_purc_atom"]
! 百度搜索结果中的百家号
baidu.com##[srcid^="guanfanghao"]
! 百度搜索结果中的笔记
! baidu.com##[srcid^="lego_tpl"]
! 百度中的笔记精选
! baidu.com##[srcid="note_lead"]
! 百度搜索结果中的相关用语
! baidu.com##[srcid^="sigma_celebrity_rela"]
! 大家都在搜
baidu.com##.se-page-relative
baidu.com##[tpl="recommend_list"][nr="1"]
! 百度医典
! baidu.com##[srcid^="med_disease_kg"]
! 百度小程序
baidu.com##[srcid^="xcx_"]
! 百度悬浮小图标(直播之类的)
baidu.com##.barea-ad
baidu.com##.brand-entry
! 百家号
baijiahao.baidu.com##.infinite-scroll-component__outerdiv
baijiahao.baidu.com##.undefined
! 百度百科
baike.baidu.com###J-superLayer-main
baike.baidu.com##.squareAni.square.super-layer-promote
baike.baidu.com##[class="qtqy-container"]
baike.baidu.com##[class^="relative-shop-"]
baike.baidu.com##[class^="yitiao-"]
baike.baidu.com##[onclick^="page.Mixedor.mixedOpen(this,"]
! 百度播放界面推荐广告
baidu.com##div[class^="sfc-video-page-list"],[class^="c-loading"]
baidu.com##.wgt-union-wapqbyoux-ads
! 非常激进,能够去除所有百度搜索中自己的推荐。
! 不推荐使用
! baidu.com##div.c-result.result[ready="1"][nr="1"]
! 关键词在于 srcid="
! 可以自己在源码搜一下,或者用开发者工具/元素审查。
! 我的写法比较激进,你也可以选一些比较缓和的写法
! 爷给忘了