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