qutebrowser
Vieb
qutebrowser | Vieb | |
---|---|---|
473 | 62 | |
9,924 | 1,334 | |
2.4% | - | |
9.6 | 8.2 | |
3 days ago | 5 days ago | |
Python | JavaScript | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
qutebrowser
-
Qutebrowser: A keyboard-driven, Vim-like browser
See https://github.com/qutebrowser/qutebrowser/issues/8389 - unfortunately there's a lot of stupid false-positives especially with PyInstaller (packaging a Python application into an .exe). Happens a few times a year, unfortunately there isn't much I can do other than submitting a report to Microsoft and hoping they'll react ¯\_(ツ)_/¯
-
Nyxt: The Hacker's Browser
As someone who used Qute for a long time:
* Python is much slower than CL (yes, even if rendering is done by Blink)
* Bookmarks are pure crap, they don't have tags nor directories to sort them better
* Less hackable (something that should be possible in Nyxt: https://github.com/qutebrowser/qutebrowser/issues/3933)
* Massive gaps: https://github.com/qutebrowser/qutebrowser/issues/2328 https://github.com/qutebrowser/qutebrowser/issues/2492 https://github.com/qutebrowser/qutebrowser/issues/5731 (!!!)
* Per domain/URL settings never progressed further than the initial batch of properties: https://github.com/qutebrowser/qutebrowser/issues/3636
* Adblocking is better than hostfile but still missing a lot compared to uBlock (https://github.com/qutebrowser/qutebrowser/issues/6480). No script like uBlock "advanced mode" at all.
My impression is that it has been stuck in bug fixing/dependency churn for a long time now. Switched to Firefox while waiting for Nyxt to be usable (apparently, Nyxt 4 will be it).
- Vimium – The Hacker's Browser
- Qutebrowser: A keyboard-driven, Vim-like browser based on Python and Qt
-
Rusty revenant Servo returns to render once more
I don'r know if this counts but there is also https://www.qutebrowser.org/ which uses qt webkit IIUC
- is qutebrowser compatible with ghosttext?
-
Any workarounds to QtWebEngine's Not recognizing (virtual) microphones on pipewire?
I searched this issue and saw there were already open issues on github, and it is an upstream issue with QtWebEngine.
-
no hint on drop down list
You can add [aria-haspopup] to your hints.selectors setting (from a config.py, see the configuration docs) to get the same effect.
-
dark mode question
There is a small how-to here: Switching to Qt 6 by default · Issue #7202 · qutebrowser/qutebrowser
-
How to save passwords in browser
There is a Qutebrowser user script for 1password: https://github.com/qutebrowser/qutebrowser/blob/master/misc/userscripts/qute-1pass. Disclaimer: I am the original author (it’s been refactored a lot by mkonig since I originally wrote it). My original version is here https://github.com/tomoakley/dotfiles/blob/master/qutebrowser/userscripts/1password
Vieb
-
Pick my next browser for the next 3 months.
Vieb Browser because it is keyboard based and very easy to move around the interface.
- Vieb: Vim-like web-browser using Electron
-
Is there a way to get the current data folder?
If you know the names of the folders in advance it's possible to make a different mapping in each of the folders to load a different file per datafolder but with the same keys. There is no variable system in Vieb, and as such there are no commands that will need or use the datafolder as an argument. This specific question would best be solved by a proper bookmark system which would load a file from the datafolder anyway, without having to build this in manually. Work on this has started some time ago, but has recently stalled: https://github.com/Jelmerro/Vieb/pull/391 If you or anyone else is up to the task feel free to pick this up again, as I don't use bookmarks at all so it's of little use to me personally, and as such have bigger priority tickets to work on in Vieb most of the time.
-
What software would you like to see ported?
Please could you port Vieb? It's the only browser that really works on my old ThinkPad!
-
Double click to copy texts.
First one is related to and blocked by https://github.com/Jelmerro/Vieb/issues/257
- Any of the terminal web browsers supporting custom per-website styles?
-
Vieb 9.0.0: chromium 104, faster explore + follow mode, darkreader blocklist, userstyles for custom css, markdownviewer, (quick)marks for scrolling urls & pointer, smaller builds, containernames for same tab, removed extension support, lots of bugfixes
Download the latest release from vieb.dev or github. View the changelog for details. And check the FAQ for answers to frequently asked questions and startup help.
-
A way to hide the scrollbar completely + darkreader takes a sec to apply darkmode..
For the time being you can keep using the extension, but once 9.0.0 is released extension support will indeed be removed. To modify the styling, you can use the new "userstyle" setting to inject custom styling into any page, the relevant commit is here. Once that version is released you can find the help for it with :help userstyle, though that isn't in any released version yet (You can always build it yourself to get it early).
-
Will Vieb support extensions in future?
In the current releases there is experimental support for it, but this will be dropped soon due to the lack of compatibility. Instead I will focus my efforts towards integrating commonly requested features, which has started with the integration of sponsorblock and darkreader. So unless by a miracle somebody will contribute a working extension integration, full extension support is not something Vieb will have. You can find more info on Github, and also suggest extensions you want to be in Vieb: https://github.com/Jelmerro/Vieb/issues/385
-
Vieb 8.0.0: chromium 102, performance and security improvements, add source viewer, add readerview, better adblocking, support prompts (and block dialogs), custom useragents, bugfixes for: follow labels, composing keyboards, url encoding and much more
Extensions are hard, and the current implementation is as far as I can personally make them work, which is sadly not good enough. I'm considering dropping support altogether and implementing major ones into Vieb (such as some sort of darkreader). Extensions are such a daunting task that even implementing multiple extensions from scratch seems easier than trying to make all of them work as proper extensions, this is also the approach used for the new sourceviewer and reader view (both of which use package to render the views, but are still integrated into Vieb as if a native part of it). The current progress of making extensions work is tracked in this ticket: https://github.com/Jelmerro/Vieb/issues/130, but it's been stuck at basic extensions (such as dark reader) without GUI for a while, and even those fail to install occasionally for the most obscure and random reasons, it's just not very stable at all.
What are some alternatives?
python-adblock - Brave's adblock library in Python
luakit - Fast, small, webkit based browser framework extensible by Lua.
nyxt - Nyxt - the hacker's browser.
browser - A drop-in web browser block
uBlock-for-firefox-legacy - uBlock Origin for Firefox legacy-based browsers.
vimium-c - A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
firenvim - Embed Neovim in Chrome, Firefox & others.
qutebrowser - A keyboard-driven, vim-like browser based on PyQt5.
ungoogled-chromium - Google Chromium, sans integration with Google
Surfingkeys - Map your keys for web surfing, expand your browser with javascript and keyboard.
sway - i3-compatible Wayland compositor