Karşı bildirimle gelen gelen Telif haklarındaki URL toplu seçme checkbox toplu seçme. Google Chrıme
document.querySelectorAll('material-checkbox').forEach(cb => {
if (!cb.checked) cb.click();
});
Karşı bildirimle gelen gelen Telif haklarındaki URL toplu seçme checkbox toplu seçme. Google Chrıme
document.querySelectorAll('material-checkbox').forEach(cb => {
if (!cb.checked) cb.click();
});