mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-10 07:07:46 +02:00
Disable header & footer
This commit is contained in:
@@ -81,6 +81,14 @@ export const BxExposed = {
|
||||
BxLogger.error(LOG_TAG, e);
|
||||
}
|
||||
|
||||
// Disable header & footer
|
||||
try {
|
||||
state.uhf.headerMode = 'Off';
|
||||
state.uhf.footerMode = 'Off';
|
||||
} catch (e) {
|
||||
BxLogger.error(LOG_TAG, e);
|
||||
}
|
||||
|
||||
// Redirect to /en-US/play if visiting from an unsupported region
|
||||
try {
|
||||
const xCloud = state.xcloud.authentication.authStatusByStrategy.XCloud;
|
||||
|
Reference in New Issue
Block a user