From 0806f9bfd9a1474b65bf0303e7b7f202c1015753 Mon Sep 17 00:00:00 2001 From: Andrew S Date: Wed, 6 Dec 2023 09:49:51 -0600 Subject: [PATCH] Fix #36 --- chrome/content.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content.js b/chrome/content.js index 77e30e6a..d169440c 100644 --- a/chrome/content.js +++ b/chrome/content.js @@ -600,8 +600,6 @@ if (is_url_yt(window.location.href)) { const OverrideList = [ 'Space', 'KeyP', // play/pause - 'ArrowUp', - 'ArrowDown', 'ArrowLeft', 'ArrowRight', // seek 'KeyF', // fullscreen 'KeyM', // mute