Skip to content

tomquirk/news-feed-eradicator

 
 

Repository files navigation

News Feed Eradicator for LinkedIn

Forked from https://github.com/jordwest/news-feed-eradicator. These project will eventually be part of the single browser extension. Follow jordwest#63 for updates

A browser extension that replaces your LinkedIn news feed with a motivational quote.

screenshot

Development

This plugin is built as a WebExtension - a standard for browser plugins currently supported in both Chrome and Firefox.

To build for either browser, clone the repository and then run:

make dev

If everything is successful, check the build folder for the extension contents. You can load the build directory into either Chrome or Firefox as an unpacked or temporary extension. See the instructions for Chrome or Firefox.

Running make dev will watch for changes and recompile, however each time you make changes you'll need to tell the browser to reload the temporary extension.

To build a distributable .zip for production, just run:

make

The extension package can be found in the dist folder.

About

Replace your LinkedIn news feed with a motivational quote

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 86.9%
  • CSS 9.0%
  • Makefile 2.1%
  • JavaScript 2.0%