Borhan Hafez

Results 44 comments of Borhan Hafez

Thanks for looking into it. If you would create a pull request I will accept it and make an official release with your changes. > I'm too unfamiliar with github...

hi which version of firefox? do you have multiple installations of firefox? does this only happen if you manually open firefox yourself? or would this happen if you open it...

there is not much I can do if I can't reproduce the problem. but what browserSelect does is basically the same as running this command in the command prompt: ```...

if BrowserSelect can open google repeatedly in firefox without problems, my best guess would be some escaping problem for special characters in the URL or the way browserSelect is launched...

as far as I'm aware there should be no difference between ShellExecute and putting a link (not BrowserSelect's full path followed by a url, just a link starting with HTTP)...

Hi This is interesting. I didn't know about native messaging. My plan for an extension was registering a protocol (e.g. `bsurl:`) and have the extension invoke browser select that way....

Thanks for the code. Regarding the extension id, as far as I know, it's hash of extension's files, so as long as I don't modify the files it should stay...

not at the moment. I will consider this feature for the next release. thanks for your suggestion.

hello, I don't need to manually add browsers to BrowserSelect. it is designed to get the list of installed browsers automatically from the registry. all the browsers that are available...

hi, thanks for your report @Babber . your issue seems to be related to this one: https://github.com/brave/browser-laptop/issues/9193 i'll release a fix for it with 1.4.0 when i fixed #35 and...