Skip to content

Commit

Permalink
Closes #972
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleCore committed Mar 31, 2024
1 parent 09f4159 commit 6c25ce5
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(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode, .ytp-player-minimized) > *: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(.buffering-mode) > *:not(.ytp-cued-thumbnail-overlay) {
#movie_player.unstarted-mode:is(.playing-mode, .paused-mode):not(.buffering-mode, .ytp-player-minimized) > *:not(.ytp-cued-thumbnail-overlay) {
display: none;
}
/* end | autoplay */
Expand Down

0 comments on commit 6c25ce5

Please sign in to comment.