From c5e2baaf87a0a5bf2b1decea6c59408f9da88ced Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 22 Feb 2021 00:29:25 +0300 Subject: [PATCH] pass disableAll to styleInjector, fixes #1187 --- content/apply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/apply.js b/content/apply.js index c50cccaf..d1f9993e 100644 --- a/content/apply.js +++ b/content/apply.js @@ -83,6 +83,7 @@ delete window[SYM]; prefs.subscribe('disableAll', updateDisableAll); } + styleInjector.toggle(hasStyles); } }