Skip to content

Instantly share code, notes, and snippets.

@jangxx
Last active July 27, 2020 23:42
Show Gist options
  • Save jangxx/d56eb1efbf7dcd5d6de3af922af8160b to your computer and use it in GitHub Desktop.
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.
// ==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