Opomba: Spremembe po shranitvi prikažete z izpraznjenjem predpomnilnika vašega brskalnika: Mozilla: kliknite Reload (ali Ctrl-R), Internet Explorer Ctrl-F5, Opera: F5, Safari: Cmd-R, Konqueror Ctrl-R.

function autofocus() {
if (document.getElementById("wpTextbox1") && document.getElementById("newarticletext") && document.getElementById("ca-nstab-main") )
  {
    document.editform.wpTextbox1.focus();
  }
}
$(document).ready(autofocus);

/* add menu for selecting subsets of special characters */
//if(document.title.indexOf("Editing ") == 0) {
//mw.loader.load('//sl.wikipedia.org/w/index.php?title=MediaWiki:Charset.js&action=raw&ctype=text/javascript&dontcountme=s');
//}