Greasy Fork is available in English.
Hide Monkeytype logo while typing
/* ==UserStyle==
@name Hide logo while typing
@version 20260316.14.01
@description Hide Monkeytype logo while typing
@license MIT
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://monkeytype.com") {
header.focus #logo,
header[data-focused] {
opacity: 0 !important;
}
}