Hide last 5 moves in move list
81Dojo Move List Filter by ddugovic
Details
Authorddugovic
LicenseCC-BY-SA-4.0
Category81Dojo
Created
Updated
Size448 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 81Dojo Move List Filter
@namespace github.com/ddugovic/UserStyles
@description Hide last 5 moves in move list
@author Daniel Dugovic
@version 2022.2.19
@license CC-BY-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("http://81dojo.com/client/") {
#kifuGrid > tbody:nth-child(2) > tr:nth-last-child(-n+5) > td.dt-body-left {
visibility: hidden
}
}