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;