// ==UserScript== // @description band of brothers // @name OGame - Chat Alianza // @author Elwe - ogame.com.es - uniFornax // @namespace http://userscripts.org/scripts/show/12154 // @include http://uni112.ogame.com.es/game/index.php?page=alliance* // arroba include http://*.ogame.com.es/game/index.php?page=networkkommunikation* // @version 0.0.1.20161206220135 // @downloadURL none // ==/UserScript== // Versión 1.0 (function(){ //var elemento = document.getElementById('section31'); //para ponerlo debajo de los circulares var elemento = document.getElementById('planet'); //para ponerlo en la imagen var titulo = document.getElementsByTagName('h2'); titulo[0].innerHTML = 'Chat Klown ;)'; var p = document.createElement("p"); var chat = '
Get your own Chat Box! Go Large!
'; elemento.setAttribute('style', 'height:346px;background-image:none;'); p.setAttribute('style', 'margin:0px;'); p.innerHTML = chat; elemento.appendChild(p); })();