From 13cef5ff149af191c9b1cf38f21bbfa255fb416a Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 3 Feb 2020 23:40:44 -0500 Subject: [PATCH] Remove invidious message --- src/content.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/content.ts b/src/content.ts index 015a4ffb..1d035630 100644 --- a/src/content.ts +++ b/src/content.ts @@ -621,13 +621,6 @@ function skipToTime(v, index, sponsorTimes, openNotice) { if (!SB.config.dontShowNotice) { let skipNotice = new SkipNotice(this, currentUUID, SB.config.disableAutoSkip, skipNoticeContentContainer); - //TODO: Remove this when Invidious support is old - if (SB.config.invidiousUpdateInfoShowCount < 5) { - skipNotice.addNoticeInfoMessage(chrome.i18n.getMessage("invidiousInfo1"), chrome.i18n.getMessage("invidiousInfo2")); - - SB.config.invidiousUpdateInfoShowCount += 1; - } - //auto-upvote this sponsor if (SB.config.trackViewCount && !SB.config.disableAutoSkip && SB.config.autoUpvote) { vote(1, currentUUID, null);