Cool Scripts
16.6K subscribers
364 photos
24 videos
3 files
629 links
QuanX, Loon, Surge, JsBox, Pythonista, Scriptable, Shortcuts等脚本分享
Download Telegram
🔗 Sub-Store 更新

后端 2.19.16

- 🏂 Stash 正式版(3.0.1) 支持 SS2022, 测试版(>=3.1.0) 支持 VLESS REALITY(xtls-rprx-vision)

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
1
🔗 Sub-Store 更新

后端 2.19.17

- 🚀 Shadowrocket VMess ws 传输层增加默认 path

感谢群友 @tianhongws 的反馈

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.18

- 脚本上下文参数 $options 中新增 _req 字段, 包含请求信息, 结构为

结构为

{
method,
url,
path,
query,
params,
headers,
body,
}

可使用脚本里判断请求(比如 User-Agent) 执行不同的逻辑

- 拉取文件时 日志输出 User-Agent

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

前端 2.15.14

- 同步配置新增 URI 和 JSON 输出

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.19

- 支持 🎈 Loon block-quic 参数

Sub-Store 内部 block-quic 支持 auto, on, off. 不同的平台不一定都支持, 会自动转换.

Loon 上会自动转换成 true/false

😭 Loon 频道消息

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
1
🔗 Sub-Store 更新

后端 2.19.20

- 修复 TUIC congestion-controller

感谢群友 @Louise_mify 的反馈

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.22 前端 2.15.15

- 支持 🌀 QX udp-over-tcp=true/sp.v1/sp.v2

- 🐱 mihomo UDP over TCP 的协议版本默认 1, 📦 sing-box 默认为 2

- 修复订阅链接输入框格式化问题

😭 QX 更新说明

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
2
🔗 Sub-Store 更新

后端 2.19.23

- 修复 🎈 Loon block-quic 参数

感谢群友 @ZachChi 的反馈

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.25

- AnyTLS URI 支持 UDP 参数

感谢群友 @Cshuijiao 的反馈

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.26

- 修复 URI 输出

感谢 issue 反馈

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.27

- sing-box 输出支持 brutal

感谢 issue 反馈

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.28

- 修复 URI 输出

感谢 反馈

🤭 Sub-Store 合集
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.29

- SS 解析增加默认节点名

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
1
🔗 Sub-Store 更新

后端 2.19.30

- 简单实现了 SUB_STORE_MMDB_CRON 定时更新 MMDB

ASN 需要设置环境变量 SUB_STORE_MMDB_ASN_PATH, SUB_STORE_MMDB_ASN_URL

COUNTRY 需要设置环境变量 SUB_STORE_MMDB_COUNTRY_PATH, SUB_STORE_MMDB_COUNTRY_URL

以后再优化...其实我还是喜欢用 crontab 自己 curl 一把梭

感谢 @Momiji233 的建议

- 脚本中新增 ProxyUtils.downloadFile 方便下载二进制文件

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.31 前端 2.15.17

- 忽略失败的远程选择支持开启通知(如图)

文件的远程也支持

感谢 @Momiji233 的建议

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
Sub-Store 小课堂: 根据 Surge 已解锁的功能输出不同的配置
在最新的 iOS 版本中,为 Surge 的托管配置、外部资源和模块 HTTP 请求,新增了 X-Surge-Unlocked-Features 字段,用于服务器判定 Surge 已解锁的功能以区分返回结果

详见 频道消息

在 Sub-Store 中, 可以创建一个文件, 如图. 根据 Surge 已解锁的功能输出不同的配置

const headers = $options?._req?.headers
const features = (headers?.['x-surge-unlocked-features'] || headers?.['X-Surge-Unlocked-Features'])?.split(/\s*,\s*/)
console.log(features)
// 如果包含某个功能
if (features?.includes('encrypted-dns')) {
// 就修改内容
$content = $content.replace(/a/,'b')
}


🤭 Sub-Store 合集

🥰 #SubStore #Sub-Store #小课堂 #tips #配置 #解锁 #功能 #托管 #脚本
Please open Telegram to view this post
VIEW IN TELEGRAM
4
🔗 Sub-Store 更新

后端 2.19.33

- 输出到 Clash/Stash/Shadowrocket 时, 会过滤掉配置了前置代理的节点, 并提示使用对应的功能

感谢 issue 反馈

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
🔗 Sub-Store 更新

后端 2.19.34

- 兼容 🚀Shadowrocket 非标 VMess URI 输入中的 peer(sni)

感谢群友 @xs6870 的反馈

URI 是有规范的, 通常 Sub-Store 只会兼容标准规范. 某些特别常见的不规范的也会进行兼容.

但是:

不要使用 ShadowrocketNekoBox 来导出 URI 然后作为输入导入。这样导出的 URI 有可能不是标准的 URI。

不建议使用非标的 URI 输入

🤭 Sub-Store 合集

🥰 #SubStore #更新记录 #changlog #updates
Please open Telegram to view this post
VIEW IN TELEGRAM
1