Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Krupin <krupin.nikita0110@gmail.com>2021-12-27 21:47:53 +0300
committerNikita Krupin <krupin.nikita0110@gmail.com>2021-12-27 21:47:53 +0300
commit7e9da1b229c7954ecfc551d621bff16b6c5d3763 (patch)
treea57c93eb2ed1150e791a46ebd70bd95f558a0390 /Website/pages/faq.vue
parentcb2b100a18c86419131d94f881d1cb49800a5e5f (diff)
troubleshooting page & chrome custom scrollbar
Diffstat (limited to 'Website/pages/faq.vue')
-rw-r--r--Website/pages/faq.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue
index 9ce4693..5ae1289 100644
--- a/Website/pages/faq.vue
+++ b/Website/pages/faq.vue
@@ -24,7 +24,7 @@
export default {
transition(to, from) {
if (!from) return "swoop-in";
- let routes = ["index", "install", "faq", "donate", "links"];
+ let routes = ["index", "install", "help", "faq", "donate", "links"];
if (routes.indexOf(to.name) < 0) return "swoop-out";
if (routes.indexOf(from.name) < 0) return "swoop-in";
return routes.indexOf(to.name) > routes.indexOf(from.name)
@@ -49,8 +49,7 @@ export default {
"The extension collects the video ID of the video you are watching, fetches the dislike (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you dislike or like a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.",
},
{
- question:
- "Can I share my dislke count with you?",
+ question: "Can I share my dislke count with you?",
answer:
"Coming soon. We are looking into using Oauth or a different read only API with a limited scope so creators can share their dislike counts verifiability. ",
},