mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-10 09:37:18 +02:00
16 lines
636 B
Plaintext
16 lines
636 B
Plaintext
// ==UserScript==
|
|
// @name Better xCloud
|
|
// @namespace https://github.com/redphx
|
|
// @version [[VERSION]]
|
|
// @description Improve Xbox Cloud Gaming (xCloud) experience
|
|
// @author redphx
|
|
// @license MIT
|
|
// @match https://www.xbox.com/*/play*
|
|
// @match https://www.xbox.com/*/auth/msa?*loggedIn*
|
|
// @run-at document-start
|
|
// @grant none
|
|
// @updateURL https://raw.githubusercontent.com/redphx/better-xcloud/typescript/dist/better-xcloud.meta.js
|
|
// @downloadURL https://github.com/redphx/better-xcloud/releases/latest/download/better-xcloud.user.js
|
|
// ==/UserScript==
|
|
"use strict";
|