-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(Bug): Update dislike when like is updated #561
Labels
bug
Something isn't working
Comments
Use the mutation observer implemented in #567 once it is merged. Hold on for now.
Consider: implement
|
Closed
cyrildtm
added a commit
to cyrildtm/return-youtube-dislike
that referenced
this issue
May 8, 2022
When like button is clicked, only one of the two aria-label attributes gets updated. Use the correct one to reflect latest like count. Affects user option "re-format like numbers" Attn Anarios#561
cyrildtm
added a commit
to cyrildtm/return-youtube-dislike
that referenced
this issue
May 8, 2022
When like button is clicked, YT will update like count. This conflicts with user option "re-format like numbers". Force update like number. attn Anarios#561 Anarios#584
To be done soon: Extend the newly merged mutation observer to monitor like number changes
|
gergelypap
pushed a commit
to gergelypap/return-youtube-dislike
that referenced
this issue
Sep 28, 2023
When like button is clicked, only one of the two aria-label attributes gets updated. Use the correct one to reflect latest like count. Affects user option "re-format like numbers" Attn Anarios#561
gergelypap
pushed a commit
to gergelypap/return-youtube-dislike
that referenced
this issue
Sep 28, 2023
When like button is clicked, YT will update like count. This conflicts with user option "re-format like numbers". Force update like number. attn Anarios#561 Anarios#584
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Browser
Chrome
Browser Version
99
Extension or Userscript?
Extension
Extension/Userscript Version
3
Video link where you see the problem
any
What happened?
Dislike numbers are outdated, or not for the currently playing videos.
This issue and proposed fix should work for both extension and userscript.
How to reproduce/recreate?
Current youtube UI may "survive" when switching videos, meaning the entire page is not replaced for a new video, but just certain elements.
The extension and userscript should detect this video change, and update the dislike counter accordingly.
Related: #506 Live video does not get real-time counts.
Related: #498 When the new video does not get a dislike number, old results are displayed. This is because the HTML document is not reloaded.
Related: #518 Suspects mini player is involved, which does not reload a page when switching videos.
Possible solution:
The text was updated successfully, but these errors were encountered: