user.js

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

commit 6618bf5f7693a15c77f863b6c5d9dabd5f72972a
parent 9aa8e27ef4d77f1de07e7d765b75fa075eb320d9
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 23 Jul 2019 14:02:26 +0000

media.autoplay.allow-muted, closes #756
Diffstat:
Muser.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -942,6 +942,8 @@ user_pref("media.autoplay.enabled.user-gestures-needed", false); /* 2032: disable audio autoplay 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); // [DEFAULT: true] +/* 2033: disable autoplay for muted videos [FF63+] ***/ + // user_pref("media.autoplay.allow-muted", false); /*** [SECTION 2200]: WINDOW MEDDLING & LEAKS / POPUPS ***/ user_pref("_user.js.parrot", "2200 syntax error: the parrot's 'istory!");