From 60526d51663ca7f3908d7f9dfa06c2c43a9da8c1 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 27 Jul 2024 06:36:28 +0700 Subject: [PATCH] Update better-xcloud.user.js --- dist/better-xcloud.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index 9df7b68..ad5dc12 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -7093,7 +7093,7 @@ function addCss() { if (PREF_HIDE_SECTIONS.includes(UiSection.NEWS)) selectorToHide.push("#BodyContent > div[class*=CarouselRow-module]"); if (PREF_HIDE_SECTIONS.includes(UiSection.ALL_GAMES)) - selectorToHide.push("#BodyContent div[class*=AllGamesRow-module__gridContainer]"); + selectorToHide.push("#BodyContent div[class*=AllGamesRow-module__gridContainer]"), selectorToHide.push("#BodyContent div[class*=AllGamesRow-module__rowHeader]"); if (PREF_HIDE_SECTIONS.includes(UiSection.MOST_POPULAR)) selectorToHide.push('#BodyContent div[class*=HomePage-module__bottomSpacing]:has(a[href="/play/gallery/popular"])'); if (PREF_HIDE_SECTIONS.includes(UiSection.TOUCH)) @@ -7588,7 +7588,7 @@ function patchRtcPeerConnection() { } catch (e) { BxLogger.error("setLocalDescription", e); } - return BxLogger.info("setLocalDescription", arguments[0].sdp), nativeSetLocalDescription.apply(this, arguments); + return nativeSetLocalDescription.apply(this, arguments); }; } const OrgRTCPeerConnection = window.RTCPeerConnection;