Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.26 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.26 KB

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 ifs, 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