[哲也] 增加section的屏蔽

This commit is contained in:
blackmatrix7 2023-10-26 16:32:43 +08:00
parent e4d88cb278
commit 1a26b5237d
5 changed files with 30 additions and 0 deletions

View File

@ -181,6 +181,20 @@
"type": "boolean",
"desc": "非会员用户显示为盐选会员"
},
{
"id": "zhihu_settings_app_conf",
"name": "软件配置优化",
"val": false,
"type": "boolean",
"desc": "对下发的软件配置进行一些调整"
},
{
"id": "zhihu_settings_remove_live_tab",
"name": "移除推荐页强制标签",
"val": false,
"type": "boolean",
"desc": "强制移除推荐页的强制标签,需配置移除的标签,并开启“软件配置优化”"
},
{
"id": "zhihu_settings_blocked_keywords",
"name": "推荐页关键词过滤",
@ -316,6 +330,13 @@
"val": "",
"type": "input",
"desc": "用于解锁更多功能。示例 http://192.168.1.200:52273 。"
},
{
"id": "zheye_remove_feed_tabs",
"name": "强制移除指定推荐页标签",
"val": "",
"type": "input",
"desc": "每个标签以;分隔,如“直播;科学”"
}
]
},

View File

@ -61,6 +61,7 @@ http-request ^https?:\/\/api\.zhihu\.com\/feed-root\/block script-path=https://g
# 优化软件配置 - 优化下发的配置文件来实现某些效果
http-response ^https?:\/\/m-cloud\.zhihu\.com\/api\/cloud\/config\/all\? requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_优化软件配置1
http-response ^https?:\/\/appcloud2\.zhihu\.com\/v\d+\/config requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_优化软件配置2
http-response ^https?:\/\/api\.zhihu\.com\/feed\/render\/tab\/config requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_优化软件配置3
# 用户信息 - 修改用户盐值
http-response ^https?:\/\/api\.zhihu\.com\/user-credit\/basis requires-body=1,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js,tag=哲也_修改用户盐值

View File

@ -57,6 +57,7 @@ DOMAIN,appcloud2.in.zhihu.com,REJECT
# 优化软件配置 - 优化下发的配置文件来实现某些效果
哲也_优化软件配置1 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/m-cloud\.zhihu\.com\/api\/cloud\/config\/all\?,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
哲也_优化软件配置2 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/appcloud2\.zhihu\.com\/v\d+\/config,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
哲也_优化软件配置3 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/api\.zhihu\.com\/feed\/render\/tab\/config,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\/user-credit\/basis,script-path=https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js

View File

@ -62,6 +62,7 @@
# 优化软件配置 - 优化下发的配置文件来实现某些效果
^https?:\/\/m-cloud\.zhihu\.com\/api\/cloud\/config\/all\? url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
^https?:\/\/appcloud2\.zhihu\.com\/v\d+\/config url script-analyze-echo-response https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
^https?:\/\/api\.zhihu\.com\/feed\/render\/tab\/config url script-analyze-echo-response https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js
# 用户信息 - 修改用户盐值
^https?:\/\/api\.zhihu\.com\/user-credit\/basis url script-response-body https://gist.githubusercontent.com/blackmatrix7/f5f780d0f56b319b6ad9848fd080bb18/raw/zheye.min.js

View File

@ -71,6 +71,12 @@ http:
require-body: true
timeout: 30
argument: ''
- match: ^https?:\/\/api\.zhihu\.com\/feed\/render\/tab\/config
name: zheye.js
type: response
require-body: true
timeout: 30
argument: ''
# 用户信息 - 修改用户盐值
- match: ^https?:\/\/api\.zhihu\.com\/user-credit\/basis