Simply hides trending news on MSN Weather pages
Hide trending news on MSN Weather by mwisnicki
Details
Authormwisnicki
LicenseCC Zero
Categorymsn
Created
Updated
Size407 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 Hide trending news on MSN Weather
@version 20230930.00.32
@namespace userstyles.world/user/mwisnicki
@description Simply hides trending news on MSN Weather pages
@author mwisnicki
@license CC Zero
==/UserStyle== */
@-moz-document url-prefix("https://www.msn.com/en-us/weather/") {
.newsContent-E1_1, .newsContent-DS-EntryPoint1-1 {
display: none;
}
}