1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Update FastFox.js

This commit is contained in:
hjstephens09
2020-03-24 11:50:17 -04:00
committed by GitHub
parent 43a32cf32d
commit 3dbebefe47
-1
View File
@@ -92,7 +92,6 @@ user_pref("browser.display.show_image_placeholders", false);
* This is my preferred configuration. See other by using the link: * 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 ***/ * [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("apz.frame_delay.enabled", false);
user_pref("general.autoScroll", true);
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 250); user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 250);
user_pref("general.smoothScroll.msdPhysics.enabled", true); user_pref("general.smoothScroll.msdPhysics.enabled", true);
user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 400); user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 400);