Automatically request analysis when going to the analysis page.
< 脚本 Lichess auto analyse 的反馈
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 secondssetTimeout(auto_analyse, 2000);
登录以发布留言。
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);