Skip to content

Instantly share code, notes, and snippets.

@gauravgrover95
Last active December 5, 2017 05:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gauravgrover95/0fba6475383e188bb6e2c0815a36f49e to your computer and use it in GitHub Desktop.
Save gauravgrover95/0fba6475383e188bb6e2c0815a36f49e to your computer and use it in GitHub Desktop.

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment