1
israinbow 2023-10-06 19:16:36 +08:00
试试创建一个 user.js 到 profile 目录里, 加入
```js user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 250); user_pref("general.smoothScroll.msdPhysics.enabled", true); user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 450); user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 450); user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 50); user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio;0", 4); user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 5000); user_pref("mousewheel.min_line_scroll_amount", 22); user_pref("toolkit.scrollbox.horizontalScrollDistance", 4); user_pref("toolkit.scrollbox.verticalScrollDistance", 5); ``` |
2
idioteque7 OP @israinbow 尝试了下还是没能解决,不过也发现并不是所有网站都会碰到这个问题,部分会有,但确实很影响体验
|