Skip to content

Hide Lichess Timeline by nojoking

Details

Authornojoking

LicenseNo License

CategoryChess, Lichess

Created

Updated

Code size333 B

Code checksum56b78f9f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This will hide the timeline on the Lichess homepage

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

Reviews

No reviews yet.