enzomtpYT / InstantGaming-Giveaway-AutoParticipate

Userscript to automatically participate on Instant Gaming giveaways
8 stars 1 forks source link

fix: added delay to ensure page elements are fully loaded before executing actions #2

Open angelof-exe opened 1 day ago

angelof-exe commented 1 day ago

I added a two-second delay before executing the main script functions (clicking the participation and social buttons) to ensure that all page elements are fully loaded. This prevents errors when elements are not yet available at the time of execution. I also added console debug messages to monitor if the buttons are correctly found.