Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 32 additions & 19 deletions docs/browsers.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,43 @@
# Browsers

> **Note** <br>
> [!NOTE]
> If you see a popular browser that hasn't been added, please create a pull request to do so!

Find your browser version by following the instructions below:
Find your browser version by following the link for your browser.

<table>
<tr>
<td> Browser
<td> Instructions
<tr>
<td> Chromium
<td> Type <code>chrome://version/</code>
<tr>
<td> Firefox
<td> Type <code>about:support</code>
<tr>
<td> Opera (GX)
<td> Type <code>opera://about/</code>
<tr>
<td> Microsoft Edge
<td> Type <code>edge://version/</code>
<thead>
<tr>
<th>Browser</th>
<th>URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chromium</td>
<td><code>chrome://version/</code></td>
</tr>
<tr>
<td>Firefox</td>
<td><code>about:support</code></td>
</tr>
<tr>
<td>Opera (GX)</td>
<td><code>opera://about/</code></td>
</tr>
<tr>
<td>Microsoft Edge</td>
<td><code>edge://version/</code></td>
</tr>
<tr>
<td>Arc</td>
<td><code>arc://version/</code></td>
</tr>
</tbody>
</table>

## Common Issues

> **Note** <br>
> [!NOTE]
> If you are running into any compatibility issues with your browser, please consider opening
> a pull request and documenting your issue here!
> a pull request and documenting your issue here!