From 8a6f94b9e7d5efad2a8e163454fa99b889596559 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:49:12 +0000 Subject: [PATCH] Minor formatting (previous commit) (2) --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 554c9bb..46c0939 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -3,7 +3,7 @@ uBlock Origin (uBO) supports most of the EasyList filter syntax. You can refer t While uBO does not support some specific cases, it further extends the EasyList filter syntax, which also may share with AG's extended syntax. [Here](./Syntax-quirks) are the most surprising cases documented. Starting with [1.46.1b15](https://github.com/gorhill/uBlock/commit/81498474d6d440b032681aa9952d593749b39efb), you can use regex-based values as target domain for static extended filters. Examples of usage: -- `/img[a-z]{3,5}\.buzz/##+js(nowoif)` +- `/img[a-z]{3,5}\.buzz/##+js(nowoif)` (solves: [regex-fied domain](https://github.com/uBlockOrigin/uBlock-issues/discussions/2234)) - 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 - `/^www\.example\.org$/##h1` - matches only `www.example.org` without subdomains and without `example.org`