Move header text files to assets/

This commit is contained in:
redphx
2024-04-27 10:18:49 +07:00
parent 844760554a
commit 59c318e0e4
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
// ==UserScript==
// @name Better xCloud (Beta)
// @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';