summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:04 +0000
commit062da5deb8a476cbd60ff0a844fb950b103866de (patch)
tree36d112d0762c4bdc94d6f3cabb87345fc3cb1e70
parentuser.js: Disabling pocket extension. (diff)
downloadfirefox-esr-062da5deb8a476cbd60ff0a844fb950b103866de.tar.xz
firefox-esr-062da5deb8a476cbd60ff0a844fb950b103866de.zip
user.js: Disabling smooth scrolling.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/pref/user.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 737e0e6b83..ff69bbcade 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1027,6 +1027,15 @@ user_pref("full-screen-api.warning.delay", 0);
user_pref("full-screen-api.warning.timeout", 0);
user_pref("full-screen-api.transition.timeout", 0);
+user_pref("general.smoothScroll", false);
+user_pref("general.smoothScroll.lines", false);
+user_pref("general.smoothScroll.mouseWheel", false);
+user_pref("general.smoothScroll.other", false);
+user_pref("general.smoothScroll.pages", false);
+user_pref("general.smoothScroll.pixels", false);
+user_pref("general.smoothScroll.scrollbars", false);
+user_pref("toolkit.scrollbox.smoothScroll", false);
+
user_pref("layout.spellcheckDefault", 0);
user_pref("media.autoplay.default", 5);