From b251e5f580b90723e3cd3813981aa946371dddcc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 7 Jan 2015 07:29:35 -0500 Subject: [PATCH] Updated Dynamic filtering redesigned (markdown) --- Dynamic filtering redesigned.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Dynamic filtering redesigned.md b/Dynamic filtering redesigned.md index 2c5c877..221be06 100644 --- a/Dynamic filtering redesigned.md +++ b/Dynamic filtering redesigned.md @@ -32,6 +32,22 @@ However, as per [issue #282](https://github.com/gorhill/uBlock/issues/282), you Also, I threw in the ability to dynamically filters images (regardless of origin), as I saw this sort of feature requested a couple of places. It's useful for users who wish to save bandwidth, and/or memory resources. +The dynamic filtering consists mainly of three columns. From left to right, they are: + +- The name of what is to be dynamically filtered: can be a type of network requests, or a specific hostname. +- The global rule +- The local rule + +Rules color scheme: + +- Pale gray: no rule +- Dark red: block rule + - The requests will be blocked, regardless of whether static exception filters exist +- Dark green: allow rule + - The requests will be allowed, regardless of whether static block filters exist +- Dark gray: no-op rule + - To cancel any dynamic filtering, the requests will still be subject to static filtering + ![figure 5](https://raw.githubusercontent.com/gorhill/uBlock/fix-433/doc/img/df-tut-05.png) ![figure 6](https://raw.githubusercontent.com/gorhill/uBlock/fix-433/doc/img/df-tut-06.png) \ No newline at end of file