Advertisement
Guest User

uBlock Origin YouTube Filters

a guest
Jul 29th, 2020
1,516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. ! Blank the homepage recommendations
  2. www.youtube.com###content > .ytd-rich-section-renderer.style-scope
  3. www.youtube.com###content > .ytd-rich-item-renderer.style-scope
  4. www.youtube.com##ytd-continuation-item-renderer.ytd-rich-grid-renderer.style-scope:nth-of-type(1)
  5. www.youtube.com###grid-title
  6.  
  7.  
  8. ! Blocks items which have the text 'Recommended' in them
  9. www.youtube.com##li.video-list-item:if(span:has-text(/^Recommended/))
  10. www.youtube.com##div.content-wrapper:if(span:has-text(/^Recommended/))
  11.  
  12.  
  13. ! Get rid of the pause overlay
  14. www.youtube.com##.ytp-pause-overlay.ytp-scroll-min
  15. www.youtube.com##.ytp-ce-covering-overlay
  16. www.youtube.com##.ytp-ce-element-shadow
  17. www.youtube.com##.ytp-ce-element-show.ytp-ce-size-1280.ytp-ce-top-left-quad.ytp-ce-video.ytp-ce-element
  18.  
  19.  
  20. ! These hide the recommended videos on the right side of the page. But it will still show the video that is coming up next.
  21. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(2)
  22. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(3)
  23. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(4)
  24. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(5)
  25. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(6)
  26. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(7)
  27. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(8)
  28. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(9)
  29. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(10)
  30. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(11)
  31. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(12)
  32. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(13)
  33. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(14)
  34. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(15)
  35. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(16)
  36. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(17)
  37. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(18)
  38. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(19)
  39. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(20)
  40. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(21)
  41. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(22)
  42. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(23)
  43. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(24)
  44. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(25)
  45. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(26)
  46. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(27)
  47. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(28)
  48. www.youtube.com###items > .ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(29)
  49.  
  50.  
  51. ! Hide even more 'what's next' spam. This prevents the list from expanding.
  52. www.youtube.com###continuations > .ytd-watch-next-secondary-results-renderer.style-scope
  53. www.youtube.com##.use-ellipsis.ytd-watch-next-secondary-results-renderer.style-scope
  54. www.youtube.com##ytd-compact-video-renderer.ytd-watch-next-secondary-results-renderer.style-scope:nth-of-type(1)
  55. www.youtube.com##ytd-compact-playlist-renderer.ytd-watch-next-secondary-results-renderer.style-scope
  56.  
  57.  
  58. ! Annotations
  59. www.youtube.com##.iv-branding.annotation-type-custom.annotation
  60.  
  61.  
  62. ! Cards
  63. www.youtube.com##.ytp-cards-teaser
  64. www.youtube.com##.ytp-cards-button-icon-default
  65.  
  66.  
  67. ! Promos
  68. www.youtube.com###watch7-sidebar-offer
  69. www.youtube.com##.mealbar-promo-renderer.yt-dialog
  70.  
  71. ! I don't remember what this one does.
  72. www.youtube.com##.vve-check-hidden.vve-check-visible.comments-header-renderer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement