From 9afc2ce8bbbd026b4984ec761f08061c9cdcd852 Mon Sep 17 00:00:00 2001 From: goodtube4u Date: Mon, 8 Jul 2024 13:15:22 +1000 Subject: [PATCH] Fix console log --- goodtube.user.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/goodtube.user.js b/goodtube.user.js index bf6b3a6..7bfebb9 100644 --- a/goodtube.user.js +++ b/goodtube.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name GoodTube // @namespace http://tampermonkey.net/ -// @version 4.506 +// @version 4.507 // @description Loads Youtube videos from different sources. Also removes ads, shorts, etc. // @author GoodTube // @match https://*.youtube.com/* @@ -5586,10 +5586,6 @@ // If we didn't click a playlist item, autoplay next video (only if they pressed the next button or autoplay is on) if (!clickedPlaylistItem && (autoplay !== 'off' || pressedButton)) { - - - console.log(clickedPlaylistItem); - let youtubeFrameAPI = document.getElementById('movie_player'); youtubeFrameAPI.nextVideo();