From 4a7d7d3ba7c7fc6225437a6afa1886ab98ba43eb Mon Sep 17 00:00:00 2001 From: ProbablyRaging Date: Fri, 9 Jun 2023 20:13:27 +1000 Subject: [PATCH] Removed unneeded cosnole log --- src/constants/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants/main.js b/src/constants/main.js index 02b653a..bdf1360 100644 --- a/src/constants/main.js +++ b/src/constants/main.js @@ -387,7 +387,6 @@ function hideShortsVideosRecommendedList(isMobile) { if (location.href.includes('youtube.com/watch')) { const elements = document.querySelectorAll('[href^="/shorts/"]'); elements.forEach(element => { - console.log(element); // Ignore shorts in the notification menu if (element.classList.contains('ytd-notification-renderer')) return; const parent = element.parentNode;