/* 
Reduce YouTube video suggestions to 8 suggestions

Last update: January 2015

Originally from http://userstyles.org/styles/46803

*/

@-moz-document url-prefix("http://www.youtube.com/watch"), url-prefix("https://www.youtube.com/watch") {

#watch-related > .video-list-item:nth-child(n+9) {display:none !important}

}