An extension that filters YouTube recommendations based on your subscriptions and the channel you're watching.
You can get the Unrecommender on Chrome by going here: https://chrome.google.com/webstore/detail/unrecommender/ojejjpodljdngfmhbjfoplkckcekflae/
You can also get it on Firefox by going here: https://addons.mozilla.org/en-US/firefox/addon/unrecommender/
You can install it as an unpacked extension by doing the following:
- Go to https://github.com/memethyl/Unrecommender/releases
- Download and extract the latest ZIP
- Go to
chrome://extensions
- Click "Load Unpacked..."
- Select the Unrecommender folder you just unzipped and hit "OK"
- Enjoy!
- Go to https://github.com/memethyl/Unrecommender/releases
- Download and extract the latest ZIP
- Go to
about:debugging
- Click "Load Temporary Add-on..."
- Go into the Unrecommender folder you just unzipped, select
manifest.json
, and hit "OK" - Enjoy! (NOTE: Temporary add-ons will DISAPPEAR when Firefox is closed)
To help develop the Unrecommender, do the following:
- Open your git shell and type
git clone https://github.com/memethyl/Unrecommender
- Download the latest jQuery version - http://jquery.com/download/ (you'll want the compressed, production version)
- Copy that into the "js" folder of your newly cloned repository
- Go to
chrome://extensions/
- Click "Load Unpacked..."
- Select your repository folder and hit "OK"
- Start developing! Once you've finished doing what you wanted, make a pull request!
The extension doesn't use any browser-specific APIs (yet), so it should work on browsers other than Chrome and Firefox. I can't guarantee that, though, so if issues do arise, they (probably) aren't my fault. I'll look into it, though!
- Use subscriber list on video recommendations as well as the homepage
- Add proper GUI
- Optional blacklisting/whitelisting in the future?