There is video
tag on external site with autoplay. I want to create browser extension that unmute video.
In case
document.querySelector('video').muted = false
Occur warning
Unmuting failed and the element was paused instead because the user didn't interact with the document before. details
Is there permission or hack for browser extension that allow unmute?