-
Notifications
You must be signed in to change notification settings - Fork 45
Home
- Chrome or Chromium
- Tampermonkey
For all I've discovered that in Chrome or firefox based browsers inactive tab are slowed down:
setTimeouts and setInterval are set to minimum 1sec if tab is inactive (this a old settings less visible) setTimeouts and setInterval are set to minimum 1min in certain conditions since January most of the script works with these, but where it loop the most it is in League for building opponent list and in harem for manual collection of salaries
Only good solution I've found -> open each tab in a new window so it stays active...
- Go in debug menu and use the button "Delete temp storage" to reset temp var,
- Check if issue persist,
- If issue persist, try to only enable the faulty functionality,
- Re-do step 1 with only the functionality enabled,
- If issue persist, use debug menu to generate a log and open an issue.
- Open Script menu :
- Open debug menu :
- Extract the debug log :
- New issue
- Choose bug report and be as precise as possible on the context
- Attach the debug log
New issue
Use template Enhancement request to suggest an enhancement of existing feature
Use Feature request to suggest an idea for this project.
Use Discussions to share some ideas and see reactions, or ask some questions to other users of the script.
Welcome to the HHauto wiki!