Duolingo-Cheat-Tool

Auto answer Duolingo script!

< Duolingo-Cheat-Toolについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2022/02/20

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);
}

返信を投稿

返信を投稿するにはログインしてください。