3jameo3 / HaremHeroes Automatic

Hi,
I have experienced a few problems with the new anti-popup feature :

  • doesn't solve the unclaimed arena/activities rewards ;
  • auto closes character info windows when you click on a players name in constest/tower of fame ;
  • auto-closes the pachinko reward window before I can see what I won.

#1 Yeah it's some sort of timing issue instead of a popup issue.
#2 Didn't know that counted as a popup thanks for the info.
#3 The non-forked version also has this issue which is a type of timing issue.

If you have any sort of ideas on how to slow down the script without freezing the page do let me know.

There is always the setTimeout() command that can delay the execution of the next function.
But it might be a hassle to slice the whole code to insert it.

Re: @Silkrouyt:

Added some setTimeouts() here and there haven't tested it at all yet. Haven't finished the issues with char info yet not sure exactly how to fix that atm.