Hide Monkeytype logo while typing
Hide logo while typing by reinvigoratenow
Details
Authorreinvigoratenow
LicenseNo License
Categorymonkeytype
Created
Updated
Size239 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 logo while typing
@version 20240930.02.04
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://monkeytype.com") {
header.focus #logo {
opacity: 0 !important;
}
}