Advertisement
geraldandy

remove "view full playlist" in chanells

Oct 15th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @-moz-document domain("youtube.com") {
  2. /* REMOVE VIEW FULL PLAYLIS i n chaneelss */
  3. #view-more.ytd-grid-playlist-renderer {
  4. display: none !important;
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement