Anarios / return-youtube-dislike

Chrome extension to return youtube dislikes
https://returnyoutubedislike.com/
GNU General Public License v3.0
12.34k stars 548 forks source link

don't show dislike count on share button - fixes #948 #978

Closed Bravo555 closed 8 months ago

Bravo555 commented 8 months ago

There must've been some Youtube update, because the tags in the inspector were slightly different. I updated the selector in getDislikeButton() so it correctly points to the new dislike button.

I tested the fix and it works on my machine at least, with Firefox 119.0 on Windows 11.

Anarios commented 8 months ago

Thanks. Wasn't happening on my side.

Anarios commented 8 months ago

I'll replace it with if-else though, this ternary operator became too long by now.