Fixme: styleViaAPI
This commit is contained in:
parent
8a6e8ac03a
commit
d35f92250e
|
@ -34,6 +34,7 @@
|
||||||
window.addEventListener(chrome.runtime.id, orphanCheck, true);
|
window.addEventListener(chrome.runtime.id, orphanCheck, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: does it work with styleViaAPI?
|
||||||
prefs.subscribe(['disableAll'], (key, value) => doDisableAll(value));
|
prefs.subscribe(['disableAll'], (key, value) => doDisableAll(value));
|
||||||
prefs.subscribe(['exposeIframes'], (key, value) => doExposeIframes(value));
|
prefs.subscribe(['exposeIframes'], (key, value) => doExposeIframes(value));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user