Don't color notifications, the referenced entity can be ambiguous

This commit is contained in:
shinigami-eyes 2019-07-14 21:59:01 +02:00
parent e88ad8cfb4
commit c66a7d65a8
1 changed files with 3 additions and 0 deletions

View File

@ -315,6 +315,9 @@ function getIdentifierFromElementImpl(element: HTMLAnchorElement): string {
// post Comments link
if (dataset.testid == 'UFI2CommentsCount/root') return null;
// notification
if (dataset.testid == 'notif_list_item_link') return null;
// post Comments link
if (dataset.commentPreludeRef) return null;