Comment by 65
5 days 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;
}
No comments yet
Contribute on Hacker News ↗