From 58f6040e10f578216a9f4072a607a873640fe4ca Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 14 Jul 2020 08:41:28 -0400 Subject: [PATCH] Updated Dynamic filtering: quick guide (markdown) --- Dynamic-filtering:-quick-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dynamic-filtering:-quick-guide.md b/Dynamic-filtering:-quick-guide.md index 2d42541..75e7ffc 100644 --- a/Dynamic-filtering:-quick-guide.md +++ b/Dynamic-filtering:-quick-guide.md @@ -57,7 +57,7 @@ Sensible security- and privacy-wise: blocking all 3rd-party frames by default ev All embedded 3rd-party frames were blocked on the page. Good. However it appears there was an embedded YouTube video in the article: -![figure 6](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/df-qg-06.png) +![figure 6](https://user-images.githubusercontent.com/585534/87426719-a23ad480-c5ad-11ea-90ca-17b0e99bc09c.png) If you want to block all 3rd-party frames by default, except for embedded YouTube videos on that particular site, two solutions. @@ -65,7 +65,7 @@ If you want to block all 3rd-party frames by default, except for embedded YouTub Create a local _noop_ rule for 3rd-party frames: -![figure 7](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/df-qg-07.png) +![figure 7](https://user-images.githubusercontent.com/585534/87426722-a4049800-c5ad-11ea-95f7-72b16d615051.png) It works, the embedded YouTube video can now be played.