Fix reference node order to fix issue with player-container always being visible

This commit is contained in:
Ajay
2022-01-19 10:57:28 -05:00
parent e4aa7efd3c
commit bf735f47b0

View File

@@ -331,9 +331,9 @@ export default class Utils {
findReferenceNode(): HTMLElement {
const selectors = [
"#player-container",
"#movie_player",
"#c4-player", // Channel Trailer
"#player-container", // Preview on hover
"#main-panel.ytmusic-player-page", // YouTube music
"#player-container .video-js", // Invidious
".main-video-section > .video-container" // Cloudtube