From 1d72f53332f16c8683673be960b10295f9c89502 Mon Sep 17 00:00:00 2001 From: modifiedAlex <75803920+GeneticallyModifiedAlex@users.noreply.github.com> Date: Fri, 31 Dec 2021 18:42:09 +0000 Subject: fixed typos/grammar in FAQ page The word Dislike was spelt "dislke". this has been fixed the grammar had some issues in other parts. i have addressed these above. --- Website/pages/faq.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue index 9ce4693..a44604a 100644 --- a/Website/pages/faq.vue +++ b/Website/pages/faq.vue @@ -41,16 +41,16 @@ export default { { question: "Why isn't the dislike count updating?", answer: - "Right now video dislikes are cached and they aren't updated very frequently. It varies on video popularity but can take anywhere between a few hours and a few days days to update.", + "Right now video dislikes are cached and they aren't updated very frequently. It varies depending on a video's popularity but can take anywhere between a few hours and a few days days to update.", }, { question: "How does this work?", answer: - "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.", + "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 like or dislike 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?", + "Can I share my dislike 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. ", }, -- cgit v1.2.3 From 57da290e954c4b9a4f9abce4e2e9fd66cf8d344b Mon Sep 17 00:00:00 2001 From: modifiedAlex <75803920+GeneticallyModifiedAlex@users.noreply.github.com> Date: Fri, 31 Dec 2021 19:15:12 +0000 Subject: spelling and grammar fix in readme Spelling and Grammar suggestions in the readme to help the readability. (native English speaker UK) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed35ee6..070e434 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can learn more at our website at: [returnyoutubedislike.com](https://www.ret ## API documentation -Third party use of this open API is allowed with the following restrictions: +Third-party use of this open API is allowed with the following restrictions: - **Attribution**: This project should be clearly attributed with either a link to this repo or a link to [returnyoutubedislike.com](https://returnyoutubedislike.com/). - **Rate Limiting**: There are per client rate limits in place of 100 per minute and 10'000 per day. This will return a *429* status code indicating that your application should back off. @@ -68,9 +68,9 @@ 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. +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. -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. +Looks like it's [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 -- cgit v1.2.3