Hello guys can anyone help with a script or trick to click all AdSense Block buttons at once

I used this one but it took to much time setInterval(function(){ toggl=document.querySelector('.all-networks-table div.material-toggle[aria-pressed=false]'); if (toggl==null){document.querySelector('.all-networks-table material-button.next').click()}else{toggl.click()} }, 1000);