Diferencia entre revisiones de «MediaWiki:Common.js»

De Wiki The-West ES
Ir a la navegación.
Sin resumen de edición
Sin resumen de edición
Línea 7: Línea 7:
if(window.location.href === "https://wiki.the-west.es/wiki/Logros"){
if(window.location.href === "https://wiki.the-west.es/wiki/Logros"){


var iDiv = document.createElement('div');
Document.getElementById('a').innerHTML = "whatever";
iDiv.id = 'block';
iDiv.className = 'block';
document.getElementsByTagName('mw-content-text')[0].appendChild(iDiv);
}
}

Revisión del 12:06 30 jul 2017

//Ocultamos codigo javascript de la vista de los usuarios.

if(window.location.href === "https://wiki.the-west.es/wiki/MediaWiki:Common.js"){
document.getElementById("mw-content-text").remove();
}

if(window.location.href === "https://wiki.the-west.es/wiki/Logros"){

Document.getElementById('a').innerHTML = "whatever";
}