topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:53 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: BrowserSelect - mini mini review.  (Read 17255 times)

Armando

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,727
    • View Profile
    • Donate to Member
BrowserSelect - mini mini review.
« on: July 25, 2016, 12:47 PM »
Since I haven't been around a lot lately, I'll use the reviewing form mostly for fun...  The app is so simple, I could just point you towards the snapfiles review and the GitHub link! :)

Basic Info

App NameBrowserSelect
App URLhttps://github.com/zumoshi/BrowserSelect
App Version Reviewedv1.3.1
Test System SpecsWindows 8.1
Supported OSeswindows 7, windows 8.1 and windows 10
Support Methodsmessages through github.com
Pricing SchemeFree and open-source (GPL v2)

Relationship btwn. Reviewer and Product No relationship whatsoever


Intro:

Was just looking for a way to be able to quickly choose the most appropriate browser to open specific links, depending on the need, without having to : 1-run it/them first, 2-copy and paste the link in it/them, etc. Could be for programming/test purposes, split connections  (some VPNs offers the possibility to split your connection and you might then want to use different browsers for different connections), job vs home usage, etc.

BrowserSelect is the only app I found simply fitting the bill (and a bit more). It basically becomes your "default browser", intercepts and redirects the calls to the best browser for the task at hand.

Screenshot - 2016-07-25 , 13_50_52.pngBrowserSelect - mini mini review.

Screenshot - 2016-07-25 , 13_34_52.pngBrowserSelect - mini mini review.

Who is this app designed for:

Anybody who works with several browsers and who wants to be able to choose in which one different links should open.

The coder's explanations are straightforward:

"Browser Select is a utility to dynamically select the browser you want instead of just having one default for all links. similar to the prompt in android to choose a browser when a link in a non-browser app is clicked/touched. it may not be useful for everyone but it really helps when you use multiple browsers for different things (e.g. one with proxy and one without) and open many links from other applications (e.g. Messengers).

instead of having to copy the link , open desired (non-default) browser than pasting , all you need to do is to click on the link and this prompt will open allowing you to choose the browser you want. it automatically detects installed browsers , and has no need for administrative rights it can be installed and works in a restricted user.

you may click on the desired browser or press one of the shortcuts (its index or first letter of its name) , for example for chrome you can press 2 , g or c. you may also press Esc (or click the X) to not open the url."

The programmer doesn't describe that the newer versions allow the user to easily create rules to automatically open specific links in specific browsers. You can either create them on the fly by clicking on the "Always" button when the interface shows up (see screenshot), or you can create/type them yourself, using domain names and more sophisticated wildcard pattern matching (see 2nd screenshot).

The Good

Works as advertised. Easy to select what browser to use to open a link (... after clicking on such a link or after typing one in Find and Run Robot, for example, etc.) : use your mouse, or use keyboard shortcuts.

I also like the fact that it allows you to create rules to open specific links in specific browsers.

The needs improvement section

Everything's fine. It does what I need, and more.

*If using URLs files, users might have 1- to remove other browsers associations with URLs in "default programs" (control panel) 2-and right click on a URL to be able to enter the properties dialog and select "Opens with" (BrowserSelect, of course).

Why I think you should use this product

Because, like me, you don't rely on just one browser and you want to have the freedom to super easily open links in the one you prefer, depending on the task. Useful if you're testing web pages, using a proxy, a VPN, etc.

How does it compare to similar apps and Conclusion

Tried another similar app and it didn't work well at all. Tried BrowserSelect and it worked almost** instantly.

** Had a small issue with URLs stubbornly opening in one browser, but the fix was easy. See above.

Links to other reviews of this application

http://www.snapfiles...t/browserselect.html
« Last Edit: July 25, 2016, 04:31 PM by Armando, Reason: Bad syntax, clarified explanations. »

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #1 on: July 26, 2016, 07:03 AM »
A screenshot with "FireFox". Makes me sad. It's "Firefox".

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #2 on: July 26, 2016, 10:29 AM »
Thanks Armando :up:

Related but different, from MilesAhead (I haven't used it):
My ahk general purpose hotkey saves the current clipboard text, then sends Control c to copy the highlighted text in the active window.  Then is restores the saved text to the clipboard after launching BingThing.exe with the selected text.  If nothing is selected that is OK.  Either a new BingThing process starts, or if it is already running, it activates and gets the focus.

Anything on the command tail BingThing copies to the Input Line ready for either search or launch.  As shown in the screen shot, if you have browsers set to open urls in new tabs and they support multiple urls on the command line, such as Firefox or chrome or opera, then it will open multiple sites by just typing the domains on the same line.

BingThing saves the most recently used 128 url/search items.  The file handling is still a bit rough.  But at least there is some history.


Tom

Armando

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,727
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #3 on: July 26, 2016, 02:41 PM »
Interesting! Thanks Tom.

Armando

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,727
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #4 on: July 26, 2016, 02:42 PM »
A screenshot with "FireFox". Makes me sad. It's "Firefox".

I'll Gimp it in my spare time.  :)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #5 on: July 26, 2016, 04:33 PM »
Related but different, from MilesAhead (I haven't used it):

Hey tomos.  :)

Thanks for mentioning it.  The main thing holding me back is struggling with the List management.
Filtering the history as every character is typed into the input is just too busy.  I may steal code from FolderCache and just have it so that the list may be sorted MRU or alpha.  The ListBox seems a really touchy object.  Doing things that seem simple make it prone to crashing.  But eventually I should get it in a usable shape.

About a year ago I toyed with the idea of having BrowserBunch become the "default browser" so that clicking on a link would let you choose a browser auto-magically.  But the registry stuff is a nightmare.  I guarantee tangling with the registry settings is more time than coding the UI and browser launching.  Besides, from the review, I could not likely improve on the mechanism used by Browser Select.  Instead I am trying to make it simple to select url or search text most anywhere and conveniently put it into a browser selection utility.  Eliminating the manual copy/paste speeds it up and removes most of the tedium.

I'll post another version once I get the ListBox stuff reworked.  :)


Eventually I will whip it into shape.  :)

Edit:  I have worked on the program and stabilized it quite a bit.  You can download 1.4.0.0 attachment from this post

Meanwhile I think I may try BrowserSelect and see how the two play together.  :)

« Last Edit: July 28, 2016, 11:31 AM by MilesAhead »

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #6 on: July 28, 2016, 12:34 PM »
@Armando I see the bit about rules to bypass Browser Select and go right to the chosen browser.  But did you run across a key bypass?  Like hold down shift while launching to go to default browser or whatever?  There doesn't seem to be a forum on github or I am just not familiar with using it.

Armando

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,727
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #7 on: July 28, 2016, 10:28 PM »
But did you run across a key bypass?

I didn't think about that, good idea.
I'm sure you could bring it up as a suggestions in the issues. The developer is pretty responsive.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #8 on: July 29, 2016, 07:04 AM »
But did you run across a key bypass?

I didn't think about that, good idea.
I'm sure you could bring it up as a suggestions in the issues. The developer is pretty responsive.

Thanks.  I like the program so far.  The only "issue" I have seen is that running it from the command line it seems to want you to put the http:// stuff in.  Most browsers these days if you just type domain.com it brings it up.  But for clicking on a saved link it doesn't matter.

Armando

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,727
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #9 on: July 29, 2016, 02:24 PM »
The only "issue" I have seen is that running it from the command line it seems to want you to put the http:// stuff in.  Most browsers these days if you just type domain.com it brings it up.

Good point. This could certainly be mentioned too.  :)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #10 on: August 03, 2016, 06:59 AM »
The only "issue" I have seen is that running it from the command line it seems to want you to put the http:// stuff in.  Most browsers these days if you just type domain.com it brings it up.

Good point. This could certainly be mentioned too.  :)

The author of Browser Select fixed this issue.  There is a new download with the fix incorporated.
I just tried it and it works fine.

Armando

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 2,727
    • View Profile
    • Donate to Member
Re: BrowserSelect - mini mini review.
« Reply #11 on: August 13, 2016, 11:02 AM »
Cool! Thanks  :)