Last active
July 27, 2020 23:42
-
-
Save jangxx/d56eb1efbf7dcd5d6de3af922af8160b to your computer and use it in GitHub Desktop.
[DEPRECATED] Youtube has implemented this feature now, so this userscript is not needed anymore. Old description: An improved version of this userscript: https://greasyfork.org/en/scripts/25058-youtube-player-speed-slider Removes the ugly checkbox, adds nicer styling and introduces somewhat cleaner code.
This file contains 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 (DEPRECATED) Youtube Player Speed Slider | |
// @namespace youtube_player_speed_slider | |
// @version 0.4.0 | |
// @description A userscript that is no longer required. You can uninstall this without losing any features. | |
// @author Łukasz, jangxx | |
// @match https://*.youtube.com/* | |
// @grant none | |
// @downloadURL https://gist.github.com/jangxx/d56eb1efbf7dcd5d6de3af922af8160b/raw/youtube_speed_slider.user.js | |
// ==/UserScript== | |
function do_nothing() {} | |
do_nothing(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment