From 0f1409c3e60dec306a7a44fa7bf94f40fe9ee284 Mon Sep 17 00:00:00 2001 From: XXhaos Date: Thu, 23 Apr 2026 17:29:03 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Modules/XboxParamCapturer.?= =?UTF-8?q?sgmodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modules/XboxParamCapturer.sgmodule | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Modules/XboxParamCapturer.sgmodule b/Modules/XboxParamCapturer.sgmodule index 2c77602..76279f6 100644 --- a/Modules/XboxParamCapturer.sgmodule +++ b/Modules/XboxParamCapturer.sgmodule @@ -4,14 +4,14 @@ #!category=XBOX [Script] -XboxProductList = type=http-response, pattern=(?i)^https://emerald\.xboxservices\.com/xboxcomfd/productActions/.*locale=en-us, requires-body=1, max-size=0, binary-body-mode=0, timeout=60, script-update-interval=0, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/XboxProductList.js -Xbox_Auth_CartId = type=http-request, pattern=(?i)^https://cart\.production\.store-web\.dynamics\.com/v1\.0/cart/eligibilityCheck, requires-body=0, script-update-interval=0, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/authorization%26cartId.js -Xbox_Mscv_MUID = type=http-request, pattern=(?i)^https://cart\.production\.store-web\.dynamics\.com/v1\.0/cart/loadCart, requires-body=0, script-update-interval=0, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/CartParameter.js -Xbox_Gamertag_History = type=http-response, pattern=(?i)^https://peoplehub-public\.xboxlive\.com/people/gt\(.+\), requires-body=1, max-size=0, binary-body-mode=0, timeout=60, script-update-interval=0, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/capture_gamertag.js +XboxProductList = type=http-response, pattern=(?i)^https://emerald\.xboxservices\.com/xboxcomfd/productActions/.*locale=en-us, requires-body=1, max-size=0, binary-body-mode=0, timeout=60, script-update-interval=0, script-path=https://gitea.dragonisheep.com/XXhaos/Surge/raw/branch/master/Scripts/XboxProductList.js +Xbox_Auth_CartId = type=http-request, pattern=(?i)^https://cart\.production\.store-web\.dynamics\.com/v1\.0/cart/eligibilityCheck, requires-body=0, script-update-interval=0, script-path=https://gitea.dragonisheep.com/XXhaos/Surge/raw/branch/master/Scripts/authorization%26cartId.js +Xbox_Mscv_MUID = type=http-request, pattern=(?i)^https://cart\.production\.store-web\.dynamics\.com/v1\.0/cart/loadCart, requires-body=0, script-update-interval=0, script-path=https://gitea.dragonisheep.com/XXhaos/Surge/raw/branch/master/Scripts/CartParameter.js +Xbox_Gamertag_History = type=http-response, pattern=(?i)^https://peoplehub-public\.xboxlive\.com/people/gt\(.+\), requires-body=1, max-size=0, binary-body-mode=0, timeout=60, script-update-interval=0, script-path=https://gitea.dragonisheep.com/XXhaos/Surge/raw/branch/master/Scripts/capture_gamertag.js [Header Rewrite] ^https://emerald\.xboxservices\.com/xboxcomfd/productActions/ header-del If-Modified-Since ^https://emerald\.xboxservices\.com/xboxcomfd/productActions/ header-del If-None-Match [MITM] -hostname = %APPEND% emerald.xboxservices.com, cart.production.store-web.dynamics.com, peoplehub-public.xboxlive.com +hostname = %APPEND% emerald.xboxservices.com, cart.production.store-web.dynamics.com, peoplehub-public.xboxlive.com \ No newline at end of file