🚀 Init
This commit is contained in:
commit
08fcb6c196
15 changed files with 421 additions and 0 deletions
45
docs/compatibility.mdx
Normal file
45
docs/compatibility.mdx
Normal file
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
Title: Compatibility
|
||||
Type: Document
|
||||
---
|
||||
|
||||
## Web Browsers
|
||||
| Browser | Live Streams |Player | CSS | JavaScript | Milieu |
|
||||
|--------------------|--------------|-------|-----|------------|--------|
|
||||
| **Other Browsers**|
|
||||
| FOSS Browser | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Ladybird | 🔘 | 🔘 | 🔘 | 🔘 | 🔘 |
|
||||
| Pale Moon | ❌ | ✅ | ✅ | ✅ | ✅ |
|
||||
| **WebKit Browsers**|
|
||||
| Safari | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| GNOME Web | ✅ | ✅ | ✅ | ✅ | ❌ |
|
||||
| DuckDuckGo | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| **Electron Browsers**|
|
||||
| Min | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| **Chromium Browsers**|
|
||||
| Brave | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Chromium | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Google Chrome | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Opera | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Vivaldi | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Yandex | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| **Firefox Browsers**|
|
||||
| Falkon | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Firefox | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Floorp | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| GNU/IceCat | ✅ | ✅ | ✅ | ✅❶ | ✅ |
|
||||
| Ghostery | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Huma | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Librewolf | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Mull | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Mullvad | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Waterfox | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
| Zen | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||
|
||||
**Symbols**
|
||||
- ✅ Supported
|
||||
- ❌ Not Supported or broken
|
||||
- 🔘 Not Tested
|
||||
|
||||
> ❶ By default, GNU/IceCat has the LibreJS extension installed, it will block all JS by default if it does not provide a valid license. Examples for settings menu do not provide one nor one is shown in the test version. For settings menu script, you can add [this license](https://ark.sudovanilla.org/MinPluto/Zorn/src/commit/9bcbd72237f7ccb56f526d96b8f4a3caf1289bfb/src/Controls/Controller.astro#L2-L26) to the top of the script. Learn more: https://www.gnu.org/software/librejs/free-your-javascript.html
|
Loading…
Add table
Add a link
Reference in a new issue