vimium icon indicating copy to clipboard operation
vimium copied to clipboard

[Feature Request] Support adding clickable elements manually

Open shiqimei opened this issue 5 years ago • 3 comments

Sometimes, the vimium cannot find all clickable elements that we want to focus. It's a good idea to allow users add css rules to include extra clickable elements.

shiqimei avatar Apr 15 '20 03:04 shiqimei

This is just like #3049 . In my memory I've saw some issues about this feature in recent years, though now I only found one, so this feature seems not interesting enough to be implemented.

gdh1995 avatar Apr 16 '20 03:04 gdh1995

I'm super interested in this feature ℹ️ Many websites I'm using have non-recognized elements (important ones) 😞

meucaa avatar Nov 19 '20 08:11 meucaa

This seems like an obvious feature to add, given that so many websites nowadays use onClick handlers on elements rather than anchor tags or buttons. Vimium is just not usable on a lot of websites due to this omission.

Example, I'd like to click on bidirectional links in RoamResearch using Vimium, but the clickable element is:

<span data-link-title="linked text" data-link-uid="DLX3388dd"></span>

It'd be great to be able to add [data-link-uid=*] to a list of elements to focus.

benwoodward avatar Jul 11 '22 02:07 benwoodward