Skip to content

Some minor fixes - Youtube by maxtronelnoob

Screenshot of Some minor fixes - Youtube

Details

Authormaxtronelnoob

LicenseNo License

CategoryYoutube

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Do some minor fixes on youtube
Please give a review to make it better.

Notes

This is my first theme i hope you like it

Source code

/* ==UserStyle==
@name         Some minor fixes - Youtube
@version      20240228.14.26
@namespace    https://userstyles.world/user/maxtronelnoob
@description  Do some minor fixes on youtube
@author       maxtronelnoob
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/watch?") {
/* Profile pictures in Videos */
#avatar.ytd-video-owner-renderer {
    border-radius: 10%;
}

#author-thumbnail.ytd-comment-simplebox-renderer {
    border-radius: 10%;
}

#author-thumbnail.ytd-comment-renderer yt-img-shadow.ytd-comment-renderer {
    border-radius: 10%;
}
}

@-moz-document url-prefix("https://www.youtube.com/") {
/*Global youtube*/
/* Youtube account profile picture*/
yt-img-shadow.ytd-topbar-menu-button-renderer {
    border-radius: 10%;
}

/* Youtube sidebar*/
yt-img-shadow.ytd-guide-entry-renderer {
    border-radius: 10%;
}

/*user*/
#avatar.ytd-active-account-header-renderer {
    border-radius: 10%;
}

/*notifications*/
.thumbnail.ytd-notification-renderer {
    border-radius: 10%;
}
}

@-moz-document url-prefix("https://www.youtube.com/channel/"), url-prefix("https://www.youtube.com/c/"), url-prefix("https://www.youtube.com/user/") {
/*Profile pictures on channels pages*/
#avatar.ytd-c4-tabbed-header-renderer {
    border-radius: 10%;
}

yt-img-shadow.ytd-grid-channel-renderer {
    border-radius: 10%;
}
}

@-moz-document url("https://www.youtube.com/") {
/*main page*/
/*Profile pictures bellow videos in main page*/
#avatar.ytd-rich-grid-media {
    border-radius: 10%;
}

/*preview*/
#avatar.ytd-video-preview {
    border-radius: 10%;
}

/*comunity post*/
#author-thumbnail.ytd-post-renderer yt-img-shadow.ytd-post-renderer {
    border-radius: 10%;
}
}

@-moz-document url-prefix("https://www.youtube.com/account") {
/*config*/
/*account*/
yt-img-shadow.ytd-channel-options-renderer {
    border-radius: 10%;
}

/*account_sharing*/
yt-img-shadow.ytd-connected-app-renderer {
    border-radius: 10%;
}
}

@-moz-document url("https://www.youtube.com/feed/library") {
/*library*/
#thumbnail.ytd-profile-column-user-info-renderer {
    border-radius: 10%;
}
}

@-moz-document url-prefix("https://www.youtube.com/shorts/") {
/*shorts*/
#avatar.ytd-reel-player-header-renderer {
    border-radius: 10%;
}
}

@-moz-document url-prefix("https://www.youtube.com/") {
/*Delete guide links*/
div#footer {
    display: none;
}
}

Reviews

No reviews yet.