Autoscroll any page
Autoscroll any page.
How to use: Press : to start, s to stop, +/- for faster/slower scrolling speed.
The script handles the speed both with the delay between each scrolling action and with the number of pixels scrolled. Default speed is set at 1 px / 5ms, which is 200 px / second. The binds to increase/decrease the speed will change the delay by adding/subtracting 2ms, and for the faster speeds, once at 1ms, it'll increase the number of pixels scrolled one by one.
You can edit a few variables to your liking:
scroll... except ScrollInterval: The different variables managing the (default) scrolling speed. Timer for the delay between each scrolling action, Pixels for the number of pixels scrolled, and Increment for the time to add/subtract to the current timer by pressing the +/- binds....Key: All the binds.Feel free to also change where the script will be available by editing the // @include * line in the header. Generally, it's one line per site. Since this script is generic, i made it usable everywhere by default, but the keybinds might cause conflicts on some sites.