Better Youtube Search Results, Disable Remove Recommendations

As you may know youtube recommendations are the new type of cancer.

Thankfully with simple css we can get rid of it easily.

I use stylus extension to apply this css to youtube results. Easy and simple.

After search and enable the videos tag or youtube trying so much to show unrelated shorts breaks the page 🙂

I know It is not perfect but it is very good. It removes the most of the recommendations and hides the stupid shorts too. Top of that it shows lots lots more result without scrolling that saves tons of time as well.

Have fun.

ytd-reel-shelf-renderer,
#dismissible,
ytd-video-renderer #dismissible,
yt-did-you-mean-renderer,
ytd-shelf-renderer,
#channel-info,
yt-lockup-view-model, 
ytd-channel-renderer
{ display:none }

ytd-two-column-search-results-renderer{    width:100%;    margin:0 !important;}
#contents{    display:grid;    grid-template-columns:1fr 1fr ;  gap:10px}

#dismissible.ytd-video-renderer{ 
flex-direction: column;
width:auto !important;}

ytd-video-renderer{ 
width:300px !important;
overflow:hidden;
}
#video-title.ytd-video-renderer{
    font-size:15px
}