From 77c650ccef3b9ada54d5ce07ace57f8451bf4b47 Mon Sep 17 00:00:00 2001 From: abay Date: Wed, 20 Jan 2021 17:38:46 +0800 Subject: [PATCH 1/2] 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 From b384f2e2258d99515eff680502c3c4480daa98bc Mon Sep 17 00:00:00 2001 From: abay Date: Wed, 20 Jan 2021 17:39:19 +0800 Subject: [PATCH 2/2] Add missing %APPEND% param in Netflix module --- Surge/Surge 3/Module/Netflix ratings.sgmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surge/Surge 3/Module/Netflix ratings.sgmodule b/Surge/Surge 3/Module/Netflix ratings.sgmodule index 9fed235..a45d265 100644 --- a/Surge/Surge 3/Module/Netflix ratings.sgmodule +++ b/Surge/Surge 3/Module/Netflix ratings.sgmodule @@ -8,4 +8,4 @@ http-response ^https?://ios\.prod\.ftl\.netflix\.com/iosui/user/.+path=%5B%22vid # 单集评分 nf_rating_season.js = type=http-response,pattern=^https?://ios\.prod\.ftl\.netflix\.com/iosui/warmer/.+type=show-ath,requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/nf_rating_season.js [MITM] -hostname = ios.prod.ftl.netflix.com \ No newline at end of file +hostname = %APPEND% ios.prod.ftl.netflix.com