Skip to content

Commit e5def1f

Browse files
committed
YouTube: Audio Only | Visual Fix
1 parent fe37e8f commit e5def1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

484611-youtube-audio-only.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name YouTube: Audio Only
33
// @description No Video Streaming
44
// @namespace UserScript
5-
// @version 1.6.4
5+
// @version 1.6.5
66
// @author CY Fung
77
// @match https://www.youtube.com/*
88
// @match https://www.youtube.com/embed/*
@@ -1951,7 +1951,7 @@
19511951
background-size: contain;
19521952
background-repeat: no-repeat;
19531953
}
1954-
[ended-mode] [style*="--audio-only-thumbnail-image"]{
1954+
.ended-mode [style*="--audio-only-thumbnail-image"]{
19551955
background-image: none;
19561956
}
19571957

0 commit comments

Comments
 (0)