Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Dec 23, 2023
1 parent 067f63f commit feea9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit feea9c7

Please sign in to comment.