added infos to rules repo

This commit is contained in:
Kevin R 2020-09-02 00:07:44 +02:00
parent e8264eefe8
commit 6430bcc124
2 changed files with 6 additions and 4 deletions

View File

@ -48,11 +48,13 @@ Here you can download the packed files for the Firefox- and Chrome-Dev:
[<img src="promotion/download-128.png"/>](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/ClearUrls.zip?job=bundle%20addon) [<img src="promotion/download-128.png"/>](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/ClearUrls.zip?job=bundle%20addon)
## Test ## Test
If you want to test whether ClearURLs works correctly on your system, you can go to this test page: [https://kevinroebert.gitlab.io/ClearUrls/](https://kevinroebert.gitlab.io/ClearUrls/) If you want to test whether ClearURLs works correctly on your system, you can go to this test page: [https://test.clearurls.xyz/](https://test.clearurls.xyz/)
## Contribute ## Contribute
If you have any suggestions or complaints, please [create an issue.](https://gitlab.com/KevinRoebert/ClearUrls/issues/new) If you have any suggestions or complaints, please [create an issue.](https://gitlab.com/KevinRoebert/ClearUrls/issues/new)
**Note: If you have any suggestions or complaints regarding the rules, please [create an issue in this repo](https://gitlab.com/anti-tracking/ClearURLs/rules/-/issues/new) or email us rules.support (at) clearurls.xyz (this mail will automatically create a new issue in this repo).**
### Translate ClearURLs ### Translate ClearURLs
You want to help translating ClearURLs into many languages? Nice You want to help translating ClearURLs into many languages? Nice

View File

@ -1382,7 +1382,7 @@
"forceRedirection": false "forceRedirection": false
}, },
"ClearURLsTest2": { "ClearURLsTest2": {
"urlPattern": "^https?:\\/\\/test\\.cleaurls\\.xyz\\/void\\/index\\.html", "urlPattern": "^https?:\\/\\/test\\.clearurls\\.xyz\\/void\\/index\\.html",
"completeProvider": false, "completeProvider": false,
"rules": [ "rules": [
"test" "test"
@ -1391,12 +1391,12 @@
"rawRules": [], "rawRules": [],
"exceptions": [], "exceptions": [],
"redirections": [ "redirections": [
"^https?:\\/\\/test\\.cleaurls\\.xyz\\/void\\/index\\.html\\?url=([^&]*)" "^https?:\\/\\/test\\.clearurls\\.xyz\\/void\\/index\\.html\\?url=([^&]*)"
], ],
"forceRedirection": false "forceRedirection": false
}, },
"ClearURLsTestBlock2": { "ClearURLsTestBlock2": {
"urlPattern": "^https?:\\/\\/test\\.cleaurls\\.xyz\\/void\\/block\\.svg", "urlPattern": "^https?:\\/\\/test\\.clearurls\\.xyz\\/void\\/block\\.svg",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"referralMarketing": [], "referralMarketing": [],