/vv-feed

A browser extension that deletes your news feed and replaces it with a visualizevalue visualization

Primary LanguageTypeScriptMIT LicenseMIT

VV Feed

A browser extension that deletes the main feed on your social media of choice and replaces with a visual from Visualize Value by @Jackbutcher.

This Extension is also based on the work of News Feed Eradicator by @JordWest. Which replaces your news feed by a nice Quote.

Install Chrome Extension

Install Firefox Add-on

Screenshot

Todo

  • add the VV font
  • make the options panel more vv style

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.