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:
authorJoel <joel_olmsted@icloud.com>2022-01-23 08:36:04 +0300
committerJoel <joel_olmsted@icloud.com>2022-01-23 08:36:04 +0300
commit268b1f2ded59712de0277c2f938a3cb669747f0f (patch)
treea71508f402457956365380f8428a083f695e096e
parent510c083c7739b4c5ffbc94eab873bf948ca79016 (diff)
bring OG text in line with current project status
-rw-r--r--Website/nuxt.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Website/nuxt.config.js b/Website/nuxt.config.js
index c5b200d..a3550fb 100644
--- a/Website/nuxt.config.js
+++ b/Website/nuxt.config.js
@@ -16,7 +16,7 @@ export default {
hid: "description",
name: "description",
content:
- "An extension that returns dislike statistics to YouTube. For now, it only works if a video had public display of dislikes enabled before YouTube removed dislike stats. ",
+ "An extension that returns dislike statistics to YouTube using a combination of scraped dislike stats and estimates extrapolated from extension user data.",
},
{ hid: "og:image", name: "og:image", content: "/logo.png" },
{ hid: "theme-color", name: "theme-color", content: "#ff0000" },