Closed Adib-C closed 2 years ago
+1
Let me see
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
@Adib-C , @hisRoyalty I fixed it using a much simple way in https://github.com/pgamerx/yt-dislikes-viewer/commit/ac297466032fdcce85a752e025abba1d91626a69
i don't think that is much simpler, but if it works, it works
^
Mine doesn't seem to work, idk why
try mine, it works
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 be2.1k
, which is not a number, and theaddBar()
function needs a number, so i fixed it for you :D