mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-22 08:28:25 +08:00
适配新版什么值得买
This commit is contained in:
parent
4f0fb22a1c
commit
be222153da
@ -64,11 +64,11 @@ https://github.com/blackmatrix7/ios_rule_script/tree/master/rewrite
|
|||||||
| [中国联通](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/10010) | 每日自动签到、美团外卖30-3优惠券、4次抽奖、话费流量语音情况推送 | 正常 |
|
| [中国联通](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/10010) | 每日自动签到、美团外卖30-3优惠券、4次抽奖、话费流量语音情况推送 | 正常 |
|
||||||
| [联享家](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/lxj) | 去广告、拦截检测更新 | 正常 |
|
| [联享家](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/lxj) | 去广告、拦截检测更新 | 正常 |
|
||||||
| [开屏去广告](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/startup) | 通过脚本去除缓存到本地的APP开屏广告 | 正常 |
|
| [开屏去广告](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/startup) | 通过脚本去除缓存到本地的APP开屏广告 | 正常 |
|
||||||
| [嘀嗒出行](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/didachuxing) | 每日自动签到 | 正常 |
|
| ~~[嘀嗒出行](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/didachuxing)~~ | ~~每日自动签到~~ | 失效 |
|
||||||
| [滴滴出行](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/didichuxing) | 每日自动签到、福利金抽奖、天天有奖签到 | 正常 |
|
| ~~[滴滴出行](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/didichuxing)~~ | ~~每日自动签到、福利金抽奖、天天有奖签到~~ | 失效 |
|
||||||
| [家长帮](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/jiazhangbang) | 每日自动签到 | 正常 |
|
| [家长帮](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/jiazhangbang) | 每日自动签到 | 正常 |
|
||||||
| [慢慢买](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/manmanbuy) | 每日自动签到 | 正常 |
|
| [慢慢买](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/manmanbuy) | 每日自动签到 | 正常 |
|
||||||
| [~~小米有品~~](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/youpin) | ~~每日自动签到~~ | 停止 |
|
| [~~小米有品~~](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/youpin) | ~~每日自动签到~~ | 失效 |
|
||||||
| [叮咚买菜](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/dingdong) | 每日自动签到 | 正常 |
|
| [叮咚买菜](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/dingdong) | 每日自动签到 | 正常 |
|
||||||
| [万达电影](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/wanda) | 每日自动签到,月末将剩余能量抽奖 | 正常 |
|
| [万达电影](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/wanda) | 每日自动签到,月末将剩余能量抽奖 | 正常 |
|
||||||
| [饿了么](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/eleme) | 每日自动领取会员任务 | 正常 |
|
| [饿了么](https://github.com/blackmatrix7/ios_rule_script/tree/master/script/eleme) | 每日自动领取会员任务 | 正常 |
|
||||||
|
78
script/smzdm/backup/smzdm_remove_ads.js
Normal file
78
script/smzdm/backup/smzdm_remove_ads.js
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
let body = $response.body;
|
||||||
|
body=JSON.parse(body);
|
||||||
|
|
||||||
|
let homepage_regex = /^https?:\/\/homepage-api.smzdm.com\/home/;
|
||||||
|
let haojia_regex = /^https?:\/\/haojia-api.smzdm.com\/home\/list/;
|
||||||
|
let article_regex = /^https?:\/\/article-api.smzdm.com\/article\/index_home_page/;
|
||||||
|
let util_regex = /^https?:\/\/app-api\.smzdm\.com\/util\/update/;
|
||||||
|
let sou_regex = /^https?:\/\/s-api\.smzdm\.com\/sou\/list/;
|
||||||
|
|
||||||
|
// 去除首页推荐广告
|
||||||
|
if (homepage_regex.test($request.url)){
|
||||||
|
if (!!body){
|
||||||
|
if (body['data'].hasOwnProperty('banner')){
|
||||||
|
if (body['data']['banner'].hasOwnProperty('big_banner')){
|
||||||
|
delete body['data']['banner']['big_banner'];
|
||||||
|
}
|
||||||
|
if (body['data']['banner'].hasOwnProperty('tonglan_banner')){
|
||||||
|
delete body['data']['banner']['tonglan_banner'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (body.hasOwnProperty('data') && body['data'].hasOwnProperty('rows')){
|
||||||
|
let rows = body['data']['rows'].filter((item) =>{
|
||||||
|
return item['model_type'] != 'ads' && item['model_type'] != 'cluster';
|
||||||
|
})
|
||||||
|
body['data']['rows'] = rows;
|
||||||
|
}
|
||||||
|
delete body['data']['widget'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// 好价去广告
|
||||||
|
else if(haojia_regex.test($request.url)){
|
||||||
|
if (body['data'].hasOwnProperty('banner')){
|
||||||
|
if (body['data']['banner'].hasOwnProperty('two_banner')){
|
||||||
|
delete body['data']['banner']['two_banner'];
|
||||||
|
}
|
||||||
|
if (body['data']['banner'].hasOwnProperty('big_banner')){
|
||||||
|
delete body['data']['banner']['big_banner'];
|
||||||
|
}
|
||||||
|
if (body['data']['banner'].hasOwnProperty('calendar_banner')){
|
||||||
|
delete body['data']['banner']['calendar_banner'];
|
||||||
|
}
|
||||||
|
if (body['data']['banner'].hasOwnProperty('hongbao_banner')){
|
||||||
|
delete body['data']['banner']['hongbao_banner'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
let rows = body['data']['rows'].filter((item) =>{
|
||||||
|
return item['tag'] != '广告';
|
||||||
|
})
|
||||||
|
body['data']['rows'] = rows;
|
||||||
|
}
|
||||||
|
// 社区好文去广告
|
||||||
|
else if(article_regex.test($request.url)){
|
||||||
|
if (body['data'].hasOwnProperty('big_banner')){
|
||||||
|
delete body['data']['big_banner'];
|
||||||
|
}
|
||||||
|
if (body['data'].hasOwnProperty('notice')){
|
||||||
|
delete body['data']['notice'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// 去除浮动广告
|
||||||
|
else if (util_regex.test($request.url)){
|
||||||
|
delete body['data']['ad_filter'];
|
||||||
|
delete body['data']['operation_float_7_0'];
|
||||||
|
delete body['data']['operation_full'];
|
||||||
|
delete body['data']['operation_float_screen'];
|
||||||
|
delete body['data']['operation_float'];
|
||||||
|
}
|
||||||
|
// 去除搜索结果广告
|
||||||
|
else if (sou_regex.test($request.url)){
|
||||||
|
if (body.hasOwnProperty('data') && body['data'].hasOwnProperty('rows')){
|
||||||
|
let rows = body['data']['rows'].filter((item) =>{
|
||||||
|
return item['model_type'] != 'ads';
|
||||||
|
})
|
||||||
|
body['data']['rows'] = rows;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
body=JSON.stringify(body);
|
||||||
|
$done({body});
|
16
script/smzdm/backup/smzdm_remove_ads.lnplugin
Normal file
16
script/smzdm/backup/smzdm_remove_ads.lnplugin
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 什么值得买去广告
|
||||||
|
|
||||||
|
[URL Rewrite]
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/banner - reject
|
||||||
|
^https?:\/\/api\.smzdm\.com\/v\d\/util\/(banner|loading) - reject
|
||||||
|
^https?:\/\/app-api\.smzdm\.com\/util\/loading - reject
|
||||||
|
|
||||||
|
[Script]
|
||||||
|
http-response ^https?:\/\/homepage-api\.smzdm\.com\/home script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_首页去广告
|
||||||
|
http-response ^https?:\/\/haojia-api\.smzdm\.com\/home\/list script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_好价去广告
|
||||||
|
http-response ^https?:\/\/app-api\.smzdm\.com\/util\/update script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_去浮动广告
|
||||||
|
http-response ^https?:\/\/article-api\.smzdm\.com\/article\/index_home_page script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_首页去广告
|
||||||
|
http-response ^https?:\/\/s-api\.smzdm\.com\/sou\/list script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_搜索去广告
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = homepage-api.smzdm.com,haojia-api.smzdm.com,article-api.smzdm.com,haojia.m.smzdm.com,app-api.smzdm.com,s-api.smzdm.com
|
19
script/smzdm/backup/smzdm_remove_ads.qxrewrite
Normal file
19
script/smzdm/backup/smzdm_remove_ads.qxrewrite
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# 什么值得买去广告
|
||||||
|
|
||||||
|
# 详情页去广告
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/banner url reject-dict
|
||||||
|
# 首页去广告
|
||||||
|
^https?:\/\/homepage-api\.smzdm\.com\/home url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
# 好价去广告
|
||||||
|
^https?:\/\/haojia-api\.smzdm\.com\/home\/list url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
# 去浮动广告
|
||||||
|
^https?:\/\/app-api\.smzdm\.com\/util\/update url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
# 好文去广告
|
||||||
|
^https?:\/\/article-api\.smzdm\.com\/article\/index_home_page url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
# 搜索去广告
|
||||||
|
^https?:\/\/s-api\.smzdm\.com\/sou\/list url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
# 其他
|
||||||
|
^https?:\/\/api\.smzdm\.com\/v\d\/util\/(banner|loading) url reject-dict
|
||||||
|
^https?:\/\/app-api\.smzdm\.com\/util\/loading url reject-dict
|
||||||
|
|
||||||
|
hostname = homepage-api.smzdm.com,haojia-api.smzdm.com,article-api.smzdm.com,haojia.m.smzdm.com,app-api.smzdm.com,s-api.smzdm.com
|
18
script/smzdm/backup/smzdm_remove_ads.sgmodule
Normal file
18
script/smzdm/backup/smzdm_remove_ads.sgmodule
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#!name=什么值得买
|
||||||
|
#!desc=什么值得买APP去广告
|
||||||
|
|
||||||
|
[URL Rewrite]
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/banner - reject
|
||||||
|
^https?:\/\/api\.smzdm\.com\/v\d\/util\/(banner|loading) - reject
|
||||||
|
^https?:\/\/app-api\.smzdm\.com\/util\/loading - reject
|
||||||
|
|
||||||
|
[Script]
|
||||||
|
什么值得买_首页去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/homepage-api\.smzdm\.com\/home,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
什么值得买_去浮动广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/app-api\.smzdm\.com\/util\/update,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
什么值得买_好价去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/haojia-api\.smzdm\.com\/home\/list\?,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
什么值得买_好文去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/article-api\.smzdm\.com\/article\/index_home_page,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
什么值得买_搜索去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/s-api\.smzdm\.com\/sou\/list,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/backup/smzdm_remove_ads.js
|
||||||
|
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% homepage-api.smzdm.com,haojia-api.smzdm.com,article-api.smzdm.com,haojia.m.smzdm.com,app-api.smzdm.com,s-api.smzdm.com
|
File diff suppressed because one or more lines are too long
@ -1,16 +1,22 @@
|
|||||||
# 什么值得买去广告
|
# 什么值得买去广告
|
||||||
|
|
||||||
[URL Rewrite]
|
[URL Rewrite]
|
||||||
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/banner - reject
|
# 什么值得买_好价详情页去广告
|
||||||
^https?:\/\/api\.smzdm\.com\/v\d\/util\/(banner|loading) - reject
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/other_modul - reject
|
||||||
^https?:\/\/app-api\.smzdm\.com\/util\/loading - reject
|
# 什么值得买_好价详情页红包小助手
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/user_related_modul - reject
|
||||||
|
# 什么值得买_Wiki(618晒物活动推广,将来可能不是广告)
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/wiki_related_modul - reject
|
||||||
|
|
||||||
[Script]
|
[Script]
|
||||||
http-response ^https?:\/\/homepage-api\.smzdm\.com\/home script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_首页去广告
|
http-response ^https?:\/\/app-api\.smzdm\.com\/util\/loading script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_开屏去广告
|
||||||
|
http-response ^https?:\/\/homepage-api\.smzdm\.com\/v3\/home script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_首页去广告
|
||||||
http-response ^https?:\/\/haojia-api\.smzdm\.com\/home\/list script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_好价去广告
|
http-response ^https?:\/\/haojia-api\.smzdm\.com\/home\/list script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_好价去广告
|
||||||
http-response ^https?:\/\/app-api\.smzdm\.com\/util\/update script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_去浮动广告
|
http-response ^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/article_releated_modul script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_好价详情页去广告
|
||||||
http-response ^https?:\/\/article-api\.smzdm\.com\/article\/index_home_page script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_首页去广告
|
http-response ^https?:\/\/baike-api\.smzdm\.com\/home_v3\/list script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_百科去广告
|
||||||
http-response ^https?:\/\/s-api\.smzdm\.com\/sou\/list script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_搜索去广告
|
http-response ^https?:\/\/s-api\.smzdm\.com\/sou\/list_v10 script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_搜索结果去广告
|
||||||
|
http-response ^https?:\/\/s-api\.smzdm\.com\/sou\/filter\/tags\/hot_tags script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_搜索标签去广告
|
||||||
|
http-response ^https?:\/\/zhiyou\.m\.smzdm\.com\/user\/vip\/ajax_get_banner script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js, requires-body=true, timeout=10, tag=什么值得买_值会员权益中心banner广告
|
||||||
|
|
||||||
[MITM]
|
[MITM]
|
||||||
hostname = homepage-api.smzdm.com,haojia-api.smzdm.com,article-api.smzdm.com,haojia.m.smzdm.com,app-api.smzdm.com,s-api.smzdm.com
|
hostname = app-api.smzdm.com,homepage-api.smzdm.com,haojia-api.smzdm.com,haojia.m.smzdm.com,baike-api.smzdm.com,s-api.smzdm.com,zhiyou.m.smzdm.com
|
@ -1,19 +1,27 @@
|
|||||||
# 什么值得买去广告
|
# 什么值得买去广告
|
||||||
|
|
||||||
# 详情页去广告
|
# 好价详情页去广告
|
||||||
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/banner url reject-dict
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/other_modul url reject
|
||||||
|
# 好价详情页红包小助手
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/user_related_modul url reject
|
||||||
|
# Wiki(618晒物活动推广,将来可能不是广告)
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/wiki_related_modul url reject
|
||||||
|
|
||||||
|
# 开屏去广告
|
||||||
|
^https?:\/\/app-api\.smzdm\.com\/util\/loading url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
# 首页去广告
|
# 首页去广告
|
||||||
^https?:\/\/homepage-api\.smzdm\.com\/home url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
^https?:\/\/homepage-api\.smzdm\.com\/v3\/home url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
# 好价去广告
|
# 好价去广告
|
||||||
^https?:\/\/haojia-api\.smzdm\.com\/home\/list url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
^https?:\/\/haojia-api\.smzdm\.com\/home\/list url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
# 去浮动广告
|
# 好价详情页去广告
|
||||||
^https?:\/\/app-api\.smzdm\.com\/util\/update url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/article_releated_modul url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
# 好文去广告
|
# 百科去广告
|
||||||
^https?:\/\/article-api\.smzdm\.com\/article\/index_home_page url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
^https?:\/\/baike-api\.smzdm\.com\/home_v3\/list url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
# 搜索去广告
|
# 搜索结果去广告
|
||||||
^https?:\/\/s-api\.smzdm\.com\/sou\/list url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
^https?:\/\/s-api\.smzdm\.com\/sou\/list_v10 url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
# 其他
|
# 搜索标签去广告
|
||||||
^https?:\/\/api\.smzdm\.com\/v\d\/util\/(banner|loading) url reject-dict
|
^https?:\/\/s-api\.smzdm\.com\/sou\/filter\/tags\/hot_tags url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
^https?:\/\/app-api\.smzdm\.com\/util\/loading url reject-dict
|
# 值会员权益中心banner广告
|
||||||
|
^https?:\/\/zhiyou\.m\.smzdm\.com\/user\/vip\/ajax_get_banner url script-response-body https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
|
|
||||||
hostname = homepage-api.smzdm.com,haojia-api.smzdm.com,article-api.smzdm.com,haojia.m.smzdm.com,app-api.smzdm.com,s-api.smzdm.com
|
hostname = app-api.smzdm.com,homepage-api.smzdm.com,haojia-api.smzdm.com,haojia.m.smzdm.com,baike-api.smzdm.com,s-api.smzdm.com,zhiyou.m.smzdm.com
|
@ -2,17 +2,23 @@
|
|||||||
#!desc=什么值得买APP去广告
|
#!desc=什么值得买APP去广告
|
||||||
|
|
||||||
[URL Rewrite]
|
[URL Rewrite]
|
||||||
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/banner - reject
|
# 什么值得买_好价详情页去广告
|
||||||
^https?:\/\/api\.smzdm\.com\/v\d\/util\/(banner|loading) - reject
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/other_modul - reject
|
||||||
^https?:\/\/app-api\.smzdm\.com\/util\/loading - reject
|
# 什么值得买_好价详情页红包小助手
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/user_related_modul - reject
|
||||||
|
# 什么值得买_Wiki(618晒物活动推广,将来可能不是广告)
|
||||||
|
^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/wiki_related_modul - reject
|
||||||
|
|
||||||
[Script]
|
[Script]
|
||||||
什么值得买_首页去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/homepage-api\.smzdm\.com\/home,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
什么值得买_开屏去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/app-api\.smzdm\.com\/util\/loading,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
什么值得买_去浮动广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/app-api\.smzdm\.com\/util\/update,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
什么值得买_首页去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/homepage-api\.smzdm\.com\/v3\/home,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
什么值得买_好价去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/haojia-api\.smzdm\.com\/home\/list\?,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
什么值得买_好价去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/haojia-api\.smzdm\.com\/home\/list,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
什么值得买_好文去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/article-api\.smzdm\.com\/article\/index_home_page,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
什么值得买_好价详情页去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/haojia\.m\.smzdm\.com\/detail_modul\/article_releated_modul,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
什么值得买_搜索去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/s-api\.smzdm\.com\/sou\/list,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
什么值得买_百科去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/baike-api\.smzdm\.com\/home_v3\/list,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
|
什么值得买_搜索结果去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/s-api\.smzdm\.com\/sou\/list_v10,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
|
什么值得买_搜索标签去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/s-api\.smzdm\.com\/sou\/filter\/tags\/hot_tags,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
|
什么值得买_值会员权益中心banner去广告 = type=http-response,requires-body=1,max-size=0,pattern=^https?:\/\/zhiyou\.m\.smzdm\.com\/user\/vip\/ajax_get_banner,script-path=https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_remove_ads.js
|
||||||
|
|
||||||
|
|
||||||
[MITM]
|
[MITM]
|
||||||
hostname = %APPEND% homepage-api.smzdm.com,haojia-api.smzdm.com,article-api.smzdm.com,haojia.m.smzdm.com,app-api.smzdm.com,s-api.smzdm.com
|
hostname = %APPEND% app-api.smzdm.com,homepage-api.smzdm.com,haojia-api.smzdm.com,haojia.m.smzdm.com,baike-api.smzdm.com,s-api.smzdm.com,zhiyou.m.smzdm.com
|
Loading…
Reference in New Issue
Block a user