Update XboxWebController.sgmodule
This commit is contained in:
@@ -10,17 +10,10 @@ clearapprovalcartid.com = 198.18.0.1
|
||||
syncxbox.com = 198.18.0.1
|
||||
|
||||
[Script]
|
||||
# 1. 触发远程添加/购买脚本
|
||||
xbox_web_runner = type=http-request, pattern=^https?://addtocart\.com/?.*, script-path=https://raw.githubusercontent.com/XXhaos/Surge/refs/heads/main/Scripts/NewAddToCart_Web.js, timeout=60
|
||||
|
||||
# 2. 清空本地 XboxProductList
|
||||
xbox_clear_web = type=http-request, pattern=^https?://clearlist\.com/?.*, script-path=https://raw.githubusercontent.com/XXhaos/Surge/main/Scripts/ClearXboxProductList_Web.js, timeout=10
|
||||
|
||||
# 3. 清空 ApprovalCartId
|
||||
clear_cart_id = type=http-request, pattern=^https?://clearapprovalcartid\.com/?.*, script-path=https://raw.githubusercontent.com/XXhaos/Surge/refs/heads/main/Scripts/ClearApprovalCartId.js, timeout=10
|
||||
|
||||
# 4. 从云端同步数据 (确保 GitHub 上的文件名和路径 100% 正确)
|
||||
xbox_sync_cloud = type=http-request, pattern=^https?://syncxbox\.com/?.*, script-path=https://raw.githubusercontent.com/XXhaos/Surge/refs/heads/main/Scripts/SyncXboxCloud.js, timeout=30
|
||||
xbox_web_runner = type=http-request, pattern=^https?://addtocart\.com/?.*, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/NewAddToCart_Web.js, timeout=60
|
||||
xbox_clear_web = type=http-request, pattern=^https?://clearlist\.com/?.*, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/ClearXboxProductList_Web.js, timeout=10
|
||||
clear_cart_id = type=http-request, pattern=^https?://clearapprovalcartid\.com/?.*, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/ClearApprovalCartId.js, timeout=10
|
||||
xbox_sync_cloud = type=http-request, pattern=^https?://syncxbox\.com/?.*, script-path=https://dragonisheep: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@raw.githubusercontent.com/dragonisheep/Surge/refs/heads/master/Scripts/SyncXboxCloud.js, timeout=30
|
||||
|
||||
[MITM]
|
||||
hostname = %APPEND% addtocart.com, clearlist.com, clearapprovalcartid.com, syncxbox.com
|
||||
|
||||
Reference in New Issue
Block a user