any way to whitelist channel so i dont see dislike number for specific channel? #1049
Unanswered
TecnikOfficial
asked this question in
Q&A
Replies: 1 comment
-
I think possible use CSS4: /* pseudocode - need correct selectors and attributes */
body description:has(a[aria-label=youtuber]) downvote-counter {
display: none !important;
visibility: hidden !important
}
/* pseudocode - need correct selectors and attributes */ For Firefox 121+ (124+ at mobile), Chromium 105+ and Safari 15.4+. Support legacy browsers and Firefox 115 ESR should be need vanilla JS instead (less chance to glitch with still visible counter). Harder will be in alternative app like newpipe fork. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i ws wondering is there a way in js script to make dislike turn off for some youtube channel ?
Beta Was this translation helpful? Give feedback.
All reactions