Cory Shaw

Results 15 comments of Cory Shaw

I'm almost positive this is due to a few of the setTimeouts not waiting long enough. If you replace the `5000`s to `10000` in the script, I think that may...

This is a weird one because the only time a `click` function is used in the script, is just clicking play on the loading page. And there are checks to...

You shouldn't need to click play, the script should do it automatically. Maybe you are clicking play before the script gets to it, which destroys the button. Since the button...

This has been looked into pretty heavily. Basically you can't report a score outside of the correct time that a round would end once it's started. If you send a...

This seems to be a somewhat common issue. Can you please take a look at your console when that happens. Ctrl + Shift + i on Windows and Cmd +...

This is happening because we are pressing start too soon after the page and game loads. I've added a 2 second wait time before pressing "Play" but I think some...

My only worry with overwriting `window.onerror` is being able to help users that are saying that they are just constantly refreshing. They could keep "Preserve Log" checked in console, but...

Part of the script checks for the round ending message, and then should continue and select a new zone automatically. Do you see any errors in console when this bug...

It should press the play button, I haven't added support to select planets yet. You have to select the planet, and then it will autoselect the zones within the planet.