Skip to content

Instantly share code, notes, and snippets.

Avatar
😜
Have a nice day!

Kemal Ozturk ozturkkl

😜
Have a nice day!
View GitHub Profile
@ozturkkl
ozturkkl / youtube_fix
Last active February 23, 2022 06:20
Youtube Shortcuts Focus Fix
View youtube_fix
// ==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