Skip to content

Youtube Comments Font Size Enlarger by doiteasier

Screenshot of Youtube Comments Font Size Enlarger

Details

Authordoiteasier

LicenseNo License

CategoryYoutube

Created

Updated

Size576 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This code increases the font size of comments on youtube. The default font size is too small for me.
Код увеличивает размер шрифта комментариев на ютубе.

Notes

2024-04-07 / v.4.0 - Code update because youtube updated own layout code.
2024-02-07 / v.3.0 - Code update because youtube updated the layout code.
2024-01-31 / v.2.0 - Code update because youtube updated the layout code.

Source code

/* ==UserStyle==
@name           Youtube Comments Font Size Enlarger
@namespace      youtube.com
@version        4.0
@description    Youtube Comments Font Size Enlarger
@author         doiteasier
==/UserStyle== */

@-moz-document domain("www.youtube.com")
{
    /* The font size of the commenter's name. */
#author-text .ytd-comment-renderer {
    font-size: 1.2em;    
    }

    /* The time when comment was posted. */
.yt-formatted-string
  {
    font-size: 1.2em;
  }
    /* Font size of the comment. */
#content-text > span {
 font-size: 2rem;
}
}

Reviews

No reviews yet.