You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
There might be some timing related issue on Android TV, at least on NVIDIA Shield... Checks for Better xCloud injection seem to never be ready, as if they were happening before the page was fully loaded. A delay might help, but would punish other users, so we could wait for document.readyState to be "complete" before realizing our checks like so (for example)
And maybe we could use this behaviour after, say, two retries so it's not the default behavior at all times (which implies to track how many times we reload the page)