mirror of
https://github.com/Anarios/return-youtube-dislike.git
synced 2026-09-12 10:22:10 +02:00
40fda6dd32
* auth works * Works after review. * switched to auth flow * all works well in chrome * all works well in chrome and firefox * translations harmonized * translations harmonized * website translations * Translations harmonized. * Everything kinda works * Almost works * all works * all works * all works #2 * Streamline premium analytics range handling * Restore premium analytics selection flow * Fix analytics zoom interactions * Add per-section expansion controls to premium analytics * Adjust map legend visibility for premium analytics * Add missing country synonyms for premium map * Remove legacy premium badge overlay * Polish premium analytics controls for light theme * Refresh map legend when toggling sections * Improve light-mode styling for range selectors * Fix map mode switching regression * Fix for panel expand * Typo fix * webpack fix * before next steps. * split, zero-buckets * bucket size indicated on UI * all works * first/last toggle * breadcrumbs * release
91 lines
5.0 KiB
Markdown
91 lines
5.0 KiB
Markdown
[](https://chromewebstore.google.com/detail/return-youtube-dislike/gebbhagfogifgggkldgodflihgfeippi)
|
|
[](https://chromewebstore.google.com/detail/return-youtube-dislike/gebbhagfogifgggkldgodflihgfeippi)
|
|
[](https://addons.mozilla.org/en-US/firefox/addon/return-youtube-dislikes/)
|
|
[](https://addons.mozilla.org/en-US/firefox/addon/return-youtube-dislikes/)
|
|
[](https://github.com/Anarios/return-youtube-dislike/commits/main)
|
|
[](https://github.com/Anarios/return-youtube-dislike/issues)
|
|
[](https://discord.gg/UMxyMmCgfF)
|
|
[](https://github.com/Anarios/return-youtube-dislike/blob/main/LICENSE)
|
|
|
|
Read this in other languages: [English](README.md), [العربية](READMEar.md), [Azərbaycan dili](READMEaz.md), [български](READMEbg.md), [中文](READMEcn.md), [Danish](READMEda.md), [Deutsch](READMEde.md), [Español](READMEes.md), [Français](READMEfr.md), [Ελληνικά](READMEgr.md), [Magyar](READMEhu.md), [Bahasa Indonesia](READMEid.md), [日本語](READMEja.md), [한국어](READMEkr.md), [Nederlands](READMEnl.md), [Polski](READMEpl.md), [Português do Brasil](READMEpt_BR.md), [русский](READMEru.md), [Svenska](READMEsv.md), [Türkçe](READMEtr.md), [українська](READMEuk.md), [Tiếng Việt](READMEvi.md)
|
|
|
|
# Return YouTube Dislike
|
|
|
|
<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>
|
|
|
|
## The Story
|
|
|
|
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 was [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
|
|
|
|
With the removal of dislike stats from the YouTube API, our backend switched to using a combination of scraped dislike stats and estimates extrapolated from extension user data.
|
|
|
|
[FAQ](https://github.com/Anarios/return-youtube-dislike/blob/main/Docs/FAQ.md)
|
|
|
|
## Why it Matters
|
|
|
|
You can learn more at our website at: [returnyoutubedislike.com](https://www.returnyoutubedislike.com/)
|
|
|
|
## API documentation
|
|
|
|
Third-party use of this open API is allowed with the following restrictions:
|
|
|
|
- **Attribution**: This project should be clearly attributed with 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.
|
|
|
|
The API is accessible over the following base URL:
|
|
https://returnyoutubedislikeapi.com
|
|
|
|
List of available endpoints is available here:
|
|
https://returnyoutubedislikeapi.com/swagger/index.html
|
|
|
|
### Get votes
|
|
|
|
Example to get votes of a given YouTube video ID:
|
|
`/votes?videoId=kxOuG8jMIgI`
|
|
|
|
```json
|
|
{
|
|
"id": "kxOuG8jMIgI",
|
|
"dateCreated": "2022-04-09T21:44:20.5103Z",
|
|
"likes": 31885,
|
|
"rawDislikes": 31946,
|
|
"rawLikes": 457,
|
|
"dislikes": 579721,
|
|
"rating": 1.2085329444119253,
|
|
"viewCount": 3762293,
|
|
"deleted": false
|
|
}
|
|
```
|
|
|
|
A non-existent YouTube ID will return status code _404_ "Not Found".
|
|
An incorrectly formatted YouTube ID will return status code _400_ "Bad Request".
|
|
|
|
<!---
|
|
## API documentation
|
|
|
|
You can view all documentation on our website.
|
|
[https://returnyoutubedislike.com/docs/](https://returnyoutubedislike.com/docs/) -->
|
|
|
|
## Contributing
|
|
|
|
Please read the [contribution guide](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTING.md).
|
|
|
|
## Support this project!
|
|
|
|
You can support this project by donating to us on the link below:
|
|
|
|
[Donate](https://returnyoutubedislike.com/donate)
|
|
|
|
## Sponsors
|
|
|
|
[Become our sponsor and be featured in repository and on the website](https://www.patreon.com/join/returnyoutubedislike/checkout?rid=8008601)
|