pgamerx / yt-dislikes-viewer

A browser extension that allows you to see dislikes on a youtube video after the youtube update
https://yt-dislikes-viewer.js.org
GNU General Public License v3.0
296 stars 20 forks source link

Fixing the likes and dislikes bar #21

Closed Adib-C closed 2 years ago

Adib-C commented 2 years ago

The previous bar doesn't show the actual percentage of the likes and dislikes because @pgamerx used the innerText of the like button which can be 2.1k, which is not a number, and the addBar() function needs a number, so i fixed it for you :D

hisRoyalty commented 2 years ago

+1

pgamerx commented 2 years ago

Let me see

Adib-C commented 2 years ago

No, since the ariaLabel of the like button is the exact number of the likes, example : 3,052,561 which is displayed as 3M likes in the page

pgamerx commented 2 years ago

@Adib-C , @hisRoyalty I fixed it using a much simple way in https://github.com/pgamerx/yt-dislikes-viewer/commit/ac297466032fdcce85a752e025abba1d91626a69

Adib-C commented 2 years ago

i don't think that is much simpler, but if it works, it works

hisRoyalty commented 2 years ago

^

pgamerx commented 2 years ago

Mine doesn't seem to work, idk why

Adib-C commented 2 years ago

try mine, it works