Resize the header on user's profiles.
Header Resize by Airazone

Details
AuthorAirazone
LicenseCC Zero
Categorygumroad
Created
Updated
Code size427 B
Code checksume841a492
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name Header Resize - Gumroad
@namespace https://userstyles.world/user/Airazone
@version 1.0
@description Resize the header on user's profiles.
@author Airazon
==/UserStyle== */
@-moz-document domain("gumroad.com") {
.profile:not(.squished .profile)>header {
padding: 0px;
}
div > main > section:nth-child(2) {
display: none;
}
}