From ddcd37b7d77fb7ec170446f10ccdf444f5544af3 Mon Sep 17 00:00:00 2001 From: grossdm Date: Thu, 10 Jan 2019 17:18:26 -0500 Subject: [PATCH] Added anchor to the URL to link directly to uBlock's extended syntax. --- Overview-of-uBlock's-network-filtering-engine:-details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Overview-of-uBlock's-network-filtering-engine:-details.md b/Overview-of-uBlock's-network-filtering-engine:-details.md index b8f9d38..e171f88 100644 --- a/Overview-of-uBlock's-network-filtering-engine:-details.md +++ b/Overview-of-uBlock's-network-filtering-engine:-details.md @@ -33,7 +33,7 @@ Advantages: - Support cosmetic filtering (removal of DOM elements). - Can be loaded from a filter list: facilitate community-supported filter lists. - Compatibility: can be used in other blockers supporting ABP-compatible filter syntax. - - Except for [a few filter syntax extensions specific to uBlock](https://github.com/gorhill/uBlock/wiki/Filter-syntax-extensions) not adopted by other blockers. + - Except for [a few filter syntax extensions specific to uBlock](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#extended-syntax) not adopted by other blockers. Disadvantages: - High overhead creating/deleting network/cosmetic filters (high memory churn).