From d35f92250e52c5347e49c2be10ac52d6379e789f Mon Sep 17 00:00:00 2001 From: eight Date: Thu, 4 Oct 2018 18:08:19 +0800 Subject: [PATCH] Fixme: styleViaAPI --- content/apply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/apply.js b/content/apply.js index 9f5c66dc..e65975bf 100644 --- a/content/apply.js +++ b/content/apply.js @@ -34,6 +34,7 @@ window.addEventListener(chrome.runtime.id, orphanCheck, true); } + // FIXME: does it work with styleViaAPI? prefs.subscribe(['disableAll'], (key, value) => doDisableAll(value)); prefs.subscribe(['exposeIframes'], (key, value) => doExposeIframes(value));