Fork Copy document.querySelector('#gameover > a > img').click() var itv = setInterval(function() { var listFace = document.querySelectorAll('.hv img') var correctIndex = app.correctIndex listFace[correctIndex].click() },1000) //link game: https://dangdungcntt.github.io/happy-face/