Skip to content

知乎 = 搜索引擎 + 关注者内容推荐 by zhangerfa

Details

Authorzhangerfa

LicenseNo License

Category知乎

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

是直接在大佬gembeta000做的样式上改的,上传就是为了备份,大佬介意立马删除,gembeta000大佬是吧知乎定位为搜索引擎,我则还想看自己关注者的内容推送

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         F With Zhihu Recommendations 知乎,去你的推荐算法
@version      20211129.18.07
@namespace    userstyles.world/user/gembeta000
@description  仅保留知乎搜索功能、看回答功能,其余全部删除。拒绝制造焦虑,拒绝被引导,拒绝陷入争吵。
@author       gembeta000
@license      No License
==/UserStyle== */

@-moz-document domain("zhihu.com") {
/*去掉要去掉的各种东西*/

/*主Flow*/
/*主Flow加宽*/
.Topstory-mainColumn{
    width: 100% !important;
}

/*主Flow推荐选项卡*/
nav.TopstoryTabs:nth-child(1){
    display:none !important;
}

/*顶栏*/
/*删除推荐选项卡*/
.Tabs{
    display:none !important;
}
.GlobalSideBar{
    display:none !important;
}

nav.TopstoryTabs:nth-child(2){
    display:none !important;
}

/*侧边栏部分*/
/*创作者卡片*/
.CreatorEntrance{
    display:none !important;
}

/*圈子卡片*/
.ClubSliderList{
    display:none !important;
}

/*分类入口*/
.GlobalSideBar-category{
    display:none !important;
}

/*广告*/
div.Pc-card:nth-child(4) > a:nth-child(1){
    display:none !important;
}

div.Pc-card:nth-child(6) > a:nth-child(1){
    display:none !important;
}

/*更多分类入口*/
.GlobalSideBar > div:nth-child(1) > div:nth-child(1) > div:nth-child(5){
    display:none !important;
}

/*其他信息*/
.Footer{
    display:none !important;
}

/*隐藏搜索结果页热搜*/
.TopSearch{
    display:none !important;
}



/*搜索框清空*/
.AutoComplete-group{
    display: none !important;
}
/*修改搜索框中热搜字体为0*/
input::placeholder {
    width:0px;
    font-size:0px;
}

/*加宽搜索页结果*/
.SearchMain{
    width: 100% !important;
}

/*加宽回答页面*/

.Question-mainColumn{
    width: 100% !important;
}

/*清理侧边广告*/
.Question-sideColumn{
    display: none !important;
}

/*补充清理广告*/
div.Pc-word:nth-child(4){
    display:none !important;
}
}

Reviews

No reviews yet.