User:Tholly/monobook.js

From Simple English Wikipedia, the free encyclopedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
importScript('User:Tholly/Status.js');
importScript('MediaWiki:Gadget-Hotcat.js');
importScript('User:Tholly/Rollback.js');


//Sidebar

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 ('Deleted Contribs', 'Special:DeletedContributions');
  shortcutsAddLink ('QD Requests', 'Category:Quick deletion requests');
  shortcutsAddLink ('Uncategorized Pages', 'Special:UncategorizedPages');
  shortcutsAddLink ('Page Prefix Index', 'Special:PrefixIndex');
  shortcutsAddLink ('Admin Noticeboard', 'WP:AN');
  shortcutsAddLink ('Category Tree', 'Special:CategoryTree/Project');

}