Xah Lee, , …,
about:config.mousewheel.withnokey.sysnumlines. Double-click the line to set the value to “false”.mousewheel.withnokey.numlines, and set it to a number you like.The change is immediate. You don't need to restart Firefox. This works in Linux too.
mousewheel.withnokey.action line.To turn on autoscroll feature on Linux:
about:config in the URL field.general.autoScroll to true.This lets you middle-click on a empty area to pan-scroll in any direction by moving mouse.
The mousewheel variables has these 2 forms:
mousewheel.‹modifier key›.‹type›mousewheel.horizscroll.‹modifier key›.‹type›The ‹modifier key› key is one of: withnokey, withaltkey, withcontrolkey, withshiftkey, withmetakey.
The ‹type› is one of: action, numlines, sysnumlines.
The important part is the values for the action. The action code determines whether you are scrolling by pixels, lines, pages, etc. Here are the possible values and meaning:
0 - Scroll document by a number of lines (given by the numlines property)1 - Scroll document by one page2 - Move back/forward in history3 - Make text larger/smaller4 - Scroll document by a number of pixels (given by the numlines property) Number of lines to scroll by if action is set to value 0, or pixels if action is set to value 4; otherwise, this value is ignored.
Use system preferences to determine how many lines to scroll by.