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.
host 和 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 字段截取数字部分no-error-alert 和 ip-version 字段
示例代码:
$server['ip-version'] = 'ipv4'
$server['no-error-alert'] = truename 为 sub 的订阅, 配置好节点操作
以后可以自由传入参数 无需在 Sub-Store 前端创建新的配置
/download/sub?target=Surge&content=encodeURIComponent编码过的本地节点
/download/sub?target=Surge&url=encodeURIComponent编码过的订阅链接&ua=encodeURIComponent编码过的User-Agent#noCache 关闭缓存
不影响脚本链接原传递参数的方式
例: https://raw.githubusercontent.com/sub-store-org/Sub-Store/master/scripts/fancy-characters.js#type=sans-serif-bold#noCache通用订阅 或 手动打开 ?target=JSON 查看字段名 再进行修改
$server.name = '节点前缀-' + $server.name $server.ecn = true $server['test-url'] = 'http://1.0.0.1/generate_204'
tls-pubkey-sha256 tls-alpn tls-no-session-ticket tls-no-session-reuse 字段async function operator(proxies = []) {
return proxies.map((p = {}) => {
if (['tuic'].includes(p.type)) {
p['block-quic'] = 'off';
}
return p
})
}tls-fingerprintflag=surge, flag=meta 等 否则可能不会下发 Hysteria2
具体看机场
🟢Surge Hysteria2 输出增加 fingerprint(没做输入解析)