Object.keys(window).forEach(key => { if (/^on/.test(key)) { element.addEventListener(key.slice(2), event => { console.log(event); }); } });