| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  | ... use literals instead.
For some reason, on Firefox, using `vimiumOnClickAttributeName` was
causing link hints to fail silently (on Facebook).  It's not at all
clear why this was happening.
Simply repeating the literal fixes the issue.
Fixes #2879. | 
|  | Since these are executing in the page's context, they could break the
page if they were to fail (for whatever reason).  So we add some
(possibly unnecessary) guards, just in case. | 
|  | This is a simpler version of #1167.  It detects clickable elements with
listeners added with `addEventListener()`.
It includes some of @mrmr1993's ideas from #1167 (in fact, it's mostly
those ideas tweaked into a slightly different form). |