add adguard easylist

This commit is contained in:
gently 2019-12-17 21:20:41 +08:00
parent 1a1f6fb981
commit a9c5b95cd9
6 changed files with 70218 additions and 5122 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,15 @@ $arr_result = array_merge_recursive($arr_result, addressMaker::get_domain_list($
$arr_result = array_merge_recursive($arr_result, $arr_blacklist);
echo 'Written file size:';
echo addressMaker::write_to_conf($arr_result, writerFormat::DNSMASQ);
$reflect = new ReflectionClass('writerFormat');
$formatterList = $reflect->getConstants();
$arr_output = array();
foreach ($formatterList as $name => $formatObj){
$arr_output[] = '['. $name . ']' . addressMaker::write_to_conf($arr_result, $formatObj);
}
echo implode('---', $arr_output);

File diff suppressed because it is too large Load Diff

33246
origin-files/easylist4.txt Normal file

File diff suppressed because it is too large Load Diff