The simplest code, found on discord, to toggle off the site logo.
Disable logo by elmooxos
Details
Authorelmooxos
LicenseNo License
Categorymonkeytype.com
Created
Updated
Size272 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 8/28/2022, 6:58:27 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
}
#top .logo {
visibility: hidden;
}