Dahan Gong
Dahan Gong
What's the current test result if you follow https://github.com/gdh1995/vimium-c/issues/435#issuecomment-922367789 ?
Oh I see the root case. Thanks for this bug report. I'll fix it and a new version of v2.x will arrive in days.
下一版(v2.x)会修复
Not easy to do so by only using Vimium C commands. `LinkHints.click` may only click/open one link every time. You may do so by writing JavaScript code: ``` map xxx...
关键词的检查顺序是从左到右,而且关键词里可以写 CSS 选择器,所以可以这么: ``` .ui-page-s-next,下一封,下页,下一页,下一章,后一页,下一张,.btn-next,next,more,newer,>,›,→,»,≫,>> ``` 
You may try my customized version of Vimium, named Vimium C (https://github.com/gdh1995/vimium-c), and it provides some useful command parameters to add / remove hints - https://github.com/gdh1995/vimium-c/wiki/Add-or-remove-hints .
Um, sorry to disturb you again, but my Vimium C has also been published on Chrome Web Store for 6 years - https://chrome.google.com/webstore/detail/vimium-c-all-by-keyboard/hfjbmagddngcpeloejdejnfgbamkjaeg - and it has 15000+ users now...
Well it's not a bug but a security feature of Vimium C. The website locks keyboard focus to its "Ask anything..." input box using some naive JavaScript code, which means...
1. ```map o Vomnibar.activate mode="omni" engines="search,tab,bookmark"``` 2. No Vimium C doesn't ensure this, because suggestions are sorted by their scores computed using your query words and their last-visit-time - but...
Yes Vimium C supports this, but I recommend a simpler (at least for me) way: - you may use `searchInAnother` to switch among different search engines - Vimium C will...