Dahan Gong

Results 737 comments of Dahan Gong

Some tricks in https://github.com/philc/vimium/issues/3760#issuecomment-812882124 can work it around. And #4016 may be a usable solution.

Um, this PR is somehow "wrong". It wants to call `simulateClickDefaultAction` only when not on Firefox. But: 1. `mayBeBlocked` just means "on Firefox". 2. so the `simulateClickDefaultAction` will never be...

A duplicate of #3641, and #3701 may fix this (though I think the PR still has some new issues).

Generally speaking, I think the command of `enterInsertMode` may help you.

You may use `LinkHints` to select the marker named `SM`, and it refers the whole list. And then `j` and `k` will scroll the list.

Then https://github.com/philc/vimium/pull/4016 will help - with it you can select any element to scroll it or its parents.

With the PR and `map Fs LinkHints.activateMode action=hover-and-scroll`, you may select any other hint marker, like `JE` and `JH`, to setup the target element of Vimium commands like `j` and...

Um. "PR" means: * someone writes some code, and adds a "pull request" (here it's #4016) to add the code into the official project (here it's "philc/vimium") * the request...

The code base is ES6, since it uses lots of arrow functions.