qutebrowser
python-adblock
qutebrowser | python-adblock | |
---|---|---|
473 | 8 | |
10,650 | 62 | |
1.5% | - | |
9.7 | 2.4 | |
6 days ago | over 2 years ago | |
Python | Rust | |
GNU General Public License v3.0 only | Apache License 2.0 |
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
python-adblock
-
adblock with python adblock library on Windows
Since version 2.0.0, if the Python adblock library is available, it will be used to integrate Brave’s Rust adblocker library for improved adblocking, based on ABP-like filter lists (such as EasyList)
-
installing python-adblock slows down qutebrowser startup
Ah, yup, I can reproduce with that, thanks! I opened an issue here: Loading adblock cache takes 2-4s with huge cache file · Issue #62 · ArniDagur/python-adblock
-
Ad Block engine In Rust !
From adblock on PyPI (the Python package index):
-
Vimium C – Extension to navigate website by keyboard shortcuts
FYI Qutebrowser is has a pretty good ad-blocker since 2.0
> Since version 2.0.0, if the Python adblock library is available, it will be used to integrate Brave’s Rust adblocker library for improved adblocking, based on ABP-like filter lists (such as EasyList). If that library is unavailable or on older versions of qutebrowser, a simpler built-in ad blocker is used instead. It takes /etc/hosts-like lists and thus is only able to block entire hosts.
You just need optional dependancy https://pypi.org/project/adblock/
-
qutebrowser v2.0.0 released (with better adblocker)!
How would I make adblock "available" on Windows? I found the python scripts here, but I have no clue where qutebrowser would be looking for these?
-
Adding Vimium to Chrome was a game-changer, it added a lot of shortcuts that helped me improve my productivity. Do ya'll enable Vim commands with every app you use or is it just me?
There are various solutions to this - see point 21 in the FAQ
-
Drop Windows 32-bit support?
Purely a maintenance thing - faster windows releases and not having to take care of 32-bit support for the adblock library.
-
Minimal browser with effective adblocking?
You will need the (optional) adblock Python library. Once you have that installed, with the default content.blocking.method = auto setting, it'll be enabled automatically. You can also set the setting to adblock explicitly, then you'll get a warning if the library wasn't found.
What are some alternatives?
nyxt - Nyxt - the hacker's browser.
Vieb - Vim Inspired Electron Browser - Vim bindings for the web by design
setuptools - Official project repository for the Setuptools build system
tridactyl - A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.
vifmimg - Image previews for Vifm (vi file manager) using Überzug