#BoxJs更新
> 本次更新主要面向开发者
1. setting 和 data 的 key 可以是表达式
如: @github.repo 意思是从持久化仓库中取 github 的值并 parse 成对象再赋值到 repo 属性
大概逻辑: JSON.parse($.getdata('github')).repo = 'xxx'
同理: @github.repo.xxx.xxx (允许多层读写)
2. 增加长文本控件 type='textarea' (类似 github 仓库监控监听可使用该控件)
#EnvJs更新
> 本次更新主要面向开发者
1. $.getdata 支持层级读写
1.1: $.getdata('github') 直接从持久化仓库获取 github 属性
1.2: $.getdata('@github.repo') => JSON.parse(github).repo
1.3: $.getdata('@github.repo.xxx') => JSON.parse(github).repo.xxx
2. $.setdata 同理
1.1 $.getdata('https://xxx', '@github.repo') 把值写入到 github.repo
> 本次更新主要面向开发者
1. setting 和 data 的 key 可以是表达式
如: @github.repo 意思是从持久化仓库中取 github 的值并 parse 成对象再赋值到 repo 属性
大概逻辑: JSON.parse($.getdata('github')).repo = 'xxx'
同理: @github.repo.xxx.xxx (允许多层读写)
2. 增加长文本控件 type='textarea' (类似 github 仓库监控监听可使用该控件)
#EnvJs更新
> 本次更新主要面向开发者
1. $.getdata 支持层级读写
1.1: $.getdata('github') 直接从持久化仓库获取 github 属性
1.2: $.getdata('@github.repo') => JSON.parse(github).repo
1.3: $.getdata('@github.repo.xxx') => JSON.parse(github).repo.xxx
2. $.setdata 同理
1.1 $.getdata('https://xxx', '@github.repo') 把值写入到 github.repo
❤2👍1
#BoxJs订阅
#lxk0301
【1】京东水果
【2】京东萌宠
【3】京东种豆
订阅地址:
https://gitee.com/lxk0301/scripts/raw/master/lxk0301.boxjs.json
作者仓库:
【nzw9314】https://github.com/nzw9314/QuantumultX/tree/master
【lxk0301】https://gitee.com/lxk0301/scripts/
#lxk0301
【1】京东水果
【2】京东萌宠
【3】京东种豆
订阅地址:
https://gitee.com/lxk0301/scripts/raw/master/lxk0301.boxjs.json
作者仓库:
【nzw9314】https://github.com/nzw9314/QuantumultX/tree/master
【lxk0301】https://gitee.com/lxk0301/scripts/
#中国电信 更新
> 需要在 BoxJs 手动设置手机号码
> 支持多个号码, 以英文逗号分隔, 可以加回车
【感谢】
感谢 #wangfei021325 灰灰大佬提供的数据及加解密姿势
【注意】
不用取 ck! 不用取 ck! 不用取 ck!
在 BoxJs 手填号码!
【BoxJs 订阅】 (chavy.boxjs.json)
https://raw.githubusercontent.com/chavyleung/scripts/master/box/chavy.boxjs.json
【注意】
之前已订阅过 chavy.boxjs.json 就不用重新订阅了
【注意】
如果在设置号码的时候有什么奇怪的状况,请更新 BoxJs 并重启代理
【注意】
如果发现保存号码刷新后不生效,请多保存几次,直至保存成功
【注意】
如果提示用户不存在:到微信小程序“中国电信营业厅”登录一次-然后点击进去一次“用户有礼”
> 需要在 BoxJs 手动设置手机号码
> 支持多个号码, 以英文逗号分隔, 可以加回车
【感谢】
感谢 #wangfei021325 灰灰大佬提供的数据及加解密姿势
【注意】
不用取 ck! 不用取 ck! 不用取 ck!
在 BoxJs 手填号码!
【BoxJs 订阅】 (chavy.boxjs.json)
https://raw.githubusercontent.com/chavyleung/scripts/master/box/chavy.boxjs.json
【注意】
之前已订阅过 chavy.boxjs.json 就不用重新订阅了
【注意】
如果在设置号码的时候有什么奇怪的状况,请更新 BoxJs 并重启代理
【注意】
如果发现保存号码刷新后不生效,请多保存几次,直至保存成功
【注意】
如果提示用户不存在:到微信小程序“中国电信营业厅”登录一次-然后点击进去一次“用户有礼”
测试!
#万达电影
进入app即可获取会话,然后手动执行一下task脚本
/**
*
* hostname = user-api-prd-mx.wandafilm.com
*
* # Surge
* Rewrite: wanda = type=http-request,pattern=^https:\/\/user-api-prd-mx\.wandafilm\.com\/user\/islogin\.api,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.cookie.js,debug=true
* Tasks: wanda-签到 = type=cron,cronexp=10 0 * * *,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.js,wake-system=true
*
* # QuanX
* ^https:\/\/user-api-prd-mx\.wandafilm\.com\/user\/islogin\.api url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.cookie.js
* 10 0 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.js, tag=wanda-签到
*
* # Loon
* http-response ^https:\/\/user-api-prd-mx\.wandafilm\.com\/user\/islogin\.api script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.cookie.js
* cron "10 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.js
*
*/
#万达电影
进入app即可获取会话,然后手动执行一下task脚本
/**
*
* hostname = user-api-prd-mx.wandafilm.com
*
* # Surge
* Rewrite: wanda = type=http-request,pattern=^https:\/\/user-api-prd-mx\.wandafilm\.com\/user\/islogin\.api,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.cookie.js,debug=true
* Tasks: wanda-签到 = type=cron,cronexp=10 0 * * *,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.js,wake-system=true
*
* # QuanX
* ^https:\/\/user-api-prd-mx\.wandafilm\.com\/user\/islogin\.api url script-request-header https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.cookie.js
* 10 0 * * * https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.js, tag=wanda-签到
*
* # Loon
* http-response ^https:\/\/user-api-prd-mx\.wandafilm\.com\/user\/islogin\.api script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.cookie.js
* cron "10 0 * * *" script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/wanda/wanda.js
*
*/
👍1
Forwarded from Hell Cell 功能教学 (『Hell Cell』)
咕咕咕,新一期视频来了,本期主要讲解了 Chavy 大佬最新作品:BoxJS 的配置到使用。
主要分为四部分:
1、具体配置;
2、基础使用;
3、进阶使用;
4、会话管理。
https://youtu.be/eIpBrRxiy0w
希望能帮到有兴趣的你。
Chavy 大佬电报频道:https://t.iss.one/chavyscripts
╠ 交流群 ║ YouTube频道 ╣
主要分为四部分:
1、具体配置;
2、基础使用;
3、进阶使用;
4、会话管理。
https://youtu.be/eIpBrRxiy0w
希望能帮到有兴趣的你。
Chavy 大佬电报频道:https://t.iss.one/chavyscripts
╠ 交流群 ║ YouTube频道 ╣
YouTube
BoxJS 教程: 你的多账号会话管理神器
【重要说明】:由于版本更新,视频中的8.8.8.8地址已失效!!!
BoxJS 主页地址:
https://boxjs.net(TF版)
https://boxjs.com(商店版)
BoxJS 重写订阅:
QuanX 远程订阅:
https://raw.githubusercontent.com/chavyleung/scripts/master/box/rewrite/boxjs.rewrite.quanx.tf.conf
Surge 模块订阅:
https://raw.githubusercont…
BoxJS 主页地址:
https://boxjs.net(TF版)
https://boxjs.com(商店版)
BoxJS 重写订阅:
QuanX 远程订阅:
https://raw.githubusercontent.com/chavyleung/scripts/master/box/rewrite/boxjs.rewrite.quanx.tf.conf
Surge 模块订阅:
https://raw.githubusercont…
测试!测试!测试!
#什么值得买
【注意】
不用取 ck, 在 BoxJs 手撕账号密码
【注意】
因为每次签到都要登录,短时间连签登录会导致强制修改密码,1 天 1 签应该没问题,有空再做登录缓存
【感谢】
灰灰大佬 #wangfei021325 提供的登录姿势
#什么值得买
【注意】
不用取 ck, 在 BoxJs 手撕账号密码
【注意】
因为每次签到都要登录,短时间连签登录会导致强制修改密码,1 天 1 签应该没问题,有空再做登录缓存
【感谢】
灰灰大佬 #wangfei021325 提供的登录姿势
❤1
#BoxJs订阅
#Peng-YM
【1】GitHub 监控
【2】机场流量查询
【3】Steam 价格监控
【4】纵横小说
【5】Telegram 频道媒体推送
订阅地址:
https://raw.githubusercontent.com/Peng-YM/QuanX/master/Tasks/box.js.json
作者仓库:
https://github.com/Peng-YM/QuanX
#Peng-YM
【1】GitHub 监控
【2】机场流量查询
【3】Steam 价格监控
【4】纵横小说
【5】Telegram 频道媒体推送
订阅地址:
https://raw.githubusercontent.com/Peng-YM/QuanX/master/Tasks/box.js.json
作者仓库:
https://github.com/Peng-YM/QuanX
GitHub
GitHub - Peng-YM/QuanX: Scripts for QX, Loon, Surge, and ShadowRocket!
Scripts for QX, Loon, Surge, and ShadowRocket! Contribute to Peng-YM/QuanX development by creating an account on GitHub.
关于使用 BoxJs 出现 VPN 断连问题
经排查, 是由于“越狱设备的插件注入,导致本就有限制(15M)的 NE 内存占用比非越狱环境高很多。”
通过修改越狱 iOS 系统内存限制可解决问题, 修改方法详见下方 issue.
如果你在使用非越狱设备, 又出现 vpn 断连问题, 可在下方 issue 下报告你的问题
https://github.com/chavyleung/scripts/issues/161
注: 报告问题时请带上你的机型、系统版本号、app 版本号
经排查, 是由于“越狱设备的插件注入,导致本就有限制(15M)的 NE 内存占用比非越狱环境高很多。”
通过修改越狱 iOS 系统内存限制可解决问题, 修改方法详见下方 issue.
如果你在使用非越狱设备, 又出现 vpn 断连问题, 可在下方 issue 下报告你的问题
https://github.com/chavyleung/scripts/issues/161
注: 报告问题时请带上你的机型、系统版本号、app 版本号
GitHub
打开boxjs控制页面导致QX崩溃 · Issue #161 · chavyleung/scripts
boxjs 0.4.0版本,打开boxjs控制页面时,QX会关闭再运行,有时运气好出现一次就能打开控制页面,有时就一直反复,怎么也打不开控制页面。
