Anarios / return-youtube-dislike

Chrome extension to return youtube dislikes
https://returnyoutubedislike.com/
GNU General Public License v3.0
12.49k stars 555 forks source link

Return Youtube Dislike v3.0.0.11 - new UI fixes #946

Closed AbilashVenkatesan closed 10 months ago

AbilashVenkatesan commented 10 months ago

Have you tried to find similar open issues?

Browser

Chrome

Browser Version

118.0.5993.71

Extension or Userscript?

Extension

Extension/Userscript Version

v3.0.0.11 - new UI fixes

Video link where you see the problem

i dont have any video

What happened?

I have downloaded the zip folder for Chrome v3.0.0.11 - new UI fixes - return YouTube dislike, the extension works for YT shorts and shows dislikes, but the videos do not show the dislike number.

How to reproduce/recreate?

None of the videos shows the dislike count.

Will you be available for follow-up questions to help developers diagnose & fix the issue?

Yes

Astral1280 commented 10 months ago

I don't know how to use GitHub because I'm not an expert in programming, would you be kind enough to create something that doesn't require programming.

ParkerGit2328 commented 10 months ago

Waitin' for the updates to hit extension stores....

itsmetoolala commented 10 months ago

"but the videos do not show the dislike number." Yes, same here. "Normal" Videos aren't showing up the dislike numbers. But "Shorts" are functional working. Using official Version 3.0.0.9 from chrome webstore or what that name is for getting some extensions for chrome. Sorry, not an expert (anymore). EDIT: I did a re-install of the addon w/o success.

NicoTheCinderace commented 10 months ago

"but the videos do not show the dislike number." Yes, same here. "Normal" Videos aren't showing up the dislike numbers. But "Shorts" are functional working. Using official Version 3.0.0.9 from chrome webstore or what that name is for getting some extensions for chrome. Sorry, not an expert (anymore). EDIT: I did a re-install of the addon w/o success.

You need to wait for the update to be approved, much like everyone else.

itsmetoolala commented 10 months ago

I know I have to wait, "much like everyone else". But just imagine: I just wanted to say "hey, I also have this problem and he is not alone" so I underline his statement and "that I am using another version". Friendly reminder from me to you, Nico: You don't need to write comments like that - really no one needs that!

tdreams2 commented 10 months ago

Temporary solution https://github.com/Anarios/return-youtube-dislike/issues/950#issuecomment-1762669008

Anarios commented 10 months ago

I found a solution and the dislike count appears but I'm not sure if it's reliable this way or not

I changed this line of code in createDislikeTextContainer() function: const textNodeClone = (getLikeButton().querySelector("button > div[class*='cbox']") || getLikeButton().querySelector('div > span[role="text"]').parentNode).cloneNode(true);

changed to this: const textNodeClone = (getLikeButton() || getLikeButton().parentNode).cloneNode(true);

moving this commnet here from the clone-issue.

AminoffZ commented 10 months ago

Working PR #952

NicoTheCinderace commented 10 months ago

Welp, here we are again. YouTube ONCE AGAIN decided to update their UI, breaking Return YouTube Dislike.

Sigh.

Nightcaat commented 10 months ago

It seems this specific problem has already been resolved. Please try updating RYD to 3.0.0.12 (and if you have YouTube Redux, to 3.2.0) before making a new issue.