Autoscroll

Autoscroll any page

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 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.