Neopets: Redirect to home

Redirects neopets.com to home

  1. // ==UserScript==
  2. // @name Neopets: Redirect to home
  3. // @name:es Neopets: Redirige al juego
  4. // @namespace http://tampermonkey.net/
  5. // @version 1.0
  6. // @description Redirects neopets.com to home
  7. // @description:es Redirige neopets.com a la página del juego
  8. // @author Nyu@Clraik
  9. // @match *://*.neopets.com/
  10. // @icon https://www.google.com/s2/favicons?sz=64&domain=neopets.com
  11. // @license MIT
  12. // ==/UserScript==
  13.  
  14. document.location = document.location +'/home'