We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Feel invited to contribute your nbrowser specific knowledge to this service!
nbrowser
FAQ
set a keyboard shortcuts (ex: super+W) to open nbrowser easly
set nbrowser as the default browser so you can open each clicked URL with nbrowser
some console applications us the variable $BROWSER to open default browser, so you may also need to set environment variable BROWSER=nbrowser
$BROWSER
BROWSER=nbrowser
for one-click switch between browsers copy and paste this code into a bookmark URL of all your browser
javascript:window.location='browser://'+location.href;