austencm / youtube-auto-like

Chrome extension that automatically likes videos from your subscribed channels.
MIT License
164 stars 53 forks source link

The Auto-Like doesn't add to the like count. #80

Closed MCM-Math closed 3 years ago

MCM-Math commented 3 years ago

I get the standard message that the video has been added to my Liked videos, but it doesn't add the like to the like count. I can even click on the Like button to add to the like count for the video, even after the Auto-Like supposedly kicked in.

austencm commented 3 years ago

@MCM-Math if you refresh the page, is the video liked?

MCM-Math commented 3 years ago

Looks like it is. I guess its a visual glitch, but the actual liking seems to work.

Taknok commented 3 years ago

Maybe no useful because I'm speaking for Firefox behavior.

They changed recently the layout (again), the like append: the popup is shown on bottom left, but the button is not colored. The like percentage bar will be colored when liking.

This is due because yt add *-computed in their code. The code of the addon select the first occurence of the like button for the video, which is in the 1st underline section. Clicking on this buttton trigger the event of like but not the JS to color the button. Clicking on the button in the computed section color the button. image

3.2.6 on Firefox is released to fix this behavior.

austencm commented 3 years ago

I noticed that too, thanks for the fix @Taknok 🙏🏻 New release coming today.

MCM-Math commented 3 years ago

The latest version seems to work fully now.