Lite version of video control script. Supports: Seek, Volume, Speed, Fullscreen, PiP, OSD, Rotate, Mirror, Mute.
A lightweight HTML5 video control userscript. Supports almost all HTML5 video websites (YouTube, Bilibili, Twitch, etc.).
Provides functionalities like playback speed control, seek, volume control, fullscreen, picture-in-picture, web fullscreen, mirroring, rotation, and a beautiful OSD (On-Screen Display).
| Action | Shortcut | Description |
|---|---|---|
| Seek Fwd | → (Right) |
Forward 5s |
| Seek Bwd | ← (Left) |
Rewind 5s |
| Seek Fwd (L) | Shift + → |
Forward 30s |
| Seek Bwd (L) | Shift + ← |
Rewind 30s |
| Volume + | ↑ (Up) |
Volume +5% |
| Volume - | ↓ (Down) |
Volume -5% |
| Volume + (L) | Shift + ↑ |
Volume +20% |
| Volume - (L) | Shift + ↓ |
Volume -20% |
| Mute | M |
Toggle Mute |
| Speed + | C |
Speed +0.1x |
| Speed - | X |
Speed -0.1x |
| Reset Speed | Z |
Reset to 1.0x |
| Set Speed | 1 / 2 / 3 / 4 |
Set to 1x / 2x / 3x / 4x |
| Fullscreen | Enter |
Toggle Native Fullscreen |
| Web Fullscreen | Shift + Enter |
Toggle Web Fullscreen |
| Picture-in-Picture | Shift + I |
Toggle PiP Mode |
| Next Video | Shift + N |
Play Next Video |
| Prev Video | Shift + P |
Play Previous Video |
| Mirror | Shift + M |
Toggle Mirror |
| Rotate | Shift + R |
Rotate 90° |
| Settings | (Menu) | "Settings" in Tampermonkey Menu |
lite_h5_video_control.user.js.Click the Tampermonkey icon in your browser, find "Lite Video Control", and click "Settings" to open the configuration panel.
Q: Shortcuts not working? A: Ensure you are not typing in a text box. Some sites might block events; try clicking the video player once to focus it.
Q: OSD not visible in Fullscreen?
A: The script creates OSD elements inside the fullscreen container to ensure visibility. If issues persist, try "Web Fullscreen" (Shift+Enter).
MIT License