移除低赞
屏蔽低赞 by mscststs
Details
Authormscststs
LicenseNo License
Category知乎
Created
Updated
Size828 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 屏蔽0赞
@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([aria-label='赞同 0 ']),
.Card.TopstoryItem:has([aria-label='赞同 1 ']),
.Card.TopstoryItem:has([aria-label='赞同 2 ']),
.Card.TopstoryItem:has([aria-label='赞同 3 ']),
.Card.TopstoryItem:has([aria-label='赞同 4 ']),
.Card.TopstoryItem:has([aria-label='赞同 5 ']),
.Card.TopstoryItem:has([aria-label='赞同 6 ']),
.Card.TopstoryItem:has([aria-label='赞同 7 ']),
.Card.TopstoryItem:has([aria-label='赞同 8 ']),
.Card.TopstoryItem:has([aria-label='赞同 9 ']){
display:none;
}
}