Comment by 65

3 months ago

Usually the better content is down the page a bit on the YouTube home page. I use this CSS snippet to hide the first 12 videos from my home page.

    [page-subtype="home"] #contents > ytd-rich-item-renderer:nth-child(-n + 12) {
      display: none;
    }