Dahan Gong

Results 737 comments of Dahan Gong

It's a bit strange if there's obvious delay. How many tab do your current window have? 100+ or even more?

Um, I also think so. Though on my Win10 hint markers have enough space to show the two dots - maybe it's related with some specific font families.

@benwoodward `Characters used for link hints` should not include duplicated characters, while in your value there're 2 `e`.

If the expected target to click is unique, then: my customized version of Vimium, named Vimium C (https://github.com/gdh1995/vimium-c), supports a new command of `LinkHints.click` to select an element and click...

@davelacorneille Sorry but Vimium's Vomnibar doesn't use `Alt+Number` to click a suggestion item. Are you using [Vimium C](https://github.com/gdh1995/vimium-c) or some other Vimium-Like extensions?

You may enable `Ignore keyboard layout` on Vimium Options ![image](https://user-images.githubusercontent.com/5547703/158593010-70f01cdf-a7ec-4cf3-ad87-e8135ba1c26a.png)

Vimium C 提供了注入脚本 https://github.com/gdh1995/vimium-c/blob/master/lib/injector.ts ,只要有人愿意改 manifest 的CSP、往 html 里引用这个脚本,就能跑起来。我对扩展环境做过完整支持,只修改 2 个全局变量 `VApi` 和 `VimiumInjector`,不影响别的地方。 因为Firefox下扩展 uuid 可变,可以参考 https://github.com/gdh1995/vimium-c-helpers/tree/master/newtab 的 newtab.js 来读配置存储、加载 script 标签。

请问接受这方面的 PR 吗?我这两天晚上可以搞一个

As said in https://github.com/philc/vimium/pull/4000#issue-1118389384, > Firefox will report a version of "91.0" in `navigator.userAgent`, if only `privacy.resistFingerprinting` on `about:config` is enabled. > **Updated** on 2022/08/09: > I was still curious...