TGTGInsighttelegram intelligenceLIVE / telegram public index
← Cool Scripts
Cool Scripts avatar

TGINSIGHT POST

Post #345

@cool_scripts

Cool Scripts

Views21,200帖子阅读量
发布5月18日2022/05/18 05:55
Post content

帖子内容

#Loon#QX#Surge#Stash#ShadowRocket 【Sub-Store】远程脚本 URL 参数 远程引用的脚本操作和脚本过滤器已经支持添加 URL 参数。 引用格式如下:https://aaa.com/b.js#arg1=xxx&arg2=yyy&arg3 在脚本里面这些参数以键值对形式存放于 $arguments 变量中: { "arg1": "xxx", "arg2": "yyy", "arg3": true } 🤔️ 有什么用? 比如现在可以用更简单的方式添加指纹了,直接引用: https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/scripts/tls-fingerprint.js#fingerprint=67:1B:C8:F2:D4:20:EE:A7:EE:60:DA:BB:A3:F9:A4:D7:C8:29:0F:3E:2F:75:B6:A9:46:88:48:7D:D3:97:7E:98 即可添加指纹 ⚠️ 如需预览指纹是否生效,需要在 sub-store 生成的订阅链接后加上 ?target=Surge 或者 ?target=QX 手动指定输出目标平台。 PS: 感谢 @qwerzl 的 FR! 🎩 作者@PengYM 🗣 频道: Cool Scripts ❤️ 仓库: GitHub