Hide online/offline icons with green button.
Lichess hide online icons by tiltedangle
Details
Authortiltedangle
LicenseNo License
Categorylichess.org
Created
Updated
Size359 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
DM me on Lichess @T_FP
Source code
/* ==UserStyle==
@name Lichess hide online icons
@version 20240706.07.14
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("lichess.org") {
.ruser-bottom > .line {
/*Your code should go under this comment*/
display: none;
}
.ruser-top > .line {
/*Your code should go under this comment*/
display: none;
}
.line {
display: none;
}
}