Qutebrowser..? Pretty sure you want qutebrowser
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
https://beehaw.org/comment/405205 In this comment, @PenguinCoder@beehaw.org Redirector. EDIT: how do I mention user?
The primary device runs a privacy hardened version of chromium without extensions (Graphene/Vanadium). It also runs most traffic through an OpenWRT fork on a router. I'm just not sure how to create a network filter with redirection or what this is called in the correct terminology, or what other techniques exist.
You probably are unable to tag/mention the user because beehaw is defederated from .world and I created this post from a .world user account.
If you're open to using extensions, u can use iceraven, it's a firefox fork that allows more extensions and tries to make it more compatible with them, although they might not work. I just checked and redirector that was mentioned on the other comment is available there. I use it as my primary mobile browser.
You can use tampermonkey to do something like this. For example, here's my script that redirects twitter to my nitter instance: https://github.com/ipha/userscripts/blob/master/twitter-redirect-nitter.user.js
This is tricky because I'm pretty sure lemmy is using history.pushState to change the URL and not actually navigating there in the traditional manner so you can't really expect the script to run unless you refresh the page or paste the URL in directly.