From 60c46f44015ce8bd363c5e1047d18a12bfdccc56 Mon Sep 17 00:00:00 2001 From: NikkelM <57323886+NikkelM@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:23:29 +0000 Subject: [PATCH] Removed alert that would fire too often --- src/content.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/content.js b/src/content.js index f2dfea4b..7e554ba6 100644 --- a/src/content.js +++ b/src/content.js @@ -44,11 +44,6 @@ async function startDOMObserver(event) { if (!channelId?.startsWith("UC")) { // If no valid channelId was provided in the event, we won't be able to add the button - window.alert(`Random YouTube Video: - -The extension was unable to determine the channel ID. Please try reloading the page. - -If that does not help, please report this bug on GitHub and include the page URL!`); return; }