no login modal for zhihu.com
zhihu.com by iahu
Details
Authoriahu
LicenseNo License
Categoryzhihu.com
Created
Updated
Size311 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
just install this style snippet
Source code
/* ==UserStyle==
@name zhihu.com
@version 20220602.05.24
@namespace userstyles.world/user/iahu
@description no login modal for zhihu.com
@author iahu
@license No License
==/UserStyle== */
@-moz-document domain("zhuanlan.zhihu.com") {
body > div:nth-of-type(4) {
display: none;
}
}