Dahan Gong

Results 737 comments of Dahan Gong

Hello, Vimium C v1.99.99 has been published. I'm not sure whether this issue has been solved or not, so could you help me test it again?

So, will it still happen that LinkHints shows many same hints (in a same iframe) after you select a red hint? If it doesn't happen any more, then we can...

Hello, v1.99.90 has been released on Chrome Web Store, and its `LinkHints.unhoverLast` (also also `dispatchEvent`) supports a parameter of `bubbles=true`: ``` map xxx LinkHints.unhoverLast bubbles ``` And you may take...

One version of it will bind to a special version of Vimium C - in MV2 versions are not limited.

Maybe we can add a keydown handler to grab the next `Esc` to dispatch `mouseout` to the last clicked, when LinkHints clicks someone and exits. All other keys the handler...

In Vimium, `action=hover` applies `hover` and `unhover` on an Escape key, but a normal `f` command (`LinkHints.activateMode`) won't dispatch unhover (`mouseout`) events. I have made a customized version of Vimium,...

> so that menus that disappear on mouseout will work with link hints? Yes some webpages use popup card to show secondary menus and buttons, so `unhovering` should be optional.

I think this is because Firefox could not learn those keys are "repeated", so please open https://gdh1995.github.io/vimium-c/keyboard-test.html and do some tests: * open this page on Firefox and Pop!_OS *...