All Projects → Anarios → return-youtube-dislike

Anarios / return-youtube-dislike

Licence: GPL-3.0 license
Chrome extension to return youtube dislikes

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to return-youtube-dislike

yt-dislikes-viewer
A browser extension that allows you to see dislikes on a youtube video after the youtube update
Stars: ✭ 291 (-97.26%)
Mutual labels:  firefox-addon, firefox-extension, dislikes, dislikes-count
yt-restore-dislikes
👎 A browser extension for restoring the dislike count on YouTube videos.
Stars: ✭ 24 (-99.77%)
Mutual labels:  firefox-addon, firefox-extension, dislikes
Firefox Scripts
userChromeJS / autoconfig.js and extensions
Stars: ✭ 202 (-98.1%)
Mutual labels:  firefox-addon, firefox-extension
Slick Fox
🦊 A userchrome.css file that has rounded tabs and a url bar that can disappear when not selected on. It works with any themes.
Stars: ✭ 210 (-98.03%)
Mutual labels:  firefox-addon, firefox-extension
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (-97.74%)
Mutual labels:  firefox-addon, firefox-extension
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (-98.48%)
Mutual labels:  firefox-addon, firefox-extension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (-75.27%)
Mutual labels:  firefox-addon, firefox-extension
Panorama Tab Groups
An add-on for Firefox that implements the old Tab Groups/Panorama functionality
Stars: ✭ 230 (-97.84%)
Mutual labels:  firefox-addon, firefox-extension
Livemarks
Extension that restores RSS Feed Livemarks in Firefox.
Stars: ✭ 137 (-98.71%)
Mutual labels:  firefox-addon, firefox-extension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (-99.39%)
Mutual labels:  firefox-addon, firefox-extension
Notion-Boost-browser-extension
Chrome & Firefox extension for Notion to add 20+ features like sticky outline, small text & full width by default, hide comments & help button, bolder text etc. Download here: https://gourav.io/notion-boost
Stars: ✭ 367 (-96.55%)
Mutual labels:  firefox-addon, firefox-extension
no-flash
A WebExtension to help eradicate the Flash pandemic.
Stars: ✭ 42 (-99.61%)
Mutual labels:  firefox-addon, firefox-extension
Cleanlinks
Converts obfuscated/nested links to genuine clean links.
Stars: ✭ 157 (-98.52%)
Mutual labels:  firefox-addon, firefox-extension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-98.58%)
Mutual labels:  firefox-addon, firefox-extension
Oldschool Github Extension
Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).
Stars: ✭ 200 (-98.12%)
Mutual labels:  firefox-addon, firefox-extension
Alfred Firefox
Search and control Firefox from Alfred
Stars: ✭ 142 (-98.66%)
Mutual labels:  firefox-addon, firefox-extension
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+96.31%)
Mutual labels:  firefox-addon, firefox-extension
locale-switcher
Browser Extension to quickly change your browser locale.
Stars: ✭ 75 (-99.29%)
Mutual labels:  firefox-addon, firefox-extension
Html5 Video Everywhere
Higher performance and stable video watching experience on the web
Stars: ✭ 118 (-98.89%)
Mutual labels:  firefox-addon, firefox-extension
Newtaboverride
New Tab Override allows you to set the page that shows whenever you open a new tab.
Stars: ✭ 120 (-98.87%)
Mutual labels:  firefox-addon, firefox-extension

Chrome Web Store Chrome Web Store Users Mozilla rating Mozilla downloads Commit rate Issues Discord License

Read this in other languages: Español, русский, Français, 日本語, Türkçe, українська

Return YouTube Dislike

Return YouTube Dislike is an open-source extension that returns the YouTube dislike count.
Available for Chrome and Firefox as a Web Extension.
Also available for other browsers as JS Userscript.

The Story

On November 10th, 2021, Google announced that the YouTube dislike count would be removed.

Additionally, the dislike field in the YouTube API was removed 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, estimates extrapolated from extension user data.

FAQ

Why it Matters

You can learn more at our website at: 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.
  • 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

{
  "id": "kxOuG8jMIgI",
  "dateCreated": "2021-12-20T12:25:54.418014Z",
  "likes": 27326,
  "dislikes": 498153,
  "rating": 1.212014408444885,
  "viewCount": 3149885,
  "deleted": false
}

None existing YouTube ID will return status code 404 "Not Found".
Wrong formed YouTube ID will return 400 "Bad Request".

Contributing

Please read the contribution guide.

Support this project!

You can support this project by donating to us on the link below:

Donate

Sponsors

Piepacker

Seed4.Me VPN

PocketTube

Become our sponsor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].