Simple CSS to hide header completely.
No footer (2022-05-07) by d1gital_love
Details
Authord1gital_love
LicenseMIT
Categorymozilla
Created
Updated
Size392 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 footer (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") {
footer#nav-footer {
display: none;
}
/* Tested in Firefox 100 */
}