├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── LICENSE ├── README.md ├── cookies.txt ├── easylist.txt ├── easyprivacy.txt └── language ├── chinese.txt ├── czech-slovak.txt ├── dutch.txt ├── french.txt ├── german.txt ├── hebrew.txt ├── italian.txt ├── lithuanian.txt ├── russian.txt └── spanish.txt /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/README.md -------------------------------------------------------------------------------- /cookies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/cookies.txt -------------------------------------------------------------------------------- /easylist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/easylist.txt -------------------------------------------------------------------------------- /easyprivacy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/easyprivacy.txt -------------------------------------------------------------------------------- /language/chinese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/chinese.txt -------------------------------------------------------------------------------- /language/czech-slovak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/czech-slovak.txt -------------------------------------------------------------------------------- /language/dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/dutch.txt -------------------------------------------------------------------------------- /language/french.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/french.txt -------------------------------------------------------------------------------- /language/german.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/german.txt -------------------------------------------------------------------------------- /language/hebrew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/hebrew.txt -------------------------------------------------------------------------------- /language/italian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/italian.txt -------------------------------------------------------------------------------- /language/lithuanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/lithuanian.txt -------------------------------------------------------------------------------- /language/russian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/russian.txt -------------------------------------------------------------------------------- /language/spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZingyAwesome/easylists-for-pihole/HEAD/language/spanish.txt --------------------------------------------------------------------------------