Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
InstaScroll
Instantly scrolls to position determined by mousewheel turns.
Have you ever tried to scroll down a page faster than your browser/computer can handle? You quickly flick the mouse wheel a few times, and when you are done the browser is still trying to catch up. It moves a few lines at a time until it eventually gets where you want it.
InstaScroll solves this problem. If the browser has fallen behind, InstaScroll causes it to instantly move to the accumulated scroll position all at once, instead of performing multiple moves of a few lines at a time.
Major update with version 2.0
Should now properly support textareas, divs, and other things that can possibly have scrollbars.
Also added some code for more instant updates when scrolling all the way to bottom or top of page.
Please let me know if you find any bugs with this script.
You could comment on this script if you were logged in.

login to vote
Hmm. It would be nice to have this for keyboard scrolling too. I thought of implementing it myself, but I can't find an appropriate event. Is there one? Maybe you'd have to intercept key events and work from there; could be problematic. Well, just an idea.
login to vote
Quite useful!
login to vote
Have you ever tried to scroll down a page faster than your browser/computer can handle? You quickly flick the mouse wheel a few times, and when you are done the browser is still trying to catch up. It moves a few lines at a time until it eventually gets where you want it.
InstaScroll solves this problem. If the browser has fallen behind, InstaScroll causes it to instantly move to the accumulated scroll position all at once, instead of performing multiple moves of a few lines at a time.