Cross-browser extension for redirecting you to the lite, text-only versions of news sites if available. This is useful if you are on a low-bandwidth connection or just want your news to load faster! This currently works for:
- CNN
- NPR
- Daily Mail
- Christian Science Monitor
- CBC
Navigating to pages hosted by one of the above publishers will redirect you to the "lite" version of that page, if available. Visual content such as video players will be displayed like normal.
You can disable redirection at any time by selecting the extension from the extension menu in your browser and toggling "Redirect News Pages" to off.
First, run the development server:
pnpm dev
# or
npm run dev
Open your browser and load the appropriate development build. For example, if you are developing for Chrome using manifest v3 use: build/chrome-mv3-dev
.
Run the following:
pnpm build
# or
npm run build
This should create a production bundle for the extension.