diff --git a/qx.conf b/qx.conf index c03fdfb..2ec8150 100644 --- a/qx.conf +++ b/qx.conf @@ -148,6 +148,12 @@ https://anaer.github.io/qx/rewrite/jd.conf, tag=京东, update-interval=86400, o # ======= 解锁会员 ======= # https://anaer.github.io/qx/rewrite/Spotify.conf, tag=Spotify VIP, update-interval=86400, opt-parser=false, enabled=true +# BoxJs模块 +https://github.com/chavyleung/scripts/raw/master/box/rewrite/boxjs.rewrite.quanx.conf, tag=BoxJS, update-interval=-1, opt-parser=false, enabled=false + +# Sub-Store模块 +https://anaer.github.io/qx/rewrite/substore.conf, tag=Sub Store, update-interval=-1, opt-parser=false, enabled=true + [rewrite_local] [task_local] diff --git a/rewrite/substore.conf b/rewrite/substore.conf new file mode 100644 index 0000000..ca65433 --- /dev/null +++ b/rewrite/substore.conf @@ -0,0 +1,4 @@ +hostname=sub.store + +^https?:\/\/sub\.store\/((download)|api\/(preview|sync|(utils\/node-info))) url script-analyze-echo-response https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-1.min.js +^https?:\/\/sub\.store url script-analyze-echo-response https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-0.min.js \ No newline at end of file