Make WindowsCentral.com easier to read.
WindowsCentral.com Cleanup by brnrdo
Details
Authorbrnrdo
LicenseNo License
Categoryuserstyles
Created
Updated
Size749 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 WindowsCentral.com Cleanup
@version 20220603.02.18
@namespace userstyles.world/user/brnrdo
@description Make WindowsCentral.com easier to read.
@author brnrdo
@license No License
==/UserStyle== */
@-moz-document domain("www.windowscentral.com") {
.dfp-leaderboard-container,
#slice-container-affiliateDisclaimerBar,
#slice-container-trendingbar,
#ads-lightbox2,
#ads-ligthbox3,
#ads-ligthbox1,
.sponsored-post,
a.more-link,
.flexi-page.responsive .widget-area-group-2col #widgetArea17,
.ad-unit,
.vid-present,
.read-more-container,
.related-articles-block,
footer[id^="taboola-"] {
display: none !important
}
.flexi-page.responsive .widget-area-group-2col #widgetArea16 {
width: 100%;
}
}