Gebruiker:Alias/monobook.js
vanuit Wikipedia, die vrye ensiklopedie.
Let wel: Na die voorkeure gestoor is, moet u blaaier se kasgeheue verfris word om die veranderinge te sien: Mozilla: klik Reload (of Ctrl-R), IE / Opera: Ctrl-F5, Safari: Cmd-R, Konqueror Ctrl-R.
// [[User:Lupin/popups.js]] - please include this line
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
simplePopups=true;
popupAdminLinks=true;
popupShortcutKeys=true;
/* Kom ons steek die voorblad se opskrif weg - dit is sinneloos */
var mpTitle = "Tuisblad";
var isMainPage = (document.title.substr(0, document.title.lastIndexOf(" - ")) == mpTitle);
var isDiff = (document.location.search && (document.location.search.indexOf("diff=") != -1 || document.location.search.indexOf("oldid=") != -1));
if (isMainPage && !isDiff)
{
document.write('<style type="text/css">/*<![CDATA[*/ #siteSub, #contentSub, h1.firstHeading { display: none !important; } /*]]>*/</style>');
}
//Main page tab no longer says article
function mainpg() {
if ((isMainPage || /[\/=:]Main_Page/.test(document.location)) && document.getElementById('ca-nstab-main')) {
document.getElementById('ca-nstab-main').firstChild.innerHTML = 'Voorblad';
}
}
addOnloadHook(mainpg);

