mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-04-07 09:06:45 +08:00
split Loon plugin rules
This commit is contained in:
42
Loon/plugin/split/partJ/CCBLife.lpx
Normal file
42
Loon/plugin/split/partJ/CCBLife.lpx
Normal file
@ -0,0 +1,42 @@
|
||||
#!name=建行生活
|
||||
#!desc=某些APP要清除缓存或者重新安装拦截广告才会生效!
|
||||
#!author=奶思
|
||||
#!homepage=https://github.com/fmz200/wool_scripts
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/gif/naisi-01.gif
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/plugin/split/partJ/CCBLife.lpx
|
||||
#!tg-group=https://t.me/lanjieguanggao
|
||||
#!date=2025-08-21 22:37:00
|
||||
#############################################
|
||||
|
||||
[Argument]
|
||||
jhsh_enable = switch,true,false,tag=建行生活-脚本开关
|
||||
|
||||
[Rule]
|
||||
# 内置饿了么外卖弹窗
|
||||
DOMAIN, o2o-ad-log-gateway.alibaba.com
|
||||
|
||||
|
||||
|
||||
[Rewrite]
|
||||
# 首页横幅广告
|
||||
^https?:\/\/yunbusiness\.ccb\.com\/clp_service\/txCtrl\?txcode=A3341A(002|006|009|119|120) reject-200
|
||||
^https?:\/\/yunbusiness\.ccb\.com\/clp_service\/txCtrl\?txcode=A3341C147 reject-200
|
||||
# 我的页面悬浮广告
|
||||
^https?:\/\/yunbusiness\.ccb\.com\/basic_service\/txCtrl\? response-body-replace-regex "TAG_AD_INFO" "fmz200"
|
||||
^https?:\/\/yunbusiness\.ccb\.com\/basic_service\/txCtrl\?txcode=A3341AB05 mock-response-body data-type=json data-path="https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/ccbLife/A3341AB05.json" status-code=200
|
||||
|
||||
# 内置饿了么
|
||||
^https?:\/\/waimai-guide\.ele\.me\/\w+\/mtop\.alsc\.eleme\.\w+\.trigger\.respond reject-dict
|
||||
^https?:\/\/waimai-guide\.ele\.me\/\w+\/mtop\.alsc\.wamai\.store\.detail\.miniapp\.popup reject
|
||||
^https?:\/\/waimai-guide\.ele\.me\/\w+\/mtop\.venus\.shopcouponpopupservice\.getshopcouponspopup reject
|
||||
^https?:\/\/waimai-guide\.ele\.me\/\w+\/mtop\.venus\.shopresourceservice\.getshopresource response-body-replace-regex posterList fmz200
|
||||
|
||||
|
||||
[Script]
|
||||
http-response ^https?:\/\/yunbusiness\.ccb\.com\/basic_service\/txCtrl\?txcode=A3341AB04 script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/ccbLife/ccbLifeAds.js, requires-body=true, timeout=60, tag=建行生活, enable={jhsh_enable}
|
||||
# 内置饿了么
|
||||
http-response ^https?:\/\/g\.alicdn\.com\/.*o2o-ad script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/alicdn.js, requires-body=true, timeout=60, tag=建行生活内置饿了么, enable={jhsh_enable}
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = yunbusiness.ccb.com, g.alicdn.com, waimai-guide.ele.me
|
||||
Reference in New Issue
Block a user