Jump to content

User:Sxeptomaniac/monobook.js

From Wikipedia, the free encyclopedia
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.
//Interiot's javascript edit counter
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
  mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Interiot/Tool2/code.js&action=raw&ctype=text/javascript'); }


 // [[User:Jsimlo/shortcuts.js]]
 document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Jsimlo/shortcuts.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
 function shortcutsInit ()
 {
 
  shortcutsAddLink ('AfD Main', 'Wikipedia:Articles for deletion');
  shortcutsAddLink ('AN/I', 'WP:ANI');
  shortcutsAddLink ('RfC Policies', 'Wikipedia:Requests for comment/Policies');
  shortcutsAddLink ('RfC User conduct', 'Wikipedia:Requests for comment/User conduct');
  shortcutsAddLink ('RfC Religion/Philosophy', 'Wikipedia:Requests for comment/Religion and philosophy');
  shortcutsAddLink ('RfC History/Geography', 'Wikipedia:Requests for comment/History and geography');
  shortcutsAddLink ('RfC Media/Art/Lit', 'Wikipedia:Requests for comment/Media, art and literature');
  shortcutsAddLink ('RfC Politics', 'Wikipedia:Requests for comment/Politics');
  shortcutsAddLink ('RfC Society/Law', 'Wikipedia:Requests for comment/Society, law, and sex');
  shortcutsAddLink ('WP:RfArb', 'Wikipedia:Requests for arbitration');
 
 }