add faq item on opening browser dev console

This commit is contained in:
Pan Cake
2024-02-05 20:02:20 +10:00
parent 4689db768e
commit 10cfc7b784
+14
View File
@@ -15,6 +15,20 @@
configurations.
</p>
</details>
<details>
<summary>
What is the developer console and how do I open it?
</summary>
<p>
The browser developer console is a tool which logs the information associated with a web application, such
as network requests and errors. It also allows you to interact with the loaded web page using JavaScript.
Most modern browsers have a developer console built in.
</p>
<p>
Use <a href="https://balsamiq.com/support/faqs/browserconsole/" target="_blank">this guide</a> to open your
browsers developer console, ensuring have the Stremio web app open.
</p>
</details>
<details>
<summary>
Can I use this to move Cinemeta catalogs from the top?