Skip to content

Instantly share code, notes, and snippets.

@silvasur
Created April 9, 2011 19:09
Show Gist options
  • Save silvasur/911682 to your computer and use it in GitHub Desktop.
Save silvasur/911682 to your computer and use it in GitHub Desktop.
Tidy up the youtube homepage, i.e. remove the right sidebar and the "most popular" videos.
/*
* Tidy up the youtube homepage, i.e. remove the right sidebar and the "most popular" videos.
*/
#homepage-side-content, #feed_top_videos, #feed_top_videos-content, .top-videos-module {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment