user.js

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

commit 26d47684475830af4c9f16daae55cfce020113ca
parent 9f9988527250b2797b1864dce18f5dae7a0dc547
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Wed, 21 Oct 2020 13:44:21 +0000

add media.autoplay.blocking_policy
Diffstat:
Mscratchpad-scripts/troubleshooter.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scratchpad-scripts/troubleshooter.js b/scratchpad-scripts/troubleshooter.js @@ -1,5 +1,5 @@ -/*** arkenfox user.js troubleshooter.js v1.6.1 ***/ +/*** arkenfox user.js troubleshooter.js v1.6.2 ***/ (function() { @@ -62,6 +62,7 @@ 'dom.webaudio.enabled', 'media.autoplay.enabled', 'media.autoplay.default', // FF63+ + 'media.autoplay.blocking_policy', // FF78+ /* Forms */ 'browser.formfill.enable',