Utente:Daimona Eaytoy/Massblock.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
fix nome funzione, +caricamento di qualcosa che potrebbe tornare utile |
test |
||
Riga 107:
function massblockform() {
var bodyContent = (mw.config.get(skin) === "cologneblue" ? "article" : "bodyContent");
document.getElementsByTagName("h1")[0].textContent = "Tim's mass-blocking tool";
document.title = "Tim's mass-blocking tool - Wikipedia, the free encyclopedia";
Riga 131:
'<optgroup label="Common reasons">';
for ( var i = 1, j = reasons.length; i < j; i++) {
console.log(reasons[i]);
content += '<option value="' + reasons[i] + '">' + reasons[i] + '</option>';
}
|