Skip to content

Instantly share code, notes, and snippets.

@y1zhou
Created December 5, 2019 17:58
Show Gist options
  • Save y1zhou/63229280b5b7ba0b0fe49d2a51b4d073 to your computer and use it in GitHub Desktop.
Save y1zhou/63229280b5b7ba0b0fe49d2a51b4d073 to your computer and use it in GitHub Desktop.
Edge style smooth scrolling for FireFox
pref("general.smoothScroll.mouseWheel.durationMinMS", 50);
pref("general.smoothScroll.mouseWheel.durationMaxMS", 150);
pref("general.smoothScroll.currentVelocityWeighting", 0);
pref("general.smoothScroll.stopDecelerationWeighting", 0.82);
pref("mousewheel.default.delta_multiplier_y", 200);
pref("mousewheel.min_line_scroll_amount", 25);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment