隐藏“其他通知”

你好,你可以用 CSS 来实现这个效果:

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

效果如下: