NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name ori.pokemonrpgonline.com // @namespace http://perberos.com.ar/ // @description Cambia el estilo a siempre de noche // @include http://ori.pokemonrpgonline.com/* // @include https://ori.pokemonrpgonline.com/* // ==/UserScript== var styleBlock = document.createElement("link"); styleBlock.type = "text/css"; styleBlock.rel = "stylesheet"; styleBlock.href = "http://ori.pokemonrpgonline.com/web/min/pro4_noche.css"; document.body.appendChild(styleBlock);