Lichess auto analyse

Automatically request analysis when going to the analysis page.

< 脚本 Lichess auto analyse 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2024-10-10

In my case it's working only after two page reloads and the first reload stops page from being loading. So I delayed an execution by 2 seconds.

// Delay execution by 2 seconds
setTimeout(auto_analyse, 2000);

发布留言

登录以发布留言。