Skip to content

pogoda yandex by qoolek

Details

Authorqoolek

LicenseNo License

Categoryyandex.ru

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Убирает рекламу с некоторых страниц погоды

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           pogoda yandex
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Убирает рекламу с некоторых страниц погоды
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://yandex.ru/pogoda") {
    /* Скрытие рекламы */
    
    .card_without-card-decoration,
    #content_bottom + div,
    #content_bottom + div + div,
    .button_theme_action + div {
        display: none !important;
    }
    
    /* new */
    main + div,
    main > div > div:last-child > div:first-child > div:last-child,
    #content_right,
    #content_right + div {
        display: none !important;
    }
    
    /* end Скрытие рекламы */
    
    /* Левая колонка на всю ширину на прогнозе на 10 дней */
    #content_left > div {
        margin-right: 0 !important
    }
    
    /* Увеличение ширины синео блока на прогнозе на 10 дней*/
    #content_left .fact {
        flex-basis: 75%;
    }
    
    /* Уменьшение по ширине ленты со временем на Карте */
    
    .timeline .swiper-timeline .swiper-slide {
        width: 57px;
    }
    .timeline__current {
        width: 64px;
        margin-left: -32px;
    }
    
    /* end Уменьшение по ширине ленты со временем на Карте */
    
    /* Сдвиг левой панели в правый угол на Карте */
    
    .b-page_type_maps > .content > :first-child,
    main > div > div:last-child > div:first-child {
        position: absolute;
        right: 10px;
        height: auto;
        border-bottom-right-radius: 14px;
        border-bottom-left-radius: 14px;
        background: rgb(255 255 255 / 85%);
        padding-bottom: 8px
    }    
    .b-page_type_maps > .content > :first-child .button[class*=__link] {
        margin-bottom: 16px;
    }
    
    /* end Сдвиг левой панели в правый угол на Карте */
    
    /* Скрытие рекламы на Прогнозе на месяц */
    
    .content[role=main] > .content__section:last-child,
    .content[role=main] > .content__section > [class*=__content] + div {
        opacity: 0.05;
        pointer-events: none;
    }
    
    /* end Скрытие рекламы на Прогнозе на месяц*/
}

Reviews

No reviews yet.