Skip to content

Lichess Remove Resign Button by bankenstein

Details

Authorbankenstein

LicenseNo License

Categorylichess.org

Created

Updated

Code size219 B

Code checksum2b2f9112

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the resign button on Lichess.org. Easiest way to increase your rating!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Lichess Remove Resign Button
@version      20230908.08.29
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://lichess.org/") {
button.resign {
    visibility: hidden;
}
}

Reviews

No reviews yet.