Compare commits
5 Commits
7af504b965
...
891a289323
| Author | SHA1 | Date | |
|---|---|---|---|
| 891a289323 | |||
| 01d1e72f8d | |||
| 8891cafbda | |||
| 8ff3e8ce42 | |||
| 9bfdc7e467 |
@ -25,9 +25,10 @@ kuan_enable = switch,true,false,tag=酷安-脚本开关
|
||||
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}
|
||||
http-request ^https:\/\/www\.coolapk\.com\/link.* script-path=https://raw.githubusercontent.com/VenenoSix24/Ivy-Script/refs/heads/main/Loon/script/Coolapk_Redirect.js, requires-body=false, timeout=10, tag=酷安, enable={kuan_enable}
|
||||
|
||||
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = api.coolapk.com
|
||||
hostname = api.coolapk.com, www.coolapk.com
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @author fmz200
|
||||
* @function 美柚app去广告&净化
|
||||
* @date 2025-05-16 09:20:00
|
||||
* @date 2026-04-08 14:20:00
|
||||
*/
|
||||
|
||||
const $ = new Env("美柚app去广告&净化");
|
||||
@ -18,12 +18,17 @@ try {
|
||||
mod_rsp = JSON.parse(rsp_body);
|
||||
|
||||
if (req_url.includes("/api/configs?")) {
|
||||
// HTTP dns
|
||||
delete mod_rsp.data.apptech.httpdnsback;
|
||||
|
||||
delete mod_rsp.data.meetyou_app_setting.root_tab.moneytab_title;
|
||||
delete mod_rsp.data.meetyou_app_setting.root_tab.moneytab_icon;
|
||||
delete mod_rsp.data.meetyou_app_setting.root_tab.moneytab_icon_highlighted;
|
||||
}
|
||||
|
||||
if (req_url.includes("/api/configs/batch?")) {
|
||||
// HTTP dns
|
||||
delete mod_rsp.data.apptech.httpdnsback;
|
||||
// 启动页图片
|
||||
delete mod_rsp.data.meetyou_app_setting.launch_page;
|
||||
// 打开通知,及时接收重要消息
|
||||
|
||||
Reference in New Issue
Block a user