user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b1aa1f561926cf6e49c96699307f7329146c42d7
parent a349662f69d9cf4d9eb90352f589a8ea240be24e
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 16 Mar 2019 22:51:58 +0000

2030: default change
Diffstat:
Muser.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -1079,9 +1079,9 @@ user_pref("dom.imagecapture.enabled", false); // [DEFAULT: false] * [1] https://developer.mozilla.org/docs/Web/API/OffscreenCanvas ***/ user_pref("gfx.offscreencanvas.enabled", false); // [DEFAULT: false] /* 2030: disable auto-play of HTML5 media [FF63+] - * 0=Allowed (default), 1=Blocked, 2=Prompt + * 0=Allowed, 1=Blocked, 2=Prompt * [SETUP-WEB] This may break video playback on various sites ***/ -user_pref("media.autoplay.default", 1); +user_pref("media.autoplay.default", 1); // [DEFAULT: 1 in FF66+] /* 2031: disable audio auto-play in non-active tabs [FF51+] * [1] https://www.ghacks.net/2016/11/14/firefox-51-blocks-automatic-audio-playback-in-non-active-tabs/ ***/ user_pref("media.block-autoplay-until-in-foreground", true);