From 4e8848d2fb615f93c9a3a3a105f4a164a5ea6715 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 8 May 2024 08:55:10 +0700 Subject: [PATCH] Update better-xcloud.user.js --- dist/better-xcloud.user.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index 03ccefd..6d19a29 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -7683,12 +7683,10 @@ function interceptHttpRequests() { const response = await NATIVE_FETCH(request, init); const obj = await response.clone().json(); if (url.includes(GamePassCloudGallery.ALL)) { - debugger; for (let i = 1;i < obj.length; i++) { gamepassAllGames.push(obj[i].id); } } else if (url.includes(GamePassCloudGallery.TOUCH)) { - debugger; try { let customList = TouchController.getCustomList(); customList = customList.filter((id2) => gamepassAllGames.includes(id2));