hide the stopwatch and improve the contrast
CodinGame by fhalna
Details
Authorfhalna
LicenseNo License
Categoryuserstyle
Created
Updated
Size387 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 CodinGame
@version 20220318.10.56
@namespace userstyles.world/user/fhalna
@description hide the stopwatch and improve the contrast
@author fhalna
@license No License
==/UserStyle== */
@-moz-document domain("codingame.com") {
.timer-0-2-93{display:none}
button{background-color: #000 !important;}
.infoContent{color: #000 !important;}
}