Chavy Scripts
10.3K subscribers
47 photos
14 videos
17 files
92 links
Download Telegram
Chavy Scripts
会话切换 可通过 快捷指令参数、模块参数(argument=xxx,xxx) 指定需要切换的应用, 同时切换多个应用时, 用英文逗号分隔
会话切换

非 Surge 用户可通过快捷方式获取 URL 内容的方式调用切换会话

boxjs 需更新至 0.19.0

快捷指令
获取 URL 内容

方法
POST

请求体
JSON

url
https://raw.githubusercontent.com/chavyleung/scripts/master/box/switcher/box.switcher.js

isRemote
true

argument
iRingo.TestFlight
👍65
#app

文件夹已经新建,最快将于9月下旬发布第一个 MVP
32👍10🎉9
Chavy Scripts
#app 文件夹已经新建,最快将于9月下旬发布第一个 MVP
This media is not supported in your browser
VIEW IN TELEGRAM
进度

代码都是开源的,仓库地址

模拟器自带的录屏,被 TG 转了一层画质,凑合看吧(
👍18🎉73
Chavy Scripts
进度 代码都是开源的,仓库地址 模拟器自带的录屏,被 TG 转了一层画质,凑合看吧(
Media is too big
VIEW IN TELEGRAM
待办功能:
- 搜索栏
- 搜索列表
- 添加订阅
- 设置页面
- 订阅配置页(这个最复杂)

预期完成剩下的这些功能会发 TF

代码都是开源的,随时欢迎大佬贡献PR仓库地址
10👍4
新增 follow 签到脚本,电脑抓包获取 csrf token 和 cookie

https://github.com/chavyleung/scripts/blob/master/follow/follow.js
👍53
支持首页删除收藏应用,开启方式在悬浮按钮上
👍136
#PayPal

刚刚发现 PayPal 偷偷地把 币种兑换
从 通过银行兑换 改成 通过PayPal兑换

这会导致自动付款时多收一笔费用

有用 MasterCard 绑定 PayPal 自动付款的同学尽快检查处理一下
13👍2🤔2
Jetbrains 全家桶免费一年

活动网址: https://www.jetbrains.com/store/redeem/

兑换码:DataGrip2025
24
同程旅行脚本


/**
*
* 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
2👍2🎉1
让 AI 写了个 Scritable 的脚本看看 Claude 使用量

地址: https://github.com/gideonsenku/Scriptable/blob/master/ClaudeUsage/claude-usage.js
Forwarded from Relay Group
全新 UI
👍2315
macOS 新建文件夹
6
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 兼容性排查
4