mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-30 15:42:00 +08:00
split Loon plugin rules
This commit is contained in:
24
Loon/plugin/split/part5/51CreditCardManager.lpx
Normal file
24
Loon/plugin/split/part5/51CreditCardManager.lpx
Normal file
@ -0,0 +1,24 @@
|
||||
#!name=51信用卡管家
|
||||
#!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/part5/51CreditCardManager.lpx
|
||||
#!tg-group=https://t.me/lanjieguanggao
|
||||
#!date=2025-08-21 22:37:00
|
||||
#############################################
|
||||
|
||||
[Argument]
|
||||
51xyk_enable = switch,true,false,tag=51信用卡管家-脚本开关
|
||||
|
||||
[Rewrite]
|
||||
^https?:\/\/api\.u51\.com\/(generic-config-gateway|rs-resys)\/api\/v\d\/(creditpage-config|recommend) reject-200
|
||||
|
||||
|
||||
[Script]
|
||||
http-response ^https?:\/\/api\.u51\.com\/liabilitygateway\/api\/v\d\/homepage\/liabilityline script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/51card.js, requires-body=true, timeout=60, tag=51信用卡管家, enable={51xyk_enable}
|
||||
http-response ^https?:\/\/api\.u51\.com\/generic-config-gateway\/api\/v\d\/guanjia\/me-tab2\/config script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/51card.js, requires-body=true, timeout=60, tag=51信用卡管家, enable={51xyk_enable}
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = api.u51.com
|
||||
Reference in New Issue
Block a user