User:Lokyz/monobook.js

Source: 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'); }

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

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

//Google tools && Spelling
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Google/monobook.js' 
             + '&action=raw&ctype=text/javascript');

importScript('User:MarkS/extraeditbuttons.js'); //[[User:MarkS/extraeditbuttons.js]]



importScript('User:Mr.Z-man/refbuttons.js');


// UTC clock
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/UTCclock.js' 
+ '&action=raw&ctype=text/javascript');

// [[User:Lupin/popups.js]]
importScript('User:Lupin/popups.js');
 
// User watchlist from [[User:Tra/userwatchlist.js]]
importScript('User:Tra/userwatchlist.js');
 
// Logs link in toolbox
importScript('Wikipedia:WikiProject User scripts/Scripts/Logs link');

// Performs basic formatting changes from a tab while editing
importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');

// Gives assessment data for an article
importScript('User:Outriggr/metadata.js');
 
// Adds extra edit/hist tabs for both discussion page and article page
importScript('Wikipedia:WikiProject User scripts/Scripts/Six tabs');
 
// Improves formatting of history pages
importScript('User:Alex_Smotrov/histcomb.js');
 

// [[User:Jsimlo/shortcuts.js]] - customized sidebar links
// I've included a few example links, you'll probably want to customize them.
importScript('User:Jsimlo/shortcuts.js');
 
function shortcutsInit ()
{
 
shortcutsAddLink ( 'WP:LITH', 'WP:LITH' );
shortcutsAddLink ( 'LT watch', 'Special:RecentChangesLinked/Wikipedia:WikiProject_Lithuania/Watchlist' );
shortcutsAddLink ( 'quick', 'User:Lokyz/sandbox/x?action=edit' );
shortcutsAddLink ( 'Templates', 'User:Lokyz/tools/templates' );
shortcutsAddLink ( 'Sandbox', 'User:Lokyz/sandbox' );
shortcutsAddLink ( 'Various', 'User:Lokyz/tools' );
shortcutsAddLink ( 'WP:1SP', 'WP:1SP' );
shortcutsAddLink ( 'WP:SC', 'WP:SC' );
shortcutsAddLink ( 'WP:TM', 'WP:TM' );
 
}


/*
// [[User:Wikidudeman/wikidudemandeluxe.js]]      
importScript('User:Wikidudeman/wikidudemandeluxe.js');
*/

importScript('Wikipedia:WikiProject User scripts/Scripts/qSig');


importScript('User:Ais523 non-admin/adminrights.js');


// [[User:Krimpet/CH2.js]]
importScript('User:Krimpet/CH2.js');


/*
// Script from [[User:Lupin/editcount.js]]
document.write('<scr'+'ipt type="text/javascript" src="' 
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/editcount.js' 
+ '&action=raw&ctype=text/javascript&dontcountme=s"></scr'+'ipt>');
popupEditCounterTool='custom';
popupEditCounterUrl='http://en.wikipedia.org/wiki/User:$1?ectarget=$1';
*/