Hide "Other Notifications"

Hi there, you can do this with CSS:

a.user-menu-tab:not(#user-menu-button-all-notifications) {
  display: none;
}

Gives: