From 8d22533d7ff9b3664b4a09e7f82eef4dbe7b51b7 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:54:36 +0700 Subject: [PATCH] Fix problem with Remote Play --- better-xcloud.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index f6509f3..5ba1164 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -10137,7 +10137,7 @@ function interceptHttpRequests() { return patchIceCandidates(...arg) || NATIVE_FETCH(...arg); } - if (IS_REMOTE_PLAYING && url.includes('/login/user')) { + if (IS_REMOTE_PLAYING && url.includes('xhome') && url.includes('/login/user')) { try { const clone = request.clone();