Greasy Fork is available in English.

Duolingo-Cheat-Tool

Auto answer Duolingo script!

< Feedback op Duolingo-Cheat-Tool

Recensie: Goed - het script werkt zoals het hoort

§
Geplaatst: 20-02-2022

If you want to fix the auto answer feature. Replace pressEnter() function with my code below:


function pressEnter() {
var clickEvent = new MouseEvent("click", {
"view": window,
"bubbles": true,
"cancelable": false
});

document.querySelector('button[data-test="player-next"]').dispatchEvent(clickEvent);
}

Reactie plaatsen

Log in om antwoord te geven.