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:
authormodifiedAlex <75803920+GeneticallyModifiedAlex@users.noreply.github.com>2022-01-03 01:08:53 +0300
committerGitHub <noreply@github.com>2022-01-03 01:08:53 +0300
commit28d25ccd272f7f46b448433a4b39186295233fdf (patch)
tree14a957b3b9888767363a38d8e350b046d53690af /README.md
parent57da290e954c4b9a4f9abce4e2e9fd66cf8d344b (diff)
parent68e30018ae4972436bc405341a19d4cd38a235b0 (diff)
Merge branch 'main' into patch-1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 070e434..d2475dc 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,7 @@ Additionally, the `dislike` field in the YouTube API was [removed](https://suppo
## What it Does
-With the removal of dislike stats from the YouTube API, our backend switched to using a combination of scraped dislike stats, estimates extrapolated from extension user data
-and estimates based on view\like ratios.
+With the removal of dislike stats from the YouTube API, our backend switched to using a combination of scraped dislike stats, estimates extrapolated from extension user data.
[FAQ](https://github.com/Anarios/return-youtube-dislike/blob/main/FAQ.md)
@@ -66,6 +65,9 @@ Example to get votes of a given YouTube video ID:
None existing YouTube ID will return status code *404* "Not Found".
Wrong formed YouTube ID will return *400* "Bad Request".
+You can view all documentation on our website.
+[https://returnyoutubedislike.com/documentation/](https://returnyoutubedislike.com/documentation/)
+
## HELP WANTED
We have an issue that is happening to a low percentage of Chrome users. Service worker (ex background script) goes to Inactive state and doesn't wake up even when youtube tab is reopened. Only switching the extension off and on in your extensions tab will help. This looks like a Chrome manifestv3 bug - so if anyone knows of a good workaround - please open an issue\create a PR.