유튜브 댓글 (글자크기/글자색) 변경
스타일봇 크롬 확장프로그램 설치 후 아래 코드 적용.
/* YouTube Desktop & Shorts Comments Custom Style */
#content-text,
#comment-content,
.ytd-comment-renderer #content-text,
#result-contents #content-text {
font-family: inter, Roboto, Verdana, Arial, Geneva, Tahoma, sans-serif !important;
font-size: 25px !important;
line-height: 1.5 !important;
color: blue !important;
}
/* Shorts specific selector just in case */
ytd-comment-view-model #content-text {
font-size: 25px !important;
line-height: 1.5 !important;
color: blue !important;
}