do not count iterations where we have not found a new thread

This commit is contained in:
Mario
2025-06-09 08:11:41 +00:00
parent 5504c8650e
commit 340f5bb791

View File

@@ -1689,11 +1689,10 @@ const autoExpand = (function () {
// Wait between iterations to allow UI to update
if (newButtonsFound) {
iteration++;
await new Promise(res => setTimeout(res, 700));
}
iteration++;
} while (newButtonsFound);
console.log('All replies loaded!');