elliotwaite / thumbnail-rating-bar-for-youtube

A Chrome and Firefox extension for YouTube that adds a rating bar (likes/dislikes ratio) to the bottom of every thumbnail.
https://chrome.google.com/webstore/detail/youtube-thumbnail-rating/cmlddjbnoehmihdmfhaacemlpgfbpoeb
MIT License
249 stars 17 forks source link

Like/dislike percentage not visible on video page anymore #41

Closed ictilkka closed 3 years ago

ictilkka commented 3 years ago

Hovering over the like/dislike bar below video no longer shows like/dislike percentage, but only "likes / dislikes", which is Youtube's default behavior without the extension. Seems like the default behavior is now somehow overriding the extension.

elliotwaite commented 3 years ago

Ah, you're right. I'll look into this tomorrow. Thanks for reporting it.

elliotwaite commented 3 years ago

Just released a fix (version 1.3.6). It looks like YouTube recently changed the format of the default text in the tooltip. So I just had to update the code that parses that text.

Thanks again for opening this issue.

I'm going to close this issue, but if for some reason version 1.3.6 doesn't fix the issue for you, please let me know.