# 配合 [box.switcher.js] 实现多会话切换
# cron 根据自身情况设置, 如:
# 00:02, 00:04, 00:06 切换会话
# 00:01, 00:03, 00:05 签到
Tasks: 切换会话 = type=cron,cronexp="2,4,6 * * * *"
Tasks: ApkTw = type=cron,cronexp="1,3,5 * * * *"
# Surge
Tasks: 切换会话 = type=cron,cronexp="0 12 * * *",script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js,wake-system=true
# QuanX
0 12 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js, tag=切换会话
# Loon
cron "0 12 * * *"" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js
# cron 根据自身情况设置, 如:
# 00:02, 00:04, 00:06 切换会话
# 00:01, 00:03, 00:05 签到
Tasks: 切换会话 = type=cron,cronexp="2,4,6 * * * *"
Tasks: ApkTw = type=cron,cronexp="1,3,5 * * * *"
# Surge
Tasks: 切换会话 = type=cron,cronexp="0 12 * * *",script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js,wake-system=true
# QuanX
0 12 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js, tag=切换会话
# Loon
cron "0 12 * * *"" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js
👍1
有道云笔记 测试
hostname = note.youdao.com
# Surge
Rewrite: 有道云笔记 = type=http-request,pattern=^https:\/\/note.youdao.com\/yws\/mapi\/user\?method=checkin,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.cookie.js,requires-body=true
Tasks: 有道云笔记 = type=cron,cronexp="3 0 * * *",script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.js,wake-system=true
# QuanX
[rewrite_local]
^https:\/\/note.youdao.com\/yws\/mapi\/user\?method=checkin url script-request-body https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.cookie.js
[task_local]
3 0 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.js, tag=有道云笔记
# Loon
http-request ^https:\/\/note.youdao.com\/yws\/mapi\/user\?method=checkin script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.cookie.js, requires-body=true
cron "3 0 * * *"" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.js
hostname = note.youdao.com
# Surge
Rewrite: 有道云笔记 = type=http-request,pattern=^https:\/\/note.youdao.com\/yws\/mapi\/user\?method=checkin,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.cookie.js,requires-body=true
Tasks: 有道云笔记 = type=cron,cronexp="3 0 * * *",script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.js,wake-system=true
# QuanX
[rewrite_local]
^https:\/\/note.youdao.com\/yws\/mapi\/user\?method=checkin url script-request-body https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.cookie.js
[task_local]
3 0 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.js, tag=有道云笔记
# Loon
http-request ^https:\/\/note.youdao.com\/yws\/mapi\/user\?method=checkin script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.cookie.js, requires-body=true
cron "3 0 * * *"" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/noteyoudao/noteyoudao.js
❤2👍1
测试 Crazy Boom!
如果配置好连炸, 建议把 cron 提前 2 秒!
如: 58 秒执行, 执行 21 次, 间隔 100 毫秒
这样理论上就能覆盖 58s-01s, 剩下的,就看是否准时触发了
建议:
# 09:59:58, 11:59:58, 17:59:58, 19:59:58, 20:59:58
cron1: 58 59 9,11,17,19,20 * * *
# 21:30 > 21:29:58
cron2: 58 29 21 * * *
#@Gideon_Senku
58 29,59 9,11,15,17,19,20,21 * * *
如果配置好连炸, 建议把 cron 提前 2 秒!
如: 58 秒执行, 执行 21 次, 间隔 100 毫秒
这样理论上就能覆盖 58s-01s, 剩下的,就看是否准时触发了
建议:
# 09:59:58, 11:59:58, 17:59:58, 19:59:58, 20:59:58
cron1: 58 59 9,11,17,19,20 * * *
# 21:30 > 21:29:58
cron2: 58 29 21 * * *
#@Gideon_Senku
58 29,59 9,11,15,17,19,20,21 * * *
京东618 增加随机间隔时间
可在 BoxJs 手动调整
不服输的勇士位可以再尝试下
注意: 默认情况下完成 1 个任务会在 20-30 秒, Surge 用户注意设置好 timeout. 每天首次任务可能需要 20-30 分钟
可在 BoxJs 手动调整
不服输的勇士位可以再尝试下
注意: 默认情况下完成 1 个任务会在 20-30 秒, Surge 用户注意设置好 timeout. 每天首次任务可能需要 20-30 分钟
#BoxJs 更新
1. 可以切换图标主题啦
2. 有属于自己的图标啦
注: 在浏览器分享到桌面, 下次就不用敲地址了
感谢 #Orz_3 大佬提供的图标支持, 有空去逛逛吧
repo: https://github.com/Orz-3/
group: https://t.me/Orz_mini
channel: https://t.me/Orzmini
1. 可以切换图标主题啦
2. 有属于自己的图标啦
注: 在浏览器分享到桌面, 下次就不用敲地址了
感谢 #Orz_3 大佬提供的图标支持, 有空去逛逛吧
repo: https://github.com/Orz-3/
group: https://t.me/Orz_mini
channel: https://t.me/Orzmini
GitHub
Orz-3 - Overview
咕咕咕. Orz-3 has 4 repositories available. Follow their code on GitHub.
Chavy Scripts pinned «#BoxJs 更新 1. 可以切换图标主题啦 2. 有属于自己的图标啦 注: 在浏览器分享到桌面, 下次就不用敲地址了 感谢 #Orz_3 大佬提供的图标支持, 有空去逛逛吧 repo: https://github.com/Orz-3/ group: https://t.me/Orz_mini channel: https://t.me/Orzmini»