Skip to content

jordwest/news-feed-eradicator

Repository files navigation

News Feed Eradicator

A browser extension that deletes your Facebook news feed and replaces it with a nice quote.

Install Chrome Extension

Install Firefox Add-on

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.