Skip to content

Commit 0d39782

Browse files
committed
That's it folks
1 parent 2c31fb7 commit 0d39782

6 files changed

+30
-30
lines changed

README.md

+25-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![uBlock syntax](_public/icons/ublock-origin-syntax.svg)](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax)
22
[![AdGuard syntax](_public/icons/adguard-syntax.svg)](https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters)
33
[![ko-fi](_public/icons/ko-fi.png)](https://ko-fi.com/X8X37FUGU)
4-
[![Donate](_public/icons/donate.png)](https://github.com/mypdns/matrix/blob/master/DONATION.md)
4+
[![Donate](_public/icons/donate.png)](https://www.mypdns.org/donate)
55
[![My Privacy DNS](_public/icons/logo-h128.png)](https://github.com/mypdns/matrix "This project is part of My Privacy DNS")
66

77
# Adblocker Rules
@@ -36,20 +36,20 @@ filters/rules (Adblock Plus / uBlock Origin) or User Rules (AdGuard).
3636

3737
Our HTML front end can be found at
3838

39-
- 0xacab: <https://mypdns.github.io/adblocker-rules/>
39+
- My Privacy DNS: <https://mypdns.github.io/adblocker-rules/>
4040
- GitHub: No longer Supported as they have incorporated SpyWare
4141

4242
## Subscribe to the rules
4343

4444
[Click here to activate these rules in your Adblocker][Subscribe]
4545

46-
The following Lnks will provide you with different resulting filters.
47-
0xacab Editions should be the most advanced and compressed thanks to
46+
The following Links will provide you with different resulting filters.
47+
My Privacy DNS Editions should be the most advanced and compressed thanks to
4848
the @adguard/hostlist-compiler compiler, where the GH editions relay on
4949
the abp filter script.
5050

51-
- 0xacab edition via [adblocker.mypdns.org][Subscribe]
52-
- Github No longer Supported
51+
- My Privacy DNS edition via [www.mypdns.org][Subscribe]
52+
- GitHub No longer Supported
5353

5454
You should also be able to subscribe directly to the rules by
5555
right-click any of the following urls, choose `<Adblocker>` =>
@@ -60,8 +60,8 @@ right-click any of the following urls, choose `<Adblocker>` =>
6060

6161
<a href="abp:
6262
subscribe?location=https://mypdns.github.io/adblocker-rules/blockrules.txt&title=My%20Privacy%20DNS%20%E2%80%93%20Adblock%20Rules&requiresLocation=https://mypdns.github.io/adblocker-rules/blockrules.txt&requiresTitle=My%20Privacy%20DNS%20%E2%80%93%20Adblock%20Rules%20%E2%80%93%20github%20Edition"
63-
title="Subscribe to My Privacy DNS adblocker rules (0xacab
64-
edition)">adblocker.mypdns.org | Adblock Rules (github edition)
63+
title="Subscribe to My Privacy DNS adblocker rules (My Privacy DNS
64+
edition)">adblocker.mypdns.org | Adblock Rules (GitHub edition)
6565
</a>
6666
```
6767

@@ -72,11 +72,11 @@ following:
7272

7373
- [Issues][issues] with any rules is reported on the My Privacy DNS Site.
7474
- Commit Comments are posted on the individual [commit][commits]'s on
75-
the My Privacy DNS Site, in case you don't think it need a
75+
the My Privacy DNS Site, in case you don't think it needs an
7676
[Issues][issues].
77-
- Common questions, non specific filter topics, goes straight to the
77+
- Common questions, non-specific filter topics, goes straight to the
7878
[Support][support] board on the My Privacy DNS Site.
79-
- Any comments or issues posted elsewhere will in the future be ignored
79+
- Any comments or issues posted elsewhere will eventually be ignored
8080
in full. ***The grace period is excised***.
8181

8282
`github.com` is in *only* a full backup of
@@ -97,7 +97,7 @@ We do no longer operate at `Github` do to there anti-privacy terms of usage.
9797
| `anti_whitelist_*.blacklist` | Found a rules elsewhere your would like to encounter, this is the filters for it. |
9898
| `cookie_*.blacklist` | Everything preventing cookies being set, where not needed or used for any sorts of tracking/spying/logging :cookie: (1st & 3rd party) |
9999
| `noise.txt` | :warning: **_WARNING_**! The following filter, WILL bring interruption to sites functionality. These rules are to clean up sites by removing all the unnecessary noise, bit like @yourduskquibbles webannoyances, but breaking things doesn't matter **AT ALL** |
100-
| `spyware_*.blacklist` | Filter preventing any kind of tracking, spying and alike. If you have to ask, you need to read [SpyWare Wiki](https://0xacab.org/my-privacy-dns/matrix/-/wikis/Categories/Spyware/SpyWare) |
100+
| `spyware_*.blacklist` | Filter preventing any kind of tracking, spying and alike. If you have to ask, you need to read [SpyWare Wiki](https://My Privacy DNS.org/my-privacy-dns/matrix/-/wikis/Categories/Spyware/SpyWare) |
101101
| `whitelist_*.whitelist` | Probably not very used... But it can come in handy sometimes protecting something to keep is spinning.... |
102102

103103
### Sorting filters
@@ -108,7 +108,7 @@ disregarding the actual filter first are present at the 3rd argument.
108108

109109
#### Example
110110

111-
In this rules we like to hide the `.modal-backdrop` but to actually succeed
111+
In these rules we like to hide the `.modal-backdrop` but to actually succeed
112112
with this, will need some more arguments.
113113

114114
```
@@ -119,7 +119,7 @@ This should be sorted by the first `s`
119119

120120
## Filter Inclusion - Exclusions
121121

122-
We will only in sevier cases include any rules that could/can be blocked
122+
We will only in severer cases include any rules that could/can be blocked
123123
by a DNS related firewall like DNS RPZ.
124124

125125
**IF** a rules is included, this will be to support the tor-browser where
@@ -180,7 +180,7 @@ Then
180180

181181
is a valid filter, it disables the whitelisted rule only on `example.com`.
182182

183-
See the dialogue at [github][dialogue]
183+
See the dialogue at [GitHub][dialogue]
184184

185185
## External resources
186186

@@ -193,14 +193,15 @@ Please see `tools/hostscompilerconf.json5` & `tools/noise.json`
193193

194194
## Build tools
195195

196-
we uses the HostlistCompiler https://github.com/AdguardTeam/HostlistCompiler to build our lists
196+
We use the HostlistCompiler https://github.com/AdguardTeam/HostlistCompiler to
197+
build our lists
197198

198199
## Official mirrors
199200

200201
The following repositories are official mirrors and should (when things
201202
goes right) be updated by [push on commit][poc]
202203

203-
| Project | Host | Metode (push \| pull) |
204+
| Project | Host | Method (push \| pull) |
204205
|:----------------|:-----------------------------------------------------------|----------------------:|
205206
| Adblocker Rules | `https://git.disroot.org/my-privacy-dns/adblocker-rules` | push |
206207
| Adblocker Rules | `https://git.kescher.at/my-privacy-dns/adblocker-rules` | pull |
@@ -215,7 +216,7 @@ goes right) be updated by [push on commit][poc]
215216
| Matrix | `https://gitlab.com/my-privacy-dns/matrix/matrix` | push |
216217
| Matrix | `https://notabug.org/my-privacy-dns/matrix` | pull |
217218

218-
## Tanks to
219+
## Thanks to
219220

220221
Thanks to @Yuki2718, @THEtomaso, @krystian3w and everyone else who is
221222
spreading the knowledge of how rules should be made :smiley:
@@ -226,9 +227,11 @@ spreading the knowledge of how rules should be made :smiley:
226227

227228
[commits]: https://github.com/mypdns/adblocker-rules
228229

229-
[support]: https://0xacab.org/my-privacy-dns/support
230+
[support]: https://My Privacy DNS.org/my-privacy-dns/support
230231

231-
[Subscribe]: abp:subscribe?location=https://mypdns.github.io/adblocker-rules/blockrules.txt&title=My%20Privacy%20DNS%20%E2%80%93%200xacab%20Edition%20%E2%80%93%20Adblock%20Rules
232+
[Subscribe]: abp:
233+
subscribe?location=https://mypdns.github.io/adblocker-rules/blockrules.txt&title=My%20Privacy%20DNS%20%E2%80%93%20My
234+
Privacy DNS%20Edition%20%E2%80%93%20Adblock%20Rules
232235

233236
<!-- External Links -->
234237

@@ -244,5 +247,6 @@ spreading the knowledge of how rules should be made :smiley:
244247

245248
[AdGuard]: https://adguard.com/
246249

247-
[poc]: https://0xacab.org/help/user/project/repository/mirror/push.md "Push mirroring"
250+
[poc]: https://My Privacy DNS.org/help/user/project/repository/mirror/push.md "
251+
Push mirroring"
248252
.

_public/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta content="width=device-width, initial-scale=1.0" name="viewport">
7-
<title>My Privacy DNS adblocking rules</title>
7+
<title>My Privacy DNS ads blocking rules</title>
88
<meta content="https://github.com/spirillen" name="generator">
99
<meta content="@spirillen" name="author">
1010
<link href="style.css" rel="preload">
@@ -73,7 +73,7 @@ <h1>My Privacy DNS – Adblock Rules</h1>
7373
</li>
7474
</ul>
7575

76-
<p>For uBlock Origin, You can find the latest blockrules built
76+
<p>For uBlock Origin, You can find the latest block rules built
7777
<a href="./blockrules.txt">here</a>
7878
<br/>
7979
In case the link ain't working, you can right-click on it, then select
@@ -82,7 +82,7 @@ <h1>My Privacy DNS – Adblock Rules</h1>
8282
</p>
8383

8484
<p>
85-
You can download our noise.list as well by this link:
85+
You can download our noise. list as well by this link:
8686

8787
</p>
8888

adblocker-rules.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
! List url:
99
! https://github.com/mypdns/adblocker-rules/blockrules.txt
1010
!
11-
! Redirect: https://my-privacy-dns.frama.io/adblocker-rules/blockrules.txt
11+
! Redirect: https://www.mypdns.org/adblocker-rules/blockrules.txt
1212
!
1313
! License:
1414
! https://github.com/mypdns/adblocker-rules/blob/master/LICENSE.md

rules/annoyance_rule.txt

-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.
4949

5050
! H.
5151
/html$elemhide?$domain=duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion|duckduckgo.com
52-
0xacab.org,framagit.org,gitlab.com,mypdns.org,wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion##.hide.js-explore-groups-landing.content-block.landing.explore-groups
5352
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.header__clickable
5453
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.highlight_sponsored
5554

@@ -95,7 +94,6 @@ duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion###
9594

9695
! P.
9796
/public/$third-party?$domain=duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion|duckduckgo.com
98-
0xacab.org,framagit.org,gitlab.com,mypdns.org,wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion##[class*="promotion-"]
9997

10098
! Q.
10199
^*^q=$elemhide?$domain=duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion|duckduckgo.com
@@ -109,7 +107,6 @@ dailyporn.club,gumtree.com##.right
109107
! S.
110108
/share/spice/amazon/$domain=duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion?$domain=duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion|duckduckgo.com
111109
dharma-production.com##.subscribe
112-
0xacab.org,framagit.org,gitlab.com,mypdns.org,wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion##.show.dropdown-menu-right.dropdown-menu > ul > li > .text-nowrap
113110

114111
! T.
115112
/t/*$important?$domain=duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion|duckduckgo.com

rules/privacy_rules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ serverfault.com,superuser.com,stackoverflow.com,askubuntu.com,stackexchange.com#
127127
/metrics/statsd/*
128128
/metrika/watch.js
129129
@@||mypdns.github.io/adblocker-rules/*$xhr
130+
||mypdns.*^$all,domain=~mypdns.youtrack.cloud,to=~mypdns.youtrack.cloud
130131
||mypdns.*^$all,domain=~mypdns.org,to=~mypdns.org
131-
||mypdns.*^$all,domain=~mypdns.youtrack.cloud,,to=~mypdns.youtrack.cloud
132132

133133
! N.
134134
/noui/eventlogger.js

rules/whitelist_rule.txt

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
! M.
6060
@@||mypdns.org^
61-
@@||mypdns.com^
6261
@@||matrix.rocks^
6362
@@||mypdns.cloud^
6463

0 commit comments

Comments
 (0)