window.onload = () => { document.querySelectorAll('input.ays_next.start_button.action-button[value="Начать"]') .forEach(b => b.click()); }