您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Mostly simple tweaks for removing most of the social features (like the feed on front page)
当前为
- /* ==UserStyle==
- @name AniList - Anti-Social
- @description Mostly 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.2
- @license unlicense
- @preprocessor default
- ==/UserStyle== */
- /* ==================================
- ======== Blocked elements ========
- ================================== */
- .activity-edit, .nav a[href$="social"], .home .activity-feed-wrap, .activity-feed .actions, .activity-feed [href^="/activity/"]
- { display: none !important; }
- /* ==================================
- ============ HOMEPAGE ============
- ================================== */
- .home { grid-template-columns: inherit !important; }
- .home .review-card .summary { width: 96% !important; }
- .home div .sense { min-height: 0 !important; }
- @media screen and (min-width: 1040px) {
- .home > div:not(.activity-feed-wrap) > div:not(.list-previews):not(.recent-threads):not(.recent-reviews) > div >
- .media-preview {
- grid-gap: 20px 0px !important;
- grid-template-columns: repeat(auto-fill,425px) !important;
- }
- .home > div:not(.activity-feed-wrap) > div:not(.list-previews):not(.recent-threads):not(.recent-reviews) > div >
- .media-preview .small .content {
- width: 325px !important;
- z-index: 1 !important;
- opacity: 1 !important;
- }
- .home > div:not(.activity-feed-wrap) > div:not(.list-previews):not(.recent-threads):not(.recent-reviews) > div >
- .media-preview .media-preview-card
- { margin-left: 2.75% !important; }
- .home > div:not(.activity-feed-wrap) > div:not(.list-previews):not(.recent-threads):not(.recent-reviews) > div >
- .media-preview a.title {
- display: block !important;
- height: 100% !important;
- }
- }
- @media screen and (max-width: 1540px) {
- .home > div:not(.activity-feed-wrap) > div:not(.list-previews):not(.recent-threads):not(.recent-reviews) > div >
- .media-preview .media-preview-card
- { margin-left: 0 !important; }
- }
- /* ==================================
- ============ PROFILE =============
- ================================== */
- .activity-feed [label="Unsubscribe"], .activity-feed [label="Subscribe"] {
- position: relative !important;
- top: 19px !important;
- right: calc(-100% + 39px) !important;
- }
- .activity-feed .extras-dropdown {
- position: relative !important;
- top: 20px !important;
- right: calc(-100% + 37px) !important;
- }
- .activity-feed .activity-extras-dropdown { overflow: hidden !important; }
- .activity-feed [label="Unsubscribe"]:hover:before,
- .activity-feed [label="Subscribe"]:hover:before {
- top: -31px !important;
- left: inherit !important;
- right: calc(-100% - 8px) !important;
- }
- }