mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
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.