Games from the broadcast page are analyzed and annotated automatically with symbols (?, ??, etc) and a variation given by the engine. I want to play through the games without these annotations but can't find how. I went to settings and disabled everything in computer analysis but the variations are still there.
Thanks.
Games from the broadcast page are analyzed and annotated automatically with symbols (?, ??, etc) and a variation given by the engine. I want to play through the games without these annotations but can't find how. I went to settings and disabled everything in computer analysis but the variations are still there.
Thanks.
I don't think there is one.
You can hide engine analysis by pressing z on the keyboard or in the menu under the move list.
Also turn inline notation on with Shift i.
And add userstyle with Stylus: https://lichess.org/page/extend
@-moz-document domain("lichess.org") {
move glyph, interrupt, .analyse__moves inline, .analyse__fork { display: none; }
.analyse__moves move.inaccuracy, .analyse__moves move.mistake, .analyse__moves move.blunder { color: inherit; }
}
I don't think there is one.
You can hide engine analysis by pressing z on the keyboard or in the menu under the move list.
Also turn inline notation on with Shift i.
And add userstyle with Stylus: https://lichess.org/page/extend
@-moz-document domain("lichess.org") {
move glyph, interrupt, .analyse__moves inline, .analyse__fork { display: none; }
.analyse__moves move.inaccuracy, .analyse__moves move.mistake, .analyse__moves move.blunder { color: inherit; }
}