Skip to content

3 rows Manager Channels Subscriptions Layout by marurunk

Screenshot of 3 rows Manager Channels Subscriptions Layout

Details

Authormarurunk

LicenseNo License

Categoryyoutube

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

3 rows for more quickly manage all your subscriptions

Notes

v2

  • Stupid Bug: Confirm label hidded fixed

Source code

/* ==UserStyle==
@name         3 row Manage Channels Subscriptions - Jan 2024
@version      20240118.08.07
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/feed/channels") {
#avatar-section.ytd-channel-renderer {
    max-width: 0px !important;
    scale: 0.6 !important;
    min-width: 80px !important;
}

#grid-container.ytd-expanded-shelf-contents-renderer > .ytd-expanded-shelf-contents-renderer {
    width: 32% !important;
    margin-left: 1%;
}

#info-section.ytd-channel-renderer {
    width: 100px !important;
    min-width: auto !important;
    
}


#info-section .yt-spec-button-shape-next__button-text-content{
    display: none;
}

#main #scroller, #main #scrollable {
    display: none;
}

#main.yt-confirm-dialog-renderer, #main  #cancel-button{
    margin: 0;
    padding: 0;
}

#main > .yt-confirm-dialog-renderer {
    padding: 1rem;
    gap:0.4rem;
    flex-direction: column-reverse;
}

#confirm-button yt-button-shape > .yt-spec-button-shape-next{
    padding: 8rem;

}

#main #confirm-button {
    margin: 0;
}

#avatar.ytd-channel-renderer {
    width: auto;
}
}

Reviews

No reviews yet.