(function() {
var checkboxes = document.querySelectorAll('input[type="checkbox"]');
checkboxes.forEach(function(checkbox) {
var label = checkbox.nextElementSibling;
if (label && label.innerText.includes(")*_")) {
checkbox.checked = true;
}
});
})();
dimecres, 24 de maig del 2023
Checkbox marked as string in a text label - DevTools in Chrome Snippet
Subscriure's a:
Comentaris del missatge (Atom)
Cap comentari:
Publica un comentari a l'entrada