mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Minor formatting (previous commit)
parent
2f28c559c1
commit
3a13041a5a
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ Starting with [1.46.1b15](https://github.com/gorhill/uBlock/commit/81498474d6d44
|
||||||
- `/^example\.org$/##h1` - matches only `example.org` without subdomains
|
- `/^example\.org$/##h1` - matches only `example.org` without subdomains
|
||||||
- `/^www\.example\.org$/##h1` - matches only `www.example.org` without subdomains and without `example.org`
|
- `/^www\.example\.org$/##h1` - matches only `www.example.org` without subdomains and without `example.org`
|
||||||
- `/^(?:www\.)?example\.org$/##h1` - matches only `example.org` + `www.example.org` without subdomains
|
- `/^(?:www\.)?example\.org$/##h1` - matches only `example.org` + `www.example.org` without subdomains
|
||||||
|
- `/^example\.org$/,somesite.org##h1` - can also be combined with normal names
|
||||||
- `/^example\.org$/,somesite.org##h1` - can also be combined with normal names
|
|
||||||
|
|
||||||
Use sparingly, when no other solution is practical from a maintenance point of view -- keeping in mind that uBO has to iterate through all the regex-based values, unlike plain hostname or entity-based values which are mere lookups.
|
Use sparingly, when no other solution is practical from a maintenance point of view -- keeping in mind that uBO has to iterate through all the regex-based values, unlike plain hostname or entity-based values which are mere lookups.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue