mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-22 08:28:25 +08:00
parent
2381e2ed56
commit
79197090ad
File diff suppressed because one or more lines are too long
@ -5,6 +5,19 @@ let magicJS = MagicJS(scriptName, "INFO");
|
|||||||
let response = null;
|
let response = null;
|
||||||
if (magicJS.isResponse) {
|
if (magicJS.isResponse) {
|
||||||
switch (true) {
|
switch (true) {
|
||||||
|
// 多点
|
||||||
|
case /^https?:\/\/cmsapi\.dmall\.com\/app\/home\/homepageStartUpPic/.test(magicJS.request.url):
|
||||||
|
try {
|
||||||
|
let obj = JSON.parse(magicJS.response.body);
|
||||||
|
for (let i = 0; i < obj["data"]["welcomePage"].length; i++) {
|
||||||
|
obj["data"]["welcomePage"][i]["onlineTime"] = 1915027200000;
|
||||||
|
obj["data"]["welcomePage"][i]["offlineTime"] = 1924272000000;
|
||||||
|
}
|
||||||
|
response = { body: JSON.stringify(obj) };
|
||||||
|
} catch (err) {
|
||||||
|
magicJS.logError(`开屏广告处理出现异常:${err}`);
|
||||||
|
}
|
||||||
|
break;
|
||||||
// 嘀嗒出行
|
// 嘀嗒出行
|
||||||
case /^https?:\/\/capis(-?\w*)?\.didapinche\.com\/ad\/cx\/startup\?/.test(magicJS.request.url):
|
case /^https?:\/\/capis(-?\w*)?\.didapinche\.com\/ad\/cx\/startup\?/.test(magicJS.request.url):
|
||||||
try {
|
try {
|
||||||
|
@ -12,5 +12,7 @@
|
|||||||
^https?:\/\/api\.m\.jd\.com\/client\.action\?functionId=start url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.js
|
^https?:\/\/api\.m\.jd\.com\/client\.action\?functionId=start url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.js
|
||||||
# 联享家
|
# 联享家
|
||||||
^https?:\/\/mi\.gdt\.qq\.com\/gdt_mview.fcg url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.js
|
^https?:\/\/mi\.gdt\.qq\.com\/gdt_mview.fcg url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.js
|
||||||
|
# 多点
|
||||||
|
^https?:\/\/cmsapi\.dmall\.com\/app\/home\/homepageStartUpPic url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/startup/startup.js
|
||||||
|
|
||||||
hostname = capis.didapinche.com,capis*.didapinche.com,fmapp.chinafamilymart.com.cn,app.bilibili.com,wmapi.meituan.com,hd.mina.mi.com,api.m.jd.com,mi.gdt.qq.com
|
hostname = cmsapi.dmall.com,capis.didapinche.com,capis*.didapinche.com,fmapp.chinafamilymart.com.cn,app.bilibili.com,wmapi.meituan.com,hd.mina.mi.com,api.m.jd.com,mi.gdt.qq.com
|
||||||
|
Loading…
Reference in New Issue
Block a user