From ebb3e6ac32b1ed301b0c6ed8b344302986dc61da Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Thu, 5 Jun 2025 09:14:38 +1000 Subject: [PATCH] Please work lmao --- twitch-ad-countdown-timer/script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/twitch-ad-countdown-timer/script.js b/twitch-ad-countdown-timer/script.js index 0b67144..c84a783 100644 --- a/twitch-ad-countdown-timer/script.js +++ b/twitch-ad-countdown-timer/script.js @@ -273,8 +273,6 @@ function UpcomingAdWarning(warningSeconds) { upcomingAdWarningLocked = true; // Set the starting position of the countdown box - let width = upcomingAdWarningContainer.getBoundingClientRect().width; - upcomingAdWarningContainer.style.right = -width + "px"; countdownLabel.innerHTML = formatTime(warningSeconds); // Slide the countdown box on screen