Keep those useless and attention-taking shit out of my page.
Remove Zhihu Videoes by starliiit
Details
Authorstarliiit
LicenseNo License
Categoryzhihu.com
Created
Updated
Size432 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 Remove Zhihu Videoes
@version 20220909.02.12
@namespace userstyles.world/user/starliiit
@description Keep those useless and attention-taking shit out of my page.
@author starliiit
@license No License
==/UserStyle== */
@-moz-document domain("zhihu.com") {
.ZVideoItem {
display: none;
}
.EduSectionItem-video {
display: none;
}
.VideoAnswerPlayer {
display: none;
}
}