DTF Welcome Back Again — убираем в подсайтах всё лишнее…
…что мешает комментировать.
/* ==UserStyle==
@name           Only Comments DTF
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("dtf.ru") {
    .content-header--short, .content--short, .content-footer__item:not(:first-of-type), .l-entry.l-island-round:not(:first-child), .vacancies_widget, .subsite-header, .l-page__sidebar, .content-header-repost
    {
        display: none !important;
    }
    .content-footer--short
    {
        width: 200px !important;
        margin: auto auto !important;
    }
    .content-footer__item:first-of-type
    {
        padding-top: 10px;
        margin: auto auto !important;
    }
    .comments_counter__count, .comments_counter__count__unit, .comments_counter__count__value
    {
        font-size: 30px !important;
    }
    .comments_counter__count svg
    {
        width: 30px !important;
        height: 30px !important;
    }
}
Просто вставь это в Stylus или ещё куда.
16 комментариев