Autoscroll

Autoscroll any page

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Fejlesztő
Mashak
Napi telepítések
0
Telepítések száma
1
Értékelések
0 0 0
Verzió
1
Létrehozva
2025.11.16.
Frissítve
2025.11.16.
Size
2 KB
Licensz
MIT
Érvényes
Minden oldal

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.