移除知乎脑残视频
移除脑残视频 by mscststs
Details
Authormscststs
LicenseNo License
Category知乎
Created
Updated
Size417 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 Me
==/UserStyle== */
@-moz-document domain("www.zhihu.com") {
/* 在此插入代码... */
.Card.TopstoryItem-isRecommend:has( .VideoAnswerPlayer),
.Card.TopstoryItem-isRecommend:has( .ZVideoItem){
display:none !important;
}
}