VA Cursor Distortion 版本历史 - 3 个版本
VA Cursor Distortion 作者: Luxia
VA Cursor Distortion 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2.0.1
发布于 2026年4月1日 - 24.68 KB适用于 firefox 78.0 及更高版本Smooth Wake toggle — Added to the popup UI + wired into popup.js DEFAULTS (was missing entirely, so the setting was invisible to users)
Stale texture mitigation — Three-pronged approach:
- Periodic background refresh — re-captures every 2s on static pages, every 500ms when <video> elements are playing. Uses "quick mode" that skips the
hide/show cycle so there's no flicker
- Faster scroll updates — Scroll debounce cut from 150ms to 80ms, plus scrollend event fires an immediate capture
- JPEG capture — Switched from PNG to JPEG quality 85 for the captureVisibleTab call. The data URL is much smaller, meaning faster transfer through the
message pipeline and faster blob→ImageBitmap conversion源代码遵循 MIT 许可证 发布
较早版本
版本 2.0.0
发布于 2026年4月1日 - 24.13 KB适用于 firefox 78.0 及更高版本v2.0.0 — Iridescent Wake Trails
- Replaced chromatic aberration with birefringence-inspired iridescence (colored fringe at contact edges)
- Added bright halo ring at contact edge
- Speed-dependent trail width
- Hold-then-snap release behavior (trail holds briefly, then vanishes all at once)
- Catmull-Rom spline subdivision for smoother trails
- Trail count doubled (32 → 64) for higher resolution
- Frame-rate-independent velocity smoothing
- Performance: eliminated redundant trail pass, single texture sample源代码遵循 MIT 许可证 发布