mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
update. some comment related contents
This commit is contained in:
parent
a344f40d54
commit
9e9b7844ad
@ -9,7 +9,7 @@ echo
|
|||||||
echo "!Title: anti-AD for AdGuard" > ../anti-ad-adguard.txt
|
echo "!Title: anti-AD for AdGuard" > ../anti-ad-adguard.txt
|
||||||
echo "!Version: 20210530181117" >> ../anti-ad-adguard.txt
|
echo "!Version: 20210530181117" >> ../anti-ad-adguard.txt
|
||||||
echo "!Homepage: https://anti-ad.net/" >> ../anti-ad-adguard.txt
|
echo "!Homepage: https://anti-ad.net/" >> ../anti-ad-adguard.txt
|
||||||
echo "!!!note! If you use \"AdGuard Home\", please load https://anti-ad.net/easylist.txt" >> ../anti-ad-adguard.txt
|
echo "!!!note! If you are using \"AdGuard Home\", please load https://anti-ad.net/easylist.txt" >> ../anti-ad-adguard.txt
|
||||||
echo "!Total lines: 00000" >> ../anti-ad-adguard.txt
|
echo "!Total lines: 00000" >> ../anti-ad-adguard.txt
|
||||||
grep -vE '^!' ../anti-ad-easylist.txt >> ../anti-ad-adguard.txt
|
grep -vE '^!' ../anti-ad-easylist.txt >> ../anti-ad-adguard.txt
|
||||||
php ./tools/adguard-extend.php ../anti-ad-adguard.txt
|
php ./tools/adguard-extend.php ../anti-ad-adguard.txt
|
||||||
|
@ -39,7 +39,7 @@ class writerFormat{
|
|||||||
/*easylist 兼容格式的屏蔽广告列表*/
|
/*easylist 兼容格式的屏蔽广告列表*/
|
||||||
const EASYLIST = array(
|
const EASYLIST = array(
|
||||||
'format' => '||{DOMAIN}^',
|
'format' => '||{DOMAIN}^',
|
||||||
'header' => "!Title: anti-AD\n!Version: {DATE}\n!Homepage: {URL}\n!!!note! If you use \"AdGuard\", please load https://anti-ad.net/adguard.txt\n!!!This list only applies to \"AdGuard Home\".\n!Total lines: 00000\n",
|
'header' => "!Title: anti-AD\n!Version: {DATE}\n!Homepage: {URL}\n!!!note! If you are using \"AdGuard\", please load https://anti-ad.net/adguard.txt\n!!!This list only applies to \"AdGuard Home\".\n!Total lines: 00000\n",
|
||||||
'full_domain' => 0,
|
'full_domain' => 0,
|
||||||
'name' => 'easylist',
|
'name' => 'easylist',
|
||||||
'filename' => '../anti-ad-easylist.txt',
|
'filename' => '../anti-ad-easylist.txt',
|
||||||
|
Loading…
Reference in New Issue
Block a user