Add comment

This commit is contained in:
Younes Aassila 2023-12-23 03:39:27 +01:00
parent 067f63f4a8
commit feea9c79dc

View File

@ -8,6 +8,7 @@ import store from "../store";
console.info("[TTV LOL PRO] 🚀 Content script running.");
if (isChromium) injectPageScript();
// Firefox uses FilterResponseData to inject the page script.
if (store.readyState === "complete") onStoreReady();
else store.addEventListener("load", onStoreReady);