From 061e0be594bcf745bb1da3d065fd078b12c12f89 Mon Sep 17 00:00:00 2001 From: blackmatrix7 <27717518+blackmatrix7@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:34:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=93=B2=E4=B9=9F]=20=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/zheye/zheye.lnplugin | 2 +- script/zheye/zheye.sgmodule | 2 +- script/zheye/zheye.stoverride | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/zheye/zheye.lnplugin b/script/zheye/zheye.lnplugin index 5fc14f42088..ac8c8a8af57 100644 --- a/script/zheye/zheye.lnplugin +++ b/script/zheye/zheye.lnplugin @@ -67,7 +67,7 @@ http-response ^https?:\/\/api\.zhihu\.com\/user-credit\/basis requires-body=1,sc http-response ^https?:\/\/api\.zhihu\.com\/moments_v3\? requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_关注列表优化 # 推荐页 - 移除黑名单用户发布的文章、去除广告,及自定义一些屏蔽项目 -http-response ^https:\/\/api\.zhihu\.com\/topstory\/recommend\? requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_推荐页优化 +http-response ^https:\/\/api\.zhihu\.com\/topstory\/recommend requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_推荐页优化 # 黑名单页 - 同步黑名单数据 http-response ^https?:\/\/api\.zhihu\.com\/settings\/blocked_users 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 a7970248ec1..8c6d266f7de 100644 --- a/script/zheye/zheye.sgmodule +++ b/script/zheye/zheye.sgmodule @@ -63,7 +63,7 @@ DOMAIN,appcloud2.in.zhihu.com,REJECT 哲也_关注列表优化 = 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\/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\/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\/settings\/blocked_users,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js diff --git a/script/zheye/zheye.stoverride b/script/zheye/zheye.stoverride index bdab68ade3b..3e279ad65a0 100644 --- a/script/zheye/zheye.stoverride +++ b/script/zheye/zheye.stoverride @@ -87,7 +87,7 @@ http: argument: '' # 推荐页 - 移除黑名单用户发布的文章、去除广告,及自定义一些屏蔽项目 - - match: ^https:\/\/api\.zhihu\.com\/topstory\/recommend\? + - match: ^https:\/\/api\.zhihu\.com\/topstory\/recommend name: zheye.js type: response require-body: true