VVebo 虽然已近下架许久没有更新,但可能还是最好用的微博客户端,可惜最近用户时间线不能正常显示了。在少数派看到有作者通过 Stash 利用 HTTP 重写,找回 VVebo 的用户时间线,有没有大佬能出手用圈 X 实现。
1 erfeirufeng 2023-11-27 12:24:04 +08:00 via iPhone 等一个大佬,现在有工具把 qx 、loon 、surge 解析至 stash ,反之则不行。 |
![]() | 2 byheaven0912 2023-11-27 13:35:56 +08:00 ![]() 提供一个 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 2023-11-27 13:52:54 +08:00 同求圈 x 的 |
4 hallomou 2023-11-27 14:35:26 +08:00 ![]() |
6 blufaux 2023-11-27 15:11:27 +08:00 这玩意也能魔改,太牛逼了 |
![]() | 7 rrubick 2023-11-27 15:28:09 +08:00 |
![]() | 8 zhoushengyue 2023-11-27 16:37:19 +08:00 ![]() @magic3584 mitm 开了吗?如果没开过的话还要安装描述文件啥的,我也搞了半天才成功 |
![]() | 9 edinina 2023-11-27 16:48:49 +08:00 太好了,一直只用 vvebo ,原来还可以这样 |
![]() | 10 rrubick 2023-11-27 16:57:57 +08:00 |
![]() | 11 rrubick 2023-11-27 17:01:52 +08:00 实际上按脚本上面里加上**[mitm]**和**[rewrite_local]**,并且开始 MitM 就可以了。 |
![]() | 12 terrychanin 2023-11-27 17:16:14 +08:00 @magic3584 请问能不能具体描述一下添加步骤?感谢 |
![]() | 13 skyqiao 2023-11-27 17:18:59 +08:00 以前的 cosmos 也挺好不错的 |
![]() | 14 mhqschen 2023-11-27 17:23:48 +08:00 等一个小火煎的 |
![]() | 15 rrubick 2023-11-27 18:26:14 +08:00 via iPhone @terrychanin #12 1.设置,开启 MitM 。打开开关,会安装证书。 2.设置,MitM 添加主机名 api.weibo.cn 3.设置,重写,打开开关 4.编辑配置文件。复制脚本里上面注释部分的 rewrite_local 里的几行,粘贴到配置文件里的 rewrite_local 部分。 5.qx 开关一次 6. Done |
16 hallomou 2023-11-27 18:40:59 +08:00 @terrychanin @magic3584 在 设置 - 重写( Rewrite ) - 资源( Resources )中点击添加,把我给的那个 js 文件地址粘贴到 Resource URL 里,然后开启 Resource Parser 就可以了。 |
![]() | 17 terrychanin 2023-11-27 19:54:14 +08:00 |
18 GeorgeV 2023-12-02 15:39:02 +08:00 用这方法能修复其他的微博 app 吗?比如墨客。。。 |
![]() | 19 PANGPANGDigital 2023-12-08 22:48:57 +08:00 @byheaven0912 老哥,这个我试了一下,发现小部分博主的主页还是加载不出来 |
![]() | 20 Jos4ph 2024-01-02 13:49:36 +08:00 @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 2024-01-11 17:57:21 +08:00 ![]() |
30 lantuc 2024-01-13 04:26:05 +08:00 via iPhone @27149 你好,请问这个模块是直接添加后就能用了吗?需要别的操作吗?我添加后没有别的操作,还是老样子。 |
![]() | 32 Jos4ph 2024-01-18 00:13:54 +08:00 ![]() @mhqschen 和楼下同学说的一致,其实咱们默认用的是 app 自带的默认配置文件,你在「配置」里能找到一个名称叫做「 default.conf 」的文件,它会按照你设置的更新时间拉取 app 默认文件进行覆盖更新;所以就会出现你设置过,能用一下,但下次之后又失效了,这时候你点进那个文件里面,会发现你之前的内容被覆盖了。解决办法:copy 一份这个文件,在这个 copy 的文件上修改并使用 copy 的配置文件即可,不过也会出现楼下说的,进入主页需要下拉一下才能出现时间轴微博。 |
![]() | 33 mhqschen 2024-01-18 10:19:55 +08:00 |
34 blufaux 2024-02-04 06:32:22 +08:00 圈 x 好想不行了? |
![]() | 35 sexoutsex2011 2024-03-15 09:23:33 +08:00 @blufaux #34 同不行了 |
![]() | 36 rrubick 272 天前 这个现在失效了,有大佬更新吗? |