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

發表回覆

登入以回覆

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址