File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
// @name YouTube: Audio Only
3
3
// @description No Video Streaming
4
4
// @namespace UserScript
5
- // @version 1.6.5
5
+ // @version 1.6.6
6
6
// @author CY Fung
7
7
// @match https://www.youtube.com/*
8
8
// @match https://www.youtube.com/embed/*
1951
1951
background-size: contain;
1952
1952
background-repeat: no-repeat;
1953
1953
}
1954
- .ended-mode [style*="--audio-only-thumbnail-image"]{
1954
+ .html5-video-player. ended-mode [style*="--audio-only-thumbnail-image"]{
1955
1955
background-image: none;
1956
1956
}
1957
1957
1958
+ .html5-video-player.ytp-ce-shown .html5-video-container {
1959
+ opacity: 0.5;
1960
+ transition: opacity 0.5s;
1961
+ }
1962
+
1958
1963
ytd-video-preview #media-container div#player-container,
1959
1964
ytd-video-preview #media-container div#thumbnail-container{
1960
1965
transition: initial !important;
You can’t perform that action at this time.
0 commit comments