I finally managed to migrate away from Firefox!
After having tried all the major browsers like Chrome, Konqueror, Opera, and dozens of minor browsers like Midori, Epiphany, Vimprobable(2), Jumanji, Luakit, etc… I found it!
Meet the hard core browser that gives you the ultimate control of your surfin’ experience: UZBL
As Firefox and the other Big browsers got bigger and bigger and steadily requiring more resources and becoming more sluggish, my desire to move away from Firefox increased. Until I decided to make a real effort and a final jump. Although I have tested many browsers over the years, I have only been dead serious about a migration in the past two weeks. Having been accustomed to many neat Firefox plugins, it seemed like a tough challenge to find a browser that could match at least my basic requirements:
- It must be fast
- VIM-like key bindings. I want my browser to be modal and act like my favorite text editor.
- Fully customizable key bindings
- Easily configurable and extensible, putting me in the driver’s seat
- Ability to edit text fields with VIM – like I do now, writing this blog post
- Tab-based
- Password manager
- Form filler
- Ad blocker
…and with UZBL I get this. And much more. It is dead easy to extend and customize almost every aspect of the browser in the config file or via scripts. And I can write scripts in any language and set uzbl to launch a script via a key binding. I can write scripts in Shell, Ruby or even Raven 🙂
Bliss.
My system is now finally lean & mean with Ubuntu Linux as the OS, i3 as the Window Manager (no Gnome or KDE), Conky as a notifier, Mutt as my mail client, Newsbeuter as RSS reader, VIM for any and all text editing, LaTeX for writing books and articles, ZSH in urxvt, and now UZBL for surfing the Internetz. My perfect setup.
I had to tweak and squeeze the browser to make it behave just like I want it to – small stuff such as hitting “ogs” and then some search words to make the browser open up Google with the search results, or hit “tbi” to open up my blog in a new tab. And more involved stuff like restoring a closed tab by simply hitting “u”.
Firstly, I run “uzbl-tabbed” with this config and this follow-links-style. I changed the undo-tab scripts to this and this (so as to make it run on the latest uzbl version). If you want to try this browser, make sure to check out my config file – it includes some nifty stuff.
Enjoy (as long as you run Linux/*BSD/Unix/Mac OSX)
Does that mean it does not work on windows xp or 7?
Does it support things like cisco webinars, or “go to webinars” ?
I tried Ubuntu with Firefox for a while and it was too problematic.
Since that I am not a techie.
I get stumped on the slightest aberation.
Even things like upgrading the latest Java or Adobe reader, stumps me.
Dio
Probably won’t work on Windows without a great deal of hassle.
It’s only for Unix like OS.
Reading this post I’m very confused. I’m a vivid reader about browser market all over the world. Opera on Webkit instead of Presto…with one eye I laugh, with one eye I cry. Related to your browser choice, beware that the stable release is soooo far away…No updates, nothing. Aren’t you afraid? 🙂 PS. Never understood why Opera is so popular in Eastern Europe (especially Russia and Ukraine), but is a fact.
There is a fork that is actively developed by “mathstuf” – and he is a great guy and very responsive on the IRC channel.
Definition of hardcore:
1. Not afraid to run pre-release software
2. Opposite of wuss
3. Have sources, can hack
Yup.
Does uzbl support proxies a-la FoxyProxy?
I need SOCKS and I need it per-domain.
Otherwise it looks nice a nice browser:
alanm@khamul ~ $ uname -a
Linux khamul 3.9.10-gentoo #1 SMP PREEMPT Tue Jul 16 13:18:45 SAST 2013 x86_64 Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz GenuineIntel GNU/Linux
alanm@khamul ~ $ genlop -t firefox | tail -n3
Mon Jul 1 13:22:15 2013 >>> www-client/firefox-22.0
merge time: 28 minutes and 24 seconds.
alanm@khamul ~ $ genlop -t uzbl | tail -n3
Tue Jul 23 23:01:36 2013 >>> www-client/uzbl-2012.05.14
merge time: 7 seconds.
build time: 28 mins vs 7 seconds?? Sold.
hehe
Don’t know about proxy, though. Never needed…
You can use tsocks. It works with every application I tested.
This might help: http://alexborisov.org/tunnel-your-apps-via-ssh-with-tsocks/
Neat. Thanks.
Well youse techies are fantastic and I admire you. My old iMac still gets your blog so I am slow but happy.
Looking forward to escape MS altogether and enter the open source world. I am convinced. I just need a smooth transition period. 😉
I downloaded UZBL and it says that the download has been installed.
I do not see an icon for it anywhere on my computer.
Dio
On Windows?
No on Ubuntu.
I have both windows and ubuntu.
Dio
On Ubuntu; Open a terminal and type “uzbl-tabbed”. That will bring up the browser.
hi geir, i’m using archlinux (archbang really), and wonder if you would be kind to explain, in detail , how to use your scripts for uzbl, thnx
Hi there.
Forstly, the UZBL config file linked in the blog post is simply put into your uzbl user directory (.config/uzbl/). The config file is pretty self-explanatory with comments throughout the file.
As for the Undo Deleted Tabs scripts, simply put them into your UZBL scripts directory (/usr/share/uzbl/examples/data/scripts/). The script “undo_save_exit.sh” saves tabs as you remove them, and the script “undo_restore.sh” restores tabs that was removed (although putting them at the end of the open tabs).
In the config file, I have mapped the key “u” to undo7restore the last removed tab. You can continue to press “u” to restore the second to last removed tab, the third to last, etc.