-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Kids): Add blockChannel
command to easily block channels
#503
Conversation
This would be a start to #422. |
Probably better to put the kids only block channel in Please place your new kids only parser classes in the |
I went back and forth on this. My initial implementation was under Kids, but these particular actions/UI elements are only available within the YouTube web client when logged into an account that curates content for supervised accounts/kids profiles. |
Just skimming through the code and it looks good. Will do a proper review tomorrow or Tuesday. Edit: |
blockChannel
command to easily block channels
This is nothing to do with ytkids. This is for supervised child accounts that are set to 'Explore', giving them access to yt proper. |
Added new command and classes to support the Report / Block channel for kids
Small change to ToggleButton to allow parsing when there is now defaultIcon defined.