From 8cf5b2d36e6ce792d28d863f5cc1ac32d7f8e6ff Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 8 Oct 2014 18:03:40 -0700 Subject: [PATCH] Created Dynamic filtering: Examples of usefulness of blocking 1st-party script tags (markdown) --- ...ples-of-usefulness-of-blocking-1st-party-script-tags.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dynamic-filtering:-Examples-of-usefulness-of-blocking-1st-party-script-tags.md diff --git a/Dynamic-filtering:-Examples-of-usefulness-of-blocking-1st-party-script-tags.md b/Dynamic-filtering:-Examples-of-usefulness-of-blocking-1st-party-script-tags.md new file mode 100644 index 0000000..c6425c0 --- /dev/null +++ b/Dynamic-filtering:-Examples-of-usefulness-of-blocking-1st-party-script-tags.md @@ -0,0 +1,7 @@ +### Example 1 + +URL: + +As reported by a user in the Chrome store, links on that site do not work when _EasyPrivacy_ is used. I see this more and more unfortunately, as mroe and more sites are really bent on tracking you. + +Dynamic filtering is helpful here though, as blocking 1st-party scripts prevent the pages from disabling the links. This will probably come at the price of breaking some parts of the pages, like comment sections, but if all you want is just read an article, it works wonder, as a very nice side effect is to make the pages on this site laod **much** faster. \ No newline at end of file