Skip to content

Disable HomeDepot's sticky header. by 48cpl

Details

Author48cpl

LicenseNo License

Categoryhomedepot.com

Created

Updated

Size458 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disable HomeDepot's sticky header.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Disable HomeDepot's sticky header.
@version      20230914.17.26
@namespace    userstyles.world/user/48cpl
@description  Disable HomeDepot's sticky header.
@author       48cpl
@license      No License
==/UserStyle== */

@-moz-document domain("homedepot.com") {
#sticky-nav,
.sticky-nav,
.sui-fixed,
.Header3-sticky-desktop {
    position: relative !important;
}

#non-endemic-banner-container {
    display: none !important;
}
}

Reviews

No reviews yet.