Skip to content

Commit

Permalink
增加Quantumult X 1.0.5 (190)获取Cookie说明
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Jan 11, 2020
1 parent 479743a commit 44d838d
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 9 deletions.
8 changes: 6 additions & 2 deletions acfun/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# AcFun (Beta)
# AcFun

> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
> 只支持 APP 端签到 (什么? 你想用 Mac 签? emm...看需求人数吧...)
> 测试版有可能出现任何情况, 如虫子(bug)、cookie(有效期)等各种问题, 希望大家能抱着共同完善的心态来玩
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -25,8 +27,10 @@ cron "10 0 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scr
*.acfun.cn

[rewrite_local]

# 189及以前版本
^https:\/\/api\-new\.app\.acfun\.cn\/rest\/app\/user\/personalInfo url script-response-body acfun.cookie.js
# 190及以后版本
^https:\/\/api\-new\.app\.acfun\.cn\/rest\/app\/user\/personalInfo url script-request-header acfun.cookie.js

[task_local]
1 0 * * * acfun.js
Expand Down
7 changes: 6 additions & 1 deletion bilibili/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# bilibili (Surge & QuanX 二合一签到脚本)
# bilibili

> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
> 目前只签 bilibili 直播 (直播!直播!直播!)
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -22,7 +24,10 @@ cron "10 0 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scr
*.bilibili.com

[rewrite_local]
# 189及以前版本
^https:\/\/(www|live)\.bilibili\.com\/?.? url script-response-body bilibili.cookie.js
# 190及以后版本
^https:\/\/(www|live)\.bilibili\.com\/?.? url script-request-header bilibili.cookie.js

[task_local]
1 0 * * * bilibili.js
Expand Down
7 changes: 6 additions & 1 deletion feng/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 威锋网 (Surge & QuanX 二合一签到脚本)
# 威锋网

> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
> 注意了威锋网只能在一处登录, 如果你手机上登录了, 其他地方的登录会话会被踢掉 (重新登录需要重新获取 Cookie)
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -22,7 +24,10 @@ cron "10 0 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scr
*.feng.com

[rewrite_local]
# 189及以前版本
^https:\/\/(www\.)?feng\.com\/?.? url script-response-body feng.cookie.js
# 190及以后版本
^https:\/\/(www\.)?feng\.com\/?.? url script-request-header feng.cookie.js

[task_local]
1 0 * * * feng.js
Expand Down
2 changes: 1 addition & 1 deletion flyertea/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 飞客茶馆 (Beta)
# 飞客茶馆

> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
Expand Down
5 changes: 5 additions & 0 deletions neteasemusic/quanx/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# 网易云音乐

> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置

```properties
[MITM]
music.163.com

[rewrite_local]
# 189及以前版本
^https:\/\/music\.163\.com\/m\/?.? url script-response-body neteasemusic.cookie.js
# 190及以后版本
^https:\/\/music\.163\.com\/m\/?.? url script-request-header neteasemusic.cookie.js

[task_local]
1 0 * * * neteasemusic.js
Expand Down
7 changes: 6 additions & 1 deletion rrtv/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# 人人视频 (Beta)
# 人人视频

> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -20,7 +22,10 @@ cron "10 0 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scr
*.rr.tv

[rewrite_local]
# 189及以前版本
^https:\/\/api\.rr\.tv\/user\/profile url script-response-body rrtv.cookie.js
# 189及以前版本
^https:\/\/api\.rr\.tv\/user\/profile url script-request-header rrtv.cookie.js

[task_local]
1 0 * * * rrtv.js
Expand Down
5 changes: 5 additions & 0 deletions smzdm/quanx/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 什么值得买

> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
# 注意!注意!注意!

目前不完美:
Expand All @@ -16,7 +18,10 @@
*.smzdm.com

[rewrite_local]
# 189及以前版本
^https:\/\/www\.smzdm\.com\/?.? url script-response-body smzdm.cookie.js
# 190及以后版本
^https:\/\/www\.smzdm\.com\/?.? url script-request-header smzdm.cookie.js

[task_local]
1 0 * * * smzdm.js
Expand Down
7 changes: 6 additions & 1 deletion tieba/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 百度签到 (Surge & QuanX 二合一签到脚本)
# 百度签到

> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
Expand All @@ -8,6 +8,8 @@
> 2020.1.3: 屏蔽文库签到, 原因: 实际签不上
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -26,7 +28,10 @@ cron "10 0 0 * *" script-path=https://raw.githubusercontent.com/chavyleung/scrip
tieba.baidu.com

[rewrite_local]
# 189及以前版本
^https?:\/\/tieba\.baidu\.com\/?.? url script-response-body tieba.cookie.js
# 190及以后版本
^https?:\/\/tieba\.baidu\.com\/?.? url script-request-header tieba.cookie.js

[task_local]
1 0 * * * tieba.js
Expand Down
5 changes: 5 additions & 0 deletions v2ex/quanx/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# 百度贴吧

> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置

```properties
[MITM]
*.v2ex.com

[rewrite_local]
# 189及以前版本
^https:\/\/www\.v2ex\.com\/mission\/daily url script-response-body v2ex.cookie.js
# 190及以后版本
^https:\/\/www\.v2ex\.com\/mission\/daily url script-request-header v2ex.cookie.js

[task_local]
1 0 * * * v2ex.js
Expand Down
7 changes: 6 additions & 1 deletion videoqq/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 腾讯视频 (Surge & QuanX 二合一签到脚本)
# 腾讯视频

**2020.1.6** **~~从 网页 获取 Cookie 只有 2 小时有效期,使用意义不大,先弃坑~~**

Expand All @@ -8,6 +8,8 @@
> 需要 VIP 会员才能签到 (需要 VIP!需要 VIP!需要 VIP!)
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -26,7 +28,10 @@ cron "10 0 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scr
*.video.qq.com

[rewrite_local]
# 189及以前版本
^https:\/\/vip\.video\.qq\.com\/?.? url script-response-body videoqq.cookie.js
# 190及以后版本
^https:\/\/vip\.video\.qq\.com\/?.? url script-request-header videoqq.cookie.js

[task_local]
1 0 * * * videoqq.js
Expand Down
5 changes: 5 additions & 0 deletions ximalaya/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
> 2020.1.9 部分场景不能获取 Cookie 请更换匹配正则
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -22,7 +24,10 @@ cron "10 0 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scr
mobwsa.ximalaya.com

[rewrite_local]
# 189及以前版本
^https?:\/\/.*\/mobile\-user\/homePage\/.* url script-response-body ximalaya.cookie.js
# 190及以后版本
^https?:\/\/.*\/mobile\-user\/homePage\/.* url script-request-header ximalaya.cookie.js

[task_local]
1 0 * * * ximalaya.js
Expand Down
7 changes: 6 additions & 1 deletion zimuzu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# 字幕组 (Surge & QuanX 二合一签到脚本)
# 字幕组

> 代码已同时兼容 Surge & QuanX, 使用同一份签到脚本即可
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
## 配置 (Surge)

```properties
Expand All @@ -20,7 +22,10 @@ cron "10 0 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scr
*.zmz2019.com

[rewrite_local]
# 189及以前版本
^https?:\/\/(www\.)?zmz2019\.com\/?.? url script-response-body zimuzu.cookie.js
# 190及以后版本
^https?:\/\/(www\.)?zmz2019\.com\/?.? url script-request-header zimuzu.cookie.js

[task_local]
1 0 * * * zimuzu.js
Expand Down

0 comments on commit 44d838d

Please sign in to comment.