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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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!)

Tác giả
Mashak
Cài đặt hàng ngày
0
Số lần cài đặt
1
Đánh giá
0 0 0
Phiên bản
1
Đã tạo
16-11-2025
Đã cập nhật
16-11-2025
Kích thước
2 KB
Giấy phép
MIT
Áp dụng cho
Tất cả trang web

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.