diff --git a/snowflakes.js b/snowflakes.js index 289ad24..7e3394d 100644 --- a/snowflakes.js +++ b/snowflakes.js @@ -14,7 +14,7 @@ function toggleSnowflakes() { const isDashboard = document.body.classList.contains('dashboardDocument'); const hasUserMenu = document.querySelector('#app-user-menu'); - // hide snowflakes if video player is active or dashboard is visible + // hide snowflakes if video/trailer player is active or dashboard is visible if (videoPlayer || trailerPlayer || isDashboard || hasUserMenu) { snowflakeContainer.style.display = 'none'; // hide snowflakes if (!msgPrinted) {