diff --git a/background.js b/background.js index 0227ef19..1f7cdd70 100644 --- a/background.js +++ b/background.js @@ -63,6 +63,8 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) { //add help page on install chrome.runtime.onInstalled.addListener(function (object) { + // This let's the config sync to run fully before checking. + // This is required on Firefox setTimeout(function() { const userID = SB.config.userID;