diff --git a/script/zheye/zheye.lnplugin b/script/zheye/zheye.lnplugin index 475601a67ae..c89d501a0e0 100644 --- a/script/zheye/zheye.lnplugin +++ b/script/zheye/zheye.lnplugin @@ -78,7 +78,7 @@ http-response ^https?:\/\/api\.zhihu\.com\/settings\/blocked_users requires-body http-response ^https?:\/\/api\.zhihu\.com\/(v4\/)?questions\/\d+ requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_回答列表优化 # 回答信息流 - 移除黑名单用户的回答、去除广告 -^https?:\/\/api\.zhihu\.com\/next-data requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_回答信息流优化 +^https?:\/\/api\.zhihu\.com\/next-(data|bff|render) requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_回答信息流优化 # 回答页底部评论摘要 - 移除黑名单用户发表的评论 http-response ^https?:\/\/www\.zhihu\.com\/api\/v4\/comment_v5\/answers\/\d+\/abstract_comment\? requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_评论摘要优化 diff --git a/script/zheye/zheye.sgmodule b/script/zheye/zheye.sgmodule index ac19a0f6348..dcbdce018de 100644 --- a/script/zheye/zheye.sgmodule +++ b/script/zheye/zheye.sgmodule @@ -74,7 +74,7 @@ DOMAIN,appcloud2.in.zhihu.com,REJECT 哲也_回答列表优化 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/(v4\/)?questions\/\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\/next-data,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-(data|bff|render),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 diff --git a/script/zheye/zheye.snippet b/script/zheye/zheye.snippet index 2169730128a..23ebbfa2fb2 100644 --- a/script/zheye/zheye.snippet +++ b/script/zheye/zheye.snippet @@ -79,7 +79,7 @@ ^https?:\/\/api\.zhihu\.com\/(v4\/)?questions\/\d+ url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 回答信息流 - 移除黑名单用户的回答、去除广告 -^https?:\/\/api\.zhihu\.com\/next-data url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js +^https?:\/\/api\.zhihu\.com\/next-(data|bff|render) url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js # 回答页底部评论摘要 - 移除黑名单用户发表的评论 ^https?:\/\/www\.zhihu\.com\/api\/v4\/comment_v5\/answers\/\d+\/abstract_comment\? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js diff --git a/script/zheye/zheye.stoverride b/script/zheye/zheye.stoverride index 428955587f4..cea1dc425e5 100644 --- a/script/zheye/zheye.stoverride +++ b/script/zheye/zheye.stoverride @@ -113,7 +113,7 @@ http: argument: '' # 回答信息流 - 移除黑名单用户的回答、去除广告 - - match: ^https?:\/\/api\.zhihu\.com\/next-data + - match: ^https?:\/\/api\.zhihu\.com\/next-(data|bff|render) name: zheye.js type: response require-body: true