您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Smoothly scrolls the page when a button is held
Scrolls the page when a button is held x
pixels per frame. By default synced to your monitor refresh rate for the smoothest scroll. Scroll frequency and amount are easily configurable.
It's not turned on for every website by default. If you want to do that, you can replace a // @match
line in the top with // @match *://*/*
. Otherwise, add your own websites.
Keybinds:
W
or K
for UpS
or J
for DownSHIFT
for 2x the speed (amount configurable)Sorry for not making the keybinds also easily configurable. I'll do that later. But you can still change them by replace every KeyW
for up and KeyS
for down, for example.
By default, the experimental scroller is turned on. You still can use the old scroller by turning experimental
variable off, but it will probably be replaced with the experimental one in the future.