Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Apr 11, 2024
1 parent d75e7bc commit 9a2b4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ function get_yt_identifier(urlStr) {

function updatePlayerStyles() {
players.forEach((player) => {
if (player.fillScreen) return;
if (player.fillScreen || player.isWindowedFullscreen) return;

updatePlayerStyle(player.old, player.iframe, player.isYt, player.isWindowedFullscreen);
updatePlayerStyle(player.old, player.iframe, player.isYt);
if (player.isPlaceholder) {
player.iframe.style.setProperty('background-color', 'black', 'important');
}
Expand Down

0 comments on commit 9a2b4b3

Please sign in to comment.