├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── false-flag---report.md │ └── suggestion.md ├── LICENSE ├── README.md └── SECURITY.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliDieEnte/BetterBlocklist/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/false-flag---report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliDieEnte/BetterBlocklist/HEAD/.github/ISSUE_TEMPLATE/false-flag---report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/suggestion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliDieEnte/BetterBlocklist/HEAD/.github/ISSUE_TEMPLATE/suggestion.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliDieEnte/BetterBlocklist/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliDieEnte/BetterBlocklist/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliDieEnte/BetterBlocklist/HEAD/SECURITY.md --------------------------------------------------------------------------------