This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gistup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
OlderNewer