https://github.com/elfive/quantumult_x_doubledou
auto checkin for doubledou
https://github.com/elfive/quantumult_x_doubledou
Last synced: about 2 months ago
JSON representation
auto checkin for doubledou
- Host: GitHub
- URL: https://github.com/elfive/quantumult_x_doubledou
- Owner: elfive
- License: mit
- Created: 2020-10-12T01:10:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T00:28:40.000Z (over 2 years ago)
- Last Synced: 2025-01-15T23:24:44.191Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quantumult_X_doubledou
1. 因为网站在特定时间会对中国大陆进行屏蔽,所以建议将网站加入proxy规则中:
```
[filter_local]
host-suffix, dounai.lol, proxy
```
2. MITM
```
[mitm]
hostname= dounai.lol
```
3. 获取Cookies
```
[rewrite_local]
# 获取Cookies
^https:\/\/dounai\.lol\/user\/panel url script-request-header https://raw.githubusercontent.com/elfive/quantumult_X_doubledou/main/v2e.fun.cookie.js
# 如果是把脚本下载到 iCloud云盘/Quantumult X/Scripts 文件夹中本地运行则使用以下设置
^https:\/\/dounai\.lol\/user\/panel url script-request-header v2e.fun.cookie.js
```
4. 增加task自动签到任务
```
[task_local]
30 8 * * * https://raw.githubusercontent.com/elfive/quantumult_X_doubledou/main/v2e.fun.js, tag=v2e签到, enable=true
# 如果是把脚本下载到 iCloud云盘/Quantumult X/Scripts 文件夹中本地运行则使用以下设置
30 8 * * * v2e.fun.js, tag=v2e签到, enable=true
```