Skip to content

Hide header on MSN Weather by mwisnicki

Screenshot of Hide header on MSN Weather

Details

Authormwisnicki

LicenseCC Zero

Categorymsn

Created

Updated

Size693 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide header bar on top of MSN Weather

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide header on MSN Weather
@version      20230930.00.31
@namespace    userstyles.world/user/mwisnicki
@description  Hide header bar on top of MSN Weather
@author       mwisnicki
@license      CC Zero
==/UserStyle== */

@-moz-document url-prefix("https://www.msn.com/en-us/weather/") {
#header {
    display: none;
}

.windows-header .content-E1_1,
.msn-header .content-E1_1,
.windows-header .content-DS-EntryPoint1-1
{
    margin-top: 0 !important;
}

.windows-header .content-DS-EntryPoint1-1::before,
.windows-header .content-E1_1::before
{
    height: 0;
    display: none;
}

footer.oneFooter-E1_1, footer.oneFooter-DS-EntryPoint1-1 {
    display: none;
}

}

Reviews

No reviews yet.