mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add selfhosted services to qutebroser
This commit is contained in:
parent
92528d7121
commit
614caf7d6f
3 changed files with 38 additions and 26 deletions
|
|
@ -23,8 +23,19 @@ in {
|
|||
enabled_plugins = [ "Hostnames plugin" "Tracker URL remover" ];
|
||||
hostnames.remove = [ "(.*.)?facebook.com$" ];
|
||||
hostnames.replace = {
|
||||
"(.*.)?reddit.com$" = "redlib.northboot.xyz";
|
||||
"(.*.)?youtube.com$" = "invidious.example.com";
|
||||
# Self-hosted
|
||||
"(.*.)?reddit.com$" = "reddit.muon.host";
|
||||
# "(.*.)?youtube.com$" = "videos.muon.host"; # TODO not working
|
||||
|
||||
# External
|
||||
"(.*.)?youtube.com$" = "invidious.nerdvpn.de";
|
||||
"(.*.)?imdb.com$" = "libremdb.iket.me";
|
||||
"(.*.)?imgur.com$" = "rimgo.privacyredirect.com";
|
||||
"(.*.)?twitch.com$" = "safetwitch.privacyredirect.com";
|
||||
"(.*.)?wikipedia.com$" = "wikiless.privacyredirect.com";
|
||||
"(.*.)?medium.com$" = "scribe.privacyredirect.com";
|
||||
"(.*.)?stackoverflow.com$" = "anonymousoverflow.privacyredirect.com";
|
||||
"(.*.)?github.com$" = "gothub.privacyredirect.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue