Skip to content

Commit fe37e8f

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

484611-youtube-audio-only.user.js

Lines changed: 4 additions & 1 deletion
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.3
5+
// @version 1.6.4
66
// @author CY Fung
77
// @match https://www.youtube.com/*
88
// @match https://www.youtube.com/embed/*
@@ -1951,6 +1951,9 @@
19511951
background-size: contain;
19521952
background-repeat: no-repeat;
19531953
}
1954+
[ended-mode] [style*="--audio-only-thumbnail-image"]{
1955+
background-image: none;
1956+
}
19541957
19551958
ytd-video-preview #media-container div#player-container,
19561959
ytd-video-preview #media-container div#thumbnail-container{

0 commit comments

Comments
 (0)