Refreshes every 5 - 10 minutes at the Magma Pool. When the guard falls asleep, there will be a pop-up window with your Magma Pool time. Stops refreshing after 100 refreshes.
< Feedback on Neopets: Magma Pool Checker
Hey, just a quick update since TNT forced all pages to be HTTPS, you have to put an s in HTTP after @match in the site's URL. Was confused for a good minute why the code wasn't running.
100 refreshes is too low
Take into account that the function of this script is to find the time when you're able to enter to the magma pool. Ths time depends on each user, and is located inside the 24h of a day.
If this script really refreshes every 5~10 min, and assuming that time is random (300000 ms + ((a random number between 0 and 1) * 300001 ms)), the average waiting time between each refresh is 7min 30s.
To cover all the day, the 24 hours have to be divided into the average waiting time of 7.5min. The result is the number 192. I think that's the best minimum number of refreshes.
Thanks.