No Ads for meteofor.com.ua
No Ads by SaSh0o0k
Details
AuthorSaSh0o0k
LicenseCC Zero
Categoryuserstyles
Created
Updated
Size843 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 No Ads
@version 20231129.13.11
@namespace github.com/openstyles/stylus
@description No Ads for meteofor.com.ua
@author SaSh0ok
@license CC-BY-NC-4.0
==/UserStyle== */
@-moz-document domain("meteofor.com.ua") {
.widget-items {
width: auto !important;
}
.column1 .section:nth-child(1) {
display: none;
}
.column2 {
display: none;
overflow: hidden;
}
.content-column {
display: block;
}
body .content .section:nth-child(2) {
height: 1100px;
overflow: hidden;
}
#shadow-root {
display: none;
}
.section-rss-by-column{
display: none;
}
.section-rss,
.section-media{
display: none;
}
.content {
display: inline-block;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
.column1{
width: 99%;
margin-left: auto;
margin-right: auto;
display: contents;
}
}