Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OsaSoft/youtube-better-subscriptions

This extension for Firefox and Chrome aims to make navigating YouTube's subscription grid easier by allowing users to hide watched videos
https://github.com/OsaSoft/youtube-better-subscriptions

browser browser-extension chrome extension firefox hide-watched-videos subscription youtube

Last synced: about 2 months ago
JSON representation

This extension for Firefox and Chrome aims to make navigating YouTube's subscription grid easier by allowing users to hide watched videos

Awesome Lists containing this project

README

        

# Youtube better subscriptions
This plugin aims to make navigating YouTube's subscription grid easier by allowing users to hide watched videos.
This plugin is in early development and will often change and (hopefully) include new features.

Available for Firefox: https://addons.mozilla.org/cs/firefox/addon/youtube-better-subscriptions/

Available for Chrome: https://chrome.google.com/webstore/detail/better-subscriptions-for/fkchdogohkjpnhfkganifkbbjcjofbjf

The icon for the marked watched Button is based on: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_eye.svg published under the CC-BY-SA-3.0, the modified version is licensed under CC-BY-SA-4.0

The icon for the settings Button is taken based on: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_settings.svg published under the MIT licence, , the modified version is licensed under MIT

The addon as a whole is still licensed under the GPLv3

## Contribution guidelines
- Please follow code style conventions set across the project. Ie, use `let` instead of `var`, use proper opening and closing curly braces for `if`s, etc
- If your IDE doesnt automatically apply settings from .editorconfig, please take care that you indent using spaces, not tabs.
- Branch off and create Pull Requests from the master branch