「その他の通知」を非表示にする

Perhaps try:

.top-tabs.tabs-list > a:not(#user-menu-button-all-notifications) {
  display: none;
}
「いいね!」 1