Remove userID

This commit is contained in:
Official Noob
2019-08-11 19:27:38 +01:00
committed by GitHub
parent 2580577ce0
commit 1aab52edbe

View File

@@ -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',