Użytkownik:Botyzjusz I/monobook.js: Różnice pomiędzy wersjami
Z Nonsensopedii, polskiej encyklopedii humoru
Linia 1: | Linia 1: | ||
/* |
|||
addOnloadHook(function(){ |
addOnloadHook(function(){ |
||
if(wgPageName != "Nonsensopedia:Ankiety/propozycje") return; |
if(wgPageName != "Nonsensopedia:Ankiety/propozycje") return; |
||
Linia 10: | Linia 11: | ||
var text = ""; |
var text = ""; |
||
} |
} |
||
}); |
|||
*/ |
|||
addOnloadHook(function(){ |
|||
if(wgPageName.indexOf("Szablon:") != 0) return; |
|||
if(wgAction != "edit") location.href+="?action=edit"; |
|||
}); |
}); |
Wersja z 12:43, 4 maj 2012
/*
addOnloadHook(function(){
if(wgPageName != "Nonsensopedia:Ankiety/propozycje") return;
var content = document.getElementById("bodyContent");
var h2 = content.getElementsByTagName("h2");
for(i in h2)
{
if(h2[i].parentNode.getAttribute("id") == "toctitle") continue;
var ul = h2[i].nextSibling;
if(ul.nodeName == "#text") ul = ul.nextSibling;
var text = "";
}
});
*/
addOnloadHook(function(){
if(wgPageName.indexOf("Szablon:") != 0) return;
if(wgAction != "edit") location.href+="?action=edit";
});