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:
-rw-r--r--Website/pages/documentation.vue6
-rw-r--r--Website/pages/documentation/index.vue5
-rw-r--r--Website/pages/faq.vue3
-rw-r--r--Website/pages/index.vue10
4 files changed, 20 insertions, 4 deletions
diff --git a/Website/pages/documentation.vue b/Website/pages/documentation.vue
new file mode 100644
index 0000000..219a9ee
--- /dev/null
+++ b/Website/pages/documentation.vue
@@ -0,0 +1,6 @@
+<template>
+ <div>
+ <p>documentation.vue</p>
+ <NuxtChild />
+ </div>
+</template>
diff --git a/Website/pages/documentation/index.vue b/Website/pages/documentation/index.vue
new file mode 100644
index 0000000..31fbbae
--- /dev/null
+++ b/Website/pages/documentation/index.vue
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ <p>documentation/index.vue</p>
+ </div>
+</template>
diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue
index 9ce4693..9a75b79 100644
--- a/Website/pages/faq.vue
+++ b/Website/pages/faq.vue
@@ -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. ",
},
diff --git a/Website/pages/index.vue b/Website/pages/index.vue
index b6aa094..03c9a0d 100644
--- a/Website/pages/index.vue
+++ b/Website/pages/index.vue
@@ -97,8 +97,14 @@ export default {
{ name: "Piepacker", link: "https://piepacker.com/" },
{ name: "nodetube", link: "https://github.com/mayeaux/nodetube" },
{ name: "trig404" },
- { name: "Peter33", link: "https://www.youtube.com/watch?v=G5kzUpWAusI" },
- { name: "Seed4.Me VPN", link: "https://www.seed4.me/users/register?gift=ReturnYoutubeDislike" },
+ {
+ name: "Peter33",
+ link: "https://www.youtube.com/watch?v=G5kzUpWAusI",
+ },
+ {
+ name: "Seed4.Me VPN",
+ link: "https://www.seed4.me/users/register?gift=ReturnYoutubeDislike",
+ },
],
};
},