function () { const player = document.querySelector("#player button.play-pause-button"); if (player) { player.click() } }