YouTube Square Avatars by pabli
Imported from https://raw.githubusercontent.com/pabli24/YTSquareAvatars/main/YTSquareAvatars.user.css

Details
Authorpabli
LicenseMIT
Created atSeptember 14, 2021 13:21
Updated atMay 27, 2022 18:00
Applies toyoutube
Statistics
Learn how we calculate statistics in the FAQ.
Total views325
Total installs1365
Weekly installs84
Description
Changes round avatars to square on YouTube
Also available on GreasyFork.org
☕ Support me on ko-fi
Check my other YouTube styles:
- Two Rows in Subscriptions Feed
- Show Buttons On Hover When Paused
- YouTube Player Buttons Remover
Notes
Userstyle doesn't have notes.History
Daily snapshots of style statistics.
Source code
/* ==UserStyle==
@name YouTube Square Avatars
@namespace github.com/pabli24
@version 1.0.0
@description Changes round avatars to square on YouTube
@author Pabli
@license MIT
@homepageURL https://github.com/pabli24/YTSquareAvatars
@supportURL https://github.com/pabli24/YTSquareAvatars/issues
@preprocessor stylus
@var number radius "border radius (%)" ['%', 5, 0, 50, 1]
==/UserStyle== */
@-moz-document domain("youtube.com") {
yt-img-shadow, .image-thumbnail, .subscriber-avatar, .subscriber-info-avatar {
border-radius: radius !important;
}
}
Reviews
tntc4
reviewed and gave 5/5 ⭐ on
September 21, 2021 at 21:14
Very good