Hides ratings during games
Hide ratings by HermannBjorgvin
Details
AuthorHermannBjorgvin
LicenseNo License
Categorychess.com
Created
Updated
Size509 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 ratings
@version 20230930.16.16
@namespace userstyles.world/user/HermannBjorgvin
@description Hides ratings during games
@author HermannBjorgvin
@license No License
==/UserStyle== */
@-moz-document domain("chess.com") {
.user-tagline-rating {
display: none !important;
}
.live-game-start-component .user-rating {
display: none !important;
}
.live-game-start-component span[data-cy="live-game-start-rating"] {
display: none !important;
}
}