Universal Auto Scroll

Press Alt + X to start auto-scroll or increase speed. X to pause/resume, Space / Esc to stop. Use Up/Down to adjust speed. Page Up/Down work normally during scroll/pause. Mouse Up/Down pauses during scroll and work normally during pause.

当前为 2025-03-11 提交的版本,查看 最新版本

这些是此脚本变更过代码的版本。 显示所有版本。

  • v4.0 2025-06-20

    Exclusion fix

  • v4.0 2025-06-20

    Added a bunch of excludes for webapps that don't like script injection. Feel free to add your own.

  • v3.0 2025-06-19

    Made work with FB.

    Summary of Fixes Needed
    Use capture: false for keyboard listeners.

    Skip script logic inside inputs or editable fields.

    Set { passive: false } if calling preventDefault() on wheel.

    Defer DOM insertions like document.body.appendChild(...) safely.

  • v2.0 2025-03-11

    Changed Alt + X to start scrolling and increase speed.
    Changed X to toggle pause/resume instead of stopping.
    Changed Up/Down to adjust speed instead of interfering with manual scrolling.
    Changed Space and Esc to fully stop scrolling at any time.
    Changed Page Up/Down to always pass through while updating memory without pausing.
    Added behavior where Mouse Scroll Up/Down pauses scrolling and updates memory.
    Added memory updates for manual scrolling during pause without interference.
    Improved HUD to dynamically display speed or pause status.

  • v1.0 2025-02-17
  • v1.0 2025-02-17
  • v1.0 2025-02-17
  • v1.0 2025-02-16