https://github.com/lawrencehook/remove-youtube-suggestions
A browser extension that removes YouTube suggestions, comments, shorts, and more
https://github.com/lawrencehook/remove-youtube-suggestions
chrome-extension extension firefox firefox-addon firefox-extension productivity productivity-booster youtube youtube-extension
Last synced: 28 days ago
JSON representation
A browser extension that removes YouTube suggestions, comments, shorts, and more
- Host: GitHub
- URL: https://github.com/lawrencehook/remove-youtube-suggestions
- Owner: lawrencehook
- License: mpl-2.0
- Created: 2018-05-21T11:17:28.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T14:03:34.000Z (11 months ago)
- Last Synced: 2024-05-21T15:28:03.786Z (11 months ago)
- Topics: chrome-extension, extension, firefox, firefox-addon, firefox-extension, productivity, productivity-booster, youtube, youtube-extension
- Language: JavaScript
- Homepage: https://lawrencehook.com/rys/
- Size: 8.04 MB
- Stars: 352
- Watchers: 10
- Forks: 30
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RYS — Remove YouTube Suggestions
#### A Browser Extension---
### What it does
This extension aims to make YouTube less engaging and more configurable. It provides options to hide recommended videos and to customize the user interface.---
### Feedback and Support
Leave a review!
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-s-suggestions)
- [Chrome](https://chrome.google.com/webstore/detail/remove-youtube-suggestion/cdhdichomdnlaadbndgmagohccgpejae)
- [Google Form](https://docs.google.com/forms/d/1AzQQxTWgG6M5N87jinvXKQkGS6Mehzg19XV4mjteTK0/edit)Completely free. Donations welcome — [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=FF9K9YD6K6SWG¤cy_code=USD&source=url)
---
### Why I made it
Motivated by an attempt to stymie the YouTube rabbit hole.The YouTube recommendation algorithm optimizes for the most _engaging_ videos, regardless of whether or not you are interested. Persistent exposure to these suggestions can result in a waste of your time. Download this add-on and remove unwanted suggestions as you please.
Available for download at the links below:
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-s-suggestions)
- [Chrome](https://chrome.google.com/webstore/detail/remove-youtube-suggestion/cdhdichomdnlaadbndgmagohccgpejae)---
### Development
This project is 100% open source. Created and maintained by me, [Lawrence Hook](https://lawrencehook.com).Have a feature request or found a bug? Feel free to create a Github issue, submit a PR, or contact me at [email protected].
The following commands will set up a Firefox dev environment.
```bash
git clone https://github.com/lawrencehook/remove-youtube-suggestions.git
cd remove-youtube-suggestions/src
npm install --global web-ext
web-ext run
```