This will hide the timeline on the Lichess homepage
Hide Lichess Timeline by nojoking
Details
Authornojoking
LicenseNo License
CategoryChess, Lichess
Created
Updated
Size333 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 Hide Lichess Timeline
@version 20220619.21.02
@namespace userstyles.world/user/nojoking
@description This will hide the timeline on the Lichess homepage
@author nojoking
@license No License
==/UserStyle== */
@-moz-document domain("lichess.org") {
.timeline {
display: none;
}
}