Update background.js

This commit is contained in:
Official Noob
2019-08-11 13:51:59 +01:00
committed by GitHub
parent e1f5046ace
commit 1ab33375ec

View File

@@ -1,3 +1,6 @@
//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',