mirror of
https://github.com/blackmatrix7/ios_rule_script.git
synced 2024-11-15 21:28:33 +08:00
101 lines
3.2 KiB
Plaintext
101 lines
3.2 KiB
Plaintext
name: 获取签到脚本Cookie
|
|
desc: 最后更新时间 2023-10-07 14:23:39
|
|
# author: blackmatrix7
|
|
# repo: https://github.com/blackmatrix7/ios_rule_script
|
|
# http-request-script: 8
|
|
# mitm: 7
|
|
# total: 15
|
|
|
|
|
|
|
|
|
|
|
|
http:
|
|
script:
|
|
# Fa米家_获取cookie
|
|
- match: ^https?:\/\/fmapp\.chinafamilymart\.com\.cn\/api\/app\/market\/member\/(signin\/usersign|sign\/current)
|
|
name: famijia_checkin.js_515b8868
|
|
type: request
|
|
require-body: false
|
|
timeout: 30
|
|
argument:
|
|
# Luka_获取cookie
|
|
- match: ^https?:\/\/luka\-graphql\.ling\.cn\/graphql\/mobile\?operation=UserInfoWithPendingRobotQuery
|
|
name: luka_signin.js_b550a422
|
|
type: request
|
|
require-body: false
|
|
timeout: 30
|
|
argument:
|
|
# 什么值得买_获取cookie
|
|
- match: ^https?:\/\/user-api\.smzdm\.com\/checkin$
|
|
name: smzdm_daily.js_7fcabffe
|
|
type: request
|
|
require-body: false
|
|
timeout: 30
|
|
argument:
|
|
# 叮咚买菜_获取cookie
|
|
- match: ^https?:\/\/maicai\.api\.ddxq\.mobi\/point\/home\?api_version
|
|
name: dingdong_checkin.js_03462fc2
|
|
type: request
|
|
require-body: false
|
|
timeout: 30
|
|
argument:
|
|
# 慢慢买_获取cookie
|
|
- match: ^https?:\/\/apph5\.manmanbuy\.com\/taolijin\/(login.aspx|logserver.aspx)
|
|
name: manmanbuy_checkin.js_d03e4443
|
|
type: request
|
|
require-body: true
|
|
timeout: 30
|
|
argument:
|
|
# 贴吧_获取cookie1
|
|
- match: https?:\/\/(c\.tieba\.baidu\.com|180\.97\.\d+\.\d+)\/c\/s\/login
|
|
name: tieba_signin.js_999f9ef4
|
|
type: request
|
|
require-body: false
|
|
timeout: 30
|
|
argument:
|
|
# 贴吧_获取cookie2
|
|
- match: ^https?:\/\/c\.tieba\.baidu\.com\/c\/s\/channelIconConfig
|
|
name: tieba_signin.js_999f9ef4
|
|
type: request
|
|
require-body: false
|
|
timeout: 30
|
|
argument:
|
|
# 贴吧_获取cookie3
|
|
- match: ^https?:\/\/tiebac\.baidu\.com\/c\/u\/follow\/getFoldedMessageUserInfo
|
|
name: tieba_signin.js_999f9ef4
|
|
type: request
|
|
require-body: false
|
|
timeout: 30
|
|
argument:
|
|
|
|
mitm:
|
|
- "apph5.manmanbuy.com"
|
|
- "c.tieba.baidu.com"
|
|
- "fmapp.chinafamilymart.com.cn"
|
|
- "luka-graphql.ling.cn"
|
|
- "maicai.api.ddxq.mobi"
|
|
- "tiebac.baidu.com"
|
|
- "user-api.smzdm.com"
|
|
|
|
script-providers:
|
|
dingdong_checkin.js_03462fc2:
|
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/dingdong/dingdong_checkin.js
|
|
interval: 86400
|
|
famijia_checkin.js_515b8868:
|
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/famijia/famijia_checkin.js
|
|
interval: 86400
|
|
luka_signin.js_b550a422:
|
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/luka/luka_signin.js
|
|
interval: 86400
|
|
manmanbuy_checkin.js_d03e4443:
|
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/manmanbuy/manmanbuy_checkin.js
|
|
interval: 86400
|
|
smzdm_daily.js_7fcabffe:
|
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js
|
|
interval: 86400
|
|
tieba_signin.js_999f9ef4:
|
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/tieba/tieba_signin.js
|
|
interval: 86400
|
|
|