Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordwest/news-feed-eradicator
A browser extension that deletes your news feed and replaces it with a nice quote
https://github.com/jordwest/news-feed-eradicator
browser-extension chrome firefox webextensions
Last synced: 3 months ago
JSON representation
A browser extension that deletes your news feed and replaces it with a nice quote
- Host: GitHub
- URL: https://github.com/jordwest/news-feed-eradicator
- Owner: jordwest
- License: mit
- Created: 2013-09-05T12:30:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T23:04:46.000Z (6 months ago)
- Last Synced: 2024-08-01T19:49:34.387Z (6 months ago)
- Topics: browser-extension, chrome, firefox, webextensions
- Language: TypeScript
- Homepage:
- Size: 3.48 MB
- Stars: 1,169
- Watchers: 27
- Forks: 283
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# News Feed Eradicator
A browser extension that deletes your Facebook news feed
and replaces it with a nice quote.[Install Chrome Extension](https://chrome.google.com/webstore/detail/news-feed-eradicator-for/fjcldmjmjhkklehbacihaiopjklihlgg?hl=en)
[Install Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/news-feed-eradicator/)
![Screenshot](https://raw.githubusercontent.com/jordwest/news-feed-eradicator/master/assets/screenshot.jpg)
## 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](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) or [Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_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.