Greasy Fork

AniList - Anti-Social

Simple tweaks for removing most of the social features (like the feed on front page)

目前为 2020-03-12 提交的版本。查看 最新版本

/* ==UserStyle==
@name         AniList - Anti-Social
@description  Simple tweaks for removing most of the social features (like the feed on front page)
@author       krisu (https://github.com/krisu5)
@namespace    github.com/krisu5/userstyles
@homepageURL  https://github.com/krisu5/userstyles/tree/master/AniList%20-%20Anti-Social
@version      1.0.0
@license      unlicense
@preprocessor default
==/UserStyle== */

@-moz-document domain("anilist.co") {
.activity-edit, .nav a[href$="social"], .home .activity-feed-wrap, .activity-feed .actions, .activity-feed [href^="/activity/"]
{ display: none !important; }

.home { grid-template-columns: inherit !important; }

.home .review-card .summary { width: 96% !important; }

.home div .sense { min-height: 0 !important; }

.activity-feed .time {
    top: inherit !important;
    bottom: 12px !important;
}

.activity-feed .time .action {
    position: absolute !important;
    bottom: 20px !important;
    right: -10px !important;
}
}