From 576b0e2e9a1aeb6757ed65bbabdc8037d552fef4 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 7 Jan 2015 07:20:56 -0500 Subject: [PATCH] Updated Dynamic filtering tutorial (markdown) --- Dynamic-filtering-tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dynamic-filtering-tutorial.md b/Dynamic-filtering-tutorial.md index 930eb73..1d0df4e 100644 --- a/Dynamic-filtering-tutorial.md +++ b/Dynamic-filtering-tutorial.md @@ -30,9 +30,9 @@ As seen above, just as with previous versions you can still dynamically filter: - 3rd-party scripts - 3rd-party frames -However, as per [issue #282](https://github.com/gorhill/uBlock/issues/282), you can't no longer dynamically filter 1st-party frames (that was pointless). +However, as per [issue #282](https://github.com/gorhill/uBlock/issues/282), you can't no longer dynamically filter 1st-party frames -- that was pointless. -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, or memory resources. +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. ![figure 5](https://raw.githubusercontent.com/gorhill/uBlock/fix-433/doc/img/df-tut-05.png)