로그인 사용자 닉네임을 그냥 숨긴 것 뿐입니다.
스트리머 아이콘만 남기구요.
간단하게 시도했던 거라 그냥 공유 합니당.
모바일두 있어요.
/* pc */
img,
#article-info #article-info-writer,
#article-neighbor-list > div > span.author,
#article-reply-area #reply-real-area .reply > .reply-header > .reply-writer-image,
#article-reply-area #reply-best-area .reply > .reply-header > .reply-writer-image,
#article-reply-area #reply-real-area .reply > .reply-header > .reply-writer.logged,
#article-reply-area #reply-best-area .reply > .reply-header > .reply-writer.logged
{
display: none;
}
#article-list > .article-list-row > .item > .list-title > .list-writer.logged > span {
font-size: 0pt;
width: 20px;
}
header #header-bar #header-menu-right #userDropdown img.profile-img,
img[src="https://static-cdn.jtvnw.net/chat-badges/broadcaster.png"] {
display: inline !important;;
}
#board-info h1 .badge {
display: none;
}
/* -------------- */
/* mobile */
img,
#article-reply-area #reply-best-area .reply > .reply-header > .reply-writer.logged,
#article-reply-area #reply-real-area .reply > .reply-header > .reply-writer.logged,
#article-info > h2 > #article-info-writer,
#article-list > .article-list-row > .item > a.list-title > .list-writer.logged > span
{
display: none;
}
nav#nav > #nav-upper #userDropdown img.profile-img,
img[src="https://static-cdn.jtvnw.net/chat-badges/broadcaster.png"] {
display: inline !important;;
}
/* viewers */
#board-info #viewers-area .fa,
#board-info #viewers-area #viewers {
display: none !important;
}
#board-info h1 .badge {
display: none;
}
/* -------------- */
댓글 0개 ▼