From 2067b1c78706012b4451a1168485abf3ea7ea42b Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Thu, 8 Aug 2019 14:04:21 +0100 Subject: [PATCH] Removed unused lines --- background.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/background.js b/background.js index 6a1d972b..cc45246f 100644 --- a/background.js +++ b/background.js @@ -1,11 +1,6 @@ -var previousVideoID = null - //the id of this user, randomly generated once per install var userID = null; -//the last video id loaded, to make sure it is a video id change -var sponsorVideoID = null; - //when a new tab is highlighted chrome.tabs.onActivated.addListener( function(activeInfo) {