ssborbis

Results 318 comments of ssborbis

I think I have this fixed now locally. It should be in the next release.

I don't think those options ever made it to the newer contextual menus. I'll see about fixing that. The "page" shouldn't be showing empty folders. Not sure what is going...

the link fix should be in the master branch if you're sideloading. Otherwise, I hope to get a new release out in a week or so. Lots of changes need...

This usually happens because the context menu will show immediately, whether the code for this addon has had time to finish or not. So sometimes, you'll see a placeholder where...

Some content scripts are injected into every frame. The webNavigation API allows the extension to iterate over each frame to inject code vs using the `allFrames` option which offers less...

Honestly, I added the code so long ago I forgot about the new permission and that there was an associated notification.

I assume you're using the Auto method of launching the quick menu?

You're right that arrow keys do not close the menu. I'll check on that. Can you confirm this option is unchecked in your settings? ![image](https://github.com/ssborbis/ContextSearch-web-ext/assets/24310997/9d52b07c-fb14-428c-a62d-7f2ea583e02f)

I think I found the issue. If you're in a position to do so, you could try the latest code in the master branch

Arrow keys are currently used to navigate the menu. I can see about adding an option to disable them for that purpose.