新增 follow 签到脚本,电脑抓包获取 csrf token 和 cookie
https://github.com/chavyleung/scripts/blob/master/follow/follow.js
https://github.com/chavyleung/scripts/blob/master/follow/follow.js
👍5❤3
#PayPal
刚刚发现 PayPal 偷偷地把 币种兑换
从 通过银行兑换 改成 通过PayPal兑换
这会导致自动付款时多收一笔费用
有用 MasterCard 绑定 PayPal 自动付款的同学尽快检查处理一下
刚刚发现 PayPal 偷偷地把 币种兑换
从 通过银行兑换 改成 通过PayPal兑换
这会导致自动付款时多收一笔费用
有用 MasterCard 绑定 PayPal 自动付款的同学尽快检查处理一下
❤13👍2🤔2
https://github.com/chavyleung/scripts/commit/1d691675451bf0416f4e7619c61b2ea057a9fbbd
#Scripts
尝试修复智行火车签到
#Scripts
尝试修复智行火车签到
GitHub
feat(zxhc): migrate to m.suanya.cn and support version-agnostic path · chavyleung/scripts@1d69167
- switch cookie/rewrite from m.ctrip.com to m.suanya.cn
- use \d+ in URL pattern for soa2 version number
- update Surge/QuanX/Loon task and cookie configs
- use \d+ in URL pattern for soa2 version number
- update Surge/QuanX/Loon task and cookie configs
同程旅行脚本
#Scripts
Refer from: https://github.com/hlt1995/qlScripts
/**
*
* hostname = app.17u.cn
*
* # Surge
* http-request ^https:\/\/app\.17u\.cn\/welfarecenter\/index\/signIndex script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, tag=同程旅行
* cron "5 12 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, timeout=300, tag=同程旅行-签到
*
* # QuanX
* ^https:\/\/app\.17u\.cn\/welfarecenter\/index\/signIndex url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js
* 5 12 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, tag=同程旅行-签到
*
* # Loon
* http-request ^https:\/\/app\.17u\.cn\/welfarecenter\/index\/signIndex script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, tag=同程旅行
* cron "5 12 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/tongcheng-trip/tongcheng-trip.js, timeout=300, tag=同程旅行-签到
*
* # 获取方式: 打开同程旅行 APP → 领福利,命中 signIndex 请求后自动保存请求头(含 phone、apptoken、device)
*/
#Scripts
Refer from: https://github.com/hlt1995/qlScripts
GitHub
scripts/tongcheng-trip/tongcheng-trip.js at master · chavyleung/scripts
BoxJs. Contribute to chavyleung/scripts development by creating an account on GitHub.
❤2👍2🎉1
让 AI 写了个 Scritable 的脚本看看 Claude 使用量
地址: https://github.com/gideonsenku/Scriptable/blob/master/ClaudeUsage/claude-usage.js
地址: https://github.com/gideonsenku/Scriptable/blob/master/ClaudeUsage/claude-usage.js
boxjs-subscription-json-skill.zip
14.3 KB
#Relay 1.0.1(build 13)
What's New!
- 支持纯JSON内容导入订阅(无需订阅 URL,某种程度上也算是匿名订阅)
- 结合skill和纯JSON内容内容订阅解决部分用户订阅加载失败及数据问题(部分开发者的订阅格式是非标准写法,Relay 客户端无法做到全部完全兼容)
- 一些 UI 细节调整
- 新增意见反馈入口,携带日志发送邮件,快速帮助开发者定位问题
下一个版本将支持:
- 自定义壁纸
- 其他 UI 细节调整
#skill
- 专门用于创建、检查和修复标准 BoxJS 订阅 JSON,避免因为字段缺失、类型错误或非标准格式,导致 Relay 用户的数据无法正常加载
- 特别适合 BoxJS 订阅作者、脚本开发者以及 Relay 兼容性排查
What's New!
- 支持纯JSON内容导入订阅(无需订阅 URL,某种程度上也算是匿名订阅)
- 结合skill和纯JSON内容内容订阅解决部分用户订阅加载失败及数据问题(部分开发者的订阅格式是非标准写法,Relay 客户端无法做到全部完全兼容)
- 一些 UI 细节调整
- 新增意见反馈入口,携带日志发送邮件,快速帮助开发者定位问题
下一个版本将支持:
- 自定义壁纸
- 其他 UI 细节调整
#skill
- 专门用于创建、检查和修复标准 BoxJS 订阅 JSON,避免因为字段缺失、类型错误或非标准格式,导致 Relay 用户的数据无法正常加载
- 特别适合 BoxJS 订阅作者、脚本开发者以及 Relay 兼容性排查
❤4