Files
return-youtube-dislike/README.md
T

64 lines
3.9 KiB
Markdown
Raw Normal View History

2021-11-23 23:23:55 +03:00
[![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/gebbhagfogifgggkldgodflihgfeippi?label=Chrome%20Rating&style=flat&logo=google)](https://chrome.google.com/webstore/detail/youtube-dislike-button/gebbhagfogifgggkldgodflihgfeippi/)
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/gebbhagfogifgggkldgodflihgfeippi?label=Chrome%20Users&style=flat&logo=google)](https://chrome.google.com/webstore/detail/youtube-dislike-button/gebbhagfogifgggkldgodflihgfeippi/)
2021-11-29 00:46:50 +03:00
[![Mozilla rating](https://img.shields.io/amo/stars/return-youtube-dislikes?label=Firefox%20Rating&style=flat&logo=firefox)](https://addons.mozilla.org/en-US/firefox/addon/return-youtube-dislikes/)
[![Mozilla downloads](https://img.shields.io/amo/users/return-youtube-dislikes?label=Firefox%20Users&style=flat&logo=firefox)](https://addons.mozilla.org/en-US/firefox/addon/return-youtube-dislikes/)
2021-11-22 18:38:28 +03:00
[![Commit rate](https://img.shields.io/github/commit-activity/m/Anarios/return-youtube-dislike?label=Commits&style=flat)](https://github.com/Anarios/return-youtube-dislike/commits/main)
[![Issues](https://img.shields.io/github/issues/Anarios/return-youtube-dislike?style=flat&label=Issues)](https://github.com/Anarios/return-youtube-dislike/issues)
2021-11-22 18:38:28 +03:00
[![Discord](https://img.shields.io/discord/909435648170160229?label=Discord&style=flat&logo=discord)](https://discord.gg/UMxyMmCgfF)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg?style=flat)](https://github.com/Anarios/return-youtube-dislike/blob/main/LICENSE)
2021-11-23 19:21:02 +03:00
2021-11-20 03:54:37 +05:30
# Return YouTube Dislike
2021-11-15 09:06:59 +01:00
<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>
2021-11-15 09:06:59 +01:00
## The Story
2021-11-15 09:06:59 +01:00
2021-11-20 16:11:23 +05:30
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.
2021-11-15 09:06:59 +01:00
## What it Does
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).
2021-11-16 17:24:47 +03:00
With the removal of dislike stats from the YouTube API, our backend will switch to using a combination of scraped dislike stats, estimates extrapolated from extension user data
and estimates based on view\like ratios.
2021-11-28 03:46:23 +05:30
[FAQ](https://github.com/Anarios/return-youtube-dislike/blob/main/FAQ.md)
## Why it Matters
You can learn more at our website at: [returnyoutubedislike.com](https://www.returnyoutubedislike.com/)
2021-11-15 09:06:59 +01:00
2021-12-04 09:59:39 +00:00
## Help archiving dislikes
[archiveteam.org](https://tracker.archiveteam.org/youtube-dislikes/) provides an easy way to help archiving dislikes.
How to contribute:
1. [Download VirtualBox](https://www.virtualbox.org/)
2. Go to https://tracker.archiveteam.org/youtube-dislikes/
3. Click on "Run your own ArchiveTeam Warrior."
4. Click on "Download the appliance"
2021-12-09 17:10:45 -05:00
5. Download "archiveteam-warrior-v3.2-20210306.ova" ([mirror link](https://warriorhq.archiveteam.org/downloads/warrior3/archiveteam-warrior-v3.2-20210306.ova))
2021-12-04 09:59:39 +00:00
6. Import the file in VirtualBox & start the virtual machine
7. Go to http://localhost:8001/, select "YouTube dislikes" and click on "Work on this project"
8. Spread awareness about this project ♥️
2021-11-28 03:46:23 +05:30
## Contributing
2021-11-27 23:14:20 +03:00
2021-11-28 02:44:58 +03:00
Please read the [contribution guide.](https://github.com/Anarios/return-youtube-dislike/blob/main/CONTRIBUTING.md)
2021-11-27 23:14:20 +03:00
2021-11-23 19:09:33 +03:00
## Donate
[Patreon](https://www.patreon.com/returnyoutubedislike/)
2021-11-25 01:50:20 +05:30
[YooMoney form at my site](https://returnyoutubedislike.com/pay/yoomoney)
2021-11-24 01:10:35 +03:00