Skip to content

Instantly share code, notes, and snippets.

gistup
@strickc
strickc / SpeedControl.user.js
Last active May 17, 2025 22:20
SpeedControl.user.js
// ==UserScript==
// @name HTML5 Video Player Speed Control
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Control the playback speed of HTML5 video players with keyboard shortcuts.
// @author cs
// @match *://*/*
// @icon https://logos-download.com/wp-content/uploads/2017/07/HTML5_logo.png
// @grant none
// @license MIT