mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Update better-xcloud.user.js
This commit is contained in:
parent
40794f6088
commit
60526d5166
4
dist/better-xcloud.user.js
vendored
4
dist/better-xcloud.user.js
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user