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

Doesn't block video paused continue watching popup #11

Open
speedycatfish opened this issue Aug 5, 2022 · 3 comments
Open

Doesn't block video paused continue watching popup #11

speedycatfish opened this issue Aug 5, 2022 · 3 comments

Comments

@speedycatfish
Copy link

speedycatfish commented Aug 5, 2022

Title. I'll leave my music playlist on while playing a game, and the popup will stop my playlist. I am on Windows 10 using the latest version of Edge.

@Araxeus
Copy link
Owner

Araxeus commented Aug 5, 2022

So you are saying it get paused after more than 15min? that's shouldn't happen...

could it be that you have another tab selected?
does this happen all the time or only happened once?

@speedycatfish
Copy link
Author

Yeah, sometimes I have another tab selected. Does this extension only block the popup if youtube is the tab open? And yes, it has happened several times.

@Araxeus
Copy link
Owner

Araxeus commented Sep 13, 2022

Does this extension only block the popup if youtube is the tab open?

It shouldn't be. Although I'm not totally sure.

The problem is that it's tough to debug since you must wait for the popup to show up…

anyways the fact that it even blocks the popup is an added bonus to the extension,
I've only added it because it's only 1 line of code that takes 0 performance but is potentially very useful

// set last active time to now every 15min (blocks "are you there?" popup)
setInterval(() => window._lact = Date.now(), 9e5);

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