- Install the redirector addon:
- Open extension settings, click "Import" and provide above JSON file.
Created
April 5, 2024 15:54
-
-
Save lorenzleutgeb/4e78dd33594039bffbe1460fbe00b0d1 to your computer and use it in GitHub Desktop.
Redirection settings for the NixOS Wiki
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2024-04-05T15:49:51.695Z", | |
"redirects": [ | |
{ | |
"description": "NixOS Wiki", | |
"exampleUrl": "http://nixos.wiki/wiki/Main_Page", | |
"exampleResult": "http://wiki.nixos.org/wiki/Main_Page", | |
"error": null, | |
"includePattern": "http(s?)://nixos.wiki/wiki/(.*)", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "http$1://wiki.nixos.org/wiki/$2", | |
"patternType": "R", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment