Compare commits
20 Commits
b1704d96f1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bc03b65ab2 | |||
| 795333cf38 | |||
| 857dd875a6 | |||
| f1e10ed6ee | |||
| 1bcfb2dafd | |||
| 9f1da8a1a8 | |||
| fa542dbe53 | |||
| bace564b3a | |||
| 532605df48 | |||
| 27f701680a | |||
| 69714dbfd2 | |||
| b6acd85fcf | |||
| eb0f0d6886 | |||
| 39061220f6 | |||
| 69061a2e99 | |||
| 1ac5c970f6 | |||
| 91f4896ca6 | |||
| 300f392c99 | |||
| 3891fdb8c5 | |||
| b25e37300f |
17
Loon/plugin/XWebAds.plugin
Normal file
17
Loon/plugin/XWebAds.plugin
Normal file
@ -0,0 +1,17 @@
|
||||
#!name=X(Twitter)网页版去广告
|
||||
#!desc=移除网页版 X (Twitter) 广告。
|
||||
#!author=奶思[https://github.com/fmz200]
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/X.png
|
||||
#!tag=奶思的模块
|
||||
#!homepage=https://github.com/fmz200/wool_scripts
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/plugin/XWebAds.plugin
|
||||
#!tg-channel=https://t.me/inaisi
|
||||
#!tag=去广告, X, 奶思
|
||||
#!system=iOS, iPadOS
|
||||
#!date=2026-04-26 09:30:00
|
||||
|
||||
[Script]
|
||||
http-response ^https?:\/\/x\.com\/i\/api\/graphql\/[^\/]+\/(HomeTimeline|TweetDetail) script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/X/X_ads.js, requires-body=true, tag=X网页版去广告
|
||||
|
||||
[MITM]
|
||||
hostname = x.com
|
||||
@ -2034,7 +2034,7 @@ http:\/\/dili.sqcosmos.com\/jiekou\/endpage\/ad reject-dict
|
||||
# 屏蔽更新
|
||||
^http:\/\/ebk\.17u\.cn\/tctrafficappversionadmin\/api\/getLatestVersionApp reject-dict
|
||||
|
||||
|
||||
# > 咪咕视频
|
||||
# hostname = ggc.miguvideo.com, public-deliver9.miguvideo.com, display*-sc.miguvideo.com, recommend-dy.miguvideo.com, app-sc.miguvideo.com, common-sc.miguvideo.com, ggx*.miguvideo.com, ggic*.miguvideo.com
|
||||
^https?:\/\/ggc\.miguvideo\.com\/v1\/iflyad\/deliverysystem\/direct\/ reject-img
|
||||
^https?:\/\/public-deliver9\.miguvideo\.com\/deliver\/site\/batchMatch\/mergeSpot\/miguvideo\/ reject-dict
|
||||
@ -4175,8 +4175,7 @@ http-response ^https?:\/\/gg\.caixin\.com\/s\?z=caixin&op=1&c=3362 script-path=h
|
||||
# >>>>>>>>>>>>>>> ✅ D ✅ <<<<<<<<<<<<<<
|
||||
# > 大众点评
|
||||
# 开屏广告
|
||||
http-response ^https?:\/\/img\.meituan\.net\/dpmobile\/ script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
http-response ^https?:\/\/img\.meituan\.net\/goodsawardpic\/\w+\.(?!gif)\w+$ script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
http-response ^https?:\/\/img\.meituan\.net\/(?>dpmobile|goodsawardpic)\/ script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
http-response ^https?:\/\/ddplus\.meituan\.net\/v\d\/mss_\w+\/picassovc script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
|
||||
# > 动画疯
|
||||
|
||||
@ -35,8 +35,7 @@ davsdmpk_enable = switch,true,false,tag=大众点评-脚本开关
|
||||
|
||||
[Script]
|
||||
# 开屏广告
|
||||
http-response ^https?:\/\/img\.meituan\.net\/dpmobile\/ script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
http-response ^https?:\/\/img\.meituan\.net\/goodsawardpic\/\w+\.(?!gif)\w+$ script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
http-response ^https?:\/\/img\.meituan\.net\/(?>dpmobile|goodsawardpic)\/ script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
http-response ^https?:\/\/ddplus\.meituan\.net\/v\d\/mss_\w+\/picassovc script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60, tag=大众点评, enable={davsdmpk_enable}
|
||||
|
||||
|
||||
|
||||
18
Loon/plugin/split/partH/HuaShengTong.lpx
Normal file
18
Loon/plugin/split/partH/HuaShengTong.lpx
Normal file
@ -0,0 +1,18 @@
|
||||
#!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/partH/HuaShengTong.lpx
|
||||
#!tg-channel=https://t.me/inaisi
|
||||
#!date=
|
||||
#############################################
|
||||
|
||||
[Rewrite]
|
||||
# 横幅广告
|
||||
^https:\/\/interface\.hstong\.com\/pdp\/ad\/images\/v2 reject-200
|
||||
^https:\/\/interface\.hstong\.com\/ad\/images\/v2 reject-200
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = interface.hstong.com
|
||||
@ -2,7 +2,7 @@
|
||||
#!desc=某些APP要清除缓存或者重新安装拦截广告才会生效!
|
||||
#!author=奶思
|
||||
#!homepage=https://github.com/fmz200/wool_scripts
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/gif/naisi-01.gif
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/LiePin.png
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/plugin/split/partL/LiePin.lpx
|
||||
#!tg-channel=https://t.me/inaisi
|
||||
#!date=
|
||||
|
||||
@ -19,15 +19,5 @@
|
||||
^http:\/\/ebk\.17u\.cn\/tctrafficappversionadmin\/api\/getLatestVersionApp reject-dict
|
||||
|
||||
|
||||
^https?:\/\/ggc\.miguvideo\.com\/v1\/iflyad\/deliverysystem\/direct\/ reject-img
|
||||
^https?:\/\/public-deliver9\.miguvideo\.com\/deliver\/site\/batchMatch\/mergeSpot\/miguvideo\/ reject-dict
|
||||
^https?:\/\/recommend-dy\.miguvideo\.com\/recommend-dynamic\/dataSource\/v1\/recommend\/merge reject-dict
|
||||
^https?:\/\/app-sc\.miguvideo\.com\/app-management\/v1\/staticcache\/settings\/miguvideo\/SHARE_PIC reject-dict
|
||||
^https?:\/\/common-sc\.miguvideo\.com\/videoActivity\/activityList\/ reject-dict
|
||||
#^https?:\/\/display-sc\.miguvideo\.com\/display\/v3\/static\/PERSONAL_CENTER\/ reject-dict
|
||||
^https?:\/\/ggx.+\.miguvideo\.com\/request\/sdk.+[^?]*$ reject-dict
|
||||
^https?:\/\/ggic\d+.miguvideo\.com\/ad\/ reject-dict
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = ggc.miguvideo.com, public-deliver9.miguvideo.com, display*-sc.miguvideo.com, recommend-dy.miguvideo.com, app-sc.miguvideo.com, common-sc.miguvideo.com, ggx*.miguvideo.com, ggic*.miguvideo.com
|
||||
hostname = mada-travel.17u.cn, ebk.17u.cn
|
||||
@ -19,5 +19,22 @@ DOMAIN, ggmk.miguvideo.com, REJECT
|
||||
DOMAIN, ggadoffline.miguvideo.com, REJECT
|
||||
|
||||
|
||||
[Rewrite]
|
||||
^https?:\/\/ggc\.miguvideo\.com\/v1\/iflyad\/deliverysystem\/direct\/ reject-img
|
||||
^https?:\/\/public-deliver9\.miguvideo\.com\/deliver\/site\/batchMatch\/mergeSpot\/miguvideo\/ reject-dict
|
||||
^https?:\/\/recommend-dy\.miguvideo\.com\/recommend-dynamic\/dataSource\/v1\/recommend\/merge reject-dict
|
||||
^https?:\/\/app-sc\.miguvideo\.com\/app-management\/v1\/staticcache\/settings\/miguvideo\/SHARE_PIC reject-dict
|
||||
^https?:\/\/common-sc\.miguvideo\.com\/videoActivity\/activityList\/ reject-dict
|
||||
#^https?:\/\/display-sc\.miguvideo\.com\/display\/v3\/static\/PERSONAL_CENTER\/ reject-dict
|
||||
^https?:\/\/ggx.+\.miguvideo\.com\/request\/sdk.+[^?]*$ reject-dict
|
||||
^https?:\/\/ggic\d+.miguvideo\.com\/ad\/ reject-dict
|
||||
|
||||
|
||||
[Script]
|
||||
http-response ^https?:\/\/display-sc\.miguvideo\.com\/display\/v3\/static\/PERSONAL_CENTER$ script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/refs/heads/main/Scripts/miguvideo/miguvideo_ads.js, requires-body=true, timeout=60, tag=咪咕视频个人中心去广告
|
||||
http-response ^https?:\/\/display-sc\.miguvideo\.com\/display\/v3\/static\/PERSONAL_CENTER$ script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/refs/heads/main/Scripts/miguvideo/miguvideo_ads.js, requires-body=true, timeout=60, tag=咪咕视频个人中心去广告
|
||||
|
||||
|
||||
|
||||
|
||||
[MITM]
|
||||
hostname = ggc.miguvideo.com, public-deliver9.miguvideo.com, display*-sc.miguvideo.com, recommend-dy.miguvideo.com, app-sc.miguvideo.com, common-sc.miguvideo.com, ggx*.miguvideo.com, ggic*.miguvideo.com
|
||||
@ -8,6 +8,11 @@
|
||||
#!date=
|
||||
#############################################
|
||||
|
||||
[Rule]
|
||||
# 微信小程序, REJECT
|
||||
DOMAIN-SUFFIX,wxsnsdythumb.wxs.qq.com, REJECT
|
||||
|
||||
|
||||
[Rewrite]
|
||||
^https?:\/\/ecard\.shenzhentong\.com\/wxweb\/bwxppub2\/QryAdvertList\.do reject-200
|
||||
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
#!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/partT/tuhuyangche.lpx
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/Tuhu.png
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/plugin/split/partT/TuhuAutoCare.lpx
|
||||
#!tg-channel=https://t.me/inaisi
|
||||
#!date=
|
||||
#############################################
|
||||
|
||||
@ -1984,7 +1984,8 @@ DOMAIN-SUFFIX, dl.wan.sogoucdn.com
|
||||
# DOMAIN-SUFFIX, business-cdn.shouji.sogou.com
|
||||
DOMAIN-SUFFIX, push-service-ios.sginput.qq.com
|
||||
|
||||
# > 深圳通微信小程序
|
||||
# > 深圳通
|
||||
# 微信小程序
|
||||
DOMAIN-SUFFIX,wxsnsdythumb.wxs.qq.com
|
||||
|
||||
# > 收钱吧
|
||||
|
||||
@ -2047,7 +2047,8 @@ host-suffix, dl.wan.sogoucdn.com, reject
|
||||
;host-keyword, business-cdn.shouji.sogou.com, reject
|
||||
host-suffix, push-service-ios.sginput.qq.com, reject
|
||||
|
||||
# > 深圳通微信小程序
|
||||
# > 深圳通
|
||||
# 微信小程序
|
||||
host-suffix, wxsnsdythumb.wxs.qq.com, reject
|
||||
|
||||
# > 收钱吧
|
||||
|
||||
16
QuantumultX/rewrite/XWebAds.snippet
Normal file
16
QuantumultX/rewrite/XWebAds.snippet
Normal file
@ -0,0 +1,16 @@
|
||||
#!name=X(Twitter)网页版去广告
|
||||
#!desc=移除网页版 X (Twitter) 广告。
|
||||
#!author=奶思[https://github.com/fmz200]
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/X.png
|
||||
#!tag=奶思的模块
|
||||
#!homepage=https://github.com/fmz200/wool_scripts
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/QuantumultX/rewrite/XWebAds.snippet
|
||||
#!tg-channel=https://t.me/inaisi
|
||||
#!tag=去广告, X, 奶思
|
||||
#!system=iOS, iPadOS
|
||||
#!date=2026-04-26 09:30:00
|
||||
|
||||
|
||||
^https?:\/\/x\.com\/i\/api\/graphql\/[^\/]+\/(HomeTimeline|TweetDetail) url script-response-body https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/X/X_ads.js
|
||||
|
||||
hostname = x.com
|
||||
16
QuantumultX/rewrite/split/partH/HuaShengTong.snippet
Normal file
16
QuantumultX/rewrite/split/partH/HuaShengTong.snippet
Normal file
@ -0,0 +1,16 @@
|
||||
#!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/QuantumultX/rewrite/split/partH/HuaShengTong.snippet
|
||||
#!tg-group=https://t.me/QuantumultXCommunity
|
||||
#!date=undefined
|
||||
#############################################
|
||||
|
||||
|
||||
# 横幅广告
|
||||
^https:\/\/interface\.hstong\.com\/pdp\/ad\/images\/v2 url reject-200
|
||||
^https:\/\/interface\.hstong\.com\/ad\/images\/v2 url reject-200
|
||||
|
||||
hostname = interface.hstong.com
|
||||
@ -2,7 +2,7 @@
|
||||
#!desc=某些APP要清除缓存或者重新安装拦截广告才会生效!
|
||||
#!author=奶思
|
||||
#!homepage=https://github.com/fmz200/wool_scripts
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/gif/naisi-01.gif
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/LiePin.png
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/QuantumultX/rewrite/split/partL/LiePin.snippet
|
||||
#!tg-group=https://t.me/QuantumultXCommunity
|
||||
#!date=undefined
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
#############################################
|
||||
|
||||
|
||||
# 微信小程序
|
||||
host-suffix, wxsnsdythumb.wxs.qq.com, reject
|
||||
|
||||
^https?:\/\/ecard\.shenzhentong\.com\/wxweb\/bwxppub2\/QryAdvertList\.do url reject-200
|
||||
|
||||
hostname = ecard.shenzhentong.com
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
#!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/QuantumultX/rewrite/split/partT/tuhuyangche.snippet
|
||||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/Tuhu.png
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/QuantumultX/rewrite/split/partT/TuhuAutoCare.snippet
|
||||
#!tg-group=https://t.me/QuantumultXCommunity
|
||||
#!date=undefined
|
||||
#############################################
|
||||
|
||||
163
Scripts/X/XWebEnhance.js
Normal file
163
Scripts/X/XWebEnhance.js
Normal file
File diff suppressed because one or more lines are too long
91
Scripts/X/X_ads.js
Normal file
91
Scripts/X/X_ads.js
Normal file
File diff suppressed because one or more lines are too long
9
Surge/module/RedditTranslation.module
Normal file
9
Surge/module/RedditTranslation.module
Normal file
@ -0,0 +1,9 @@
|
||||
#!name=Reddit 自动翻译
|
||||
#!desc=自动注入 x-reddit-translations 开启 Reddit App 翻译功能
|
||||
#!author=RavelloH
|
||||
|
||||
[Script]
|
||||
Reddit自动翻译 = type=http-request, pattern=^https?:\/\/gql(-fed)?\.reddit\.com, script-path=https://gist.github.com/RavelloH/68ed0626dae69a1ce7c8ad6887087ea1/raw/c008127260bc4dcd550fcd98285048cf6176f602/main.js
|
||||
|
||||
[MITM]
|
||||
hostname = %APPEND% gql.reddit.com, gql-fed.reddit.com
|
||||
@ -7,13 +7,15 @@
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Surge/module/XWebAds.module
|
||||
#!tg-channel=https://t.me/inaisi
|
||||
#!tag=去广告, X, 奶思
|
||||
#!system=ios
|
||||
#!date=2026-04-26 09:30:00
|
||||
|
||||
|
||||
[Body Rewrite]
|
||||
# [Body Rewrite]
|
||||
# 首页信息流中的推广
|
||||
http-response-jq ^https?:\/\/x\.com\/i\/api\/graphql\/[^\/]+\/HomeTimeline '.data.home.home_timeline_urt.instructions[]?.entries |= map(select(.content.itemContent.promotedMetadata == null and (.entryId | startswith("promoted-tweet-") | not)))'
|
||||
# http-response-jq ^https?:\/\/x\.com\/i\/api\/graphql\/[^\/]+\/HomeTimeline '.data.home.home_timeline_urt.instructions[]?.entries |= map(select(.content.itemContent.promotedMetadata == null and (.entryId | startswith("promoted-tweet-") | not)))'
|
||||
|
||||
[Script]
|
||||
X网页版去广告 = type=http-response, pattern=^https?:\/\/x\.com\/i\/api\/graphql\/[^\/]+\/(HomeTimeline|TweetDetail), script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/X/X_ads.js, requires-body=true
|
||||
|
||||
[MITM]
|
||||
hostname = %APPEND% x.com
|
||||
File diff suppressed because it is too large
Load Diff
@ -36,9 +36,7 @@
|
||||
|
||||
[Script]
|
||||
# 开屏广告
|
||||
大众点评 = type=http-response, pattern=^https?:\/\/img\.meituan\.net\/dpmobile\/, script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60
|
||||
|
||||
大众点评 = type=http-response, pattern=^https?:\/\/img\.meituan\.net\/goodsawardpic\/\w+\.(?!gif)\w+$, script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60
|
||||
大众点评 = type=http-response, pattern=^https?:\/\/img\.meituan\.net\/(?>dpmobile|goodsawardpic)\/, script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60
|
||||
|
||||
大众点评 = type=http-response, pattern=^https?:\/\/ddplus\.meituan\.net\/v\d\/mss_\w+\/picassovc, script-path=https://raw.githubusercontent.com/zirawell/R-Store/main/Res/Scripts/AntiAd/dianping.js, requires-body=true, timeout=60
|
||||
|
||||
|
||||
@ -19,21 +19,6 @@
|
||||
# 屏蔽更新
|
||||
^http:\/\/ebk\.17u\.cn\/tctrafficappversionadmin\/api\/getLatestVersionApp data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/ggc\.miguvideo\.com\/v1\/iflyad\/deliverysystem\/direct\/ data-type=tiny-gif status-code=200
|
||||
|
||||
^https?:\/\/public-deliver9\.miguvideo\.com\/deliver\/site\/batchMatch\/mergeSpot\/miguvideo\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/recommend-dy\.miguvideo\.com\/recommend-dynamic\/dataSource\/v1\/recommend\/merge data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/app-sc\.miguvideo\.com\/app-management\/v1\/staticcache\/settings\/miguvideo\/SHARE_PIC data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/common-sc\.miguvideo\.com\/videoActivity\/activityList\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
#^https?:\/\/display-sc\.miguvideo\.com\/display\/v3\/static\/PERSONAL_CENTER\/ reject-dict
|
||||
^https?:\/\/ggx.+\.miguvideo\.com\/request\/sdk.+[^?]*$ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/ggic\d+.miguvideo\.com\/ad\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
[MITM]
|
||||
hostname = %APPEND% ggc.miguvideo.com, public-deliver9.miguvideo.com, display*-sc.miguvideo.com, recommend-dy.miguvideo.com, app-sc.miguvideo.com, common-sc.miguvideo.com, ggx*.miguvideo.com, ggic*.miguvideo.com
|
||||
hostname = %APPEND% mada-travel.17u.cn, ebk.17u.cn
|
||||
|
||||
|
||||
@ -16,6 +16,25 @@ DOMAIN,ggic03.miguvideo.com,REJECT
|
||||
DOMAIN,ggmk.miguvideo.com,REJECT
|
||||
DOMAIN,ggadoffline.miguvideo.com,REJECT
|
||||
|
||||
[Map Local]
|
||||
^https?:\/\/ggc\.miguvideo\.com\/v1\/iflyad\/deliverysystem\/direct\/ data-type=tiny-gif status-code=200
|
||||
|
||||
^https?:\/\/public-deliver9\.miguvideo\.com\/deliver\/site\/batchMatch\/mergeSpot\/miguvideo\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/recommend-dy\.miguvideo\.com\/recommend-dynamic\/dataSource\/v1\/recommend\/merge data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/app-sc\.miguvideo\.com\/app-management\/v1\/staticcache\/settings\/miguvideo\/SHARE_PIC data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/common-sc\.miguvideo\.com\/videoActivity\/activityList\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
#^https?:\/\/display-sc\.miguvideo\.com\/display\/v3\/static\/PERSONAL_CENTER\/ reject-dict
|
||||
^https?:\/\/ggx.+\.miguvideo\.com\/request\/sdk.+[^?]*$ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
^https?:\/\/ggic\d+.miguvideo\.com\/ad\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||||
|
||||
[Script]
|
||||
咪咕视频个人中心去广告 = type=http-response, pattern=^https?:\/\/display-sc\.miguvideo\.com\/display\/v3\/static\/PERSONAL_CENTER$, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/refs/heads/main/Scripts/miguvideo/miguvideo_ads.js, requires-body=true, timeout=60
|
||||
|
||||
[MITM]
|
||||
hostname = %APPEND% ggc.miguvideo.com, public-deliver9.miguvideo.com, display*-sc.miguvideo.com, recommend-dy.miguvideo.com, app-sc.miguvideo.com, common-sc.miguvideo.com, ggx*.miguvideo.com, ggic*.miguvideo.com
|
||||
|
||||
|
||||
@ -3,9 +3,13 @@
|
||||
#!author=奶思
|
||||
#!category=奶思的模块
|
||||
#!homepage=https://github.com/fmz200/wool_scripts
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Surge/module/split/partS/ShenzhenTong.sgmodule
|
||||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Surge/module/split/partS/ShenZhenTong.sgmodule
|
||||
#!tg-channel=https://t.me/inaisi
|
||||
|
||||
[Rule]
|
||||
# 微信小程序, REJECT
|
||||
DOMAIN-SUFFIX,wxsnsdythumb.wxs.qq.com,REJECT
|
||||
|
||||
[Map Local]
|
||||
^https?:\/\/ecard\.shenzhentong\.com\/wxweb\/bwxppub2\/QryAdvertList\.do data-type=text data=" " status-code=200
|
||||
|
||||
|
||||
BIN
icons/apps/LiePin.png
Normal file
BIN
icons/apps/LiePin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
icons/apps/Tuhu.png
Normal file
BIN
icons/apps/Tuhu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB |
@ -1434,6 +1434,10 @@
|
||||
"name": "Lianhezaobao",
|
||||
"url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/Lianhezaobao.jpeg"
|
||||
},
|
||||
{
|
||||
"name": "LiePin 猎聘",
|
||||
"url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/LiePin.png"
|
||||
},
|
||||
{
|
||||
"name": "lightning",
|
||||
"url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/lightning.png"
|
||||
@ -2603,8 +2607,8 @@
|
||||
"url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/TreeDiagram.png"
|
||||
},
|
||||
{
|
||||
"name": "tuhuyangche",
|
||||
"url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/tuhuyangche.png"
|
||||
"name": "Tuhu 途虎养车",
|
||||
"url": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/Tuhu.png"
|
||||
},
|
||||
{
|
||||
"name": "TVBAnywhere+",
|
||||
|
||||
Reference in New Issue
Block a user