Hides the board on Lichess.org for toggling blindfold practice.
Lichess Hide Board by adamstallard

Details
Authoradamstallard
LicenseCC Zero
Categorylichess.org
Created
Updated
Code size341 B
Code checksum542a464b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You will want to enable "enter moves by keyboard" from your Lichess preferences (https://lichess.org/account/preferences/game-behavior) and possibly set the Lichess sound to "Speech".
Add a shortcut to "Turn all styles off" on Stylus (e.g. chrome://extensions/shortcuts ) to turn the board on or off quickly with a key combination.
Source code
/* ==UserStyle==
@name Lichess Hide Board
@namespace github.com/adamstallard
@version 1.0.0
@description Hides the board on Lichess.org for toggling blindfold practice.
@author Adam Stallard
==/UserStyle== */
@-moz-document domain("lichess.org") {
.main-board {
display: none
}
}