From e0c6b687d3f5500e01d544914501e6b655c0c613 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 4 Sep 2020 12:17:09 -0400 Subject: [PATCH] Revert "Fix broken shadow ban check" This reverts commit 65f7f9605f6a777b57b17d2a596a1797ec698278. --- src/content.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content.ts b/src/content.ts index f757d671..7661edc1 100644 --- a/src/content.ts +++ b/src/content.ts @@ -633,8 +633,6 @@ function sponsorsLookup(id: string) { getRequest.then(async (response: FetchResponse) => { if (response?.ok) { let getResult = JSON.parse(response.responseText); - console.log(getResult); - alert(getResult.length); if (Config.config.hashPrefix) { getResult = getResult.filter((video) => video.videoID === id); if (getResult.length > 0) {