File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*/
1521const $ = new Env ( '京东助手' ) ;
1622const clickClassName = $ . getData ( 'id77_vConsole_clickClassName' ) || '' ;
You can’t perform that action at this time.
0 commit comments