├── .github └── ISSUE_TEMPLATE.md ├── README.md └── rules.txt /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 请注意,您不被允许提交任何中文issue 2 | 3 | === 4 | 5 | Please delete content here 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uMatrix-Rules/uMatrix-Rules-Domain/HEAD/README.md -------------------------------------------------------------------------------- /rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uMatrix-Rules/uMatrix-Rules-Domain/HEAD/rules.txt --------------------------------------------------------------------------------