Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Removed unneeded cosnole log
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyraging committed Jun 9, 2023
1 parent f179210 commit 4a7d7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a7d7d3

Please sign in to comment.