Skip to content

Commit 8fde372

Browse files
committed
Update jd_hd.js
1 parent 04f7e5b commit 8fde372

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

Script/jd_hd.js

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
打开活动页面自动注入console,需要手动执行脚本
33
44
[rewrite_local]
5-
# 京东活动助手
6-
https://.*\.m\.jd\.com/babelDiy/Zeus/.*\/index\.html url script-response-body jd_hd.js
7-
https://.*\.m\.jd\.com/.*\.html url script-response-body jd_hd.js
8-
https://jingfen\.jd\.com/.*\.html url script-response-body jd_hd.js
9-
https://coupon\.m\.jd\.com/center/getCouponCenter\.action url script-response-body jd_hd.js
10-
https://active.jd.com/forever/btgoose url script-response-body jd_hd.js
5+
6+
https://plogin.m.jd.com/cgi-bin/mm/domlogin url script-response-header https://raw.githubusercontent.com/id77/QuantumultX/master/Script/unHttpOnly.js
7+
https://jdqd.jd.com/poststring url reject
8+
9+
# web切换jd cookie
10+
11+
^https:\/\/.{0,27}\.?jd\.com\/?((?!\.(js|json|jpg|gif|png|webp|dpg|flv|mp3|mp4)).)*$ url script-response-body https://raw.githubusercontent.com/id77/QuantumultX/master/Script/jd_hd.js
12+
^https:\/\/.*\.jingxi\.com\/?((?!\.(js|json|jpg|gif|png|flv|mp3|mp4)).)*$ url script-response-body https://raw.githubusercontent.com/id77/QuantumultX/master/Script/jd_hd.js
13+
14+
# 京东活动
15+
https?://.*\.isvjcloud\.com url script-response-body https://raw.githubusercontent.com/id77/QuantumultX/master/Script/jd_hd.js
16+
https?://.*\.moxigame\.cn url script-response-body https://raw.githubusercontent.com/id77/QuantumultX/master/Script/jd_hd.js
1117
1218
[mitm]
13-
hostname = *.jd.com, *.*.jd.com
19+
hostname = *.jd.com, *.*.jd.com, *.moxigame.cn
1420
*/
1521
const $ = new Env('京东助手');
1622
const clickClassName = $.getData('id77_vConsole_clickClassName') || '';

0 commit comments

Comments
 (0)