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

From OrthodoxWiki
Jump to: navigation, search
 
Line 2: Line 2:
 
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
 
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
 
   document.write('<script type="text/javascript" src="'  
 
   document.write('<script type="text/javascript" src="'  
     + 'http://en.wikipedia.org/w/index.php?title=User:Interiot/Tool2/code.js'  
+
     + 'http://www.orthodoxwiki.org/w/index.php?title=User:ASDamick/counter.js'  
 
     + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); }
 
     + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); }

Revision as of 01:21, June 12, 2006

//Interiot's javascript edit counter
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
  document.write('<script type="text/javascript" src="' 
    + 'http://www.orthodoxwiki.org/w/index.php?title=User:ASDamick/counter.js' 
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); }