Better player hiding, no ad flashes

This commit is contained in:
goodtube4u
2025-10-22 15:50:02 +10:00
parent d7ec5c5f66
commit da88ac2117

View File

@@ -334,7 +334,7 @@
// Hide the main Youtube player
cssOutput += `
body:not(.goodTube_fallback) ytd-player {
body:not(.goodTube_fallback) #player {
visibility: hidden !important;
}
`;