Compare commits

..

30 Commits

Author SHA1 Message Date
redphx
d73f91ed5f Bump version to 1.18.2 2023-10-27 17:44:29 +07:00
redphx
b918fadaab Bump version to 1.18.2 2023-10-27 17:44:03 +07:00
redphx
b79775839b Update README.md 2023-10-27 17:37:19 +07:00
redphx
d3e0ba9d9f Change "Target Resolution > Auto" to "Default" 2023-10-27 17:26:33 +07:00
redphx
e6e8297632 Clear touch controller's style after switching game 2023-10-27 17:20:06 +07:00
redphx
e94fb28266 Fix TitlesInfo 2023-10-27 17:00:25 +07:00
redphx
11e953c382 Bump version to 1.18.1 2023-10-26 20:06:46 +07:00
redphx
4845ea6994 Bump version to 1.18.1 2023-10-26 20:06:27 +07:00
redphx
0f0072bcb0 Update README.md 2023-10-26 20:05:57 +07:00
redphx
85d156f6b2 Clear Application Insights buffers periodically 2023-10-26 15:43:33 +07:00
redphx
8d24494b02 Add French & Japanese translations 2023-10-26 15:28:13 +07:00
redphx
9d1bca99aa Clear Analytics Insight buffers no page load 2023-10-26 15:14:35 +07:00
redphx
a8cf0896c5 Loading screen: use Image_Tile when Image_Hero is not available 2023-10-26 15:02:32 +07:00
redphx
4767df442e Update translations 2023-10-15 17:28:11 +07:00
redphx
8314074957 Update README.md 2023-10-15 17:12:57 +07:00
redphx
6ffa75a4ec Bump version to 1.18 2023-10-15 17:09:47 +07:00
redphx
7813e6f432 Bump version to 1.18 2023-10-15 17:09:32 +07:00
redphx
75d9639c01 Hide the "Play with friends" section when social features are disabled 2023-10-15 16:23:51 +07:00
redphx
fb80c3662a Add option to disable post-stream feedback dialog 2023-10-15 16:07:59 +07:00
redphx
9e1d8866ce Fix minor bugs in StreamMenu 2023-10-15 14:23:08 +07:00
redphx
28438c7c9e Add German translation 2023-10-10 09:40:05 +07:00
redphx
0cb0901ae2 Add Polish and Spanish translations 2023-10-05 09:27:40 +07:00
redphx
9d7c537eaa Update README.md 2023-10-03 16:53:43 +07:00
redphx
eccd306d03 Bump version to 1.17.2 2023-10-03 16:51:45 +07:00
redphx
e15afd2396 Bump version to 1.17.2 2023-10-03 16:51:25 +07:00
redphx
f0dbc72987 Add Korean translation 2023-10-03 16:03:49 +07:00
redphx
25bf6c209d Merge branch 'main' of https://github.com/redphx/better-xcloud 2023-10-03 09:55:14 +07:00
redphx
f229dbdbe4 Update README.md 2023-10-02 21:46:35 +07:00
redphx
e845c902b2 Fix Stats settings dialog being too big on small screens 2023-10-02 17:27:37 +07:00
redphx
c424c6f94b Add Chinese (Simplified) translation 2023-09-29 08:21:29 +07:00
3 changed files with 779 additions and 22 deletions

View File

@@ -2,6 +2,11 @@
Improve [Xbox Cloud Gaming (xCloud)](https://www.xbox.com/play/) experience on web browser. Improve [Xbox Cloud Gaming (xCloud)](https://www.xbox.com/play/) experience on web browser.
The main target of this script is mobile users, but it should work great on desktop too. The main target of this script is mobile users, but it should work great on desktop too.
Supported platforms:
- Windows, macOS, Linux
- Android, Android TV
- iOS, iPadOS
This script makes me spend more time with xCloud, and I hope the same thing happens to you. This script makes me spend more time with xCloud, and I hope the same thing happens to you.
If you like this project please give it a 🌟. Thank you 🙏. If you like this project please give it a 🌟. Thank you 🙏.
@@ -272,8 +277,15 @@ Sorry, no. The server decides all these settings.
It's a reference to an Userscript called "better360" that I created many years ago. I regret not choosing the name "xCloud Enhancement Suite", or XES for short. It's a reference to an Userscript called "better360" that I created many years ago. I regret not choosing the name "xCloud Enhancement Suite", or XES for short.
## Translators ## Translators
- **Chinese (Simplified)**: [@nyavana](https://github.com/nyavana)
- **French**: rodolphe.chouteau
- **German**: [@KingNothing81](https://github.com/KingNothing81)
- **Korean**: [@rightones](https://github.com/rightones)
- **Japanese**: Tak_attack, udonshi
- **Portuguese (Brazilian)**: [@ricardo404](https://github.com/ricardo404), [@Haisom](https://github.com/Haisom) - **Portuguese (Brazilian)**: [@ricardo404](https://github.com/ricardo404), [@Haisom](https://github.com/Haisom)
- **Russian**: [anpom6](https://crowdin.com/profile/anpom6) - **Polish**: [@aleksishere](https://github.com/aleksishere)
- **Russian**: anpom6
- **Spanish**: [@PabloSebas](https://github.com/PabloSebas)
- **Turkish**: [@transbebek](https://github.com/transbebek) - **Turkish**: [@transbebek](https://github.com/transbebek)
- **Vietnamese**: [@redphx](https://github.com/redphx) - **Vietnamese**: [@redphx](https://github.com/redphx)
@@ -289,5 +301,5 @@ But if you still really want to donate, I have a [Ko-fi page](https://ko-fi.com/
- Icons by [Phosphor Icons](https://phosphoricons.com) - Icons by [Phosphor Icons](https://phosphoricons.com)
## Disclaimers ## Disclaimers
- Use as it your own risk. - Use it at your own risk.
- This project is not affiliated with Xbox in any way. All Xbox logos/icons/trademarks are copyright of their respective owners. - This project is not affiliated with Xbox in any way. All Xbox logos/icons/trademarks are copyright of their respective owners.

View File

@@ -1,5 +1,5 @@
// ==UserScript== // ==UserScript==
// @name Better xCloud // @name Better xCloud
// @namespace https://github.com/redphx // @namespace https://github.com/redphx
// @version 1.17.1 // @version 1.18.2
// ==/UserScript== // ==/UserScript==

File diff suppressed because it is too large Load Diff