You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think videos that are not public should not be exposed to the server. (or public as db is public)
This should affect both private and unlisted videos.
Suggested options
Prompt user
Do not send request to server
Use a substring of a hard to compute hash when no times are submitted
Detection
let Public = (document.getElementsByClassName("style-scope ytd-badge-supported-renderer")[2].innerText === "");
The text was updated successfully, but these errors were encountered:
A prompt would probably be the easiest to add. (and still allow for debugging)
However "a substring of a hard to compute hash when no times are submitted" would
probably be a nice feature to have.
Description
I think videos that are not public should not be exposed to the server. (or public as db is public)
This should affect both private and unlisted videos.
Suggested options
Detection
let Public = (document.getElementsByClassName("style-scope ytd-badge-supported-renderer")[2].innerText === "");
The text was updated successfully, but these errors were encountered: