window.addEventListener("DOMContentLoaded", function () { requestAnimationFrame(function () { requestAnimationFrame(function () { if (window.location.search.includes("isOtherMaterial=true")) return; let name = "Polyethylenterephthalat"; let options = document.querySelectorAll(".select-unit .form-check"); for (const option of options) { // If label in option contains name, select option if (option.querySelector("label").innerText.includes(name)) { option.querySelector("input").checked = true; } } }); }); });

Rundstäbe auf Anfrage