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:
authorSimon <35427372+bbilly1@users.noreply.github.com>2021-12-21 17:03:11 +0300
committerGitHub <noreply@github.com>2021-12-21 17:03:11 +0300
commit5e761ce7bcf6052530d612215f0354b78ab72412 (patch)
treed68bcdb8749bba20fd092e7a4315025b820f3b0a /README.md
parent3be5051f53e84f07da109c74323d125c823bd1ab (diff)
parentb56350bd10d3bce6e0f37c6d10ba871d3cf32289 (diff)
Merge branch 'Anarios:main' into bbilly1-apidocs
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7506bb..af4fcb9 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,12 @@ 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".
+## HELP WANTED
+
+We have an issue which 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 extensions tab helps. This looks like a Chrome manifestv3 bug - so if anyone knows a good workaround - please open an issue\create a PR.
+
+Looks like its [this bug in chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1271154), and there is no good workaround. If anyone is aware of a workaounds - please contact.
+
## Contributing
Please read the [contribution guide.](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTING.md)