diff --git a/contentScript.js b/contentScript.js index 7ca721a..076fc9b 100644 --- a/contentScript.js +++ b/contentScript.js @@ -44,6 +44,6 @@ if (document.readyState == "complete") { } else { window.addEventListener("load", function() { - setTimeout(sendMetaInfoToExtension(), 0); + sendMetaInfoToExtension(); }); }