Skip to content

Commit a87beaf

Browse files
author
Shuchen Zhang
committed
Added EasyPrivacy, I Don't Care About Cookies.
1 parent f95d560 commit a87beaf

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

.github/workflows/update-rules-every-24hrs.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update AdBlock Rules Every 24 Hours
22
on:
3-
# push:
4-
# branches: [ master ]
3+
push:
4+
branches: [ master ]
55
schedule:
66
- cron: '0 0 */1 * *'
77

@@ -23,7 +23,19 @@ jobs:
2323
with:
2424
file-url: https://easylist-downloads.adblockplus.org/easylistchina.txt
2525
file-name: Easylist-China.txt
26-
26+
27+
- name: EasyList Privacy
28+
uses: carlosperate/[email protected]
29+
with:
30+
file-url: https://easylist.to/easylist/easyprivacy.txt
31+
file-name: Easylist-Privacy.txt
32+
33+
- name: I dont care about cookies
34+
uses: carlosperate/[email protected]
35+
with:
36+
file-url: https://www.i-dont-care-about-cookies.eu/abp/
37+
file-name: I-dont-care-about-cookies.txt
38+
2739
- name: Commit Changes
2840
run: |
2941
if [ -z "$(git status --porcelain)" ]; then

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ An elegant way to speed up updating Ad-Block Rules.
5959

6060
| 🥑 规则名称 | 🚀 加速地址 |
6161
| :----: | :----: |
62-
| Adguard Simplified Domain Names Filter | [下载](https://cdn.jsdelivr.net/gh/hackl0us/AdBlock-Rules-Mirror/AdGuard-Simplified-Domain-Names-Filter.txt) |
63-
| Easylist China | [下载](https://cdn.jsdelivr.net/gh/hackl0us/AdBlock-Rules-Mirror/Easylist-China.txt) |
62+
| Adguard Simplified Domain Names Filter | [加速](https://cdn.jsdelivr.net/gh/hackl0us/AdBlock-Rules-Mirror/AdGuard-Simplified-Domain-Names-Filter.txt) |
63+
| Easylist China | [加速](https://cdn.jsdelivr.net/gh/hackl0us/AdBlock-Rules-Mirror/Easylist-China.txt) |
64+
| EasyPrivacy | [加速](https://cdn.jsdelivr.net/gh/hackl0us/AdBlock-Rules-Mirror/Easylist-Privacy.txt) |
65+
| I Don't Care About Cookies | [加速](https://cdn.jsdelivr.net/gh/hackl0us/AdBlock-Rules-Mirror/I-dont-care-about-cookies.txt) |

0 commit comments

Comments
 (0)