Cool Scripts
QuanX, Loon, Surge, JsBox, Pythonista, Scriptable, Shortcuts等脚本分享
Show more📈 Analytical overview of Telegram channel Cool Scripts
Channel Cool Scripts (@cool_scripts) in the Chinese language segment is an active participant. Currently, the community unites 16 238 subscribers, ranking 7 958 in the Technologies & Applications category and 13 861 in the China region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 16 238 subscribers.
According to the latest data from 29 July, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -36 over the last 30 days and by -1 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 7.89%. Within the first 24 hours after publication, content typically collects 3.93% reactions from the total number of subscribers.
- Post reach: On average, each post receives 1 282 views. Within the first day, a publication typically gains 639 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 2.
- Thematic interests: Content is focused on key topics such as substore, changlog, updates, shadowrocket, surge.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“QuanX, Loon, Surge, JsBox, Pythonista, Scriptable, Shortcuts等脚本分享”
Thanks to the high frequency of updates (latest data received on 30 July, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
2.14.38 后端 2.14.146
👨💻 新增文件功能
🟢文件支持本地/远程, 按顺序合并, 忽略失败的远程文件
🟢文件支持脚本操作和预览
🟢可使用链接访问文件内容
🟢可将文件内容同步到 Gist
🟢可在脚本操作中使用 /api/file/name 访问内部文件
🟢接口 /api/file/name 支持参数覆盖
❗️ 使用场景
🟢在脚本操作复用内部文件
🟢在 🔗 Sub-Store 统一管理配置文件/规则集/脚本/模块
🟢对本地/远程的文本内容进行合并, 脚本操作
🟢利用参数覆盖功能 复用工作流模板 /api/file/name?url=&content=&ua=&mergeSources&ignoreFailedRemoteFile
服务器版直接使用链接
非服务器版 本设备使用 或 同步到 Gist 供其他设备使用
🛠️ Sub-Store 服务器/云平台/Docker/Android 版的相关教程
改动较大 有问题大家及时反馈(2.14.141 前端 2.14.30
🟢兼容部分不带参数/不带节点名的 URI 输入
🟢支持设置全局请求超时
暂时只支持全局修改 再观察一下
一般代理 app 加载外部资源有自己的超时
有时候某些远程订阅超时, 可能会导致组合订阅整体拉取的时长超过此时长. 可设置此参数, 保证组合订阅能在代理 app 内拉取成功
❗️ Sub-Store 服务器/云平台/Docker/Android 版的相关教程2.14.139
🟢Node.js 版的通知支持第三方推送服务
环境变量名 SUB_STORE_PUSH_SERVICE
支持 Bark/PushPlus 等服务
形如: https://api.day.app/XXXXXXXXXXXX/[推送标题]/[推送内容]?group=SubStore&autoCopy=1&isArchive=1&sound=shake&level=timeSensitive&icon=https%3A%2F%2Fraw.githubusercontent.com%2F58xinian%2Ficon%2Fmaster%2FSub-Store1.png
或
http://www.pushplus.plus/send?token=XXXXXXXXX&title=[推送标题]&content=[推送内容]&channel=wechat
URL 中的 [推送标题] 和 [推送内容] 会被自动替换
👍不要再问支不支持 XX 服务, 已经约等于支持任何能进行 GET 请求的第三方推送服务了
❗️ Sub-Store 服务器/云平台/Docker/Android 版的相关教程2.14.133
🟢当节点端口号为合法端口号时, 将类型转为整数(便于脚本判断, 不需要再转换 port 的类型)
👨💻 前端(版本 2.14.24) 更换了新的通知横幅
失去焦点或有交互时 不会自动消失 可以慢慢查看错误信息 🍉/download/collection/all?target=Surge&ignoreFailedRemoteSub=true
改动过大 可能有 bug 我尽力速修hy2://SUB_STORE_DATA_URL 设置一个远程数据文件链接
这样每次启动都会从这个地址拉取并恢复数据
使用场景: 云平台重新部署后自动恢复之前备份的数据SUB_STORE_FRONTEND_BACKEND_PATH=/2cXaAxRGfddmGz2yx1wA SUB_STORE_FRONTEND_PATH=/root/sub-store/frontend SUB_STORE_FRONTEND_HOST=127.0.0.1 SUB_STORE_FRONTEND_PORT=3001 SUB_STORE_DATA_BASE_PATH=/root/sub-store SUB_STORE_BACKEND_API_HOST=127.0.0.1 SUB_STORE_BACKEND_API_PORT=3000 node sub-store.bundle.js
配置 3001 端口的反代后
https://frontend.com?api=https://frontend.com/2cXaAxRGfddmGz2yx1wA通用订阅 或 手动打开 ?target=JSON 查看字段名 再进行修改
const port = Number($server.port)
return [80, 443].includes(port)
相关: 脚本操作支持节点快捷脚本. 语法与 Shadowrocket 脚本类似[ ] 的 IPv6 地址, URI 输出时也自动加上 [ ]
👍 感谢 @oirhetf 的反馈
🟢预览时子订阅出错的情况现在不会 crash 了
👍 感谢 @qianyipdc 的反馈2.14.15)
现代化浏览器应该都兼容 使用 JSON 文件进行备份和恢复
为防止意外发生 恢复之前请备份数据
🟢 默认 User-Agent 改为 🐱 clash.meta 后, 调整订阅预处理器的逻辑, 减少 Base64 误判
如果还有问题 可以在前端设置 User-Agent
部分 User-Agent 举例:
📈 Surge iOS/3004
🚀 Shadowrocket/1978 CFNetwork/1331.0.7 Darwin/21.4.0
🐱 clash.meta
🌀 Quantumult%20X/1.0.29 (iPhone14,5; iOS 15.4.1)2.14.13 可输入)
🟢 支持按顺序合并本地和远程订阅(前端版本 > 2.14.14 可输入)Quantumult%20X/1.0.29 (iPhone14,5; iOS 15.4.1) 改成了 clash.meta