-
Notifications
You must be signed in to change notification settings - Fork 18
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
remove watched video ONLY from extenson database #92
Comments
But the video will still likely be marked as watched on Youtube's side of things, and since the Youtube Watchmarker automatically adds everything that Youtube thinks has been watched back to the database the video would eventually be marked as watched again. Seems like removing it from Youtube's watch history is a requirement. 🤔 |
Well, not if we don't have enable youtube history in google account, and not enabled Mark a video as watched once it has the official Youtube watched badge. and Mark a video as watched once it appears in Youtube's watch history. At least if there would be advanced option to skip that step or skip button when it starts. |
So if
and if a video is ought to be removed from the history per a user's request then
Seems like a very specific feature that may have limited use to the overall user base. I understand that it would be very useful to you, but every piece of logic that I add not only takes time adding it but also time to maintain. 🤔 |
Forgot to mention, Mark a video as watched once it appears in Youtube's watch history. is also disabled by me. |
I will implement it as outlined in #116, thank you for your patience. |
I hate when I accidentally open some video, and when I want to remove it from extension database, it says that it is removing it from YouTube's history. And because I have slow Internet, it is so slow. A anyways do not have youtube history enabled. So I'd like it to skip that slow step. Or add it as additional option.
The text was updated successfully, but these errors were encountered: