VA Cursor Distortion의 버전 기록 - 3개 버전
VA Cursor Distortion 제작자: Luxia
VA Cursor Distortion의 버전 기록 - 3개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 2.0.1
2026년 4월 1일에 출시 - 24.68 KBfirefox 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 conversionMIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 2.0.0
2026년 4월 1일에 출시 - 24.13 KBfirefox 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 sampleMIT 라이선스에 따라 릴리스된 소스 코드