From 78f2cd984b1f3267a4bcd983ce7fb631ba78af90 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 15 Dec 2019 12:48:53 +0100 Subject: [PATCH] Remove console.log (background.js) --- background.js | 1 - 1 file changed, 1 deletion(-) diff --git a/background.js b/background.js index 9a5ce67..217330d 100644 --- a/background.js +++ b/background.js @@ -346,7 +346,6 @@ chrome.webRequest.onBeforeSendHeaders.addListener(function(details) { // remove cookies for sites medium platform (mainfest.json needs in permissions: ) if (isSiteEnabled({url: '.medium.com'}) && details.url.indexOf('.medium.com') !== -1 && header_referer.indexOf('.medium.com') === -1 && header_referer.indexOf('outlook.live.com') ===-1){ - console.log(details.url); var domainVar = new URL(header_referer).hostname; chrome.cookies.getAll({domain: domainVar}, function(cookies) { for (var i=0; i