cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
greg45416
New member
Status: New idea

I sometimes have to do tasks where I am required to watch one or more pre-recorded videos. The page requires javascript to function, and the javascript detects if I focus away from the browser or move to another tab. Is there a way to disable this feedback so that I can move away from the page (either to another tab or another application) without the javascript being able to detect this?

Thanks in advance.

5 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Anonymous
Not applicable
Anonymous
Not applicable

---

Honza
Employee
Employee

There is no such feature in DevTools designed for this. But you can use DevTools to e.g. play with 'visibilitychange' event to workaround your case (at least if the addon mentioned above doesn't help)

 

 

greg45416
New member

@Anonymous@Honza- thank you! I can confirm that the always-visible extension works on the site like this that I will need to use next. I'll keep DevTools in mind as well for the next time that I need to use another such site.