Dahan Gong

Results 737 comments of Dahan Gong

You may use `LinkHints.click` to switch focus among some elements. For example, on a Google search result page, this will switch focus among search result items: ``` map xxx LinkHints.click...

Yes `a:has(h3)` is too exact to reuse - it may not work on other websites. You may use `env` to bind one key to multiple commands, like: - an example...

发现原因是 360 浏览器遇到 `` 后就强制重置输入法到英文。 要不去 https://bbs.360.cn/thread-16123706-1-1.html 上反馈? v1.99 不打算因为这个问题而更新,因此没法缓解这个问题。 正在开发中的 v2 会加入缓解措施。如果能正确检测 360 浏览器的话就直接避免问题,如果不行就引入一个配置项来让用户手动避免。

It's a security feature. You need to disable `privacy.resistFingerprinting` on `about:config`: ![image](https://github.com/philc/vimium/assets/5547703/92425521-665c-4922-b962-01f46be834cd)

You may try my customized version of Vimium, https://github.com/gdh1995/vimium-c, and it supports such usages: 1. on Vomnibar's tab mode, you may type `:audio` or `:audible` to list all audible tabs,...

I can not find which line the `2px` is from in source code of React Select, but as far as I find, the width in real world may be `5px`...

I find the `3px` limit is from https://github.com/philc/vimium/commit/99848a6dedfda243f02f4544ed309f8d4f869f1c .

In my opinion, the intention of `w >= 3 && h >= 3` is to exclude those decorative UI elements which may be mistakenly recognized as "clickable" by Vimium. Would...

Yes the bulitin PDF viewer plugin of Chrome (and the one of Firefox) refuses extensions to run code on it. You may try the 3rd-party PDF viewer extension "PDF Viewer...