轻松进入无比简洁的知乎关怀版

查看 8|回复 0
作者:Foxkeh   
知乎的 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.这个关怀版只有桌面网页版体验不错, 在移动端体验不佳, 除非开启桌面模式.
您需要登录后才可以回帖 登录 | 立即注册

返回顶部