Hide banners, news, articles, and other junk from AccuWeather.com
AccuWeather: Just the weather by ajhall
Details
Authorajhall
LicenseNo License
Categoryaccuweather.com
Created
Updated
Size797 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 AccuWeather: Just the weather
@namespace https://github.com/ajhall
@version 1.1.0
@description Hide banners, news, articles, and other junk from AccuWeather.com
@author @ajhall
==/UserStyle== */
@-moz-document domain("accuweather.com") {
.two-column-page-content .page-column-2,
.page-column-1 > .more-cta-links,
.base-footer,
#feedback-banner,
.alert-banner-container,
.lifestyle-index-list,
.air-quality-card,
a[data-pageid="air-quality"],
a[data-pageid="lifestyle-home"],
a[data-pageid="for-business"],
a.video-wall-icon,
.indices-newsfeed,
.glacier-ad,
.inline-cta-banner,
#connatix {
display: none !important;
}
.two-column-page-content .page-column-1 {
width: 100%;
margin-right: 0;
}
}