Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OsaSoft/youtube-better-subscriptions
- Owner: OsaSoft
- License: gpl-3.0
- Created: 2017-08-24T11:53:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T20:03:40.000Z (5 months ago)
- Last Synced: 2024-08-04T20:58:54.758Z (5 months ago)
- Topics: browser, browser-extension, chrome, extension, firefox, hide-watched-videos, subscription, youtube
- Language: JavaScript
- Homepage:
- Size: 239 KB
- Stars: 119
- Watchers: 8
- Forks: 19
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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