mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Updated "regex-based..." (minor)
parent
22fb9e4cfe
commit
a7a5a0f262
1 changed files with 2 additions and 2 deletions
|
@ -959,8 +959,8 @@ Starting with [1.46.1b15](https://github.com/gorhill/uBlock/commit/81498474d6d44
|
||||||
- solves: [regex-fied domain](https://github.com/uBlockOrigin/uBlock-issues/discussions/2234):
|
- solves: [regex-fied domain](https://github.com/uBlockOrigin/uBlock-issues/discussions/2234):
|
||||||
- `/img[a-z]{3,5}\.buzz/##+js(nowoif)` - matches (example): `imgabcd.buzz`
|
- `/img[a-z]{3,5}\.buzz/##+js(nowoif)` - matches (example): `imgabcd.buzz`
|
||||||
- solves : [Add support for domain double wildcarding in hiding rules (Would be a huge gamechanger for Nitter)](https://github.com/uBlockOrigin/uBlock-issues/issues/2905):
|
- solves : [Add support for domain double wildcarding in hiding rules (Would be a huge gamechanger for Nitter)](https://github.com/uBlockOrigin/uBlock-issues/issues/2905):
|
||||||
- `/^nitter\.[^.]+\.[^.]+$/##.timeline-item:has-text(owned)` - matches (example): `nitter.abc.com`, but not `nitter.com`
|
- `/^nitter\.[^.]+\.[^.]+$/##.timeline-item:has-text(owned)` - matches (example): `nitter.abc.com`, but not `nitter.com` and not `nitter.abc.xyz.com`
|
||||||
- `/^nitter(?:\.[^.]+){1,2}$/##.timeline-item:has-text(owned)` - matches (example): `nitter.com` + `nitter.abc.com`
|
- `/^nitter(?:\.[^.]+){1,2}$/##.timeline-item:has-text(owned)` - matches (example): `nitter.com` + `nitter.abc.com`, but not `nitter.abc.xyz.com`
|
||||||
- solves: [Hiding rules are unable to specify to only block on the core domain and none of the subdomains (e.g. ~*.example.org doesn't work)](https://github.com/uBlockOrigin/uBlock-issues/issues/3291):
|
- solves: [Hiding rules are unable to specify to only block on the core domain and none of the subdomains (e.g. ~*.example.org doesn't work)](https://github.com/uBlockOrigin/uBlock-issues/issues/3291):
|
||||||
- `/^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`
|
||||||
|
|
Loading…
Reference in a new issue