Skip to content

屏蔽专栏 by mscststs

Details

Authormscststs

LicenseNo License

Category知乎

Created

Updated

Size429 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

屏蔽专栏

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           屏蔽专栏
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         mscststs
==/UserStyle== */

@-moz-document domain("www.zhihu.com") {
    /* 在此插入代码... */
    .Card.TopstoryItem:has(.ArticleItem){
        display:none;
    }
    .Card.TopstoryItem:has(.KfeCollection-AnswerTopCard-Container){
        display:none;
    }
}

Reviews

No reviews yet.