Skip to content

Commit

Permalink
Removed alert that would fire too often
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Nov 25, 2023
1 parent a4ff95f commit 60c46f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 60c46f4

Please sign in to comment.