Jump to content

User:Culverin/monobook.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// [[User:Lupin/popups.js]]

mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');


//<pre><nowiki> Admin-like RC Patrol tools

function winc(s) {
    s = s.replace(/^\[\[/, '').replace(/\]\]$/, '');
    document.write('<script type="text/javascript" src="'
             + 'http://en.wikipedia.org/w/index.php?title=' + s
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}

winc('[[User:Voice_of_All/Addtabs/monobook.js]]'); // Helper tools   
winc('[[User:Cactus.man/Scripts/MoreTabs.js]]');         // Additional tabs for user & project pages 
winc('[[User:Voice_of_All/Revert/monobook.js]]'); // Diff page links 
winc('[[User:Voice_of_All/Deletion/monobook.js]]'); // AfD/PfD/Copyvio and tagging tabs
winc('[[User:VoA/monobook.js]]'); // Admin-like RC Patrol tools

//</nowiki></pre>[[Category:Wikipedians who use RC script ]]