mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-02-28 02:36:28 +08:00
split Surge module rules
This commit is contained in:
31
Surge/module/split/partM/Maimai.sgmodule
Normal file
31
Surge/module/split/partM/Maimai.sgmodule
Normal file
@ -0,0 +1,31 @@
|
||||
#!name=脉脉
|
||||
#!desc=某些APP要清除缓存或者重新安装拦截广告才会生效!
|
||||
#!author=奶思
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/gif/naisi-01.gif
|
||||
#!category=奶思的模块
|
||||
#!homepage=https://github.com/fmz200/wool_scripts
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/plugin/split/partM/Maimai.lpx
|
||||
#!tg-group=https://t.me/lanjieguanggao
|
||||
#!date=2025-08-21 22:37:00
|
||||
#!arguments=mdmd_enable:true
|
||||
|
||||
[Map Local]
|
||||
# 开屏广告、职位页面横幅
|
||||
^https:\/\/(h3\.)?open\.taou\.com\/maimai\/adshow\? data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
# 赠送礼物 横幅
|
||||
^https:\/\/(h3\.)?open\.taou\.com\/maimai\/pay\/v5\/check_gift\? data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
# 帖子文末推广卡片
|
||||
^https:\/\/(h3\.)?open\.taou\.com\/maimai\/go_gossip_darwin\/external\/v2\/query_flow_cards\? data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
[Script]
|
||||
# 帖子末尾 看过此贴的用户也在看
|
||||
脉脉帖子末尾 = type=http-response, pattern=^https:\/\/(h3\.)?open\.taou\.com\/maimai\/feed\/v6\/detail_recommend_feeds\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/maimai/maimai_ads.js, requires-body=true, timeout=60
|
||||
|
||||
# 移除信息流和评论区大块广告 信息流广告focus_feed / 评论区广告gossip_detail_comment / 评论区广告feed_detail_comment?
|
||||
脉脉 = type=http-response, pattern=^https:\/\/(h3\.)?open\.taou\.com\/maimai\/(feed|gossip)\/v\d\/(focus_feed|gossip_detail_comment|feed_detail_comment?)\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/maimai/maimai_ads.js, requires-body=true, timeout=60
|
||||
|
||||
[MITM]
|
||||
hostname = %APPEND% open.taou.com, h3.open.taou.com
|
||||
|
||||
Reference in New Issue
Block a user