diff --git a/Loon/plugin/weibo.plugin b/Loon/plugin/weibo.plugin index 901c82e4..6101c4a2 100644 --- a/Loon/plugin/weibo.plugin +++ b/Loon/plugin/weibo.plugin @@ -73,7 +73,7 @@ DOMAIN, adpinpai.video.weibocdn.com, REJECT # 屏蔽首页左上角每日的弹窗tips ^https?:\/\/m?api\.weibo\.c(n|om)\/\d/push\/daily reject-dict # 超话按钮的提示 -^https?:\/\/api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? reject-dict +^https?:\/\/m?api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? reject-dict # 开屏广告 ^https?:\/\/bootrealtime\.uve\.weibo\.com\/v\d\/ad\/realtime reject-dict ^https?:\/\/bootpreload\.uve\.weibo\.com\/v\d\/ad\/preload reject-dict diff --git a/Surge/module/weibo.module b/Surge/module/weibo.module index 381b8acf..bb7a0b82 100644 --- a/Surge/module/weibo.module +++ b/Surge/module/weibo.module @@ -71,7 +71,7 @@ http-response-jq ^https?:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=trends& ' ^https?:\/\/m?api\.weibo\.c(n|om)\/\d/push\/daily data-type=text data="{}" status-code=200 header="Content-Type:application/json" # 超话按钮的提示 -^https?:\/\/api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" +^https?:\/\/m?api\.weibo\.c(n|om)\/2\/!\/huati\/(discovery_home_bottom_getdotinfo|mobile_discovery_searchchange)\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" # 开屏广告 ^https?:\/\/bootrealtime\.uve\.weibo\.com\/v\d\/ad\/realtime data-type=text data="{}" status-code=200 header="Content-Type:application/json"