From 2ff45c19e10b07f6038d8df33bf10fe0402ba8e2 Mon Sep 17 00:00:00 2001 From: yokoffing Date: Wed, 24 Mar 2021 22:10:05 -0400 Subject: [PATCH] add elastic overscroll --- SmoothFox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SmoothFox.js b/SmoothFox.js index 18faa74..e889f47 100644 --- a/SmoothFox.js +++ b/SmoothFox.js @@ -11,7 +11,7 @@ * SmoothFox * * "Faber est suae quisque fortunae." * * priority: smooth scrolling * - * version: 29 December 2020 * + * version: March 2021 * * url: https://github.com/hjstephens09/Better-Fox * ***************************************************************************/ @@ -31,3 +31,4 @@ user_pref("general.smoothScroll.mouseWheel.durationMaxMS", 250); user_pref("general.smoothScroll.mouseWheel.durationMinMS", 125); user_pref("general.smoothScroll.stopDecelerationWeighting", "0.7"); user_pref("mousewheel.min_line_scroll_amount", 25); +user_pref("apz.overscroll.enabled", true); /*elastic overscroll*/