mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-05-10 11:24:31 +02:00
Add comment
This commit is contained in:
parent
067f63f4a8
commit
feea9c79dc
@ -8,6 +8,7 @@ import store from "../store";
|
|||||||
console.info("[TTV LOL PRO] 🚀 Content script running.");
|
console.info("[TTV LOL PRO] 🚀 Content script running.");
|
||||||
|
|
||||||
if (isChromium) injectPageScript();
|
if (isChromium) injectPageScript();
|
||||||
|
// Firefox uses FilterResponseData to inject the page script.
|
||||||
|
|
||||||
if (store.readyState === "complete") onStoreReady();
|
if (store.readyState === "complete") onStoreReady();
|
||||||
else store.addEventListener("load", onStoreReady);
|
else store.addEventListener("load", onStoreReady);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user