0

I have some scripts that I'd like to run h24 using Tamper Monkey. The scripts are working fine but I'm using it on a separate tab and the tab just go inactive quite quickly. How can I prevent that from happening? Is there a way to keep inactive tabs "alive"?

It's quite a big issue for me as I'd need to have like almost 100 tabs open at once so they'll go dormant even faster I assume...

If there is no solution, is there a browser which would allow me to do that?

Thanks in advance for your answers,

Linda
  • 99
  • 2
  • 11

1 Answers1

1

Tab suspension is a normal feature of just about all browsers today. Often JavaScript isn't halted entirely, but rather throttled until the tab is refocused. If you need more, you could consider using a WebWorker.

Sampson
  • 265,109
  • 74
  • 539
  • 565