Smooth Scrolling

Smoothly scrolls the page when a button is held

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.

(I already have a user script manager, let me install it!)

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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
sllypper
التثبيت اليومي
0
إجمالي التثبيت
196
التقييمات
0 0 0
الإصدار
1.1.2
تم إنشاؤه
25-03-2021
تم تحديثه
28-03-2021
الحجم
5.88 KB
الترخيص
لا يوجد
ينطبق على

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 Up
  • S or J for Down
  • Hold SHIFT 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.