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
6daabea288
commit
efe0caf02f
41
dist/better-xcloud.user.js
vendored
41
dist/better-xcloud.user.js
vendored
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Better xCloud
|
// @name Better xCloud
|
||||||
// @namespace https://github.com/redphx
|
// @namespace https://github.com/redphx
|
||||||
// @version 5.6.0
|
// @version 5.6.1-beta
|
||||||
// @description Improve Xbox Cloud Gaming (xCloud) experience
|
// @description Improve Xbox Cloud Gaming (xCloud) experience
|
||||||
// @author redphx
|
// @author redphx
|
||||||
// @license MIT
|
// @license MIT
|
||||||
@ -138,7 +138,7 @@ function deepClone(obj) {
|
|||||||
return {};
|
return {};
|
||||||
return JSON.parse(JSON.stringify(obj));
|
return JSON.parse(JSON.stringify(obj));
|
||||||
}
|
}
|
||||||
var SCRIPT_VERSION = "5.6.0", AppInterface = window.AppInterface;
|
var SCRIPT_VERSION = "5.6.1-beta", AppInterface = window.AppInterface;
|
||||||
UserAgent.init();
|
UserAgent.init();
|
||||||
var userAgent = window.navigator.userAgent.toLowerCase(), isTv = userAgent.includes("smart-tv") || userAgent.includes("smarttv") || /\baft.*\b/.test(userAgent), isVr = window.navigator.userAgent.includes("VR") && window.navigator.userAgent.includes("OculusBrowser"), browserHasTouchSupport = "ontouchstart" in window || navigator.maxTouchPoints > 0, userAgentHasTouchSupport = !isTv && !isVr && browserHasTouchSupport, STATES = {
|
var userAgent = window.navigator.userAgent.toLowerCase(), isTv = userAgent.includes("smart-tv") || userAgent.includes("smarttv") || /\baft.*\b/.test(userAgent), isVr = window.navigator.userAgent.includes("VR") && window.navigator.userAgent.includes("OculusBrowser"), browserHasTouchSupport = "ontouchstart" in window || navigator.maxTouchPoints > 0, userAgentHasTouchSupport = !isTv && !isVr && browserHasTouchSupport, STATES = {
|
||||||
supportedRegion: !0,
|
supportedRegion: !0,
|
||||||
@ -382,6 +382,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"fortnite-force-console-version": "Fortnite: force console version",
|
"fortnite-force-console-version": "Fortnite: force console version",
|
||||||
"game-bar": "Game Bar",
|
"game-bar": "Game Bar",
|
||||||
"getting-consoles-list": "Getting the list of consoles...",
|
"getting-consoles-list": "Getting the list of consoles...",
|
||||||
|
guide: "Guide",
|
||||||
help: "Help",
|
help: "Help",
|
||||||
hide: "Hide",
|
hide: "Hide",
|
||||||
"hide-idle-cursor": "Hide mouse cursor on idle",
|
"hide-idle-cursor": "Hide mouse cursor on idle",
|
||||||
@ -394,6 +395,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"highest-quality-note": "Your device may not be powerful enough to use these settings",
|
"highest-quality-note": "Your device may not be powerful enough to use these settings",
|
||||||
"horizontal-scroll-sensitivity": "Horizontal scroll sensitivity",
|
"horizontal-scroll-sensitivity": "Horizontal scroll sensitivity",
|
||||||
"horizontal-sensitivity": "Horizontal sensitivity",
|
"horizontal-sensitivity": "Horizontal sensitivity",
|
||||||
|
"how-to-fix": "How to fix",
|
||||||
"how-to-improve-app-performance": "How to improve app's performance",
|
"how-to-improve-app-performance": "How to improve app's performance",
|
||||||
ignore: "Ignore",
|
ignore: "Ignore",
|
||||||
import: "Import",
|
import: "Import",
|
||||||
@ -406,6 +408,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
large: "Large",
|
large: "Large",
|
||||||
layout: "Layout",
|
layout: "Layout",
|
||||||
"left-stick": "Left stick",
|
"left-stick": "Left stick",
|
||||||
|
"load-failed-message": "Failed to run Better xCloud",
|
||||||
"loading-screen": "Loading screen",
|
"loading-screen": "Loading screen",
|
||||||
"local-co-op": "Local co-op",
|
"local-co-op": "Local co-op",
|
||||||
"low-power": "Low power",
|
"low-power": "Low power",
|
||||||
@ -467,22 +470,22 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
(e) => `Recommended settings for ${e.device}`,
|
(e) => `Recommended settings for ${e.device}`,
|
||||||
,
|
,
|
||||||
,
|
,
|
||||||
,
|
(e) => `Empfohlene Einstellungen für ${e.device}`,
|
||||||
,
|
,
|
||||||
(e) => `Ajustes recomendados para ${e.device}`,
|
(e) => `Ajustes recomendados para ${e.device}`,
|
||||||
,
|
(e) => `Paramètres recommandés pour ${e.device}`,
|
||||||
(e) => `Configurazioni consigliate per ${e.device}`,
|
(e) => `Configurazioni consigliate per ${e.device}`,
|
||||||
,
|
(e) => `${e.device} の推奨設定`,
|
||||||
(e) => `다음 기기에서 권장되는 설정: ${e.device}`,
|
(e) => `다음 기기에서 권장되는 설정: ${e.device}`,
|
||||||
|
(e) => `Zalecane ustawienia dla ${e.device}`,
|
||||||
,
|
,
|
||||||
|
(e) => `Рекомендуемые настройки для ${e.device}`,
|
||||||
,
|
,
|
||||||
,
|
(e) => `${e.device} için önerilen ayarlar`,
|
||||||
,
|
|
||||||
,
|
|
||||||
(e) => `Рекомендовані налаштування для ${e.device}`,
|
(e) => `Рекомендовані налаштування для ${e.device}`,
|
||||||
(e) => `Cấu hình được đề xuất cho ${e.device}`,
|
(e) => `Cấu hình được đề xuất cho ${e.device}`,
|
||||||
,
|
(e) => `${e.device} 的推荐设置`,
|
||||||
,
|
(e) => `${e.device} 推薦的設定`
|
||||||
],
|
],
|
||||||
"reduce-animations": "Reduce UI animations",
|
"reduce-animations": "Reduce UI animations",
|
||||||
region: "Region",
|
region: "Region",
|
||||||
@ -497,7 +500,6 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"rocket-always-show": "Always show",
|
"rocket-always-show": "Always show",
|
||||||
"rocket-animation": "Rocket animation",
|
"rocket-animation": "Rocket animation",
|
||||||
"rocket-hide-queue": "Hide when queuing",
|
"rocket-hide-queue": "Hide when queuing",
|
||||||
"safari-failed-message": "Failed to run Better xCloud. Retrying, please wait...",
|
|
||||||
saturation: "Saturation",
|
saturation: "Saturation",
|
||||||
save: "Save",
|
save: "Save",
|
||||||
screen: "Screen",
|
screen: "Screen",
|
||||||
@ -4994,7 +4996,7 @@ class SettingsNavigationDialog extends NavigationDialog {
|
|||||||
href: "https://better-xcloud.github.io/guide/android-webview-tweaks/",
|
href: "https://better-xcloud.github.io/guide/android-webview-tweaks/",
|
||||||
target: "_blank",
|
target: "_blank",
|
||||||
tabindex: 0
|
tabindex: 0
|
||||||
}, t("how-to-improve-app-performance")), BX_FLAGS.DeviceInfo.deviceType.includes("android") && !hasRecommendedSettings && CE("a", {
|
}, "🤓 " + t("how-to-improve-app-performance")), BX_FLAGS.DeviceInfo.deviceType.includes("android") && !hasRecommendedSettings && CE("a", {
|
||||||
class: "bx-suggest-link bx-focusable",
|
class: "bx-suggest-link bx-focusable",
|
||||||
href: "https://github.com/redphx/better-xcloud-devices",
|
href: "https://github.com/redphx/better-xcloud-devices",
|
||||||
target: "_blank",
|
target: "_blank",
|
||||||
@ -8205,8 +8207,19 @@ if (window.location.pathname.includes("/auth/msa")) {
|
|||||||
BxLogger.info("readyState", document.readyState);
|
BxLogger.info("readyState", document.readyState);
|
||||||
if (BX_FLAGS.SafariWorkaround && document.readyState !== "loading") {
|
if (BX_FLAGS.SafariWorkaround && document.readyState !== "loading") {
|
||||||
window.stop();
|
window.stop();
|
||||||
const css2 = '.bx-reload-overlay{position:fixed;top:0;background:rgba(0,0,0,0.8);z-index:9999;width:100%;line-height:100vh;color:#fff;text-align:center;font-weight:400;font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:1.3rem}', $fragment = document.createDocumentFragment();
|
const css2 = '.bx-reload-overlay{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;background:rgba(0,0,0,0.8);z-index:9999;color:#fff;text-align:center;font-weight:400;font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:1.3rem}.bx-reload-overlay *:focus{outline:none !important}.bx-reload-overlay > div{margin:0 auto}.bx-reload-overlay a{text-decoration:none;display:inline-block;background:#107c10;color:#fff;border-radius:4px;padding:6px}', isSafari = UserAgent.isSafari();
|
||||||
throw $fragment.appendChild(CE("style", {}, '.bx-reload-overlay{position:fixed;top:0;background:rgba(0,0,0,0.8);z-index:9999;width:100%;line-height:100vh;color:#fff;text-align:center;font-weight:400;font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:1.3rem}')), $fragment.appendChild(CE("div", { class: "bx-reload-overlay" }, t("safari-failed-message"))), document.documentElement.appendChild($fragment), window.location.reload(!0), new Error("[Better xCloud] Executing workaround for Safari");
|
let $secondaryAction;
|
||||||
|
if (isSafari)
|
||||||
|
$secondaryAction = CE("p", {}, t("settings-reloading"));
|
||||||
|
else
|
||||||
|
$secondaryAction = CE("a", {
|
||||||
|
href: "https://better-xcloud.github.io/troubleshooting",
|
||||||
|
target: "_blank"
|
||||||
|
}, "🤓 " + t("how-to-fix"));
|
||||||
|
const $fragment = document.createDocumentFragment();
|
||||||
|
throw $fragment.appendChild(CE("style", {}, '.bx-reload-overlay{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;background:rgba(0,0,0,0.8);z-index:9999;color:#fff;text-align:center;font-weight:400;font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:1.3rem}.bx-reload-overlay *:focus{outline:none !important}.bx-reload-overlay > div{margin:0 auto}.bx-reload-overlay a{text-decoration:none;display:inline-block;background:#107c10;color:#fff;border-radius:4px;padding:6px}')), $fragment.appendChild(CE("div", {
|
||||||
|
class: "bx-reload-overlay"
|
||||||
|
}, CE("div", {}, CE("p", {}, t("load-failed-message")), $secondaryAction))), document.documentElement.appendChild($fragment), isSafari && window.location.reload(!0), new Error("[Better xCloud] Executing workaround for Safari");
|
||||||
}
|
}
|
||||||
window.addEventListener("load", (e) => {
|
window.addEventListener("load", (e) => {
|
||||||
window.setTimeout(() => {
|
window.setTimeout(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user