From 1aab52edbe1453aa667774205d3f50b515ab870a Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Sun, 11 Aug 2019 19:27:38 +0100 Subject: [PATCH] Remove userID --- background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/background.js b/background.js index 9e6f5259..c08ad16b 100644 --- a/background.js +++ b/background.js @@ -1,6 +1,3 @@ -//the id of this user, randomly generated once per install -var userID = null; - chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { chrome.tabs.sendMessage(tabId, { message: 'update',