From 10cfc7b7842d7c4b445d4e387f0bb47466c60c19 Mon Sep 17 00:00:00 2001
From: Pan Cake
Date: Mon, 5 Feb 2024 20:02:20 +1000
Subject: [PATCH] add faq item on opening browser dev console
---
src/components/FAQ.vue | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/components/FAQ.vue b/src/components/FAQ.vue
index 369261e..80d9749 100644
--- a/src/components/FAQ.vue
+++ b/src/components/FAQ.vue
@@ -15,6 +15,20 @@
configurations.
+
+
+ What is the developer console and how do I open it?
+
+
+ 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.
+
+
+ Use this guide to open your
+ browsers developer console, ensuring have the Stremio web app open.
+
+
Can I use this to move Cinemeta catalogs from the top?