Simple CSS to hide header completely.
No header and no search (2022-05-07) by d1gital_love
Details
Authord1gital_love
LicenseMIT
Categorymozilla
Created
Updated
Size407 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tested in Firefox 100
Source code
/* ==UserStyle==
@name No header and no search (2022-05-07)
@namespace github.com/openstyles/stylus
@version 0.1.0
@description Simple CSS to hide header completely.
@author d1gital_love
@license MIT
==/UserStyle== */
@-moz-document domain("developer.mozilla.org") {
.main-document-header-container {
display: none;
}
/* Tested in Firefox 100 */
}