(function() { document.querySelectorAll('foo').forEach(elm => { elm.innerHTML = 'hey'; }); });