Skip to content

Browser extension for automatically redirecting users to the text-only or lite versions of news sites, if available

License

Notifications You must be signed in to change notification settings

kevinl95/LiteNews

Repository files navigation

LiteNews

Lite News logo consisting of the text Lite News under a newspaper

Get the add-on for FirefoxGet the add-on for Google ChromeGet the add-on for Microsoft Edge

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

How to Use

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.

Development

Getting Started

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.

Making a production build

Run the following:

pnpm build
# or
npm run build

This should create a production bundle for the extension.

About

Browser extension for automatically redirecting users to the text-only or lite versions of news sites, if available

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published