>>27395627var arr = []; for (var doc of document.getElementsByTagName("li")) { if (!((doc.innerText.match(/2022-07-03/i)))) { arr.push(doc); }}; for (var doc of arr) { doc.remove(); };
F12 on your browser and click on console, paste that code and change the date you want to see, it will exclude yesterday stream