Don't color notifications, the referenced entity can be ambiguous
This commit is contained in:
parent
e88ad8cfb4
commit
c66a7d65a8
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user