Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
AbilashVenkatesan opened this issue Oct 13, 2023 · 10 comments
Closed
1 task done

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

AbilashVenkatesan opened this issue Oct 13, 2023 · 10 comments
Labels
bug Something isn't working

Comments

@AbilashVenkatesan
Copy link

AbilashVenkatesan commented Oct 13, 2023

Have you tried to find similar open issues?

  • Yes, this issue is not a duplicate

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

@AbilashVenkatesan AbilashVenkatesan added the bug Something isn't working label Oct 13, 2023
@Astral1280
Copy link

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
Copy link

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

@itsmetoolala
Copy link

itsmetoolala commented Oct 13, 2023

"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
Copy link

"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
Copy link

itsmetoolala commented Oct 14, 2023

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
Copy link

Temporary solution #950 (comment)

@Anarios
Copy link
Owner

Anarios commented Oct 14, 2023

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
Copy link
Contributor

Working PR #952

@NicoTheCinderace
Copy link

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

Sigh.

@Nightcaat
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants