File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Update AdBlock Rules Every 24 Hours
2
2
on :
3
- # push:
4
- # branches: [ master ]
3
+ push :
4
+ branches : [ master ]
5
5
schedule :
6
6
- cron : ' 0 0 */1 * *'
7
7
23
23
with :
24
24
file-url : https://easylist-downloads.adblockplus.org/easylistchina.txt
25
25
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
+
27
39
- name : Commit Changes
28
40
run : |
29
41
if [ -z "$(git status --porcelain)" ]; then
Original file line number Diff line number Diff line change @@ -59,5 +59,7 @@ An elegant way to speed up updating Ad-Block Rules.
59
59
60
60
| 🥑 规则名称 | 🚀 加速地址 |
61
61
| :----: | :----: |
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 ) |
You can’t perform that action at this time.
0 commit comments