Autoscroll

Autoscroll any page

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Mashak
今日安裝
0
安裝總數
0
評價
0 0 0
版本
1
建立日期
2025-11-16
更新日期
2025-11-16
尺寸
1.9 KB
授權條款
MIT
腳本執行於
所有網站

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.