浏览代码

Disable mouse wheel speed

main
父节点
当前提交
c411186b19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      user.js

+ 1
- 1
user.js 查看文件

91
 user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
91
 user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
92
 user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
92
 user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
93
 user_pref("general.smoothScroll.stopDecelerationWeighting", 1.0);
93
 user_pref("general.smoothScroll.stopDecelerationWeighting", 1.0);
94
-user_pref("mousewheel.default.delta_multiplier_y", 250);
94
+//user_pref("mousewheel.default.delta_multiplier_y", 250);
95
 
95
 
96
 /* Bloat */
96
 /* Bloat */
97
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // empty top sites list
97
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // empty top sites list

正在加载...
取消
保存