CSS style for YouTube focus: hiding recommended vids

  1. Download the Stylebot extension for Chrome
  2. Visit YouTube, choose “advanced” from the Stylebot settings and then copy and paste the CSS code below:


.ytd-thumbnail {
display: none;
height: 1px;
}

a.yt-simple-endpoint.style-scope.ytd-grid-video-renderer {
xfont-variant: small-caps;
xtext-decoration: line-through;
}

div.style-scope.ytd-watch-next-secondary-results-renderer {
display: none ;
}