Makes the header go away when you scroll down to article
Static Header on TechCrunch by sominemo
Details
Authorsominemo
LicenseMIT
Categorytechcrunch.com
Created
Updated
Size368 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 Static Header on TechCrunch
@version 20241008.11.43
@namespace https://userstyles.world/user/Sominemo
@description Makes the header go away when you scroll down to article
@author Sominemo
@license MIT
==/UserStyle== */
@-moz-document domain("techcrunch.com") {
header.headroom--not-top {
position: relative;
}
}