Difference between revisions of "User:Jayt/monobook.js"

From NetHackWiki
Jump to navigation Jump to search
(title-killing javascript)
(blanking my own javascript)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/*
 
<pre>
 
*/
 
var mpTitle = "Main Page";
 
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[*/ #lastmod, #siteSub, #contentSub, h1.firstHeading { display: none !important; } /*]]>*/</style>');
 
}
 
/*
 
</pre>
 
*/
 

Latest revision as of 22:19, 3 September 2006