Fixme: styleViaAPI

This commit is contained in:
eight 2018-10-04 18:08:19 +08:00
parent 8a6e8ac03a
commit d35f92250e

View File

@ -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));