diff --git a/js/prefs.js b/js/prefs.js index b89da994..ec6392e9 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -319,13 +319,13 @@ var prefs = new function Prefs() { return; function doBroadcast() { - if (BG && BG === window && !BG.dbExec.initialized) { - window.addEventListener('storageReady', function _() { - window.removeEventListener('storageReady', _); - doBroadcast(); - }); - return; - } + // if (BG && BG === window && !BG.dbExec.initialized) { + // window.addEventListener('storageReady', function _() { + // window.removeEventListener('storageReady', _); + // doBroadcast(); + // }); + // return; + // } const affects = { all: 'disableAll' in broadcastPrefs || 'exposeIframes' in broadcastPrefs, diff --git a/manifest.json b/manifest.json index 9fdac317..86421bc8 100644 --- a/manifest.json +++ b/manifest.json @@ -31,6 +31,9 @@ "js/prefs.js", "js/script-loader.js", "js/usercss.js", + "js/cache.js", + "background/db.js", + "background/style-manager.js", "background/background.js", "background/usercss-helper.js", "background/style-via-api.js",