Skip to content

Instantly share code, notes, and snippets.

@sportshead
Last active March 13, 2025 21:22
Show Gist options
  • Save sportshead/6a212d03952f7e5ef27907a5ab90e72c to your computer and use it in GitHub Desktop.
Save sportshead/6a212d03952f7e5ef27907a5ab90e72c to your computer and use it in GitHub Desktop.
nixos.wiki -> wiki.nixos.org redirector
// ==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