aboutsummaryrefslogtreecommitdiff
path: root/.config/firefox
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-03 09:41:49 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:32 +0200
commitd09f73e13736a9c1974c3d6d55e0d2dae2dd9c8e (patch)
tree4ffbced369ac52a19336d7fd98d8350fa79e5992 /.config/firefox
parentff53e0df59ee0aed17c69c601c6abc51e36e6dce (diff)
Disable autoplay in Firefox
Diffstat (limited to '.config/firefox')
-rw-r--r--.config/firefox/user.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/firefox/user.js b/.config/firefox/user.js
index 1da44b4..8a702c4 100644
--- a/.config/firefox/user.js
+++ b/.config/firefox/user.js
@@ -16,6 +16,7 @@ user_pref("browser.startup.homepage", "https://searx.tyil.nl");
user_pref("browser.startup.page", 3);
user_pref("browser.urlbar.placeholderName", "DuckDuckGo");
user_pref("general.smoothScroll", false);
+user_pref("media.autoplay.default", 5); // Disable autoplay for both sound and video
user_pref("privacy.donottrackheader.enabled", true);
// Make Firefox load userChrome.css again...