mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-01-11 17:41:59 +08:00
split Loon plugin rules
This commit is contained in:
27
Loon/plugin/split/partK/Coolapk.lpx
Normal file
27
Loon/plugin/split/partK/Coolapk.lpx
Normal file
@ -0,0 +1,27 @@
|
||||
#!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/partK/Coolapk.lpx
|
||||
#!tg-group=https://t.me/lanjieguanggao
|
||||
#!date=2025-08-21 22:37:00
|
||||
#############################################
|
||||
|
||||
[Argument]
|
||||
kuan_enable = switch,true,false,tag=酷安-脚本开关
|
||||
|
||||
[Rewrite]
|
||||
# ^https?:\/\/api\.coolapk\.com\/v6\/search\?.*type=hotSearch reject-dict
|
||||
|
||||
|
||||
[Script]
|
||||
http-response ^https?:\/\/api\.coolapk\.com\/v6\/feed\/(detail|replyList)\? script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/coolapk.js, requires-body=true, timeout=60, tag=酷安, enable={kuan_enable}
|
||||
http-response ^https?:\/\/api\.coolapk\.com\/v6\/main\/(dataList|indexV8|init) script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/coolapk.js, requires-body=true, timeout=60, tag=酷安, enable={kuan_enable}
|
||||
http-response ^https?:\/\/api\.coolapk\.com\/v6\/page\/dataList\? script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/coolapk.js, requires-body=true, timeout=60, tag=酷安, enable={kuan_enable}
|
||||
|
||||
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = api.coolapk.com
|
||||
Reference in New Issue
Block a user