Universal smooth scrolling for mouse wheel only. Touchpad uses native scrolling.
当前为
A lightweight and efficient userscript that enhances scrolling behavior in web browsers by providing buttery-smooth scrolling for mouse wheel users while preserving native touchpad scrolling.
Default settings optimized for modern mice:
{
smoothness: 0.8, // Higher = smoother, but more latency
acceleration: 0.25, // Lower = more consistent speed
minDelta: 0.5, // Minimum scroll threshold
maxRefreshRate: 144, // Maximum FPS limit
minRefreshRate: 30, // Minimum FPS limit
defaultRefreshRate: 60 // Fallback FPS
}
Improved Reading Experience
Smart Adaptability
Performance Focused
The script uses several advanced techniques:
Works with:
May not work optimally on:
Performance considerations: