Files
remove-youtube-suggestions/README.md
T
2019-11-01 16:31:36 -04:00

1.1 KiB

Remove Youtube Suggestions

A Firefox Add On to hide all suggestions from the youtube sidebar

"Remove Youtube Suggestions" hides the homepage and the videos that appear on the sidebar. Motivated by an attempt to stymie the "YouTube rabbit hole."

Why should I use this plugin

Because the Google neural networks is built to select the most relevant suggested videos to recommend to you, and it works damn good. This sets in motion the brain's automatic response to click on video even if you weren't really interested, wasting your time unnecessarily.

Available for install here: https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-s-suggestions/

Contributing

If you'd like to contribute to the development of this project, the following commands will get you started with a dev environment.

$ git clone https://github.com/emumoo/remove-youtube-suggestions.git
$ cd remove-youtube-suggestions
$ npm install --global web-ext
$ web-ext run

This will open a firefox window with the current state of the extension running. https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/