mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-01-22 20:00:21 +08:00
split Loon plugin rules
This commit is contained in:
26
Loon/plugin/split/partJ/JingXi.lpx
Normal file
26
Loon/plugin/split/partJ/JingXi.lpx
Normal file
@ -0,0 +1,26 @@
|
||||
#!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/JingXi.lpx
|
||||
#!tg-group=https://t.me/lanjieguanggao
|
||||
#!date=2025-08-21 22:37:00
|
||||
#############################################
|
||||
|
||||
[Argument]
|
||||
jkxi_enable = switch,true,false,tag=京喜-脚本开关
|
||||
|
||||
[Rewrite]
|
||||
^https?:\/\/api\.m\.jd\.com\/client\.action\?functionId=lite_advertising response-body-replace-regex jdLiteAdvertisingVO fmz200
|
||||
^https?:\/\/api\.m\.jd\.com\/client\.action\?functionId=lite_SmartPush response-body-replace-regex pushData fmz200
|
||||
|
||||
|
||||
[Script]
|
||||
http-response ^https?:\/\/api\.m\.jd\.com\/api\?functionId=delivery_show script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/jingxiAd.js, requires-body=true, timeout=60, tag=京喜, enable={jkxi_enable}
|
||||
|
||||
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = api.m.jd.com
|
||||
Reference in New Issue
Block a user