Following I present the CSS code to disable:
- the news feed on the homepage of YouTube
- recommendation list on the side of the video
Motivation for creating this gist is the reason how distracting the Internet is becoming. Increase productivity and reduce addiction to internet technologies.
#feed, ytd-browse[page-subtype=home] {
display: none;