Skip to content
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

Closed
nijazm opened this issue Nov 9, 2022 · 5 comments
Closed

remove watched video ONLY from extenson database #92

nijazm opened this issue Nov 9, 2022 · 5 comments

Comments

@nijazm
Copy link

nijazm commented Nov 9, 2022

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.

@sniklaus
Copy link
Owner

sniklaus commented Nov 9, 2022

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. 🤔

@nijazm
Copy link
Author

nijazm commented Nov 9, 2022

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.

@sniklaus
Copy link
Owner

sniklaus commented Nov 9, 2022

So if

  • "Mark a video as watched once it has the official Youtube watched badge" is disabled which is enabled by default, and
  • "Mark a video as watched once it appears in Youtube's watch history" is disabled which is enabled by default

and if a video is ought to be removed from the history per a user's request then

  • the video should not be tried to be remove from Youtube's watch history, but
  • the video should be removed from the browser's history still.

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. 🤔

@nijazm
Copy link
Author

nijazm commented Nov 9, 2022

Forgot to mention, Mark a video as watched once it appears in Youtube's watch history. is also disabled by me.
Yes, very specific, but biggest issue to me is actually combination of slow Internet, and broken touchpad, so I sometimes easily open wrong video. But, not a big deal.

@sniklaus
Copy link
Owner

sniklaus commented Feb 7, 2024

I will implement it as outlined in #116, thank you for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants