Following I present the CSS code to disable: 1) the news feed on the homepage of YouTube 2) 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; } #related { display: none } ```