We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839abe2 commit b99414cCopy full SHA for b99414c
scripts/youtube_viewDislikes.js
@@ -34,6 +34,7 @@ export default {
34
let label = btn.querySelector(
35
".yt-spec-button-shape-with-label__label span"
36
);
37
+ if (!label) return;
38
let text = numberFormat(dislikeCount);
39
if (label.textContent === text) return;
40
label.textContent = text;
0 commit comments