Skip to content

Commit 2a9fd8f

Browse files
committed
Closes #966
1 parent 43d756d commit 2a9fd8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/chrome/css/content-script.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ini | autoplay */
2-
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode) > *:not(.ytp-cued-thumbnail-overlay) {
2+
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
33
display: none;
44
}
55
/* end | autoplay */

src/firefox/css/content-script.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ini | autoplay */
2-
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode) > *:not(.ytp-cued-thumbnail-overlay) {
2+
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
33
display: none;
44
}
55
/* end | autoplay */

0 commit comments

Comments
 (0)