Skip to content

No Ads by SashaPutsyk

Details

AuthorSashaPutsyk

LicenseCC-BY-NC-4.0

Categoryuserstyles

Created

Updated

Code size3.9 kB

Code checksum42eda64a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

No Ads for gismeteo.ua

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         No Ads & fix wide
@version      1.0.2
@namespace    github.com/openstyles/stylus
@description  No Ads & fix wide for meteofor.com.ua
@author       SaSh0ok
@license      CC-BY-NC-4.0
==/UserStyle== */

@-moz-document domain("meteofor.com.ua") {

.img-wrap svg {
	transform: rotate(180deg);
}

/* install extention - uBlock Origin */
	
main.content.wrap:nth-child(6) > div.content-column:first-child > section.section.section-content:first-child {
	display: none;
}
    
main.content.wrap:nth-child(6) > div.content-column:first-child > section.section.section-content:last-child {
    display: none !important;
}
    
main.content.wrap:nth-child(6) > div.content-column:last-child {
    display: none !important;
}

.content,.widget-body {
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.widget.cities-popular,
footer {
	display: none !important;
}

.weather-parameters-dataset {
    background-color: transparent;
}

/* footer.footer:nth-child(7) {
    display: none !important;
} */

/* div:last-child > div.drawer.drawer-desktop.drawer-right.drawer-dataset.is-showed > div.drawer-wrap:last-child > div.drawer-container {
    margin-left:331px !important;
}

div:last-child > div.drawer.drawer-desktop.drawer-right.drawer-dataset.is-showed > div.drawer-wrap:last-child > div.drawer-container > div.drawer-header:first-child > button.drawer-close:last-child {
    margin-left:331px !important;
} */



/* ? */
    
/* .widget-items {
    width: auto !important;
}
    
.column1 .section:nth-child(1) {
	display: none;
}

.column2 {
	display: none;
	overflow: hidden;
}

.content-column {
	display: block;
}

#shadow-root {
	display: none;
}

.section-rss-by-column{
	display: none;
}

.section-rss,
.section-media{
	display: none;
}

.column1{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	display: contents;
} */
}

@-moz-document regexp("https://meteofor.com.ua/.*/month/") {

/* .widget {
    height: 1000px;
}

body {
    overflow: hidden;
} */

}
@-moz-document regexp("https://meteofor.com.ua/.*/2-weeks/") {

.widget-items {
    width: auto !important;
}

/* body .content .section:nth-child(2) {
	height: 1030px;
	overflow: hidden;
} */

}
@-moz-document regexp("https://meteofor.com.ua/.*(/weekly/|/10-days/)") {

/* body .content .section:nth-child(2) {
	height: 1030px;
	overflow: hidden;
} */

}
@-moz-document regexp("https://meteofor.com.ua/.*/weekend/") {

.widget-weekend,.widget-items {
	min-width: 100%;
/* 	margin-left: auto; */
/* 	margin-right: auto; */
}

/* body .content .section:nth-child(2) {
	height: 1000px;
	overflow: hidden;
} */

/* footer {
    display: none;
} */

}

@-moz-document regexp("https://meteofor.com.ua/.*/3-days/") {
    
.widget-body {
    overflow: visible !important;
}

.content {
/* 	display: inline-block;
    overflow: hidden !important;
    background-color: rgb(24, 26, 27); */
    width: 52.4% !important;
}

/* body .content .section:nth-child(2) {
	height: 1000px;
	overflow: hidden;
} */
}

@-moz-document regexp("https://meteofor.com.ua/.*/tomorrow/") {

div.content-column:first-child > section.section.section-content:nth-child(6) {
/* 	margin-top: -290px; */
	z-index: 1000;
}

body {
	height: 1450px;
}
}

@-moz-document regexp("https://meteofor.com.ua/.*/") {

/* div.content-column:first-child > section.section.section-content:nth-child(6) {
	margin-top: -290px;
	z-index: 1000;
} */
/* 
body {
	height: 1480px;
} */

}

@-moz-document regexp("https://meteofor.com.ua/.*/hourly/") {

.widget-body.js-scroll-wrap {
	width: 151.4%!important;
}

}
@-moz-document regexp("https://meteofor.com.ua/.*/now/") {

/* .content,.widget-body {
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.content-column:first-child > section.section.section-content:nth-child(6) {
	margin-top: -290px;
	z-index: 1000;
}

body {
	height: 1180px;
} */

}

Reviews

No reviews yet.