Restore like and dislike count for any Invidious Instance
< 脚本 Invidious Like and Dislike Count 的反馈
Useful script! Didn't like the mismatch between the icon for likes and the text for dislike, so I changed the line that sets that to:
dislikesElement.innerHTML = `<i class="icon ion-ios-thumbs-down"></i> ${dislikeCount}`;
登录以发布留言。
Useful script! Didn't like the mismatch between the icon for likes and the text for dislike, so I changed the line that sets that to: