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 307 subscribers, ranking 8 079 in the Technologies & Applications category and 13 996 in the China region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 16 307 subscribers.
According to the latest data from 11 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -46 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 9.50%. Within the first 24 hours after publication, content typically collects 4.32% reactions from the total number of subscribers.
- Post reach: On average, each post receives 1 550 views. Within the first day, a publication typically gains 704 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 1.
- 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 12 June, 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.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.metahost 和 port
环境变量:
SUB_STORE_BACKEND_API_HOST 默认 ::
SUB_STORE_BACKEND_API_PORT 默认 3000
但是不建议直接公网+端口使用. 请配置 SUB_STORE_BACKEND_API_HOST=127.0.0.1 + HTTPS 反向代理(使用复杂路径)no-resolve 可用于跳过域名解析
🟢 resolved 用来标记域名解析是否成功
如图所示 一个简单的例子
当节点名包含 [DDNS] 时, 跳过域名解析
$server['no-resolve'] = $server.name.includes('[DDNS]')down-speed 和 up-speed 字段截取数字部分
Available now! Telegram Research 2025 — the year's key insights 
