From 1f349486885268135d5e08ef1275176fe31d8cad Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 7 Jun 2015 07:45:23 -0400 Subject: [PATCH] Updated Overview of uBlock's network filtering engine: details (markdown) --- Overview-of-uBlock's-network-filtering-engine:-details.md | 4 +++- 1 file changed, 3 insertions(+), 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 4c3da9d..2872833 100644 --- a/Overview-of-uBlock's-network-filtering-engine:-details.md +++ b/Overview-of-uBlock's-network-filtering-engine:-details.md @@ -9,6 +9,7 @@ Advantages: - Precedence over both dynamic filtering rules and static filters. - Useful to diagnose/fix in a very narrow way web sites broken by either dynamic filtering rules or static filtering. - Useful to create override to current dynamic filtering rules or static filtering. +- A point and click UI for easy management of rules. Disadvantages: - Can only match URLs which "start with". @@ -19,6 +20,7 @@ Disadvantages: Advantages: - Little overhead creating/deleting dynamic rules. - Precedence over static filters. +- A point and click UI for easy management of rules. Disadvantages: - Rules are broad: whole sites or class of types. @@ -35,4 +37,4 @@ Advantages: Disadvantages: - High overhead creating/deleting network/cosmetic filters (high memory churn). -- In case of 3rd-party filter lists, forced to use all filters, including those which may not be wanted. \ No newline at end of file +- In case of 3rd-party filter lists, forced to use all filters, including those which may not be wanted.