lichess.org
Donate

How to disable "View the solution" delay?

For unexplainable reason there's a delay before "View the solution" button appears on a puzzle page. One can argue that is to force players to solve puzzles rather than immediately view the solution, but it does not because it's just ~2 seconds to wait. On other hand, there are approximately two reasons for people open a puzzle page: either to solve it, or to analyze an already solved puzzle (e.g. from Storm or Steak). In both cases this delay and animations just annoys and distract.

TL;DR: can the delay be disabled with Stylus?

Thanks.
Somehow I figured out it myself:

.puzzle__feedback .view_solution {
visibility: visible;
opacity: 1;
}

This topic has been archived and can no longer be replied to.