Debug on Firefox

 Disable timers on current web page in console write the following command let id = setTimeout(() => {}, 0); while (id--) { clearTimeout(...