Unround Youtube home page and view page.
Unround-Youtube by LordMrcS
Details
AuthorLordMrcS
LicenseNo License
Categoryyoutube.com
Created
Updated
Size814 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Unround-Youtube
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Unround Youtube home page and view page.
@author LordMrcS
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-flexy[rounded-player-large][default-layout] #ytd-player.ytd-watch-flexy,
ytd-watch-grid[rounded-player-large][default-layout] #ytd-player.ytd-watch-grid {
overflow: visible;
}
ytd-thumbnail[size="medium"] a.ytd-thumbnail,
ytd-thumbnail[size="large"] a.ytd-thumbnail,
ytd-watch-grid[swatcheroo-split-scroll][default-two-column-layout] #secondary-inner.ytd-watch-grid,
ytd-playlist-thumbnail[size=large] a.ytd-playlist-thumbnail, ytd-playlist-thumbnail[size=large]:before {
border-radius: 0px;
}
}