Simply hides trending news on MSN Weather pages
Hide trending news on MSN Weather by mwisnicki

Details
Authormwisnicki
LicenseCC Zero
Categorymsn
Created
Updated
Code size450 B
Code checksum548c508f
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 20250218.07.27
@namespace https://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, .weaBatch2NativeAdsRR {
display: none !important;
}
}