VVebo 虽然已近下架许久没有更新,但可能还是最好用的微博客户端,可惜最近用户时间线不能正常显示了。在少数派看到有作者通过 Stash 利用 HTTP 重写,找回 VVebo 的用户时间线,有没有大佬能出手用圈 X 实现。
1
erfeirufeng 355 天前 via iPhone
等一个大佬,现在有工具把 qx 、loon 、surge 解析至 stash ,反之则不行。
|
2
byheaven0912 355 天前 2
提供一个 surge module ,自己本地建一个.sgmodule 文件,把下面内容填入就行了:
#!name= vvebo #!desc=修复 vvebo 用户主页的显示 #!author=byheaven [Script] fix-vvebo-user-timeline = type=http-request, pattern=^https:\/\/api\.weibo\.cn\/2\/users\/show\?, requires-body=0, timeout=5, script-path=https://raw.githubusercontent.com/suiyuran/stash/main/scripts/fix-vvebo-user-timeline.js fix-vvebo-user-timeline2 = type=http-request, pattern=^https:\/\/api\.weibo\.cn\/2\/statuses\/user_timeline\?, requires-body=0, timeout=5, script-path=https://raw.githubusercontent.com/suiyuran/stash/main/scripts/fix-vvebo-user-timeline.js fix-vvebo-user-timeline3 = type=http-response, pattern=^https:\/\/api\.weibo\.cn\/2\/profile\/statuses\/tab\?, requires-body=1, timeout=5, script-path=https://raw.githubusercontent.com/suiyuran/stash/main/scripts/fix-vvebo-user-timeline.js [MITM] hostname = %APPEND% api.weibo.cn |
3
blufaux 355 天前
同求圈 x 的
|
4
hallomou 355 天前 8
|
6
blufaux 355 天前
这玩意也能魔改,太牛逼了
|
7
magic3584 355 天前
|
8
zhoushengyue 355 天前 1
@magic3584 mitm 开了吗?如果没开过的话还要安装描述文件啥的,我也搞了半天才成功
|
9
edinina 355 天前
太好了,一直只用 vvebo ,原来还可以这样
|
10
magic3584 355 天前
|
11
magic3584 355 天前
实际上按脚本上面里加上**[mitm]**和**[rewrite_local]**,并且开始 MitM 就可以了。
|
12
terrychanin 355 天前
@magic3584 请问能不能具体描述一下添加步骤?感谢🙏
|
13
skyqiao 355 天前
以前的 cosmos 也挺好不错的
|
14
mhqschen 355 天前
等一个小火煎的
|
15
magic3584 355 天前 via iPhone
@terrychanin #12
1.设置,开启 MitM 。打开开关,会安装证书。 2.设置,MitM 添加主机名 api.weibo.cn 3.设置,重写,打开开关 4.编辑配置文件。复制脚本里上面注释部分的 rewrite_local 里的几行,粘贴到配置文件里的 rewrite_local 部分。 5.qx 开关一次 6. Done |
16
hallomou 355 天前
@terrychanin
@magic3584 在 设置 - 重写( Rewrite ) - 资源( Resources )中点击添加,把我给的那个 js 文件地址粘贴到 Resource URL 里,然后开启 Resource Parser 就可以了。 |
17
terrychanin 355 天前
|
18
GeorgeV 350 天前
用这方法能修复其他的微博 app 吗?比如墨客。。。
|
19
PANGPANGDigital 344 天前
@byheaven0912 老哥,这个我试了一下,发现小部分博主的主页还是加载不出来🥲
|
20
Jos4ph 319 天前
@mhqschen
找到小火箭 app 里「配置」模块,点击本地文件的配置文件,会弹出「编辑纯文本」,翻到最下面空白处添加: [Script] VVebo_Request = type=http-request,pattern=^https:\/\/api\.weibo\.cn\/2\/(users\/show\?|statuses\/user_timeline\?),requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/cylllllll/privateSgmodule/main/fix_vvebo_user_profile VVebo_Response = type=http-response,pattern=^https:\/\/api\.weibo\.cn\/2\/profile\/statuses\/tab\?,requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/cylllllll/privateSgmodule/main/fix_vvebo_user_profile [MITM] hostname = %APPEND% api.weibo.cn enable = true ca-passphrase = ca-p12 = ca 证书我删除了,自己找安装方法,自动会填写进去的。 |
28
27149 310 天前 2
|
32
Jos4ph 304 天前
@mhqschen 和楼下同学说的一致,其实咱们默认用的是 app 自带的默认配置文件,你在「配置」里能找到一个名称叫做「 default.conf 」的文件,它会按照你设置的更新时间拉取 app 默认文件进行覆盖更新;所以就会出现你设置过,能用一下,但下次之后又失效了,这时候你点进那个文件里面,会发现你之前的内容被覆盖了。解决办法:copy 一份这个文件,在这个 copy 的文件上修改并使用 copy 的配置文件即可,不过也会出现楼下说的,进入主页需要下拉一下才能出现时间轴微博。
|
33
mhqschen 303 天前
|
34
blufaux 286 天前
圈 x 好想不行了?
|
35
sexoutsex2011 246 天前
@blufaux #34 同不行了
|