From 77c650ccef3b9ada54d5ce07ace57f8451bf4b47 Mon Sep 17 00:00:00 2001 From: abay Date: Wed, 20 Jan 2021 17:38:46 +0800 Subject: [PATCH] Add missing %APPEND% param in Weibo.sgmodule --- Surge/Surge 3/Module/Weibo.sgmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surge/Surge 3/Module/Weibo.sgmodule b/Surge/Surge 3/Module/Weibo.sgmodule index 03d8542..23fc35b 100644 --- a/Surge/Surge 3/Module/Weibo.sgmodule +++ b/Surge/Surge 3/Module/Weibo.sgmodule @@ -6,4 +6,4 @@ http-response ^https?://(sdk|wb)app\.uve\.weibo\.com(/interface/sdk/sdkad.php|/wbapplua/wbpullad.lua) requires-body=1,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/wb_launch.js http-response ^https?://m?api\.weibo\.c(n|om)/2/(statuses/(unread|extend|positives/get|(friends|video)(/|_)(mix)?timeline)|stories/(video_stream|home_list)|(groups|fangle)/timeline|profile/statuses|comments/build_comments|photo/recommend_list|service/picfeed|searchall|cardlist|page|!/(photos/pic_recommend_status|live/media_homelist)|video/tiny_stream_video_list|photo/info) requires-body=1,max-size=-1,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/wb_ad.js [MITM] -hostname = api.weibo.cn, mapi.weibo.com, *.uve.weibo.com \ No newline at end of file +hostname = %APPEND% api.weibo.cn, mapi.weibo.com, *.uve.weibo.com