Remove new .player-controls-background class

This commit is contained in:
Fierelier 2021-08-04 18:27:56 +00:00
parent 84c2fcff6c
commit 6fd0816be5
1 changed files with 1 additions and 1 deletions

View File

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