Jump to content

User:AWeenieMan/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.
TwinkleConfig = {
        userTalkPageMode                :       'tab'
};

FurMeConfig = {
        actionOnSubmit                  :       'none',
        imageRemovalMethod              :       'nonfreeimageremoved',
        linkFreeLogo                    :       true,
        openArticleMode                 :       'none',
        renameMethod                    :       'bot',
        scrollerMax                     :       100,
        watchMyEdits                    :       false
};

importScript('User:AzaToth/twinkle.js');
importScript('User:Ioeth/friendly.js');
importScript('User:AWeenieMan/furme.js');
importScript('User:Alex Smotrov/wlunwatch.js');
importScript('User:Ilmari Karonen/nfurbacklink.js');
importScript('User:TheDJ/UTCclock.js');

//document.write('<script type="text/javascript" src="http://hargreaves.mine.nu/furme.js"></script>');
//document.write('<script type="text/javascript" src="http://hargreaves.mine.nu/furmeScroller.js"></script>');

 // [[User:Jsimlo/shortcuts.js]]
 mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Jsimlo/shortcuts.js' 
             + '&action=raw&ctype=text/javascript');
 
 function shortcutsInit ()
 {
 
  shortcutsAddLink ('New Pages', 'Special:Newpages');
  shortcutsAddLink ('WikiProject: Red Sox', 'WP:BOSOX');
  shortcutsAddLink ('FURME', 'User:AWeenieMan/furme');
  shortcutsAddLink ('Non-Free Images w/out backlink', ':Category:Non-free images lacking article backlink');
  shortcutsAddLink ('Navigation shortcuts', 'Wikipedia:Tools/Navigation shortcuts');
 
 }