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:
authorsidneys <sidneys.github.io@outlook.com>2021-11-16 06:58:02 +0300
committersidneys <sidneys.github.io@outlook.com>2021-11-16 06:58:02 +0300
commit4a27855d5f520bfac3cdc518d7ced5138ffa3ebc (patch)
tree765e80afebcf68f51a180c5b57daca87e07b40c7 /README.md
parentb36ac2762df14e9be075a25877af451822f8c4ed (diff)
docs(README): corrects and extends header and content
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 18 insertions, 7 deletions
diff --git a/README.md b/README.md
index 96afb54..12dec83 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,26 @@
-# YouTube Dislike Chrome Extension
+# Return YouTube Dislike
-![image](https://user-images.githubusercontent.com/18729296/141743755-2be73297-250e-4cd1-ac93-8978c5a39d10.png)
+<p align="center">
+ <b>Return YouTube Dislike is an open-source extension that returns the YouTube dislike count.</b><br>
+ Available for Chrome and Firefox as a Web Extension.<br>
+ Also available for other browsers as JS Userscript.<br><br>
+ <img width="400px" src="https://user-images.githubusercontent.com/18729296/141743755-2be73297-250e-4cd1-ac93-8978c5a39d10.png"/>
+</p>
-On november 10th, 2021, Google announced that the YouTube dislike count would be removed. Additionally the dislike field in the API will be removed on December 13th, removing any ability to judge content quality before clicking.
+## The Story
-## Why it Matters
-
-You can learn more [here](https://www.returnyoutubedislike.com/).
+On November 10th, 2021, Google [announced](https://blog.youtube/news-and-events/update-to-youtube/) that the YouTube dislike count would be removed.
+
+Additionally, the `dislike` field in the YouTube API will be [removed](https://support.google.com/youtube/thread/134791097/update-to-youtube-dislike-counts) on December 13th, 2021, removing any ability to judge the quality of content before watching.
## What it Does
-This plugin will re-enable the dislike count, estmating total dislikes from the sample of plugin users.
+This plugin will re-enable the visibility of the dislike count, fetching the total number of dislikes via our API, which in turn relies upon YouTube's [Data API](https://developers.google.com/youtube/v3).
+
+As YouTube might prevent this in the future, we are working on a solution, such as estimating total dislikes from a sample of plugin users.
+
+## Why it Matters
+
+You can learn more at our website at: [returnyoutubedislike.com](https://www.returnyoutubedislike.com/)