移除视频回答
知乎 移除傻屌视频 by mscststs
Details
Authormscststs
LicenseNo License
Category知乎
Created
Updated
Size510 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-isRecommend:has( .VideoAnswerPlayer),
.Card.TopstoryItem-isRecommend:has( .ZVideoItem),
.Card.TopstoryItem-isRecommend:has( .ArticleItem)
{
display:none !important;
}
}