User:Stephen Ewen/monobook.js: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Stephen Ewen
(test)
imported>Stephen Ewen
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
// Helper tools
// [[User:Jitse_Niesen/popups.js]] is derived from http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js<br>
document.write('<script type="text/javascript" src="'
            + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
            + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//


// History tools
document.write('<script type="text/javascript" src="'  
document.write('<script type="text/javascript" src="'  
             + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/History/monobook.js'  
             + 'http://en.citizendium.org/wiki?title=User:Jitse_Niesen/popups.js'  
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');


//
popupUseQueryInterface=false;


// Replace txt
importScript('User:Derek_Harkness/refToolbar.js');
document.write('<script type="text/javascript" src="'
            + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/replacetxt.js'
            + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//
 
// Google tools && Spelling
document.write('<script type="text/javascript" src="'
            + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Google/monobook.js'
            + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//
 
// UTC clock
document.write('<script type="text/javascript" src="'
            + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/UTCclock.js'
            + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//
 
// Checkuser tools [[Category:Wikipedia administrators who use VoA script|{{PAGENAME}}]]
document.write('<script type="text/javascript" src="'
            + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/CheckUser/monobook.js'
            + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//

Latest revision as of 18:28, 26 June 2008

// [[User:Jitse_Niesen/popups.js]] is derived from http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js<br>

document.write('<script type="text/javascript" src="' 
             + 'http://en.citizendium.org/wiki?title=User:Jitse_Niesen/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

popupUseQueryInterface=false;

importScript('User:Derek_Harkness/refToolbar.js');