You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nbrowser started as browser prompter for Linux. It works by setting it as the default browser; any clicked links in non-browser apps are now sent to nbrowser where you are presented with a menu of all your installed browsers. You may now decide which app you’d like to continue opening the link with and more.
rofi with DarkBlue theme
Features
- auto detect installed browsers
- auto remove tracking elements from URLs (basic)
- ?search engines
- !bangs
- !ubangs : url bangs
- !dbangs : direct bangs or domain bangs
- ...
Requirements
rofi
a browser
Video Player : mpv or vlc
Video Downloader : youtube-dl or yt-dlp
Image Viewer : sxiv or feh
Image Editor : gimp
Clipboard managers : xclip
Installation
git clone https://github.com/MyOS-ArchLinux/nbrowser
cd nbrowser/
sudo make install
some console applications us the variable $BROWSER to open default browser,
so you may also need to set environment variableBROWSER=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;