Hides some YouTube Buttons
< Opiniones de YouTube Hide Buttons
Add this to the Script:
GM_addStyle('#top-level-buttons-computed { display: none !important; }');
Add this to remove the Bell button:
GM_addStyle('#subscribe-button { display: none !important; }');
Could you include hide 'Like' and 'Dislike' too?