-
Notifications
You must be signed in to change notification settings - Fork 572
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
New Youtube Format Bug #1037
Comments
I also have the same issue. |
Can confirm, I have the same issue. |
yep same issue |
Same issue here. |
Had the same issue with the new UI but as a workaround: Installing "Enhancer for Youtube" brings back the old UI and Return Youtube dislikes will work again |
Yeah I also have that extension. It's great. About a week or so ago, the guy who made the YT Enhancer made an update to prevent the ugly ui from occurring, which is great. |
Is this project dead? I could fix the UI, but there's not much point if the backend is also unmaintained. |
Everything is back to normal for now on my side at least. YT likes to dish out experimental formats randomly. |
The new format has rolled out recently on my side, and using "Enhancer for Youtube" also restores the dislikes on my side. |
Yes, for me the enhancer also brought back the dislikes, but on firefox based browsers, this plugin was unavailable until recently... |
This issue has been fixed with the latest release (v3.0.0.16) which is already available for Edge/Chrome in the Chrome Webstore (Firefox soon) With this new release, there's also a minor issue where the buttons are aligned to the right when the extension is enabled. I provided a fix (#1047) and it should be available in a future update. |
It looks like this issue resurfaced (extension 3.0.0.16) |
Yeah, 3.0.0.16 is indeed not working on the new UI. |
Currently I'm on version 3.0.0.14, on LibreWolf 127.0-1, and have the same issue. |
I'm trying to solve this issue, but I don't really know where to look. What I found is that the div that contains the number of dislikes it not being rendered in normal screen size, but if you decrease the size of the screen it'll be rendered correctly. Also, if I understood it correctly, the plugin is not even doing anything on normal size, because there's no logs. Also commented here: #1058 |
This problem is related to the line 22 of the if (isShorts() || (getButtons()?.offsetParent && isVideoLoaded())) { This happens because before the change, it would evaluate to a div with id |
Also when you put the window back in normal size, it happens the bug commented in PR #1047. |
Have you tried to find similar issues (open or recently closed)?
Browser
MS Edge
Browser Version
Version 121.0.2277.128
Extension or Userscript?
Extension
Extension/Userscript Version
v3.0.0.14
Video link where you see the problem
Any Youtube video
What happened?
The dislike counter doesn't show with the new ugly UI. Is it possible to make a workaround or does this addon only work with the "normal" UI?
How to reproduce/recreate?
This only happens because of the new UI. If someone else has said UI, then most addons will fail to work.
Will you be available for follow-up questions to help developers diagnose & fix the issue?
Yes
The text was updated successfully, but these errors were encountered: