Skip to content

Unround YouTube Thumbnails by pizzamaker

Screenshot of Unround YouTube Thumbnails

Details

Authorpizzamaker

LicenseNo License

CategoryYouTube

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Unrounds pretty much every thumbnail, playlist, or preview

Notes

LATEST CHANGES:
-Unrounded the box that appears when you mark a video as not interested or don't recommend channel
-Unrounded the previews on chapters
-Unrounded end video cars (videos and playlists)

Source code

/* ==UserStyle==
@name           Unrounded YouTube
@namespace      youtube
@version        1.2
@description    Undo YouTube's new rounded corners
@author         lightbeam
@preprocessor   stylus
@var checkbox pfp "Unround pfps" 0
==/UserStyle== */

@-moz-document domain("youtube.com") {
/* Unrounds almost all thumbnails on youtube */
.ytd-thumbnail {
  border-radius: 0 !important;
}
/* Notifications tab */
.ytd-notification-renderer :not(.thumbnail) {
  border-radius: 0 !important;
}
/* End screen */
.ytp-videowall-still-image {
  border-radius: 0 !important;
}
/* Game and description */
.ytd-rich-metadata-row-renderer {
  border-radius: 0 !important;
}
/* Unround description box */
.ytd-watch-metadata {
  border-radius: 0 !important;
}
/* Playlist thumbnails */
.ytd-playlist-thumbnail {
  border-radius: 0 !important;
}
/* Not interested */
#dismissed {
  border-radius: 0 !important;
}
/* Chapters */
.ytd-macro-markers-list-item-renderer {
  border-radius: 0 !important;
}
/* End video cards */
.ytp-ce-video, .ytp-ce-playlist {
    border-radius: 0 !important;
}
}

Reviews

No reviews yet.