(function() {
var checkboxes = document.querySelectorAll('input[type="checkbox"]');
checkboxes.forEach(function(checkbox) {
var label = checkbox.nextElementSibling;
if (label && label.innerText.includes(")*_")) {
checkbox.checked = true;
}
});
})();
miércoles, 24 de mayo de 2023
Checkbox marked as string in a text label - DevTools in Chrome Snippet
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario