Minor formatting (previous commit)

garry-ut99 2024-07-06 13:28:20 +00:00
parent 2f28c559c1
commit 3a13041a5a

@ -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
- `/^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
- `/^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.