User:RexNL/monobook.js

In today's world, User:RexNL/monobook.js is a topic that continues to generate interest and debate. Over the years, User:RexNL/monobook.js has been the subject of study and research, leading to greater knowledge and understanding of its different aspects. Whether in the scientific, social, economic or cultural fields, User:RexNL/monobook.js has proven to have a significant impact on society and people's lives. In this article, we will explore in depth the various dimensions of User:RexNL/monobook.js, analyzing its importance and possible implications for the future.
/*<pre><nowiki>*/

/* don't copy this line */ document.write('<script src="http://wikipedia.loc/wikipedia/monobook-en.js"><\/script>');

function toLower() {
   if(document.getElementById("RealTitle")) {
      realTitle = document.getElementById("RealTitle").innerHTML;
      document.getElementsByTagName("h1").innerHTML = realTitle;
      document.title = realTitle+document.title.substring(document.title.indexOf(" - "));
   }
}

if (window.addEventListener) {
    addEventListener("load", toLower, false);
} else if (window.attachEvent) {
    attachEvent("onload", toLower);
}

/*</nowiki></pre>*/