YouTube Quick Speed Interface

Add a quick speed interface to YouTube's middle-bottom area without interfering with existing controls.

Author
オーウェル緑
Daily installs
0
Total installs
196
Ratings
2 0 0
Version
1.14
Created
2023-05-20
Updated
2024-12-17
Size
3.67 KB
License
MIT
Applies to

================ UPDATE ================
// @changelog Version 1.05:
// - Added MutationObserver to dynamically add speed options when the YouTube player container is added to the document.
// - Fixed a bug where duplicate speed adjustment options were created by checking for the existence of the .ytp-speed-options element before adding.

// @changelog Version 1.10:
// - Fixed a bug where the speed option highlight would display incorrectly when switching between videos.

// @changelog Version 1.14:
// - fixed bug. update new style.

================ INTRO ================
Adding Playback Speed Options to YouTube Player

This script adds a playback speed control feature to the YouTube HTML player interface, allowing you to change the video's playback speed using predefined speed options.

Instructions:
- After installing the script, you will see a "Speed" label next to the player controls.
- Click on the desired speed option to change the playback speed.
- The selected speed option will be highlighted and applied during video playback.

Note:
- This script is compatible with YouTube's HTML player interface.