- Create registry.csv to define various Windows registry settings for privacy, telemetry, and UI preferences. - Add betterfoxoverrides.js for Firefox to restore login manager, address and credit card manager, and customize new tab page settings. - Introduce smoothfox.js for Firefox to enable smooth scrolling and adjust mouse wheel settings. - Establish registry.yaml to organize and document registry paths and values for system, appearance, search, privacy, and application settings.
4 lines
278 B
JavaScript
4 lines
278 B
JavaScript
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
|
user_pref("general.smoothScroll", true); // DEFAULT
|
|
user_pref("general.smoothScroll.msdPhysics.enabled", true);
|
|
user_pref("mousewheel.default.delta_multiplier_y", 300); // 250-400; adjust this number to your liking
|