#!name=哲也同学 #!desc=分享你刚编的故事 #!author=blackmatrix7 #!homepage=https://github.com/blackmatrix7/ios_rule_script #!category=blackmatrix7 [Rule] # HTTP DNS IP-CIDR,118.89.204.198/32,REJECT,no-resolve IP-CIDR,103.41.167.237/32,REJECT,no-resolve IP-CIDR6,2402:4e00:1200:ed00:0:9089:6dac:96b6/128,REJECT,no-resolve # 其他拦截不影响使用的域名 DOMAIN,mqtt.zhihu.com,REJECT DOMAIN,sugar.zhihu.com,REJECT DOMAIN,crash2.zhihu.com,REJECT DOMAIN,appcloud.zhihu.com,REJECT DOMAIN,appcloud2.in.zhihu.com,REJECT DOMAIN,duga.zhihu.com,REJECT DOMAIN,apm.zhihu.com,REJECT # 拦截开屏广告 URL-REGEX,^https?:\/\/api\.zhihu\.com\/commercial_api,REJECT # 拦截回答下方的广告 URL-REGEX,^https?:\/\/api\.zhihu\.com\/commercial_api\/answer/\d+/bottom-v2,REJECT # 拦截不影响使用的请求 URL-REGEX,^https?:\/\/api\.zhihu\.com\/message-push\/event,REJECT # 屏蔽 - 付费回答用户营销引导 URL-REGEX,^https:\/\/api\.zhihu\.com\/guide_center\/strategy,REJECT # 屏蔽 - 会员页浮动广告 URL-REGEX,^https?:\/\/api\.zhihu\.com\/bazaar\/float_window,REJECT # 屏蔽 - 数据上报 URL-REGEX,^https?:\/\/api\.zhihu.\com\/metrics\/report,REJECT # 屏蔽 - 疑似通知 URL-REGEX,^https?:\/\/api\.zhihu\.com\/settings\/new\/notification,REJECT # 屏蔽 - 会员相关广告 URL-REGEX,^https?:\/\/api\.zhihu\.com\/bazaar\/vip_tab\/header,REJECT [Map Local] # 去除消息通知角标 ^https?:\/\/api\.zhihu\.com\/(notifications\/v\d\/count) data="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/blank/blank_dict.json" # 去除推荐页顶部广告 ^https?:\/\/api\.zhihu\.com\/root\/window data="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/blank/blank_dict.json" # 拦截应用内弹窗 ^https?:\/\/api\.zhihu\.com\/me\/guides data="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/blank/blank_dict.json" # 去除关注页最常访问 ^https?:\/\/api\.zhihu\.com\/moments\/recent data="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/blank/blank_dict.json" # 拦截推荐页顶部广告 ^https?:\/\/api\.zhihu\.com\/api\/v4\/ecom_data\/config data="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/blank/blank_dict.json" # 疑似推荐页内容更新红点 ^https?:\/\/api\.zhihu\.com\/feed\/render\/revisit\/tag_config data="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/blank/blank_dict.json" # 部分推荐页Tab的Banner ^https?:\/\/api\.zhihu\.com\/content-distribution-core\/sections\/ data="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/blank/blank_dict.json" [Script] # 获取用户信息 - 隔离用户数据,开启本地会员等 哲也_处理用户信息 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/people\/,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 关键词屏蔽 - 解锁本地的关键词屏蔽功能,需要开启本地VIP 哲也_解锁关键词屏蔽 = type=http-request,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/feed-root\/block,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 优化软件配置 - 优化下发的配置文件来实现某些效果 哲也_优化推荐标签页 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/root\/tab\/v2,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 推荐页 - 移除黑名单用户发布的文章、去除广告,及自定义一些屏蔽项目 哲也_推荐页优化 = type=http-response,requires-body=1,max-size=0,timeout=30,pattern=^https:\/\/(api|web-render)\.zhihu\.com\/topstory\/recommend,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 回答列表 - 移除黑名单用户的回答、去除广告 哲也_回答列表优化 = type=http-response,requires-body=1,max-size=0,pattern=^https:\/\/api\.zhihu\.com\/questions\/\d+\/feeds?,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 回答信息流 - 移除黑名单用户的回答、去除广告 哲也_回答信息流优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/next-render,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 消息页 - 折叠官方消息、屏蔽营销消息 哲也_消息优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/notifications\/v3\/(message|timeline\/entry\/system_message),script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 评论页 - 去除黑名单用户发表的评论 哲也_评论优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/(comment_v5\/)?(answers|comments?|articles|pins)\/\d+\/(root_|child_)?comments?,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 回答页 - 移除相关问题推荐 哲也_回答页广告移除 = type=http-response,requires-body=1,max-size=0,pattern=^https:\/\/(page-info|api)\.zhihu\.com\/answers\/v2\/\d+,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 文章页 - 移除相关问题推荐 哲也_文章页广告移除 = type=http-response,requires-body=1,max-size=0,pattern=^https:\/\/api\.zhihu\.com\/articles\/v\d\/\d+,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 关注页 - 屏蔽黑名单用户 哲也_关注列表优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/moments_v3\?,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 热榜页 - 去除广告 哲也_热榜优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/topstory\/hot-lists(\?|\/),script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 搜索页 - 去除预置广告 哲也_预置关键词优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/search\/preset_words\?,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 搜索页 - 猜你想搜去广告 哲也_猜你想搜去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/search\/recommend_query,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 黑名单页 - 同步黑名单数据 哲也_同步黑名单 = type=http-response,requires-body=1,max-size=0,pattern=^https:\/\/api\.zhihu\.com\/settings\/blocked_users,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 回答页底部评论摘要 - 移除黑名单用户发表的评论 哲也_评论摘要优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/www\.zhihu\.com\/api\/v4\/comment_v5\/answers\/\d+\/abstract_comment\?,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js [MITM] hostname = %APPEND% www.zhihu.com,api.zhihu.com,zhuanlan.zhihu.com,m-cloud.zhihu.com,page-info.zhihu.com,web-render.zhihu.com