知乎的 Web 关怀版已经出了 2 年了, 刚刚才发现这功能.
页面元素清晰, 排版简洁, 不提示登录, 棒!
手动进入的方式:点击头像,选择"关怀版".
然而, 从搜索结果自动进入的依然是普通版本.
比较了一下页面 URL 跟普通版的区别就是多了一个/aria 前缀.
解决办法自然就是 URL 自动替换.  
以下以 Firefox 为例.
1.下载 Redirector 插件
https://addons.mozilla.org/zh-CN/firefox/addon/redirector/ 
2.手写或者导入如下配置
{
    "createdBy": "Redirector v3.5.3",
    "createdAt": "2024-01-27T06:37:19.850Z",
    "redirects": [
        {
            "description": "知乎自动进入关怀版",
            "exampleUrl": "https://www.zhihu.com/question/622937896",
            "exampleResult": "https://www.zhihu.com/aria/question/622937896",
            "error": null,
            "includePattern": "https://www.zhihu.com/question/*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "https://www.zhihu.com/aria/question/$1",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame",
                "sub_frame"
            ]
        }
    ]
}
3.试试,已经 OK 了.
PS:
1.这个关怀版只有桌面网页版体验不错, 在移动端体验不佳, 除非开启桌面模式.
|  |      1mainjzb      2024-01-27 16:21:50 +08:00 PC 试了一下,字体这么大 | 
|      2mrfox      2024-01-27 22:43:03 +08:00 这个能屏蔽那个 打开知乎 app 的登录框吗 | 
|      3penzi      2024-01-28 08:56:42 +08:00 via iPhone 或许可以写几个样式适配到移动端 | 
|      4asuraa      2024-01-28 09:03:30 +08:00 有没有油猴脚本? |