[].forEach.call( document.querySelectorAll('input[type="checkbox"]'),function(el){ el.checked=true; } );​ javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el){el.checked=true}); Bouton Selectionenr tout dans "Echange Sécurisé" document.querySelector("#weInboxContainer > div.flexCenter.messageListToolsContainer") Selectionner tout les post it en mode Archivage: javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el){if(el.name.includes('TreeViewPostItReadsn')){el.click();}}); javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el,index){if(index < 10){el.click();}});