Dahan Gong

Results 737 comments of Dahan Gong

Seems related with https://github.com/philc/vimium/pull/4402

In a cross-domain iframe, this PR may cause ``` Uncaught DOMException: Failed to read a named property 'toString' from 'Location': Blocked a frame with origin "https://*****" from accessing a cross-origin...

@n-kam you may modify Vimium's source code and add a feature to use the `browser.commands` API to register a browser-level shortcut to switch tabs. Here're some documents and examples: -...

It's 8KB as said in https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync

You may add `unmap ` to `Custom key mappings` and click `Save Options`

Um here the word of `control` just means `any (scrollable) page area`, but not the same-name key on your keyboard.

You may enable the Vimium option named `Use the link's name and characters for link-hint filtering` and then take a try: ![image](https://github.com/philc/vimium/assets/5547703/bfb1c5c6-3fae-4d78-807e-6b4a28a3a723)

Not reproduced on a fresh Firefox 115.0b9 x64, Vimium 1.67.6 and Win11: 1. I opened a tab of `file:///R:/` and duplicate it by 400 times 2. pressed `Shift+T` and typed...

@Fau818 it's also reported in https://github.com/philc/vimium/issues/4230 . I think it's somehow a bug of Arc browser.

Well it's indeed an issue since ShadowDom V1 has landed. We may detect it using: ``` javascript const getShadowRoot = (element) => { if (Utils.isFirefox()) { return element.openOrClosedShadowRoot } const...