Ally_E User


@jpaa128 The script here hasn't been updated, but links have been posted to a working script. See the replies from twelve27 on 28 Sep, or scriptdoog on 28 Sep. I still think that we should fork a working script, but I'm deferring to those with more experience since I wasn't responsible for the fix. Maybe if I get super ambitious and add any fixes or functionality to the script, then I'll fork it.


I don't know if anyone else is having this problem, but I'm a Chromebook user and everything was working until AutoArena stopped working. If so, then try changing line 830 of the pastebin code to the following:

if( ( Cookies.get("nextArenaTime") === undefined ) || ( Cookies.get("nextArenaTime") === "undefined" ) )

That's working for me today. I'm hoping it'll still work after the daily reset.


@alnmawi I don't know that I would have found that code snippet, so I probably wouldn't have done a very good job of fixing this. Great find.

@twelve27 Thanks for posting a link to the solution. I seriously doubt I would have come up with as clean of a fix, so I'm glad that more experienced minds addressed the problem.

Should we fork the code so that working code is on this site as well?


I'm just wondering if anyone else is trying to fix this script. If not, then I'll try.