From 6fd0816be59a521367652568feeaeda80efccd52 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Wed, 4 Aug 2021 18:27:56 +0000 Subject: [PATCH] Remove new .player-controls-background class --- YouTube Mobile - Native controls.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YouTube Mobile - Native controls.user.js b/YouTube Mobile - Native controls.user.js index 611dbea..7687f5a 100644 --- a/YouTube Mobile - Native controls.user.js +++ b/YouTube Mobile - Native controls.user.js @@ -32,6 +32,6 @@ var addControls = function() } document.addEventListener("DOMContentLoaded", function() { - addGlobalStyle('#player-control-overlay { display: none !important }\n.ytp-autohide { cursor: auto !important }') + addGlobalStyle('#player-control-overlay { display: none !important }\n.ytp-autohide { cursor: auto !important }\n.player-controls-background { display: none !important; }') setInterval(addControls,1000) })