Arcus92 / instagram-video-control

Adds video playback controls to Instagram.
MIT License
24 stars 2 forks source link

Feature request: an option to always unmute Instagram by default #37

Closed dspjm closed 6 months ago

dspjm commented 6 months ago

I am on Firefox and when I open Instagram page every time or enter profile pages, the videos are always muted by default. I have to click the unmute button in the video control.

Would be nice if this add-on allows an option to always unmute the videos by default.

Thanks.

Arcus92 commented 6 months ago

Hi, I was going to implement this and restore the previous mute state. However, this is a limitation of modern browser. You can not have auto-unmute and auto-play. Unless the user explicitly clicks in the website, the extension is not allowed to change the mute state.

I can add a toggle to enable auto-unmute in the settings. This would pause all videos on the initial page load until the user clicks the play button again. Unless the user manually change this option in the website settings: image I'll try to add a hint/info in the settings menu, when this option is enabled then.

Arcus92 commented 6 months ago

New options looks like this: image

Is this understandable? I might add browser specific descriptions.

dspjm commented 6 months ago

Is this understandable? I might add browser specific descriptions.

Thanks. I think it's understandable. It means to allow autoplay and the videos will be unmuted automatically.