View youtube_fix
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 Youtube Keyboard Shortcuts Fix | |
// @namespace https://gist.github.com/ozturkkl | |
// @version 1.0 | |
// @description Will fix up arrow buttons behaving differently after changing volume or seek with mouse. | |
// @author Kemal Ozturk | |
// @include /.+youtube\.com/.*/ | |
// @icon https://www.google.com/s2/favicons?domain=youtube.com | |
// @grant none | |
// @run-at document-start |