1
0
Fork 0

Update README.md

This commit is contained in:
spirillen 2020-10-17 02:35:31 +02:00 committed by GitHub
parent c3ef902308
commit 2e624ce1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -22,3 +22,16 @@ How to write filters: <https://help.eyeo.com/en/adblockplus/how-to-write-filters
## Webfront
Our HTML front end is <https://spirillen.github.io/ublockorigin-rules/>
### badfilter example
If the original rule was like
```
@@/advertise.js$script,domain=abc.com|xyz.com
```
Then
```
@@/advertise.js$script,badfilter,domain=abc.com
```
is a valid filter, it disables the allowlist only on abc.com.
See the dialog at <https://github.com/spirillen/ublockorigin-rules/commit/c01ba1a5a0d73a89c911ab11d1322631fe3d0540>