Simple Browser
This is a little browser which depends on the QtWebEngine.
In Contrast to the GtkWebkit the QtWebEngine runs under Chromium and is lighter and faster and supports more modern websites.
Because of the fact that the Qt library is only provided for C++ this browser is written in c++.
Keybindings
k : scroll up j : scroll down o : open url
How to enable darkmode
Put this line into your profile:
export QTWEBENGINE_CHROMIUM_FLAGS='--force-dark-mode'
How to enable smooth scrolling
Put this line into your profile:
export QTWEBENGINE_CHROMIUM_FLAGS='--enable-smooth-scrolling'