Adds PiP, loop, and speed controls to HTML5 videos.
Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.
fix: adjust pointer-events for control elements
fix: adjust UI layout for better spacing
fix: update disableLoop SVG path data
perf: compress svg data urls
feat: implement internationalization infrastructure
fix: fix backdrop-filter blur not working in Edge
refactor: optimize Ul visibility timing and state management
refactor: redesign UI with a "More" menu and optimize performance
feat: implement A-B loop
feat: add playback speed control
feat: add video info panel
feat: wrap controls in video overlay container
refactor: rewrite architecture using component-based controls
fix: prevent menu interaction from triggering parent button action
fix: sync loop icon state with native video attribute
feat: hide PiP control when not supported by browser or site
refactor: optimize UI visibility timing and state management
feat: refactor and add new platform support