Greasy Fork

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

发表回复

登录以发表回复。