Redirect to wiki.nixos.org

the nixos.org people have a new wiki

  1. // ==UserScript==
  2. // @name Redirect to wiki.nixos.org
  3. // @namespace Violentmonkey Scripts
  4. // @match https://nixos.wiki/*
  5. // @grant none
  6. // @version 1.0
  7. // @author Artoria2e5
  8. // @description the nixos.org people have a new wiki
  9. // @license CC0-1.0
  10. // ==/UserScript==
  11. unsafeWindow.document.location.href = 'https://wiki.nixos.org' + unsafeWindow.document.location.href.replace(/^http?s:\/\/nixos\.wiki/, '')