>>27301574You have to dock the ones that are from the prev day.
Here is the magic incantation: open the console (F12) and paste this
> var arr = []; for (var doc of document.getElementsByTagName("li")) { if (!((doc.innerText.match(/2022-07-02/i)))) { arr.push(doc); }}; for (var doc of arr) { doc.remove(); };Change the date for the date you want. Here are the ones for today so far over 10k