-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
7,006 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[rewrite_local] | ||
# 此处用于京东cookie获取,当失效时需要手动登录京东网页版https://bean.m.jd.com/ 签到获取Cookie, 待QX弹出获取成功即可 | ||
https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBeanIndex url script-request-header all_in_one.js | ||
# 此处用于百度贴吧cookie获取,当失效时需手动登录https://tieba.baidu.com/index.html贴吧获取cookie,待弹出获取成功即可 | ||
^https?:\/\/tieba.baidu\.com url script-request-header all_in_one.js | ||
# 此处用于百度贴吧cookie获取,APP端直接进去,点击"我的"即可 | ||
https?:\/\/c\.tieba\.baidu\.com\/c\/s\/login url script-request-header all_in_one.js | ||
# 此处用于网易云音乐cookie获取,当失效时需浏览器访问并登录:https://music.163.com/m/login 获取cookie,待弹出获取成功即可 | ||
^https?:\/\/music\.163\.com url script-request-header all_in_one.js | ||
# 此处用于爱奇艺cookie获取,加mitm后打开APP,点击“我的”,待弹出获取成功即可 | ||
https:\/\/passport\.iqiyi\.com\/apis\/user\/info\.action.*authcookie url script-request-header all_in_one.js | ||
# 此处用于52破解cookie获取 | ||
https:\/\/www\.52pojie\.cn\/home\.php\?mod=space url script-request-header all_in_one.js | ||
# 此处用于V2EX cookie获取,浏览器打开https://www.v2ex.com/mission/daily ,待弹出获取成功即可 | ||
^https:\/\/www\.v2ex\.com\/mission\/daily url script-request-header all_in_one.js | ||
# 此处用于电信营业厅APP cookie获取 | ||
https:\/\/wapside\.189\.cn:9001\/api\/home\/sign url script-request-header all_in_one.js | ||
# 饿了么Cookie获取, 打开APP,点击我的,点击左上角的签到,进入页面即可 | ||
^https:\/\/h5\.ele\.me\/restapi\/eus\/v\d\/current_user url script-request-header all_in_one.js | ||
|
||
[task_local] | ||
# 多合一签到 | ||
0 7 * * * all_in_one.js | ||
|
||
|
||
[mitm] | ||
# 需要先生成证书,并开启MitM模块才可以 | ||
;passphrase = | ||
;p12 = | ||
;skip_validating_cert = false | ||
;force_sni_domain_name = false | ||
;empty_sni_enabled = false | ||
# cookie获取专用,仅获取cookie时使用,不用的时候最前面加个; | ||
hostname = tieba.baidu.com, c.tieba.baidu.com, music.163.com, passport.iqiyi.com, www.52pojie.cn, *.v2ex.com, wapside.189.cn, h5.ele.me |
Oops, something went wrong.