all repos — site @ f66c2c121ae3edd04ec3b8ca9b960cd9f632d8aa

source for my site, found at icyphox.sh

pages/txt/mnml-browsing.txt (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
   16 January, 2020

Vimb: my Firefox replacement

Web browsing, suckless style

   After having recently installed [1]KISS, and building Firefox from
   source, I was exposed to the true monstrosity that Firefox -- and web
   browsers in general---is. It took all of 9 hours to build the
   dependencies and then Firefox itself.

   Sure, KISS now ships Firefox binaries in the [2]firefox-bin package; I
   decided to get rid of that slow mess anyway.

Enter vimb

   [3]vimb is a browser based on [4]webkit2gtk, with a Vim-like interface.
   webkit2gtk builds in less than a minute -- it blows Firefox out of the
   water, on that front.

   There isn't much of a UI to it -- if you've used Vimperator/Pentadactyl
   (Firefox plugins), vimb should look familiar to you. It can be
   configured via a config.h or a text based config file at
   ~/.config/vimb/config. Each "tab" opens a new instance of vimb, in a
   new window but this can get messy really fast if you have a lot of tabs
   open.

Enter tabbed

   [5]tabbed is a tool to embed X apps which support xembed into a tabbed
   UI. This can be used in conjunction with vimb, like so:
tabbed vimb -e

   Where the -e flag is populated with the XID, by tabbed. Configuring
   Firefox-esque keybinds in tabbed's config.h is relatively easy. Once
   that's done -- voilą! A fairly sane, Vim-like browsing experience
   that's faster and has a smaller footprint than Firefox.

Ad blocking

   Ad blocking support isn't built-in and there is no plugin system
   available. There are two options for ad blocking:
    1. [6]wyebadblock
    2. /etc/hosts

Caveats

   Some websites tend to not work because they detect vimb as an older
   version of Safari (same web engine). This is a minor inconvenience, and
   not a dealbreaker for me. I also cannot login to Google's services for
   some reason, which is mildly annoying, but it's good in a way -- I am
   now further incentivised to dispose of my Google account.

   And here's the screenshot y'all were waiting for:

   vimb

References

   1. https://getkiss.org/
   2. https://github.com/kisslinux/repo/tree/master/extra/firefox-bin
   3. https://fanglingsu.github.io/vimb/
   4. https://webkitgtk.org/
   5. https://tools.suckless.org/tabbed/
   6. https://github.com/jun7/wyebadblock