From b34a59a964231564e9b940707faf275d3443997b Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:51:02 +0700 Subject: [PATCH] Create header.txt --- src/header.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/header.txt diff --git a/src/header.txt b/src/header.txt new file mode 100644 index 0000000..91f3bd4 --- /dev/null +++ b/src/header.txt @@ -0,0 +1,14 @@ +// ==UserScript== +// @name Better xCloud +// @namespace https://github.com/redphx +// @version 3.5.3 +// @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/main/better-xcloud.meta.js +// @downloadURL https://github.com/redphx/better-xcloud/releases/latest/download/better-xcloud.user.js +// ==/UserScript==