Adds a simple, stable dropdown to control playback speed (including slow motion) on home.google.com.
Google Home Video Speed Controller
This script adds a playback speed control dropdown to the video player on home.google.com.
Adds a Dropdown Menu
The script inserts a speed selection menu directly into the player's center control bar.
Multiple Speed Options
This allows you to set the playback speed to various levels. The available options are:
Slow Motion: 0.25x, 0.5x, 0.75x
Normal: 1x
Fast Forward: 1.5x, 2x, 3x, 5x, 10x
Matching UI
The controller is styled to match the existing Google Home interface, so it doesn't look out of place.
Stable Loading
It uses a MutationObserver to wait for the video player to load before adding the control. This ensures the script works reliably as you navigate the site.
The script is designed to be a simple, lightweight tool for adding speed control functionality where it doesn't natively exist.