Dahan Gong
Dahan Gong
@entrity since Vimium has not any clear plan to add click listener detection or CSS selector support, you may try my customized version of Vimium - Vimium C (https://github.com/gdh1995/vimium-c) -...
Not supported yet. ---Original--- From: "arozbiz"
Hello, though Vimium has not any clear plan to add this feature, you may try my customized version of Vimium - Vimium C (https://github.com/gdh1995/vimium-c) - and it supports conditional key...
Do you mean the command named "`LinkHints.activateModeWithQueue`"? Or just like #2197 .
Um, usually on a keyboard there're upper-case letters. So I think it's normal to show all UPPER CASE ones. Personally, I set the "Characters used for link hints" using lower-case...
Sorry I misunderstood what you were pointing to, and expressed my opinions about "linkHintCharacters", but not "linkHintNumbers" (these 2 options are controlled by "Use the link's name and characters for...
Um, quite a interesting problem. I think the simplest solution (working-around?) is that you compiled Vimium by yourself ... Vimium is used to be conservative, and since for recent years...
Update: today I noticed the CSS `text-transform` property can convert text to its lower-case versions, and ```.vimiumHintMarker > .vimiumReset { text-transform: lowercase !important; }``` should help. 
As said in https://github.com/philc/vimium/issues/3134#issuecomment-1049531404, in Vimium, currently only clicking an element can notify Vimium it's scrollable, although this notifying can be easily imported into `LinkHints.activateMode` with `action=hover` (which means to...
The `favIconUrl` is a nightmare: they're so long that it affects loading time of Vomnibar if Vimium tells Firefox to read, send, insert, parse and show it - https://github.com/gdh1995/vimium-c/issues/365#issuecomment-873785756