Dahan Gong
Dahan Gong
Vimium should own a background page, so the error messages might be in the console of the bg page, instead of the options page.
@danielcompton I'm curious whether the 1st idea is possible or not - is developers allowed to load a dev version of Vimium to Safari without an Apple account?
If `AltLeft` is missing, then it may be because `LibreWolf` enables the `privacy.resistFingerprinting` switch on `about:config`.
In fact `Alt` issues on Firefox have been reported in Vimium for several times, and I noticed the flag years ago, and also learnt LibreWolf enables the flag by default...
Browsers don't allow extensions to call their inner functionality of highlighting all matched text, while it's too complex and difficult to simulate such a highlighting style by Vimium itself.
The extension is hosted on https://github.com/neaumusic/selection-highlighter, and it creates new DOM elements to add styles to matched text. This behavior may break some pages - this may be why it...
`#force-dark-mode` doesn't allow CSS code to use black / dark color for text. A good working around is to update background color of hint markers to something like green. Here're...
The button is not a standard clickable element - there's no obvious clue to tell Vimium C it's clickable. You may need https://github.com/gdh1995/vimium-c/wiki/Add-or-remove-hints `clickable="[type=button]"` may be enough.
Confirmed. Sorry it does fail on chatgpt pages with Vimium C v1.99.xxx. Vimium C v2.x will fix this issue, and then `clickable="[type=button]"` will work.
抱歉原论文作者已经毕业了,resrep实现的同学也毕业了,我只能说我的印象:实践上现在的代码泛用性还不错。 另外 lasso_grad 这不是算了个分母嘛,目的就是都让 compactor 这一层的一部分列更小对吧?为什么你觉得它是“直接移除选中的卷积通道层”? 这段代码每次迭代的 backward 后都会执行,而“直接移除选中的卷积通道层”是隔一阵子才执行一次。具体来说,是先warmup,然后每隔 prune_interval 次迭代才去检查有哪些可以删的列,进而删除的。