From cbe199872e7c9d37aea22dccc4539de1e154aa9a Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Sat, 16 Nov 2024 20:13:27 -0800 Subject: [PATCH] Add community browser extension Plausible Shield that shields traffic [Plausible Shield](https://www.goodaddon.com/plausible-shield/) allows a user to save a list of URL prefixes in browser and sync them via browser syncs. This can be helpful for those who owns multiple devices. The underlying mechanics is to set the `localStorage` flag before the browser visiting a page under that URL. Note that people can't specify a wild card `*` and abuse this browser extension to block all Plausible tracking site: The browser extension specifically requires the user to specify the portion of URL such that the full host name is known. --- docs/excluding-localstorage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/excluding-localstorage.md b/docs/excluding-localstorage.md index 3f6b0409..646f2891 100644 --- a/docs/excluding-localstorage.md +++ b/docs/excluding-localstorage.md @@ -72,3 +72,7 @@ For the styled version of this page, you'll need to download a HTML file, and make it available on your website with any CSS you choose to add. + +## Use a community browser extension to exclude all of your browsers + +[Plausible Shield](https://www.goodaddon.com/plausible-shield/) is a browser extension, developed and maintained by [GoodAddon](https://www.goodaddon.com), that saves your excluded websites and syncs them across browser instances. If you use multiple browser instances and sync between them, you may find this browser extension helpful.