// smooth scrolling user_pref("general.smoothScroll", true); user_pref("mousewheel.default.delta_multiplier_y", 75); user_pref("general.smoothScroll.msdPhysics.enabled", true); user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 12); user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 600); user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 650); user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 25); user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", "2"); user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250); user_pref("general.smoothScroll.currentVelocityWeighting", "1"); user_pref("general.smoothScroll.stopDecelerationWeighting", "1"); // enable chrome/userChrome.css user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // enable userChrome debugging user_pref("devtools.chrome.enabled", true); user_pref("devtools.debugger.remote-enabled", true);