Youtube Music fix performance

Try to fix the performance issues that youtube music has

Autore
Nemo64
Installazioni giornaliere
0
Installazioni totali
493
Valutazione
4 0 0
Versione
0.1
Creato il
12/09/2021
Aggiornato il
12/09/2021
Dimensione
1,44 KB
Licenza
Non disponibile
Applica a

This script reduces the impact of a "timerleak".

YouTube music does set up intervals to check for the existance of some scripts but fails to clear those timers. This can easily lead to hundrets of timers that all check every 100ms for the existence of a script, wasting cpu cycles.

This is especially a problem when you use adblock or similar tools but also occurs without any extension, just to a lesser extend.

This script here will limit the amount of intervals, that can run concurrently, to 5.