user.js

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

commit 9c782fbf57bcc2cfb12a0d3d01646ed2c8118e14
parent 931462b30b3fe8c3f093e193e3ebcb4ec8f540a8
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 15 Jul 2019 17:07:35 +0000

2032: add default
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -948,7 +948,7 @@ user_pref("media.autoplay.default", 1); // [DEFAULT: 1 in FF67+] 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); +user_pref("media.block-autoplay-until-in-foreground", true); // [DEFAULT: true] /*** [SECTION 2200]: WINDOW MEDDLING & LEAKS / POPUPS ***/ user_pref("_user.js.parrot", "2200 syntax error: the parrot's 'istory!");