Explicity disable popups on DiscussionTools' timestamp links

It currently doesn't trigger because the links lack a
title attribute, but if one were to be added the tool
would trigger as, although timestamp links are just hash
fragment links, we also include the canonical path
before the hash.

Change-Id: I156b1401f5173ba1727861adf1efa136b96d330f
This commit is contained in:
Ed Sanders 2024-04-26 15:09:50 +01:00
parent 5d00381b87
commit b2904e36da
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -38,6 +38,7 @@ const EXCLUDED_LINK_SELECTORS = [
'.mw-cite-backlink a',
'.oo-ui-buttonElement-button',
'.ve-ce-surface a', // T259889
'.ext-discussiontools-init-timestamplink',
'.cancelLink a',
// T198652: lists to hash fragments are ignored.
// Note links that include the path will still trigger a hover,