Greasy Fork is available in English.
Enhances YouTube with playback speeds and repeat functionality.
Enhances YouTube with playback speeds beyond 2x and repeat functionality.
The control panel in its minimized state.

The full panel with all options visible.

The script follows a modular, event-driven architecture designed for stability in YouTube's SPA environment:
┌───────────────────────────┐ ┌───────────────────────────┐
│ User Inputs (Keys/Panel) │ │ Browser Events (Navigate) │
└─────────────┬─────────────┘ └─────────────┬─────────────┘
│ Command │ Trigger
┌─────────────▼───────────────────────────────────────▼─────────────┐
│ YouTube Speed & Loop Script │
│ ┌───────────────────────────────────────────────────────────────┐ │
│ │ Lifecycle Manager [Cleanup] ─► [Init] │ │
│ └───────────┬───────────────────────────────────────┬───────────┘ │
│ │ Reset │ Setup │
│ ┌───────────▼───────────┐ ┌───────────────▼───────────┐ │
│ │ UI & Input Layer │ Dispatch │ Functional Controllers │ │
│ │ [Panel] [Shortcuts] │──────────►│ [Speed] [Loop] [AutoConf] │ │
│ └───────────────────────┘ └───────────────────────────┘ │
└────────────────────────────────┬──────────────────────────────────┘
│ Manipulate
┌────────────────────────────────▼──────────────────────────────────┐
│ YouTube DOM │
│ HTML5 <video> | Listeners | Storage │
└───────────────────────────────────────────────────────────────────┘
v1.1.1 (Current)
v1.1.0
v1.0.1
v1.0