Skip to content

youtube.com by MuffinTastic

Details

AuthorMuffinTastic

LicenseNo License

Categoryyoutube.com

Created

Updated

Code size481 B

Code checksumcb30274e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

remove rounded corners and big thumbnails from youtube

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       youtube.com
@version    20240404.00.06
@namespace  https://userstyles.world/user/MuffinTastic
@author     MuffinTastic
==/UserStyle== */

@-moz-document domain("youtube.com") {
ytd-watch-flexy[rounded-player-large]:not([fullscreen]):not([theater]) #ytd-player.ytd-watch-flexy {
    border-radius: 0px;
}

ytd-video-renderer[use-bigger-thumbs][bigger-thumbs-style="BIG"] ytd-thumbnail.ytd-video-renderer {
    max-width: 300px;
    min-width: 150px;
}
}

Reviews

No reviews yet.