From 0e2066e461428885d1219025201c7802b9fb6b6e Mon Sep 17 00:00:00 2001
From: redphx <96280+redphx@users.noreply.github.com>
Date: Sat, 15 Jul 2023 07:45:54 +0700
Subject: [PATCH] Add Compatibility section
---
README.md | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index ca80b1e..047ab5a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Improve [Xbox Cloud Gaming (xCloud)](https://www.xbox.com/play/) experience on web browser.
The main target of this script is Android users, but it should work great on desktop too.
-## Features:
+## Features
@@ -18,7 +18,7 @@ The main target of this script is Android users, but it should work great on des
- Disable social features (friends, chat...).
- Disable xCloud analytics. The analytics contains statistics of your streaming session, so I'd recommend to allow analytics to help Xbox improve xCloud's experence in the future.
-## How to use:
+## How to use
1. Install [Tampermonkey extension](https://www.tampermonkey.net/) on suppported browsers. It's also available for Firefox on Android.
2. Install **Better xCloud**:
- [Directly on Github](https://github.com/redphx/better-xcloud/releases/latest/download/better-xcloud.user.js)
@@ -42,10 +42,20 @@ Other options (only do one of these):
- Add ` 36102dd3-6953-45f6-8b48-031fb95e0e0d` to become a Logitech G Cloud device.
- Add ` 0ed22b6f-b61d-41eb-810a-a1ed586a550b` to become a Razer Edge device.
-## Tested on:
-- Chrome on macOS.
-- Firefox for Android with Tampermonkey add-on.
-- *(NOT RECOMMENDED at the moment since its Userscript implementation is not working properly)* [Hermit Browser](https://hermit.chimbori.com) on Android. It supports custom User-Agent and has built-in Userscript support (premium features, only $7.99) so you don't have to install anything else. I built **Better xCloud** just so I could use it with Hermit.
+## Compatibility
+✅ = confirmed to be working
+❓ = not yet tested
+❌ = not supported (mostly because of lacking Userscript/extension support)
+⚠️ = see custom notes
+| | Desktop | Android | iOS |
+|----------------------------------------|----------|------------------|-----|
+| Chrome | ✅ | ❌ | ❌ |
+| Firefox | ✅ | ✅ | ❌ |
+| Edge | ❓ | ❌ | ❌ |
+| Safari | ❓ | ❌ | ❓ |
+| [Hermit](https://hermit.chimbori.com) | ❌ | ⚠️(1) | ❌ |
+
+1 NOT RECOMMENDED at the moment since its Userscript implementation is not working properly. Non-network related features (skip splash video, video settings...) still work. It's still my favorite app to play xCloud on because it's lightweight, supports both custom User-Agent and Userscript (premium features, only $7.99) without having to install anything else. I built **Better xCloud** just so I could use it with Hermit.
## FAQ
1. **Why is it an Userscript and not extension?**