Skip to content

Commit

Permalink
update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
necropola committed Jan 8, 2024
1 parent 62425c2 commit 948c379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Generally only **HTTPS** sites are supported. This excludes internal chrome brow

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.

All of these cases are indicated by an <code class="error_message">Error Message</code> in the footer section of the extension popup.
All of these cases are indicated by an <code class="error_message">Error Message</code> in the footer of the extension popup.

Other sites should work as long as they are using **HTML5** elements of type `HTMLMediaElement` or `AudioContext` to play audio and we have been smart enough to find them and inject our `changeSinkId` listener. The following table is the result of testing various popoular sites with `AudioPick-0.3.9` on **Chrome 120 (64-bit) / Windows 10** &ndash; current as of **January 2024**.

Expand Down
3 changes: 2 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ table {
}

th {
font-weight: bold;
padding: .25rem;
background: linear-gradient(to top, var(--logo-gray),var(--logo-black));
border: 0;
background: linear-gradient(to top, var(--logo-gray),var(--logo-black));
}

td {
Expand Down

0 comments on commit 948c379

Please sign in to comment.