Skip to content

Commit

Permalink
Closes #966
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleCore committed Mar 21, 2024
1 parent 43d756d commit 2a9fd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chrome/css/content-script.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ini | autoplay */
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode) > *:not(.ytp-cued-thumbnail-overlay) {
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
display: none;
}
/* end | autoplay */
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/css/content-script.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ini | autoplay */
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode) > *:not(.ytp-cued-thumbnail-overlay) {
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
display: none;
}
/* end | autoplay */
Expand Down

0 comments on commit 2a9fd8f

Please sign in to comment.