From ad5c90e2404190460356a7d3b83d4acb0162baef Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 24 Apr 2022 00:21:25 +0300 Subject: [PATCH] actually set INJECTED --- content/apply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/apply.js b/content/apply.js index 0f7f7654..ec16eaf8 100644 --- a/content/apply.js +++ b/content/apply.js @@ -5,6 +5,7 @@ (() => { if (window.INJECTED === 1) return; + window.INJECTED = 1; /** true -> when the page styles are received, * false -> when disableAll mode is on at start, the styles won't be sent