Smooth Scrolling

Scrolls the page when a button is held `x` times per `y` seconds

Από την 25/03/2021. Δείτε την τελευταία έκδοση.

Δημιουργός
sllypper
Βαθμολογίες
0 0 0
Έκδοση
1.0.0
Δημιουργήθηκε την
25/03/2021
Ενημερώθηκε την
25/03/2021
Μέγεθος
5 KB
Άδεια
Μη διαθέσιμη
Εφαρμόζεται σε

Scrolls the page when a button is held x times per y seconds. Or synced to your monitor refresh rate for the smoothest scroll. Speed and scroll amount are easily configurable.

It's not turned on for every website by default. If you want to do that, you can replace the // @match lines in the top with // @match *://*. Otherwise, add your own websites.

Keybinds:

  • W or K for Up
  • S or J for Down
  • Hold SHIFT for 2x the speed

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 be replaced with the experimental one in the future.