Skip to content

rutube-for-video by wizardSaliman

Details

AuthorwizardSaliman

LicenseСвободная

Categoryrutube.ru

Created

Updated

Code size3.0 kB

Code checksum3bfbc6b3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Оптимизированы размеры некоторых элементов, удалены лишние разделы из меню и с главной страницы.

Notes

Внимание!!! Удалены Shorts из меню и со страницы подписок.

Source code

/* ==UserStyle==
@name         rutube-for-video
@version      20241230.09.37
@namespace    https://userstyles.world/user/Глючный
@description  Оптимизированы размеры некоторых элементов, удалены лишние разделы
@author       Глючный
@license      Свободная
==/UserStyle== */

@-moz-document url-prefix("https://rutube.ru") {
.menu-links-accordion-module__accordion {
    display: none;
}

.wdp-wrapper-module__wdpCommonWrapper.user-channel-module__channelWrapper {
    margin: 5px;
}

.application-module__content {
    overflow: visible;
}

.wdp-header-module__header {
    height: 55px;
}
.header-module__headerBallast {
    height: 60px;
}


.menu-content-module__wrapper.menu-content-module__menu.menu-content-module__menuWide.menu-content-module__menuOpen {
    top: 55px;
}

.wdp-feed-banner-module__wdp-feed-banner__image-background {
    height: 80px;
}

.wdp-feed-banner-module__wdp-feed-banner__image {
    padding: 20px 0 80px 0;
}

[aria-label="Shorts"],
[aria-label="Выбор RUTUBE"],
[aria-label="Yappy: короткие видео"],
[aria-label="По темам"],
[aria-label="Новинки блогеров"] {
    display: none;
}

.wdp-link-module__link.menu-link-module__item[href="/for_creators"] {
    display: none;
}
.wdp-link-module__link.menu-link-module__item[href="/categories/"] {
    display: none;
}
.wdp-link-module__link.menu-link-module__item[href="/feeds/newyear2025/"] {
    display: none;
}
.wdp-link-module__link.menu-link-module__item[href="/feeds/shorts/"] {
    display: none;
}
.wdp-link-module__link.menu-link-module__item[href="/feeds/live/"] {
    display: none;
}
.wdp-link-module__link.menu-link-module__item[href="/my/"] {
    display: none;
}
.wdp-link-module__link.menu-link-module__item[href="/feeds/movies/"] {
    display: none;
}

.menu-divider-module__divider {
    margin: 0;
}


.my-module__heading {
    font-size: 20px;
    height: 40px;
    line-height: 20px;
    content: "подписки";
}

.wdp-my-tabs-switchers-module__switchers {
    margin: 0;
    height: 20px;
}


.wdp-my-subscriptions-channels-gallery-module__wrapper ~ [aria-label="Галерея "].wdp-scroll-gallery-module__scroll-gallery {
    height: 50px;
}

.wdp-my-subscriptions-channels-gallery-module__wrapper ~ [aria-label="Галерея "] .wdp-grid-module__grid.wdp-grid-module__grid_nowrap.wdp-grid-module__grid_inline {
    width: 350px;
    height: 80px;
}
.wdp-my-subscriptions-channels-gallery-module__wrapper ~ [aria-label="Галерея "] .wdp-my-channel-card-avatar-module__channelAvatar {
    width: 40px;
    height: 40px;
    margin: 0 auto 0 auto;
}

.wdp-my-subscriptions-channels-gallery-module__wrapper ~ [aria-label="Галерея "] .wdp-my-channel-card-module__about {
    display: none;
    font-size: 10px;
}

.wdp-my-channel-card-module__wrapper {
    padding: 3px;
}

.wdp-my-channel-card-avatar-module__image {
    width: 40px;
    height: 50px;
    margin: 0;
}
}

Reviews

No reviews yet.