Is there any way to disable all sound on a browser window that may have embedded videos?
I'm not looking for particular solutions such as targeting Youtube with js etc... I need something general that will shut off all sound for that page so if any video plays it has NO sound. Need something that shuts off sound at the page level, not individually addressing each player via js etc...
I'm not aware of anything that could do that but thought I'd ask.
Many thanks if you could point me in the right direction.
PS: I know about How to mute all sound in a page with JS? but it's not what I need.