Version 1.12 (#95)

* Update README.md

* Bump version to 1.12

* Bump version to 1.12
This commit is contained in:
redphx
2023-08-13 16:48:46 +07:00
committed by GitHub
parent dce0a44d2a
commit 3a82b74cda
3 changed files with 22 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 1.11
// @version 1.12
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
@@ -13,6 +13,9 @@
// ==/UserScript==
'use strict';
const SCRIPT_VERSION = '1.12';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
console.log(`[Better xCloud] readyState: ${document.readyState}`);
@@ -102,9 +105,6 @@ window.addEventListener('load', e => {
});
const SCRIPT_VERSION = '1.11';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
const SERVER_REGIONS = {};
var STREAM_WEBRTC;
var $STREAM_VIDEO;