Redirect RuneScape Wikia pages to the new wiki

Forward any Wikia page directly to runescape.wiki

  1. // ==UserScript==
  2. // @name Redirect RuneScape Wikia pages to the new wiki
  3. // @namespace https://tomputtemans.com/
  4. // @version 0.1
  5. // @description Forward any Wikia page directly to runescape.wiki
  6. // @author Glodenox
  7. // @match http://runescape.wikia.com/wiki/*
  8. // @run-at document-start
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. window.location.replace(window.location.href.replace('http://runescape.wikia.com/wiki', 'https://runescape.wiki/w'));