Files
webextensions-examples/notify-link-clicks-i18n
Mindaugas Jakutis 933d5df99d improve link detection in notify-link-clicks-i18n
Original approach is a bit too naive and misses all links
that contain other elements which can grab mouse clicks.
E. g. simple target checking fails on the grid @ mozilla.org.

Traversing up the tree to look for valid links fixes this problem.
2016-01-06 09:06:02 +02:00
..