Removes the resign button on Lichess.org. Easiest way to increase your rating!
Lichess Remove Resign Button by bankenstein
Details
Authorbankenstein
LicenseNo License
Categorylichess.org
Created
Updated
Size219 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}