lowwebtech / low-radical

Low—radical is an open source browser extension that shuts down GAFAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

low-radical

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

Build / install

  • git clone git@github.com: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

TODO

  • 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

Main websites blocked

Google

Amazon

Facebook

Apple

Microsoft

Licence

Code released under the GNU GPLv3 License.

About

Low—radical is an open source browser extension that shuts down GAFAM

License:GNU General Public License v3.0


Languages

Language:JavaScript 71.4%Language:HTML 16.4%Language:SCSS 12.2%