Greetings!
I've been struggling to remove a part from youtube, as I do not want nor need it. However, it looks impossible to make it so it doesn't break the page.
I've used this code "div.feed-item-dismissable.last {display: none !important; }", and it does remove it. However, from time to time, youtube likes to boggle with your mind and put "Popular videos from Topic" at the top, which gives it a different div class-name-thingi, and thus "recommended" is hidden instead.
Is it possible to make remove it?
screenshot included on which part I want to have removed
Thanks in advance,
/Martin