This extension blocks all websites from GAFAM or downgrades them (grayscale color, removes buy button, blocks unnecessary assets). Websites owned by GAFAM are also blocked (eg: Audible, Twitch for Amazon).
Firefox : https://addons.mozilla.org/firefox/addon/no-amazon/ Chrome : https://chrome.google.com/webstore/detail/low-radical/biaoiacajmgmfnjdgpcclnebfbbfccll
git clone [email protected]:lowwebtech/low-radical.git
npm install
- watch task:
npm run dev (default to firefox)
npm run dev:chrome
npm run dev:firefox
npm run dev:opera
- build task:
npm run build (all browsers)
npm run build:chrome
npm run build:firefox
npm run build:opera
- blocks GAFAM trackers
- add more websites
- detect use of Microsoft Azure or Google Cloud servers
- anti dark-pattern
- add exceptions (eg: whitelist github for Microsoft, or youtube for Google)
- suggest alternatives to GAFAM
- google.*
- youtube.com
- google-analytics.com
- blogger.com
- and more, see complete list of Google websites blocked
- amazon.*
- *.amazon
- audible.*
- abebooks.com
- primevideo.com
- twitch.tv
- wholefoodsmarket.com
- imdb.com
- blueorigin.com
- washingtonpost.com
- and more, see complete list of Amazon websites blocked
- facebook.*
- instagram.com
- whatsapp.com
- messenger.com
- and more, see complete list of Facebook websites blocked
- apple.*
- *.apple
- beatsbydre.com
- and more, see complete list of Apple websites blocked
- microsoft.*
- *.microsoft
- bing.com
- xbox.com
- github.com
- linkedin.com
- skype.com
- msn.com
- and more, see complete list of Microsoft websites blocked
Code released under the GNU GPLv3 License.