mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
firefox: allow autoplay of muted video
This is unfair to other formats like GIF.
This commit is contained in:
parent
25427b2390
commit
333c32e7df
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ user_pref("browser.tabs.tabClipWidth", 1000);
|
|||
user_pref("full-screen-api.warning.timeout", 0);
|
||||
user_pref("full-screen-api.transition.timeout", 0);
|
||||
|
||||
// Don't autoplay videos (even without audio)
|
||||
user_pref("media.autoplay.default", 5);
|
||||
// Don't autoplay videos (except when no audio)
|
||||
user_pref("media.autoplay.default", 1);
|
||||
|
||||
// Remove some annoying animations (notably when going full screen)
|
||||
user_pref("toolkit.cosmeticAnimations.enabled", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue