User:Kameraad Pjotr/monobook.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
//<pre><nowiki>
//Zeusmodus
//<pre><nowiki>
/* Version 2.beta.4 
 
[[Image:Zeus_head_thumb-zanaq.png|left]]
 
'''Zeusmode''' - by [[User:Zanaq|Zanaq]] - is an extensive elaboration of Sam Hocevar's godmode-light script and some other [[Wikipedia:WikiProject_User_scripts/Scripts|scripts]]. It has been tested with [[Mozilla]] and [[Mozilla Firefox]]. Some functionality is retained when using [[Internet Explorer]].
*/
/*
//<pre><nowiki>
 
// ZeusMode 2.beta - SETTINGS - [[Image:Zeus_head_thumb-zanaq.png]]
  zmver=0.041;
  isSysop=true;
  zmUseQuickTemplate=true;
      zmUseLocalTemplates=false;
      zmUseCustomTemplates=true;
      zmCustomTemplateLocation="User:Kameraad_Pjotr/commons-templates.js";
  zmUseRevert=true;
      zmUsePlace=true;
      zmUseUndo=true;
      zmUseRollback=false;
    zmUseWatchlist=true;
      zmUseSinceLinks=true;
      zmUseSinceTab=true;
      zmUseLastTab=true;
    zmUseNewPages=true;
      zmUseMarkPatrolled=true;
    zmUseMisc=true;
      zmUseBlockRequest=false;
      zmRecentChangesLink=true;
      zmRecentChangesDefault="?hidepatrolled=1&hideliu=1&limit=500";
      zmUseUserListLinks=true;
// ---  END OF ZEUSMODE SETTINGS

 
 
document.write('<scr'+'ipt type="text/javascript"'
  + 'src="http://nl.wikipedia.org/w/index.php?title=Gebruiker:Zanaq/Zeusmode/zm.js'
  + '&action=raw&ctype=text/javascript&dontcountme=s"></scr'+'ipt>');
 
//</nowiki></pre>

//Qpreview
mw.loader.load('https://nl.wikipedia.org/w/index.php?title=Gebruiker:Kameraad_Pjotr/qpreview.js'
+ '&action=raw&ctype=text/javascript');

//UserMessages.js
mw.loader.load('https://commons.wikimedia.org/w/index.php?title=MediaWiki:UserMessages.js'
+ '&action=raw&ctype=text/javascript');

//Quick-delete
mw.loader.load('https://commons.wikimedia.org/w/index.php?title=MediaWiki:Quick-delete.js'
+ '&action=raw&ctype=text/javascript');

//Delete
mw.loader.load('https://commons.wikimedia.org/w/index.php?title=User:Kameraad_Pjotr/monobook.js/delete.js'
+ '&action=raw&ctype=text/javascript');

//Duplicates
document.write('<script type="text/javacript" src="'
+ 'http://commons.wikimedia.org/w/index.php?title=User:Kameraad Pjotr/monobook.js/duplicate.js' 
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//Permission OTRS
document.write('<script type="text/javacript" src="'
+ 'http://commons.wikimedia.org/w/index.php?title=MediaWiki:PermissionOTRS.js' 
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//Test
document.write('<script type="text/javacript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:TheDJ/qui.js' 
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
*/
//</nowiki></pre>