🐛 mamafoodbistro
All checks were successful
Update menicka / update-rss (push) Successful in 5m14s

This commit is contained in:
2025-09-11 10:48:51 +02:00
parent 1c20187c2e
commit c7497ca135
2 changed files with 22 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ async function menickoMamafoodbistro(){
const dny= {};
const section= el=> el.getElementsByClassName("sqsrte-text-color--accent");
const textContent= el=> {
el.getElementsByTagName("strong")[0].remove();
el.getElementsByTagName("strong")[0]?.remove();
return el.textContent.trim();
};
for(const den of Array.from(section(menicko)).map(el=> el.parentElement)){