From 3dbebefe47aedb8db2b07b06e85a901c255a0d59 Mon Sep 17 00:00:00 2001 From: hjstephens09 Date: Tue, 24 Mar 2020 11:50:17 -0400 Subject: [PATCH] Update FastFox.js --- FastFox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/FastFox.js b/FastFox.js index c5d6ec4..9a05a22 100644 --- a/FastFox.js +++ b/FastFox.js @@ -92,7 +92,6 @@ user_pref("browser.display.show_image_placeholders", false); * This is my preferred configuration. See other by using the link: * [1] https://www.reddit.com/r/firefox/comments/bvfqtp/these_are_the_smooth_scrolling_tweaks_i_play/epozw68 ***/ user_pref("apz.frame_delay.enabled", false); -user_pref("general.autoScroll", true); user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 250); user_pref("general.smoothScroll.msdPhysics.enabled", true); user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 400);