-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Confirm on video that is not public [TESTING] #210
Conversation
isPublic does not work for embedded videos |
Does this appear right away or is it lazy loaded? If so, is a promise needed? |
Maybe add a "always check for sponsors" button to the dialog. Is this possible with vanilla confirmation menus? |
Does this create any noticeable extra delay when pulling sponsors? Also, does this work for the old YouTube theme? |
@ajayyy I have tested it for the normal theme :D |
Please review the code changes. the UI can be added later just want to warn users currently |
Confirmed to slow sponsor checking. This will have to be optional I guess. Then it can be removed in favour of ajayyy/SponsorBlockServer#25 |
@ajayyy It is slower now but I dont know how to make it faster without using a hashed substring or a synced local database to get the times |
@officialnoob yea, there is no way. Hashed substring is the best option. That can be added after this. |
I think this is done until the new api endpoint is available |
Does this video break it: https://www.youtube.com/watch?v=tO8aJ-TUtJY&list=PL96C35uN7xGJu6skU4TBYrIWxggkZBrF5&index=1 ("Learning playlist")? |
@ajayyy it did I have now added an exception for that type. |
Switched to only alerting on "Private" and "Unlisted" |
It is really only unlisted that is concerning |
Will recreate PR due to code changes |
Summary