From 6038c6ff7868eee04de7296197a1133bee250392 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 1 Jul 2020 23:23:12 +0200 Subject: [PATCH] firefox: restore default for autoplay Let's see what it means. --- firefox.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/firefox.js b/firefox.js index e23c8ac..c938306 100644 --- a/firefox.js +++ b/firefox.js @@ -42,9 +42,6 @@ user_pref("browser.tabs.allowTabDetach", false); 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); - // Remove some annoying animations (notably when going full screen) user_pref("toolkit.cosmeticAnimations.enabled", false);