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) })