Naar inhoud springen

Gebruiker:Lolsimon/script

Uit Wikipedia, de vrije encyclopedie

kladpagina...

function VOTE() {
document.getElementById('wpTextbox1').value = (document.getElementById('wpTextbox1').value).replace(/\n===Tegen /g, "#~~~~\n\n===Tegen ");
document.forms.editform.wpSummary.value = 'gestemd';
return true;
}