Last active
March 13, 2025 21:22
-
-
Save sportshead/6a212d03952f7e5ef27907a5ab90e72c to your computer and use it in GitHub Desktop.
nixos.wiki -> wiki.nixos.org redirector
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
// ==UserScript== | |
// @name nixos.wiki -> wiki.nixos.org | |
// @namespace sportshead.dev | |
// @match https://nixos.wiki/* | |
// @grant none | |
// @version 1.0 | |
// @author sportshead | |
// @description Redirect nixos.wiki URLs to wiki.nixos.org | |
// @updateURL https://gist.github.com/sportshead/6a212d03952f7e5ef27907a5ab90e72c/raw/nixos-wiki.user.js | |
// @downloadURL https://gist.github.com/sportshead/6a212d03952f7e5ef27907a5ab90e72c/raw/nixos-wiki.user.js | |
// ==/UserScript== | |
window.location.host = "wiki.nixos.org"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment