הסתר "התראות אחרות"

Hi, I’m wondering if there’s a way to hide or disable the “Other Notifications” tab. I often get confused between that and the main “All Notifications” list, and I would prefer to just see everything in one place. For me, the “All Notifications” tab is enough. Also would like to hide the other “Chat” icon and the “Bookmark” one.

Thanks!

Hi there, you can do this with CSS:

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

Gives:

@NateDhaliwal תודה, אבל זה מסתיר הכל, כולל את אפשרויות ‘פרופיל’.

אופסי. תן לי להסתכל שוב.

.top-tabs.tabs-list > a:not(#user-menu-button-all-notifications) {
  display: none;
}

עובד מצוין! תודה רבה, כתמיד! @NateDhaliwal

אין בעיה, שמח לעזור!
(וגם, אני מתנצל על התשובה הקצרה למעלה - מיהרתי קצת)