Skip to content

YouTube always visible 'Subscriptions' and 'Watch Later' buttons + titles on thumbnails fix by konrad-bak

Screenshot of YouTube always visible 'Subscriptions' and 'Watch Later' buttons + titles on thumbnails fix

Details

Authorkonrad-bak

LicenseNo License

Categoryyoutube

Created

Updated

Size803 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

very small, yet satisfying fix - especially, if You also use 'Watch later' as your everyday playlist, pic related

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YouTube always visible 'Subscriptions' and 'Watch Later' buttons + titles on thumbnails fix
@version      20220707.10.13
@namespace    userstyles.world/user/konrad-bak
@description  very small, yet satisfying fix - especially, if You also use 'Watch later' as your everyday playlist, pic related
@author       konrad-bak
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
a[title="Subscriptions"] {
    background-color: #ad0101;
}
a[title="Watch later"] {
    background-color: #07b77b;
}
a[title="Watch later"] yt-icon {
    color: #ffffff !important;
}

#meta.ytd-grid-video-renderer {
    display: block !important;
}

#meta.ytd-rich-grid-media {
    flex-direction: column;
}

ytd-video-meta-block {
    padding-left: 0 !important;
}
}

Reviews

No reviews yet.