├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── block-request.md │ ├── discussion.md │ └── unblock-request.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── uBlacklist.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/block-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/.github/ISSUE_TEMPLATE/block-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/discussion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/.github/ISSUE_TEMPLATE/discussion.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/unblock-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/.github/ISSUE_TEMPLATE/unblock-request.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/README.md -------------------------------------------------------------------------------- /uBlacklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popcar2/BadWebsiteBlocklist/HEAD/uBlacklist.txt --------------------------------------------------------------------------------