From c86f5462df588fe65c7e90b57c8c9b8b4cec70ac Mon Sep 17 00:00:00 2001 From: necropola Date: Mon, 8 Jan 2024 12:40:48 +0100 Subject: [PATCH] update gh-pages --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index a2e5aee..ec33b5b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -16,7 +16,7 @@ Work in progress ... ### Which **Sites** are supported by the extension? Generally only **HTTPS** sites are supported. This excludes internal chrome browser pages like `chrome://settings` as well as sites not offering **SSL** encryption. The latter is rather rare nowadays and usually means that the site is either misconfigured or should not be trusted anyway. -Another case are sites which (somehow) disable extensions entirely, e. g. the **Chrome WebStore** (`https://chromewebstore.google.com`), or sites which explicitly deny microphone access by sending a `Feature-Policy` or `Permissions-Policy` **Response Header** stating so. +Another case are sites which (somehow) disable extensions entirely, e. g. the **Chrome WebStore** (`https://chromewebstore.google.com`), or sites which explicitly deny microphone access by sending a `Feature-Policy` or `Permissions-Policy` **Response Header** stating so, e. g. `https://stackoverflow.com`. All of these cases are indicated by an Error Message in the footer of the extension popup. @@ -26,7 +26,7 @@ Other sites should work as long as they are using **HTML5** elements of type `HT |------|--------|---------| | **YouTube**
`https://www.youtube.com` | Fully Working | No known issues. | | **Twitch**
`https://www.twitch.tv` | Fully Working | No known issues. | -| **YoutTube Music**
`https://music.youtube.com` | Fully Working | No known issues. | +| **YouTube Music**
`https://music.youtube.com` | Fully Working | No known issues. | | **Spotify**
`https://open.spotify.com` | Fully Working | No known issues. | | **SoundCloud**
`https://soundcloud.com`| Mostly Working | Might require a page reload when a new tab is opened through a link/bookmark to a specific track and autoplay starts before **AudioPick** is able to inject its `changeSinkId` listener properly. | | **Deezer**
`https://www.deezer.com` | Kinda Working | Requires to click `Play->Pause->Play` once after (re-)loading the page in order to help **AudioPick** to inject its `changeSinkId` listener properly. See [Issue #49 on GitHub](https://github.com/rain-fighters/AudioPick/issues/49). |