diff --git a/scripts/external/watch.js b/scripts/external/watch.js index f5aa45c..3a5e260 100644 --- a/scripts/external/watch.js +++ b/scripts/external/watch.js @@ -29,10 +29,11 @@ let main = (async () => { console.log("ShopAI works here! Click on the button in the toolbar or website to start."); // Show loading screen while the load is incomplete. - let PROC = new processor(matches); // Begin only when the page is fully loaded. window.addEventListener(`load`, (event) => { + // Begin processing. + let PROC = new processor(matches); // Remove the loading screen.