• Stars
    star
    122
  • Rank 292,031 (Top 6 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created about 7 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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