Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zafchiel/ytkb

Simple userscript to improve youtube experience
https://github.com/zafchiel/ytkb

userscript youtube

Last synced: 5 days ago
JSON representation

Simple userscript to improve youtube experience

Awesome Lists containing this project

README

        

# YouTube Keyboard Shortcuts (ytkb) Userscript

Simple userscript to improve youtube keyboard controls. Key features include:

1. **Custom Keyboard Shortcuts:**

- `H` or `Left Arrow`: Rewind (5 seconds)
- `L` or `Right Arrow`: Fast forward (5 seconds)
- `J` or `Down Arrow`: Decrease volume
- `K` or `Up Arrow`: Increase volume
- `M`: Toggle mute
- `,`: Decrease playback speed (max 3.00x)
- `.`: Increase playback speed (min 0.10x)
- `z`: Reset playback speed to 1.0
- `I`: Toggle Picture-in-Picture mode
- `F`: Toggle full screen

2. **Control Modifiers:**

- Holding `Ctrl` while using seek or volume shortcuts doubles the effect

3. **On-screen Feedback:**

- Displays a temporary overlay showing the result of your action

4. **Persistent Video State Display:**
- Shows current time, duration, volume, mute status, and playback speed
- Updates in real-time below the video

The script is designed to work on YouTube video pages and doesn't interfere with input fields or textareas. It also preserves YouTube's native keyboard shortcuts for most functions.