Skip to content

Lichess Hide Board by adamstallard

Screenshot of Lichess Hide Board

Details

Authoradamstallard

LicenseCC Zero

Categorylichess.org

Created

Updated

Size341 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the board on Lichess.org for toggling blindfold practice.

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
    }
}

Reviews

No reviews yet.